wok-next diff grooms/receipt @ rev 14754
linux: add default initrd
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 16 20:18:01 2013 +0200 (2013-06-16) |
parents | 715718b84344 |
children | 7bb096863642 |
line diff
1.1 --- a/grooms/receipt Wed Oct 10 15:15:42 2012 +0200 1.2 +++ b/grooms/receipt Sun Jun 16 20:18:01 2013 +0200 1.3 @@ -1,16 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="grooms" 1.7 -VERSION="1.0.1" 1.8 +VERSION="1.0.5" 1.9 CATEGORY="games" 1.10 -SHORT_DESC="Play the go game over internet." 1.11 +SHORT_DESC="Play the board game, Go, over the Internet." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 -WEB_SITE="http://grooms.tuxfamily.org/" 1.14 +WEB_SITE="http://$PACKAGE.tuxfamily.org" 1.15 TARBALL="$PACKAGE-$VERSION.zip" 1.16 -WGET_URL="${WEB_SITE}$TARBALL" 1.17 +WGET_URL="${WEB_SITE}/$TARBALL" 1.18 1.19 DEPENDS="php" 1.20 -BUILD_DEPENDS="" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules()