# HG changeset patch # User Hans-G?nter Theisgen # Date 1550417102 -3600 # Node ID 95bd53a020109fbb129838cea5e3472e3e2e3454 # Parent bbfea59cd312550b3b112e7d0456d3c177180c6d updated cowpatty again (4.6 -> 4.8) diff -r bbfea59cd312 -r 95bd53a02010 cowpatty/receipt --- a/cowpatty/receipt Sat Feb 16 19:05:06 2019 +0100 +++ b/cowpatty/receipt Sun Feb 17 16:25:02 2019 +0100 @@ -9,7 +9,8 @@ WEB_SITE="http://www.willhackforsushi.com/?page_id=50" TARBALL="$PACKAGE-$VERSION.tgz" -WGET_URL="http://www.willhackforsushi.com/code/$PACKAGE/$VERSION/$TARBALL" +#WGET_URL="http://www.willhackforsushi.com/code/$PACKAGE/$VERSION/$TARBALL" +WGET_URL="https://github.com/joswr1ght/$PACKAGE/$VERSION/$TARBALL" DEPENDS="openssl libpcap" BUILD_DEPENDS="openssl-dev libpcap-dev" @@ -17,9 +18,9 @@ # Rules to configure and make the package. compile_rules() { - make -j 1 || return 1 - make strip || return 1 - make BINDIR="/usr/bin" DESTDIR="$DESTDIR" install + make CC=gcc -j 1 || return 1 + make strip CC=gcc || return 1 + make BINDIR="/usr/bin" DESTDIR="$DESTDIR" CC=gcc install install -D -m644 dict $DESTDIR/usr/share/cowpatty/dict }