wok-next diff fuse-exfat/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 2b9f96603415
children 33df80a31584
line diff
     1.1 --- a/fuse-exfat/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/fuse-exfat/receipt	Thu May 10 22:58:32 2018 +0300
     1.3 @@ -1,29 +1,24 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="fuse-exfat"
     1.8  VERSION="1.0.0"
     1.9  CATEGORY="base-system"
    1.10 -SHORT_DESC="Full-featured exFAT file system implementation."
    1.11 +SHORT_DESC="Full-featured exFAT file system implementation"
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="http://code.google.com/p/exfat/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="http://exfat.googlecode.com/files/$TARBALL"
    1.18  
    1.19 -DEPENDS="fuse"
    1.20 -BUILD_DEPENDS="scons fuse-dev"
    1.21 +BUILD_DEPENDS="scons fuse2-dev"
    1.22  
    1.23 -# Rules to configure and make the package.
    1.24 -compile_rules()
    1.25 -{
    1.26 -	cd $src
    1.27 +compile_rules() {
    1.28  	scons PREFIX=/usr
    1.29  	scons -k DESTDIR=$DESTDIR install
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 -	mkdir -p $fs/sbin
    1.36 -	cp -a $install/* $fs/sbin
    1.37 +genpkg_rules() {
    1.38 +	copy @std
    1.39 +	DEPENDS="fuse2"
    1.40  }