wok-next diff ntfs-3g/receipt @ rev 20409

lxde-icon-theme-base: fix loop depends; lxqt: add lxmenu-data to dependencies; ntfs-3g: tiny edits.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 06 16:41:02 2018 +0200 (2018-01-06)
parents e44a1a92452b
children 0e7893ac206d
line diff
     1.1 --- a/ntfs-3g/receipt	Tue Sep 12 01:34:11 2017 +0300
     1.2 +++ b/ntfs-3g/receipt	Sat Jan 06 16:41:02 2018 +0200
     1.3 @@ -7,6 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="GPL2 LGPL2"
     1.6  WEB_SITE="https://www.tuxera.com/community/open-source-ntfs-3g/"
     1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/postlfs/ntfs-3g.html"
     1.8  
     1.9  TARBALL="ntfs-3g_ntfsprogs-$VERSION.tgz"
    1.10  WGET_URL="https://tuxera.com/opensource/$TARBALL"
    1.11 @@ -14,11 +15,7 @@
    1.12  BUILD_DEPENDS="util-linux-uuid-dev libtool"
    1.13  SPLIT="ntfsprogs ntfsprogs-extra ntfs-3g ntfs-3g-dev"
    1.14  
    1.15 -# Rules to configure and make the package.
    1.16 -compile_rules()
    1.17 -{
    1.18 -	# http://www.linuxfromscratch.org/blfs/view/stable/postlfs/ntfs-3g.html
    1.19 -
    1.20 +compile_rules() {
    1.21  	touch $src/libtoolT
    1.22  
    1.23  	./configure \
    1.24 @@ -33,9 +30,7 @@
    1.25  	ln -s mount.ntfs-3g $install/sbin/mount.ntfs
    1.26  }
    1.27  
    1.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 -genpkg_rules()
    1.30 -{
    1.31 +genpkg_rules() {
    1.32  	TAGS="windows"
    1.33  	case $PACKAGE in
    1.34  		ntfsprogs)
    1.35 @@ -50,8 +45,7 @@
    1.36  			DEPENDS="ntfs-3g"
    1.37  			;;
    1.38  		ntfs-3g)
    1.39 -			copy @std
    1.40 -			remove_already_packed
    1.41 +			copy @std @rm
    1.42  			CONFIG_FILES="/etc/filesystems"
    1.43  			DEPENDS=" "
    1.44  			;;