cifs-utils: update to 5.6.
This commit is contained in:
parent
3f9b1ce6a5
commit
0b32db5070
2 changed files with 6 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
||||||
librt.so.1
|
librt.so.1
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libwbclient.so.0
|
|
||||||
libkeyutils.so.1
|
libkeyutils.so.1
|
||||||
libkrb5.so.3
|
libkrb5.so.3
|
||||||
libcap-ng.so.0
|
libcap-ng.so.0
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'cifs-utils'
|
# Template file for 'cifs-utils'
|
||||||
pkgname=cifs-utils
|
pkgname=cifs-utils
|
||||||
version=5.3
|
version=5.6
|
||||||
homepage="http://wiki.samba.org/index.php/LinuxCIFS_utils"
|
|
||||||
distfiles="ftp://ftp.samba.org/pub/linux-cifs/$pkgname/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu-configure
|
|
||||||
makedepends="mit-krb5-devel talloc-devel libcap-ng-devel samba-devel keyutils-devel"
|
|
||||||
revision=1
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
makedepends="pkg-config mit-krb5-devel talloc-devel libcap-ng-devel samba-devel keyutils-devel"
|
||||||
short_desc="CIFS filesystem user-space tools"
|
short_desc="CIFS filesystem user-space tools"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=68e969c4107a872e2848992732dc11eafc7bdf084bec894c0ba677572de49b32
|
homepage="http://wiki.samba.org/index.php/LinuxCIFS_utils"
|
||||||
|
distfiles="ftp://ftp.samba.org/pub/linux-cifs/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=f1501a26a800a336baf53ba0ea383274361c86c4b50ec45c656b9810b84dc138
|
||||||
long_desc="
|
long_desc="
|
||||||
The SMB/CIFS protocol provides support for cross-platform file sharing with
|
The SMB/CIFS protocol provides support for cross-platform file sharing with
|
||||||
Microsoft Windows, OS X, and other Unix systems.
|
Microsoft Windows, OS X, and other Unix systems.
|
||||||
|
@ -17,7 +17,6 @@ long_desc="
|
||||||
This package provides utilities for managing mounts of CIFS network file
|
This package provides utilities for managing mounts of CIFS network file
|
||||||
systems."
|
systems."
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmove "sbin/*" usr/sbin
|
vmove "sbin/*" usr/sbin
|
||||||
chmod +s ${DESTDIR}/usr/sbin/mount.cifs
|
chmod +s ${DESTDIR}/usr/sbin/mount.cifs
|
||||||
|
|
Loading…
Reference in a new issue