# googler/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=googler YYMMDD=181010 DIR=$OUTBASE-git-$YYMMDD URL=https://github.com/jarun/googler.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.02 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree licfile = LICENSE nosyslinks = yes tmpsize = 3M #--------------------------------------------------------------------- [depends] python xsel #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR sed -e "s@^PREFIX.*=.*@PREFIX=$PKGDIR_PROD@" \ -i Makefile make disable-self-upgrade make install cd $BINDIR mv googler googler.bin cat > googler << END export LANG=en_US.utf-8 exec $BINDIR/googler.bin \$* END chmod 755 googler ln -nsf $BINDIR/googler $SYSTREE/bin/ #--------------------------------------------------------------------- # 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] 180525 Added package. Started with 180525 ("git"-based). 181010 Updated from 180525 to 181010