# kbd/cfg - "Build" settings for package # Revision: 100327 #--------------------------------------------------------------------- [technotes] # 1. Presently, the source tarball that's used for this package is # very old (it dates back to 2004). However, as of mid-2007, it was # the latest known official version. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.08 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.15 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.18 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.02 hours (or 000.95 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default depends = none exepack = yes license = GNU Library General Public License, version 2 (June 1991) patches = required tmpsize = 10M #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE for x in `cat debian/patches/series` do patch -p1 < debian/patches/$x || exit 1 done bash ./configure \ --prefix=$PKGDIR_PROD \ --mandir=$MANBASE #--------------------------------------------------------------------- # 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/kbd url_home = n/a url_lfs = http://www.linuxfromscratch.org/lfs/view/stable/\ chapter06/kbd.html url_tarball = ftp://ftp.win.tue.nl/pub/home/aeb/linux-local/\ utils/kbd/kbd-1.12.tar.gz #--------------------------------------------------------------------- [history] 210205 Patched to fix FTBFS with "gcc" 10