wok view phpfm/receipt @ rev 21549

Add LXSession 0.4.6.* as lxsession046 (latest LXSession 0.4.* is 0.4.9.* and it don't compile anyway due to the old libgee; and latest LXSession 0.5.* (just lxsession) has the major drawbacks)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 07 11:25:44 2019 +0300 (2019-05-07)
parents 3a87a5fb7626
children 15650f5d595b
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 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/var/www/$PACKAGE
20 cp $src/index.php $fs/var/www/$PACKAGE/
21 }