wok rev 20806

updated cowpatty again (4.6 -> 4.8)
author Hans-G?nter Theisgen
date Sun Feb 17 16:25:02 2019 +0100 (2019-02-17)
parents bbfea59cd312
children 85bdd085b930
files cowpatty/receipt
line diff
     1.1 --- a/cowpatty/receipt	Sat Feb 16 19:05:06 2019 +0100
     1.2 +++ b/cowpatty/receipt	Sun Feb 17 16:25:02 2019 +0100
     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