wok-6.x diff flatpress/receipt @ rev 14495
kbd-base/stuff/keymaps-path.list: add greek keymaps
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu May 09 20:32:53 2013 +0000 (2013-05-09) |
parents | |
children | fcdd50638150 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/flatpress/receipt Thu May 09 20:32:53 2013 +0000 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 +}