wok-next diff ddumbfs/receipt @ rev 20919

dbus-python -> python-dbus
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 22 09:09:15 2018 +0300 (2018-08-22)
parents d43bf7aae921
children d5aab818505e
line diff
     1.1 --- a/ddumbfs/receipt	Wed Mar 21 15:58:17 2018 +0200
     1.2 +++ b/ddumbfs/receipt	Wed Aug 22 09:09:15 2018 +0300
     1.3 @@ -1,29 +1,27 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="ddumbfs"
     1.8  VERSION="1.1"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="fast inline deduplication filesystem"
    1.11 +SHORT_DESC="Fast inline deduplication filesystem"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL"
    1.14 +WEB_SITE="http://www.magiksys.net/ddumbfs/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://www.magiksys.net/ddumbfs/"
    1.18  WGET_URL="http://www.magiksys.net/download/$PACKAGE/$TARBALL"
    1.19  
    1.20 -DEPENDS="fuse mhash"
    1.21 -BUILD_DEPENDS="fuse-dev mhash-dev"
    1.22 +BUILD_DEPENDS="fuse2-dev mhash-dev"
    1.23  
    1.24 -# Rules to configure and make the package.
    1.25 -compile_rules()
    1.26 -{
    1.27 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.28 +compile_rules() {
    1.29 +	./configure \
    1.30 +		--prefix=/usr \
    1.31 +		$CONFIGURE_ARGS &&
    1.32  	make &&
    1.33  	make DESTDIR=$DESTDIR install
    1.34  }
    1.35  
    1.36 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.37 -genpkg_rules()
    1.38 -{
    1.39 -	mkdir -p $fs/usr
    1.40 -	cp -a $install/usr/bin $fs/usr
    1.41 +genpkg_rules() {
    1.42 +	copy @std
    1.43 +	DEPENDS="fuse2 mhash"
    1.44  }