# HG changeset patch # User Samuel Trassare # Date 1354040529 28800 # Node ID ce9c00ae0e36087c3a8c44dcb9a04232bc7d37db # Parent ee6d13c8379c778fca59be9369c19e2638f6e5fb grooms: up 1.0.5 diff -r ee6d13c8379c -r ce9c00ae0e36 grooms/receipt --- a/grooms/receipt Tue Nov 27 09:57:29 2012 -0800 +++ b/grooms/receipt Tue Nov 27 10:22:09 2012 -0800 @@ -1,16 +1,15 @@ # SliTaz package receipt. PACKAGE="grooms" -VERSION="1.0.1" +VERSION="1.0.5" CATEGORY="games" -SHORT_DESC="Play the go game over internet." +SHORT_DESC="Play the board game, Go, over the Internet." MAINTAINER="pascal.bellard@slitaz.org" -WEB_SITE="http://grooms.tuxfamily.org/" +WEB_SITE="http://$PACKAGE.tuxfamily.org" TARBALL="$PACKAGE-$VERSION.zip" -WGET_URL="${WEB_SITE}$TARBALL" +WGET_URL="${WEB_SITE}/$TARBALL" DEPENDS="php" -BUILD_DEPENDS="" # Rules to configure and make the package. compile_rules()