wok rev 22597

updated cifs-utils and cifs-utils-dev (6.8 -> 6.10)
author Hans-G?nter Theisgen
date Tue Jan 07 17:50:34 2020 +0100 (2020-01-07)
parents 18d5c324cc42
children 3efe33e068cd
files cifs-utils-dev/receipt cifs-utils/receipt
line diff
     1.1 --- a/cifs-utils-dev/receipt	Tue Jan 07 17:34:35 2020 +0100
     1.2 +++ b/cifs-utils-dev/receipt	Tue Jan 07 17:50:34 2020 +0100
     1.3 @@ -1,19 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cifs-utils-dev"
     1.7 -VERSION="6.8"
     1.8 +VERSION="6.10"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="CIFS userland tools, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="https://wiki.samba.org/index.php/LinuxCIFS_utils"
    1.14  
    1.15 +DEPENDS="cifs-utils"
    1.16  WANTED="cifs-utils"
    1.17 -DEPENDS="cifs-utils"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr
    1.23 -	cp -a $install/usr/include $fs/usr
    1.24 +	cp -a $install/usr/include	$fs/usr
    1.25  }
     2.1 --- a/cifs-utils/receipt	Tue Jan 07 17:34:35 2020 +0100
     2.2 +++ b/cifs-utils/receipt	Tue Jan 07 17:50:34 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="cifs-utils"
     2.7 -VERSION="6.8"
     2.8 +VERSION="6.10"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="CIFS userland tools."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -12,16 +12,16 @@
    2.13  WGET_URL="https://download.samba.org/pub/linux-cifs/$PACKAGE/$TARBALL"
    2.14  
    2.15  PROVIDE="smbfs"
    2.16 -DEPENDS="linux-cifs attr libcap"
    2.17 -BUILD_DEPENDS="automake autoconf talloc-dev libcap-dev samba-dev krb5-dev"
    2.18 +DEPENDS="attr libcap linux-cifs"
    2.19 +BUILD_DEPENDS="autoconf automake krb5-dev libcap-dev samba-dev talloc-dev"
    2.20  
    2.21  # Rules to configure and make the package.
    2.22  compile_rules()
    2.23  {
    2.24 -	autoreconf -i
    2.25 -	./configure \
    2.26 -		--prefix=/usr \
    2.27 -		--mandir=/usr/share/man \
    2.28 +	autoreconf -i &&
    2.29 +	./configure			\
    2.30 +		--prefix=/usr		\
    2.31 +		--mandir=/usr/share/man	\
    2.32  		$CONFIGURE_ARGS &&
    2.33  	make &&
    2.34  	make DESTDIR=$DESTDIR install
    2.35 @@ -34,8 +34,9 @@
    2.36  genpkg_rules()
    2.37  {
    2.38  	mkdir -p $fs/usr/sbin
    2.39 -	cp -a $install/sbin $fs
    2.40 -	cd $fs/usr/sbin
    2.41 +
    2.42 +	cp -a $install/sbin	$fs
    2.43 +	cd			$fs/usr/sbin
    2.44  	ln -s ../../sbin/mount.cifs .
    2.45  	ln -s ../../sbin/mount.cifs umount.cifs
    2.46  }