wok annotate phpfm/receipt @ rev 18187

Up lessfs (1.7.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 08 11:52:12 2015 +0200 (2015-07-08)
parents 3a87a5fb7626
children 15650f5d595b
rev   line source
pascal@17184 1 # SliTaz package receipt.
pascal@17184 2
pascal@17184 3 PACKAGE="phpfm"
pascal@17184 4 SOURCE="phpFileManager"
pascal@17184 5 VERSION="0.9.8"
pascal@17184 6 CATEGORY="misc"
pascal@17185 7 SHORT_DESC="PHP Filesystem Management Tool in a single file."
pascal@17184 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17184 9 LICENSE="GPL2 LGPL2.1 MPL"
pascal@17184 10 TARBALL="$SOURCE-$VERSION.zip"
pascal@17184 11 WEB_SITE="http://phpfm.sourceforge.net/"
pascal@17184 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@17184 13
pascal@17184 14 DEPENDS="php"
pascal@17184 15
pascal@17184 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@17184 17 genpkg_rules()
pascal@17184 18 {
pascal@17184 19 mkdir -p $fs/var/www/$PACKAGE
pascal@17184 20 cp $src/index.php $fs/var/www/$PACKAGE/
pascal@17184 21 }