# burncd/cfg - "Build" settings for package # Revision: 100408 #--------------------------------------------------------------------- [technotes] # 1. As of early 2008, neither the "burncd" (AKA "burn-cd") source # code nor the associated web site seemed to provide any license in- # formation. However, according to "freecode.com", this package was # distributed under the GNU Lesser General Public License and/or the # Python License. #--------------------------------------------------------------------- # 2. This distro's version of "burncd" supports switches of the fol- # lowing form: # --dev=/dev/foo (which is the same as) --device=/dev/foo # --iso=bar.iso (which is the same as) --image=bar.iso #--------------------------------------------------------------------- # 3. In some cases, you don't need to specify the switches shown above # explicitly: # 3a. If you specify something like "/dev/foo" by itself as an # argument, "--dev=" is prepended automatically. # 3b. If you specify something like "bar.iso" by itself as an arg- # ument, "--iso=" is prepended automatically. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM 00.00 hours (or 000.02 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.02 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.02 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] configure = none license = See technical notes in package's "cfg" file revision = 1.7.4 tmpsize = 1M unpack = none #--------------------------------------------------------------------- [depends] cdrkit dvdrwtools pmount python #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR cd $BINDIR \ SPCMISC=$PKGDIR_SPECIAL/misc gzip -c -d < $SPCMISC/burn-cd-1.7.4.gz > burncd patch -p0 < $SPCMISC/burncd.spcpat \ chmod 755 burncd ln -s burncd burn-cd ln -s burncd burndvd ln -s burncd burniso \ P=burncd cd $BINDIR mv $P $P.bin \ sed -e "s|__META_PREFIX__|$PKGDIR_PROD|g" \ < $PKGDIR_SPECIAL/wrappers/$P.wrapper.in \ > $P chmod 755 $P #--------------------------------------------------------------------- # 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 = Not checked yet url_home = http://burn-cd.sourceforge.net/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/burn-cd/\ burn-cd-1.7.4.gz