wok rev 13680
grooms: up 1.0.5
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Tue Nov 27 10:22:09 2012 -0800 (2012-11-27) |
parents | ee6d13c8379c |
children | 83d356862b64 |
files | grooms/receipt |
line diff
1.1 --- a/grooms/receipt Tue Nov 27 09:57:29 2012 -0800 1.2 +++ b/grooms/receipt Tue Nov 27 10:22:09 2012 -0800 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()