# cracklib/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.28 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING.LIB setpaths = cracklib tmpsize = 4M #--------------------------------------------------------------------- [depends] actools gawk grep python sed zlib #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man SHADIR=$PKGDIR_PROD/share DICTDIR=$SHADIR/dict mkdir -p $DICTDIR $MANBASE $SHADIR # Courtesy of BLFS sed -e '/skipping/d' -i util/packer.c bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE \ --with-default-dict=$DICTDIR/cracklib cp -p $PKGDIR_SPECIAL/cracklib-format util/ chmod 755 util/cracklib-format #--------------------------------------------------------------------- [postbuild] CW=$PKGDIR_SPECIAL/cracklib-words-2.9.7.bz2 PATH=`pwd`/util:$PATH hash create-cracklib-dict create-cracklib-dict $CW instreplinks -d $PKGDIR_PROD/lib/python2.7/site-packages/ \ $PRODTREE/python2/lib/python2.7/site-packages/ #--------------------------------------------------------------------- # 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 = tbd url_home = tbd url_lfs = tbd url_tarball = https://github.com/cracklib/cracklib/releases/\ download/v2.9.11/cracklib-2.9.11.tar.xz #--------------------------------------------------------------------- [history] 180412 Added package. Started with 2.9.6. 180716 Fixed a bug related to long words 190922 Updated to 2.9.7 240510 Updated to 2.9.11