# littleutils/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. These four programs, in this package, are renamed from the original names shown here to "lu" plus the names in question: filesize lowercase tempname uppercase This is done to prevent possible name conflicts. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.27 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = LICENSES tmpsize = 3M #--------------------------------------------------------------------- [depends] actools bzip2 gawk ghostpdl gifsicle grep gzip jpeg libpng lzip p7zip pngcrush perl python sed xzutils zlib #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] cd $PKGDIR_PROD/bin for x in filesize lowercase tempname uppercase do mv $x lu$x done #--------------------------------------------------------------------- # 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://downloads.sourceforge.net/\ littleutils/littleutils-1.0.43.tar.gz #--------------------------------------------------------------------- [history] 180730 Added package. Started with 1.0.39. 190324 Updated to 1.0.40 190407 Updated to 1.0.41 190713 Updated to 1.0.42 190917 Updated to 1.0.43