wok-next view flatpress/receipt @ rev 12521

Up: xorg-mkfontdir, xorg-setxkbmap, xorg-xauth, xorg-xclock, xorg-xcompmgr, xorg-xinput, xorg-xload + clean receipt
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 25 00:15:23 2012 +0200 (2012-04-25)
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 }