wok view flatpress/receipt @ rev 12153

busybox/udhcp.script: log calls
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 16 14:51:41 2012 +0100 (2012-03-16)
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 }