# zoo/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- 2. Presently, the source tarball that's used for this package is an- cient (it dates back to 1991). However, as of mid-2007, it was the latest known official version. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.10 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.17 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.30 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none depends = none exepack = yes license = See "license*.txt" in installed tree licfile = Copyright tmpsize = 2M unpack = relaxed #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc MANDIR=$PKGDIR_PROD/man/man1 mkdir -p $BINDIR $DOCDIR $MANDIR patch -p1 < debian/patches/01_old_fixes.dpatch patch -p1 < debian/patches/02_traversal_directory.dpatch patch -p1 < debian/patches/03_fix_manage_archive_under_AMD64.dpatch patch -p1 < debian/patches/04_fix_fullpath_buffer_overflow.dpatch patch -p1 < debian/patches/05_CVE-2006-1269.dpatch patch -p1 < $PKGDIR_MASTER/special/zootrunc.spcpat sed -e 's@/usr/include/[a-z][a-z]*.h@@g' \ -e 's@/usr/include/[a-z][a-z]*/[a-z][a-z]*.h@@g' \ -i makefile make linux sed -e "s/fiz/fixzooarc/g" \ -e "s/Fiz/fixzooarc/g" \ -e "s/FIZ/FIXZOOARC/g" \ -i fiz.1 sed -e "s/fiz/fixzooarc/g" -i zoo.1 mv fiz $BINDIR/fixzooarc mv zoo $BINDIR/ mv fiz.1 $MANDIR/fixzooarc.1 mv zoo.1 $MANDIR/zoo.1 #--------------------------------------------------------------------- # 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/zoo url_home = n/a url_lfs = n/a url_tarball = http://ftp.debian.org/debian/pool/main/z/zoo/\ zoo_2.10.orig.tar.gz