wok diff funionfs/receipt @ rev 22115

updated volumeicon (0.4.6 -> 0.5.1)
author Hans-G?nter Theisgen
date Sat Nov 02 16:43:33 2019 +0100 (2019-11-02)
parents fb8aceda65ff
children 1bbeef6dd358
line diff
     1.1 --- a/funionfs/receipt	Tue Feb 16 13:56:26 2010 +0000
     1.2 +++ b/funionfs/receipt	Sat Nov 02 16:43:33 2019 +0100
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Union filesystem implemented with FUSE."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -BUILD_DEPENDS="fuse-dev"
     1.8 -DEPENDS="fuse"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://funionfs.apiou.org/"
    1.12  WGET_URL="${WEB_SITE}file/$TARBALL"
    1.13  TAGS="filesystem"
    1.14  
    1.15 +BUILD_DEPENDS="fuse-dev"
    1.16 +DEPENDS="fuse"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -28,11 +30,11 @@
    1.22  	--libexecdir=/usr/bin --mandir=/usr/share/man \
    1.23  	$CONFIGURE_ARGS &&
    1.24  	make &&
    1.25 -	make DESTDIR=$PWD/_pkg install
    1.26 +	make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -	cp -a $_pkg/bin $fs
    1.33 +	cp -a $install/bin $fs
    1.34  }