wok-next view phpfm/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 54f6cfa51542
children
line source
1 # SliTaz package receipt.
3 PACKAGE="phpfm"
4 SOURCE="phpFileManager"
5 VERSION="0.9.8"
6 CATEGORY="misc"
7 SHORT_DESC="PHP Filesystem Management Tool in a single file"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2 LGPL2.1 MPL"
10 TARBALL="$SOURCE-$VERSION.zip"
11 WEB_SITE="http://phpfm.sourceforge.net/"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 DEPENDS="php"
16 genpkg_rules() {
17 mkdir -p $fs/var/www/$PACKAGE
18 cp $src/index.php $fs/var/www/$PACKAGE/
19 }