wok diff grooms/receipt @ rev 15207

Add mktorrent
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 10 12:15:52 2013 +0000 (2013-09-10)
parents 715718b84344
children 7bb096863642
line diff
     1.1 --- a/grooms/receipt	Wed Oct 10 15:15:42 2012 +0200
     1.2 +++ b/grooms/receipt	Tue Sep 10 12:15:52 2013 +0000
     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()