wok diff blogotext/receipt @ rev 13410

Add: check+
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Oct 01 01:39:13 2012 +0200 (2012-10-01)
parents e363de4558d1
children b2a632fc9587
line diff
     1.1 --- a/blogotext/receipt	Sun Dec 25 15:18:50 2011 +0100
     1.2 +++ b/blogotext/receipt	Mon Oct 01 01:39:13 2012 +0200
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="blogotext"
     1.7 -VERSION="33"
     1.8 +VERSION="2.0.0.0"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Simple blog engine."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 -_TARBALL="$PACKAGE${VERSION}_11-11-07.7z"
    1.13 +_TARBALL="$PACKAGE-$VERSION.zip"
    1.14  WEB_SITE="http://lehollandaisvolant.net/blogotext"
    1.15  URL="$WEB_SITE/archives/$_TARBALL"
    1.16  
    1.17 -DEPENDS="php"
    1.18 -BUILD_DEPENDS="p7zip"
    1.19 +DEPENDS="php-gd"
    1.20 +BUILD_DEPENDS=""
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24 @@ -19,12 +19,12 @@
    1.25  		wget -O "$SOURCES_REPOSITORY/$_TARBALL" $URL
    1.26  	mkdir -p $DESTDIR/var/www 2> /dev/null
    1.27  	cd $DESTDIR/var/www
    1.28 -	7zr x "$SOURCES_REPOSITORY/$_TARBALL"
    1.29 +	unzip "$SOURCES_REPOSITORY/$_TARBALL"
    1.30  	chown -R 80.80 $DESTDIR/var/www/blogotext
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.   
    1.34  genpkg_rules()                                      
    1.35  {
    1.36 -	cp -a $_pkg/* $fs
    1.37 +	cp -a $install/* $fs
    1.38  }