wok rev 20788

updated cifs-utils and cifs-utils-dev (6.7 -> 6.8)
author Hans-G?nter Theisgen
date Thu Feb 14 16:07:19 2019 +0100 (2019-02-14)
parents 56931eff6ddf
children d6dd3c2092ae
files cifs-utils-dev/receipt cifs-utils/receipt
line diff
     1.1 --- a/cifs-utils-dev/receipt	Thu Feb 14 15:48:37 2019 +0100
     1.2 +++ b/cifs-utils-dev/receipt	Thu Feb 14 16:07:19 2019 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cifs-utils-dev"
     1.7 -VERSION="6.7"
     1.8 +VERSION="6.8"
     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  WANTED="cifs-utils"
    1.16 -
    1.17  DEPENDS="cifs-utils"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/cifs-utils/receipt	Thu Feb 14 15:48:37 2019 +0100
     2.2 +++ b/cifs-utils/receipt	Thu Feb 14 16:07:19 2019 +0100
     2.3 @@ -1,16 +1,17 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="cifs-utils"
     2.7 -VERSION="6.7"
     2.8 +VERSION="6.8"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="CIFS userland tools."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12  LICENSE="GPL3"
    2.13  WEB_SITE="https://wiki.samba.org/index.php/LinuxCIFS_utils"
    2.14 +
    2.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.16  WGET_URL="https://download.samba.org/pub/linux-cifs/$PACKAGE/$TARBALL"
    2.17 +
    2.18  PROVIDE="smbfs"
    2.19 -
    2.20  DEPENDS="linux-cifs attr libcap"
    2.21  BUILD_DEPENDS="automake autoconf talloc-dev libcap-dev samba-dev krb5-dev"
    2.22  
    2.23 @@ -18,12 +19,15 @@
    2.24  compile_rules()
    2.25  {
    2.26  	autoreconf -i
    2.27 -	./configure --prefix=/usr \
    2.28 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    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  
    2.36 -	cook_pick_manpages *.1
    2.37 +# not available
    2.38 +#	cook_pick_manpages *.1
    2.39  }
    2.40  
    2.41  # Rules to gen a SliTaz package suitable for Tazpkg.