# httptunnel/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. The source-tarball filename extension has been changed from # ".tgz" to ".tar.gz". #--------------------------------------------------------------------- [buildtimes] 00.02 hours (or 001.18 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 001.27 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.03 hours (or 001.53 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.15 hours (or 009.17 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] cppstd = c++98 configure = none exepack = yes license = GNU General Public License, version 2 (June 1991) patches = required tmpsize = 32M #--------------------------------------------------------------------- [depends] openssl # May or may not be needed #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin DOCDIR=$PKGDIR_PROD/doc mkdir -p $BINDIR $DOCDIR cp -p docs/README $DOCDIR/readme.txt cd src make strip httptunnel cp httptunnel $BINDIR/ #--------------------------------------------------------------------- # 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://the-linux-academy.co.uk/downloads.htm url_lfs = n/a url_tarball = http://the-linux-academy.co.uk/downloads/\ httptunnel-1.3.2.tgz