wok diff eboard/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents 7810e25e369d
children f6af821600e6
line diff
     1.1 --- a/eboard/receipt	Mon Jan 07 13:54:28 2013 +0100
     1.2 +++ b/eboard/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="Chess board interface."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.bergo.eng.fr/eboard/"
    1.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.11 +SUGGESTED="gnuchess"
    1.12 +TAGS="chess"
    1.13 +
    1.14  DEPENDS="gtk+ gcc-lib-base"
    1.15  BUILD_DEPENDS="gtk+-dev perl zlib-dev"
    1.16 -SUGGESTED="gnuchess"
    1.17 -TAGS="chess"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -24,15 +26,15 @@
    1.22  		--extra-libs=dl \
    1.23  		$CONFIGURE_ARGS &&
    1.24  	make &&
    1.25 -	make DESTDIR=$PWD/_pkg install
    1.26 +	make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32  	mkdir -p $fs/usr/share/pixmaps
    1.33 -	cp -a $_pkg/usr/share $fs/usr
    1.34 -	cp -a $_pkg/usr/bin $fs/usr
    1.35 +	cp -a $install/usr/share $fs/usr
    1.36 +	cp -a $install/usr/bin $fs/usr
    1.37  	cp $src/r18.xpm $fs/usr/share/pixmaps/eboard.xpm
    1.38  }
    1.39