wok-undigest rev 594

Move flatpress to wok
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 15:20:29 2011 +0100 (2011-12-25)
parents 042174b9b8e6
children 31b5651d6cf2
files flatpress/receipt
line diff
     1.1 --- a/flatpress/receipt	Sun Dec 25 15:20:28 2011 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,26 +0,0 @@
     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 -}