wok-6.x diff quarry/receipt @ rev 16529
python-rpi-pyglow: small improvment to PiGlow vortex example
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 26 11:12:31 2014 +0200 (2014-04-26) |
parents | de49ec9d5be3 |
children | 533c0cab6960 |
line diff
1.1 --- a/quarry/receipt Tue Dec 08 20:28:52 2009 +0100 1.2 +++ b/quarry/receipt Sat Apr 26 11:12:31 2014 +0200 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="games" 1.5 SHORT_DESC="multi-purpose GUI for Go, Amazons and Reversi." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://home.gna.org/quarry/" 1.10 WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL" 1.11 +SUGGESTED="gnugo" 1.12 + 1.13 DEPENDS="gtk+ librsvg libgsf xcb-util" 1.14 BUILD_DEPENDS="gtk+-dev librsvg-dev libgsf" 1.15 -SUGGESTED="gnugo" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 @@ -25,11 +27,11 @@ 1.20 --enable-sgf-utils \ 1.21 $CONFIGURE_ARGS && 1.22 make && 1.23 - make DESTDIR=$PWD/_pkg install 1.24 + make DESTDIR=$DESTDIR install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 - cp -a $_pkg/usr $fs 1.31 + cp -a $install/usr $fs 1.32 }