wok view flatpress/receipt @ rev 13017

Up: mplayer (1.1)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jun 08 21:03:58 2012 +0200 (2012-06-08)
parents
children fcdd50638150
line source
1 # SliTaz package receipt.
3 PACKAGE="flatpress"
4 VERSION="0.1010.2"
5 CATEGORY="network"
6 SHORT_DESC="Blog engine without SQL."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION-sotto-voce.tar.bz2"
9 WEB_SITE="http://flatpress.org/home/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS="php"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 mkdir -p $DESTDIR/var/www/$PACKAGE
18 cp -a $src/* $DESTDIR/var/www/$PACKAGE
19 chown -R 80.80 $DESTDIR/var/www/$PACKAGE
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/* $fs
26 }