# aften/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. Most of the "aften" source code is licensed under the GNU Lesser # General Public License, version 2.1 (Feb. 1999). Portions of the # code are licensed under the Xiph.org variant of the BSD license. # Each source file indicates the license under which it is releas- # ed. #--------------------------------------------------------------------- [buildtimes] 00.02 hours (or 001.08 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 001.10 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.03 hours (or 001.80 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.04 hours (or 002.68 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] exepack = yes license = See "technotes" in "cfg" file tmpsize = 3M #--------------------------------------------------------------------- [depends] cmake #--------------------------------------------------------------------- [configure] LIBDIR=$PKGDIR_PROD/lib mkdir -p $LIBDIR mkdir obj && cd obj && cmake \ -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ -DCMAKE_INSTALL_LIBDIR=lib \ .. #--------------------------------------------------------------------- [build] LIBDIR=$PKGDIR_PROD/lib cd obj && smpmake && smpmake install strip -g *.a cp -p *.a $LIBDIR/ cd $LIBDIR ln -s libaften{_static,}.a #--------------------------------------------------------------------- # 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://aften.sourceforge.net/ url_lfs = n/a url_tarball = http://downloads.sourceforge.net/aften/\ aften-0.0.8.tar.bz2