wok-next diff phpfm/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | 54f6cfa51542 |
children |
line diff
1.1 --- a/phpfm/receipt Thu Oct 02 12:48:18 2014 +0200 1.2 +++ b/phpfm/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -4,7 +4,7 @@ 1.4 SOURCE="phpFileManager" 1.5 VERSION="0.9.8" 1.6 CATEGORY="misc" 1.7 -SHORT_DESC="PHP Filesystem Management Tool in a single file." 1.8 +SHORT_DESC="PHP Filesystem Management Tool in a single file" 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 LICENSE="GPL2 LGPL2.1 MPL" 1.11 TARBALL="$SOURCE-$VERSION.zip" 1.12 @@ -13,9 +13,7 @@ 1.13 1.14 DEPENDS="php" 1.15 1.16 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 -genpkg_rules() 1.18 -{ 1.19 +genpkg_rules() { 1.20 mkdir -p $fs/var/www/$PACKAGE 1.21 cp $src/index.php $fs/var/www/$PACKAGE/ 1.22 }