wok diff gnuchess/receipt @ rev 18034

syslinux/taziso: add burn
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 09 21:54:15 2015 +0200 (2015-05-09)
parents a0250385f2a5
children 105a5deb6ca5
line diff
     1.1 --- a/gnuchess/receipt	Fri Jun 15 15:24:09 2012 +0200
     1.2 +++ b/gnuchess/receipt	Sat May 09 21:54:15 2015 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="games"
     1.5  SHORT_DESC="GNU Chess lets most modern computers play a full game of chess."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL3"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.gnu.org/software/chess/chess.html"
    1.10  WGET_URL="$GNU_MIRROR/chess/$TARBALL"
    1.11 @@ -28,5 +29,5 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	cp -a $_pkg/usr $fs
    1.16 +	cp -a $install/usr $fs
    1.17  }