# xwit/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.03 minutes) - Dell Inspiron 1545 00.00 hours (or 000.03 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.05 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM #--------------------------------------------------------------------- [settings] configure = none exepack = yes license = Public domain revision = 3.4 unpack = relaxed setpath = xorg tmpsize = 1M #--------------------------------------------------------------------- [depends] xorg #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin MANBASE=$PKGDIR_PROD/man MANDIR=$MANBASE/man1 mkdir -p $BINDIR $MANDIR tar zxf $PKGDIR_SPECIAL/xwit_3.4-14.debian.tar.gz for x in debian/patches/*.patch do patch -p1 < $x done make cp -p xwit $BINDIR/ cp -p xwit.man $MANDIR/xwit.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/sid/xwit url_home = Ditto url_lfs = Ditto url_tarball = http://ftp.de.debian.org/debian/pool/main/\ x/xwit/xwit_3.4.orig.tar.gz