wok diff xpat2/receipt @ rev 16434

Merge branches
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 18 13:51:05 2014 +0300 (2014-04-18)
parents 1ae5963f23df
children 6135577f4d08
line diff
     1.1 --- a/xpat2/receipt	Wed Aug 14 18:02:00 2013 +0000
     1.2 +++ b/xpat2/receipt	Fri Apr 18 13:51:05 2014 +0300
     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