wok-6.x rev 16650
Up blazekiss (today git hash)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 13 11:41:20 2014 +0000 (2014-05-13) |
parents | a5a22b5fb904 |
children | f8007f2c0018 |
files | blazekiss/receipt |
line diff
1.1 --- a/blazekiss/receipt Tue May 13 08:32:11 2014 +0000 1.2 +++ b/blazekiss/receipt Tue May 13 11:41:20 2014 +0000 1.3 @@ -1,16 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="blazekiss" 1.7 -VERSION="current" 1.8 +GITHASH="d5349fb3e1a14bdf4a85273b29dd24653e2f3177" 1.9 +VERSION=${GITHASH:0:7} 1.10 CATEGORY="office" 1.11 SHORT_DESC="Tiny Wiki Engine in french." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL2" 1.14 TARBALL="$PACKAGE.zip" 1.15 -WEB_SITE="http://dizplay.idleman.fr/Projects/Wiki/blazekiss/" 1.16 -WGET_URL="http://dizplay.idleman.fr/Projects/Archives/$TARBALL" 1.17 +WEB_SITE="http://projet.idleman.fr/blazekiss/" 1.18 +WGET_URL="https://github.com/ldleman/$PACKAGE/archive/$GITHASH.zip" 1.19 +CONFIG_FILES="/var/www/blazekiss/_config.php" 1.20 + 1.21 DEPENDS="lighttpd php" 1.22 -CONFIG_FILES="/var/www/blazekiss/_config.php" 1.23 +BUILD_DEPENDS="wget" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules()