# HG changeset patch # User Hans-G?nter Theisgen # Date 1550156839 -3600 # Node ID 15af92a0041c12bfce3bc3381e5c36a7fb9fbec0 # Parent 56931eff6ddf8ed2c98984db14313b4b2122a736 updated cifs-utils and cifs-utils-dev (6.7 -> 6.8) diff -r 56931eff6ddf -r 15af92a0041c cifs-utils-dev/receipt --- a/cifs-utils-dev/receipt Thu Feb 14 15:48:37 2019 +0100 +++ b/cifs-utils-dev/receipt Thu Feb 14 16:07:19 2019 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="cifs-utils-dev" -VERSION="6.7" +VERSION="6.8" CATEGORY="development" SHORT_DESC="CIFS userland tools, development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" WEB_SITE="https://wiki.samba.org/index.php/LinuxCIFS_utils" + WANTED="cifs-utils" - DEPENDS="cifs-utils" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 56931eff6ddf -r 15af92a0041c cifs-utils/receipt --- a/cifs-utils/receipt Thu Feb 14 15:48:37 2019 +0100 +++ b/cifs-utils/receipt Thu Feb 14 16:07:19 2019 +0100 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="cifs-utils" -VERSION="6.7" +VERSION="6.8" CATEGORY="system-tools" SHORT_DESC="CIFS userland tools." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" WEB_SITE="https://wiki.samba.org/index.php/LinuxCIFS_utils" + TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://download.samba.org/pub/linux-cifs/$PACKAGE/$TARBALL" + PROVIDE="smbfs" - DEPENDS="linux-cifs attr libcap" BUILD_DEPENDS="automake autoconf talloc-dev libcap-dev samba-dev krb5-dev" @@ -18,12 +19,15 @@ compile_rules() { autoreconf -i - ./configure --prefix=/usr \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install - cook_pick_manpages *.1 +# not available +# cook_pick_manpages *.1 } # Rules to gen a SliTaz package suitable for Tazpkg.