wok-6.x diff cifs-utils/receipt @ rev 21763
busybox: enable CONFIG_FDISK_SUPPORT_LARGE_DISKS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 27 14:19:03 2019 +0200 (2019-06-27) |
parents | a78610b2eb47 |
children | cf3e61da7a25 |
line diff
1.1 --- a/cifs-utils/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/cifs-utils/receipt Thu Jun 27 14:19:03 2019 +0200 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="cifs-utils" 1.7 -VERSION="6.7" 1.8 +VERSION="6.8" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="CIFS userland tools." 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 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WGET_URL="https://download.samba.org/pub/linux-cifs/$PACKAGE/$TARBALL" 1.17 + 1.18 PROVIDE="smbfs" 1.19 - 1.20 DEPENDS="linux-cifs attr libcap" 1.21 BUILD_DEPENDS="automake autoconf talloc-dev libcap-dev samba-dev krb5-dev" 1.22 1.23 @@ -18,12 +19,15 @@ 1.24 compile_rules() 1.25 { 1.26 autoreconf -i 1.27 - ./configure --prefix=/usr \ 1.28 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.29 + ./configure \ 1.30 + --prefix=/usr \ 1.31 + --mandir=/usr/share/man \ 1.32 + $CONFIGURE_ARGS && 1.33 make && 1.34 make DESTDIR=$DESTDIR install 1.35 1.36 - cook_pick_manpages *.1 1.37 +# not available 1.38 +# cook_pick_manpages *.1 1.39 } 1.40 1.41 # Rules to gen a SliTaz package suitable for Tazpkg.