wok diff unionfs-fuse/receipt @ rev 19039
Webian Shell - again
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Fri Apr 15 09:08:59 2016 -0300 (2016-04-15) |
parents | f78140912e32 |
children | 6135577f4d08 |
line diff
1.1 --- a/unionfs-fuse/receipt Wed May 25 12:26:43 2011 +0200 1.2 +++ b/unionfs-fuse/receipt Fri Apr 15 09:08:59 2016 -0300 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="unionfs-fuse is an effort to create a userland unionfs implementation that is way more flexible than the current in-kernel based unionfs solution." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="fuse" 1.8 -BUILD_DEPENDS="cmake fuse-dev" 1.9 +LICENSE="BSD" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://podgorny.cz/moin/UnionFsFuse" 1.12 WGET_URL="http://podgorny.cz/unionfs-fuse/releases/$TARBALL" 1.13 1.14 +DEPENDS="fuse" 1.15 +BUILD_DEPENDS="cmake fuse-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -23,6 +25,6 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr 1.24 - cp -a $_pkg/usr/bin $fs/usr 1.25 + cp -a $install/usr/bin $fs/usr 1.26 } 1.27