wok-6.x diff httpfs-fuse/receipt @ rev 16461
Add scrollz
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Mon Apr 21 08:54:59 2014 +0100 (2014-04-21) |
parents | 47623f40305b |
children | 4b4a592e985e |
line diff
1.1 --- a/httpfs-fuse/receipt Thu Mar 03 17:13:53 2011 +0000 1.2 +++ b/httpfs-fuse/receipt Mon Apr 21 08:54:59 2014 +0100 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="HTTP Filesystem implemented with FUSE." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 -DEPENDS="fuse" 1.8 -BUILD_DEPENDS="fuse-dev" 1.9 +LICENSE="GPL2" 1.10 SOURCE="httpfs_with_static_binaries" 1.11 TARBALL="${SOURCE}_$VERSION.tar.gz" 1.12 WEB_SITE="http://httpfs.sourceforge.net/" 1.13 WGET_URL="$SF_MIRROR/httpfs/$TARBALL" 1.14 TAGS="filesystem" 1.15 1.16 +DEPENDS="fuse" 1.17 +BUILD_DEPENDS="fuse-dev" 1.18 + 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 @@ -27,5 +29,5 @@ 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr 1.26 - cp -a $_pkg/usr/bin $fs/usr 1.27 + cp -a $install/usr/bin $fs/usr 1.28 }