# parsons-discount/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 following was used. "YYMMDD" specifies a six-digit date. OUTBASE=parsons-discount YYMMDD=180814 DIR=$OUTBASE-git-$YYMMDD URL=https://github.com/Orc/discount.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.17 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.22 minutes) - HP EliteBook 8560w 32GB RAM #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYRIGHT setpaths = parsons-discount tmpsize = 3M #--------------------------------------------------------------------- [depends] pkgconf #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure.sh \ --prefix=$PKGDIR_PROD \ --pkg-config \ --shared \ --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 = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 180310 Added package. Started with 180310. 180814 Updated from 180310 to 180814 (release 2.2.4)