wok-next diff hfsprogs/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents e6615350078d
children d5aab818505e
line diff
     1.1 --- a/hfsprogs/receipt	Wed Feb 28 16:28:07 2018 +0200
     1.2 +++ b/hfsprogs/receipt	Sat Jun 23 09:45:42 2018 +0300
     1.3 @@ -17,9 +17,9 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	[ -s "$SOURCES_REPOSITORY/$TARBALL2" ] ||
     1.8 -	wget -P $SOURCES_REPOSITORY $(dirname $WGET_URL)/$TARBALL2
     1.9 -	tar -xzf $SOURCES_REPOSITORY/$TARBALL2
    1.10 +	[ -s "$SRC/$TARBALL2" ] ||
    1.11 +	wget -P $SRC $(dirname $WGET_URL)/$TARBALL2
    1.12 +	tar -xzf $SRC/$TARBALL2
    1.13  	for i in $(cat debian/patches/series); do
    1.14  		patch -p1 -i debian/patches/$i
    1.15  	done