# mp3gain/cfg - "Build" settings for package # Revision: 100327 #--------------------------------------------------------------------- [technotes] [buildtimes] 00.00 hours (or 000.07 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.08 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.13 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.48 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none depends = none exepack = yes license = GNU Lesser General Public License, version 2.1 (Feb. 1999) tmpsize = 1M unpack = none #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $MANDIR \ unzip -oq $PKGDIR_MASTER/mp3gain-*-src.zip && make && strip mp3gain && \ cp -p mp3gain $BINDIR/ cp -p $PKGDIR_SPECIAL/mp3gain.1 $MANDIR/ #--------------------------------------------------------------------- # 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://mp3gain.sourceforge.net/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/sourceforge/\ mp3gain/mp3gain-1_4_6-src.zip