wok-6.x diff xpat2/receipt @ rev 19692
ntfs-3g: update genpkg-rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 13 12:26:10 2017 +0100 (2017-02-13) |
parents | 1ae5963f23df |
children | 6135577f4d08 |
line diff
1.1 --- a/xpat2/receipt Wed Aug 14 18:02:00 2013 +0000 1.2 +++ b/xpat2/receipt Mon Feb 13 12:26:10 2017 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="games" 1.5 SHORT_DESC="Soltaire games for X." 1.6 MAINTAINER="b1+slitaz@nagel.org" 1.7 +LICENSE="GPL2" 1.8 WEB_SITE="http://manpages.ubuntu.com/manpages/intrepid/man6/xpat2.html" 1.9 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 1.10 WGET_URL="http://www.ibiblio.org/pub/Linux/games/solitaires/$TARBALL" 1.11 @@ -15,7 +16,6 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 - export LDFLAGS="-Wl,--copy-dt-needed-entries -lXmu" 1.16 for i in xpat2.patch layout.patch ; do 1.17 [ -f done.$i ] && continue 1.18 patch -p1 < $stuff/$i 1.19 @@ -23,7 +23,7 @@ 1.20 done 1.21 cd src 1.22 cp $stuff/Makefile . 1.23 - make && 1.24 + make LDFLAGS="-lX11 -lXaw -lXmu -lXt -lXpm" && 1.25 make DESTDIR=$DESTDIR install 1.26 } 1.27