# aalib/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. Presently, the source tarball that's used for this package is # ancient (it dates back to 2001). However, as of mid-2006, it was # the latest known official version. #--------------------------------------------------------------------- # 2. "aalib" is a victim of "autohell". In other words, it can be # difficult to build this package under modern distros, due to con- # flicts between the package's old "autohell" files and newer versions # of the "autohell" programs. # In particular, if "make" is executed in "aalib's" unpacked top-level # source directory, the "build" may (or may not) fail for "autohell"- # related reasons. However, "make" seems to work reliably if it's exe- # cuted from the unpacked "src" subdirectory. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.43 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.47 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.52 minutes) - HP EliteBook 8560w 32GB RAM 00.04 hours (or 002.50 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] exepack = yes license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 3M #--------------------------------------------------------------------- [depends] actools gpm ncurses slang xorg #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE sed -e 's@#define GPM_MOUSEDRIVER.*@/* disabled gpm */@' \ -i src/config.h #--------------------------------------------------------------------- [build] cd src && (touch Makefile || exit 1) foo=`grep "^prefix *= */" Makefile` if test "x$foo" = x then echo Error: configure step failed for aalib exit 1 fi make make install cd .. SHACDIR=$PKGDIR_PROD/share/aclocal mkdir -p $SHACDIR cp -p aalib.m4 $SHACDIR/ #--------------------------------------------------------------------- # 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/aalib url_home = http://aa-project.sourceforge.net/aalib/ url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ general/aalib.html url_tarball = http://downloads.sourceforge.net/sourceforge/\ aa-project/aalib-1.4rc5.tar.gz