# joe/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.53 minutes) - Dell Inspiron 1545 00.01 hours (or 000.55 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.57 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 000.92 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.04 hours (or 002.40 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default license = GNU General Public License, version 1 (February 1989) nosyslinks = etc tmpsize = 6M #--------------------------------------------------------------------- [depends] aspell gawk grep ncurses #--------------------------------------------------------------------- [configure] ETCDIR=$PKGDIR_PROD/etc MANBASE=$PKGDIR_PROD/man mkdir -p $ETCDIR $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --mandir=$MANBASE \ --sysconfdir=$ETCDIR #--------------------------------------------------------------------- [postbuild] rm -fr /etc/joe cp -p $PKGDIR_SPECIAL/joerc $PKGDIR_PROD/etc/joe/ #--------------------------------------------------------------------- # 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/joe url_home = http://sourceforge.net/projects/joe-editor/ url_lfs = http://www.linuxfromscratch.org/blfs/view/stable/\ postlfs/joe.html url_tarball = http://downloads.sourceforge.net/sourceforge/\ joe-editor/joe-3.6.tar.gz