wok view flatpress/receipt @ rev 21221

updated libextractor and libextractor-dev (0.6.2 -> 1.9)
author Hans-G?nter Theisgen
date Wed Apr 10 13:34:06 2019 +0100 (2019-04-10)
parents 88ad0fb36132
children 640a2eba2511
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION-sotto-voce.tar.bz2"
10 WEB_SITE="http://flatpress.org/home/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS="php"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 mkdir -p $DESTDIR/var/www/$PACKAGE
19 cp -a $src/* $DESTDIR/var/www/$PACKAGE
20 chown -R 80.80 $DESTDIR/var/www/$PACKAGE
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }