wok diff cowpatty/receipt @ rev 20904

Tiny edits.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Feb 26 23:14:22 2019 +0200 (2019-02-26)
parents 4bb30a43d4e7
children 364099c9aff2
line diff
     1.1 --- a/cowpatty/receipt	Fri Feb 15 17:40:45 2019 +0100
     1.2 +++ b/cowpatty/receipt	Tue Feb 26 23:14:22 2019 +0200
     1.3 @@ -9,7 +9,8 @@
     1.4  WEB_SITE="http://www.willhackforsushi.com/?page_id=50"
     1.5  
     1.6  TARBALL="$PACKAGE-$VERSION.tgz"
     1.7 -WGET_URL="http://www.willhackforsushi.com/code/$PACKAGE/$VERSION/$TARBALL"
     1.8 +#WGET_URL="http://www.willhackforsushi.com/code/$PACKAGE/$VERSION/$TARBALL"
     1.9 +WGET_URL="https://github.com/joswr1ght/$PACKAGE/$VERSION/$TARBALL"
    1.10  
    1.11  DEPENDS="openssl libpcap"
    1.12  BUILD_DEPENDS="openssl-dev libpcap-dev"
    1.13 @@ -17,9 +18,9 @@
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {
    1.17 -	make -j 1 || return 1
    1.18 -	make strip || return 1
    1.19 -	make BINDIR="/usr/bin" DESTDIR="$DESTDIR" install
    1.20 +	make CC=gcc -j 1 || return 1
    1.21 +	make strip CC=gcc || return 1
    1.22 +	make BINDIR="/usr/bin" DESTDIR="$DESTDIR" CC=gcc install
    1.23  	install -D -m644 dict $DESTDIR/usr/share/cowpatty/dict
    1.24  }
    1.25