wok rev 13396

Up blogotext (2.0.0.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 26 17:39:25 2012 +0200 (2012-09-26)
parents 62f480b4cdc4
children a579549edab7
files blogotext/receipt
line diff
     1.1 --- a/blogotext/receipt	Wed Sep 26 13:25:48 2012 +0200
     1.2 +++ b/blogotext/receipt	Wed Sep 26 17:39:25 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  }