# abcm2ps/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. A procedure similar to the one shown in the "git- fetch" block was used. #--------------------------------------------------------------------- [gitfetch] OUTBASE=abcm2ps YYMMDD=180919 DIR=$OUTBASE-git-$YYMMDD URL=https://github.com/leesavide/abcm2ps.git rm -fr $OUTBASE $DIR $DIR.tar* git clone $URL $DIR tar cf - $DIR | pbzip2 -c > $DIR.tar.bz2 tardate $DIR.tar.bz2 #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.08 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.22 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.25 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM #--------------------------------------------------------------------- [settings] build = default ldbefore = -lgobject-2.0 -lglib-2.0 -lfontconfig license = See "license*.txt" in installed tree licfile = COPYING proddir = $PRODTREE/abctools purge = no shareddir = yes tmpsize = 8M #--------------------------------------------------------------------- [depends] abc2ps:strict actools gawk grep piprepomain sed #--------------------------------------------------------------------- [configure] perl -p -i -e 's/\+/#/g if /s\+/' configure sed -e "s@^prefix=.*@prefix=$PKGDIR_PROD@" \ -e "s@share/man@man@" \ -i configure bash ./configure #--------------------------------------------------------------------- # 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 = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 180530 Updated from 7.7.1 to 180531 ("git"-based) 180919 Updated from 180531 to 180919 (shortly after release 8.14.0)