wok annotate phpfm/receipt @ rev 17184

Add phpfm
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 02 12:33:11 2014 +0200 (2014-10-02)
parents
children 54f6cfa51542
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@17184 7 SHORT_DESC="Database management in a single PHP 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 }