wok diff gnuchess/receipt @ rev 17357

Add asterisk-googletts
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 18 18:14:47 2014 +0100 (2014-11-18)
parents a0250385f2a5
children 105a5deb6ca5
line diff
     1.1 --- a/gnuchess/receipt	Fri Jun 15 15:24:09 2012 +0200
     1.2 +++ b/gnuchess/receipt	Tue Nov 18 18:14:47 2014 +0100
     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  }