# prozilla/cfg - "Build" settings for package # Revision: 100329 #--------------------------------------------------------------------- [technotes] [buildtimes] 00.02 hours (or 001.07 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.02 hours (or 001.15 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 001.22 minutes) - HP EliteBook 8560w 32GB RAM 00.08 hours (or 004.70 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] exepack = yes fortran = disabled license = GNU General Public License, version 2 (June 1991) nls = disabled tmpsize = 8M #--------------------------------------------------------------------- [depends] actools bison3 gawk grep ncurses sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE \ touch msgfmt chmod 755 msgfmt PATH=$PKGDIR_BUILD:$PATH \ for x in libprozilla/src/*.c do sed -e "s|Error occured|Error occurred|g" -i $x done \ bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --disable-nls \ --mandir=$MANBASE \ true && # I dislike "libtool" sed -e "s|if test -z \".tagname\"; then|& tagname=\"CXX\"; \ fi; if false; then|" \ -i libtool chmod 755 libtool #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $MANDIR \ PATH=$PKGDIR_BUILD:$PATH make \ cp -p src/proz $BINDIR/prozilla cp -p man/proz.1 $MANDIR/prozilla.1 cd $BINDIR/ ln -s prozilla proz #--------------------------------------------------------------------- # 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://prozilla.genesys.ro/ url_lfs = n/a url_tarball = http://prozilla.genesys.ro/downloads/prozilla/\ tarballs/prozilla-2.0.4.tar.bz2