cifs-utils: update to 6.0.
This commit is contained in:
parent
14e8dc5ee5
commit
4814ab7de0
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cifs-utils'
|
||||
pkgname=cifs-utils
|
||||
version=5.6
|
||||
version=6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config mit-krb5-devel talloc-devel libcap-ng-devel samba-devel keyutils-devel"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://wiki.samba.org/index.php/LinuxCIFS_utils"
|
||||
distfiles="ftp://ftp.samba.org/pub/linux-cifs/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=f1501a26a800a336baf53ba0ea383274361c86c4b50ec45c656b9810b84dc138
|
||||
checksum=f7bc15cc09082eee5e6c9647e826aaa5e73da41646541bb7a50f53f78a6ef8bc
|
||||
long_desc="
|
||||
The SMB/CIFS protocol provides support for cross-platform file sharing with
|
||||
Microsoft Windows, OS X, and other Unix systems.
|
||||
|
@ -18,8 +18,10 @@ long_desc="
|
|||
systems."
|
||||
|
||||
post_install() {
|
||||
vmove "sbin/*" usr/sbin
|
||||
chmod +s ${DESTDIR}/usr/sbin/mount.cifs
|
||||
vmkdir usr/bin
|
||||
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
|
||||
mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
|
||||
chmod +s ${DESTDIR}/usr/bin/mount.cifs
|
||||
}
|
||||
|
||||
cifs-utils_package() {
|
||||
|
|
Loading…
Reference in New Issue