wok diff unionfs-fuse/receipt @ rev 19857

syslinux/iso2exe: fix recursive_partition + hybrib_mbr
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 18 09:21:47 2017 +0100 (2017-03-18)
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	Sat Mar 18 09:21:47 2017 +0100
     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