wok diff flatpress/receipt @ rev 11819

Up: seamonkey to 2.7.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 25 14:15:40 2012 -0500 (2012-02-25)
parents
children fcdd50638150
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/flatpress/receipt	Sat Feb 25 14:15:40 2012 -0500
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="flatpress"
     1.7 +VERSION="0.1010.2"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="Blog engine without SQL."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION-sotto-voce.tar.bz2"
    1.12 +WEB_SITE="http://flatpress.org/home/"
    1.13 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.14 +
    1.15 +DEPENDS="php"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	mkdir -p $DESTDIR/var/www/$PACKAGE
    1.21 +	cp -a $src/* $DESTDIR/var/www/$PACKAGE
    1.22 +	chown -R 80.80 $DESTDIR/var/www/$PACKAGE
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.   
    1.26 +genpkg_rules()                                      
    1.27 +{
    1.28 +	cp -a $_pkg/* $fs
    1.29 +}