wok diff gnuchess/receipt @ rev 15859
Up: libmicrohttpd to 0.9.33.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Jan 29 21:56:37 2014 +0000 (2014-01-29) |
parents | a0250385f2a5 |
children | 105a5deb6ca5 |
line diff
1.1 --- a/gnuchess/receipt Fri Jun 15 15:24:09 2012 +0200 1.2 +++ b/gnuchess/receipt Wed Jan 29 21:56:37 2014 +0000 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 }