wok-next view flatpress/receipt @ rev 21722
efivar: typo in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 10:31:46 2020 +0000 (2020-09-01) |
parents | d5aab818505e |
children |
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://flatpress.org/home/"
10 HOST_ARCH="any"
12 TARBALL="$PACKAGE-$VERSION-sotto-voce.tar.bz2"
13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15 compile_rules() {
16 mkdir -p $install/var/www/$PACKAGE
17 cp -a $src/* $install/var/www/$PACKAGE
18 chown -R 80.80 $install/var/www/$PACKAGE
19 }
21 genpkg_rules() {
22 cp -a $install/* $fs
23 DEPENDS="php"
24 }