# hellotest/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created locally. Therefore, it doesn't have an upstream URL. #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] compiler = gcc494 configure = none license = public domain proddir = none setpaths = glibc #--------------------------------------------------------------------- [depends] none #--------------------------------------------------------------------- [build] pwd ls -l gcc --version gcc -o hello1 hello1.c ./hello1 g++ --version g++ -o hello2 hello2.cc ./hello2 #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = n/a url_home = n/a url_lfs = n/a url_tarball = n/a # See "technotes" in "cfg" file