wok-undigest rev 690

Up zerobin (0.15_alpha)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 21 10:45:23 2012 +0200 (2012-04-21)
parents a6af485e996d
children 78cb23ca2de7
files zerobin/receipt
line diff
     1.1 --- a/zerobin/receipt	Fri Apr 20 18:22:13 2012 +0200
     1.2 +++ b/zerobin/receipt	Sat Apr 21 10:45:23 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="zerobin"
     1.7 -VERSION="0.14_alpha"
     1.8 +VERSION="0.15_alpha"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Online pastebin where the server has zero knowledge of pasted data."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,7 +9,8 @@
    1.13  WEB_SITE="http://sebsauvage.net/wiki/doku.php?id=php:zerobin"
    1.14  WGET_URL="http://sebsauvage.net/files/$TARBALL"
    1.15  
    1.16 -DEPENDS="php-gd"
    1.17 +DEPENDS="php"
    1.18 +SUGGESTED="php-gd"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()