# libid3tag/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. Presently, the source tarball that's used for this package is # very old ( it dates back to 2004). However, as of late 2006, it was # the latest known official version. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.25 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.27 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.01 hours (or 000.30 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 001.22 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING patches = required tmpsize = 3M #--------------------------------------------------------------------- [depends] actools gawk grep sed zlib #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-debugging \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] PKGCONFIGDIR=$PKGDIR_PROD/lib/pkgconfig mkdir -p $PKGCONFIGDIR sed "s|__META_PKGDIR_PROD__|$PKGDIR_PROD|" \ < $PKGDIR_MASTER/special/id3tag.pc.in \ > $PKGCONFIGDIR/id3tag.pc #--------------------------------------------------------------------- # 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 = http://packages.debian.org/unstable/source/libid3tag url_home = http://www.underbit.com/products/mad/ url_lfs = n/a url_debian_pool = http://ftp.debian.org/debian/pool/main/libi/\ libid3tag/ url_tarball = http://downloads.sourceforge.net/sourceforge/\ mad/libid3tag-0.15.1b.tar.gz #--------------------------------------------------------------------- [history] 170915 Updated to use newer Debian patches