cifs-utils: update to 6.0.
This commit is contained in:
parent
14e8dc5ee5
commit
4814ab7de0
1 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cifs-utils'
|
# Template file for 'cifs-utils'
|
||||||
pkgname=cifs-utils
|
pkgname=cifs-utils
|
||||||
version=5.6
|
version=6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config mit-krb5-devel talloc-devel libcap-ng-devel samba-devel keyutils-devel"
|
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"
|
license="GPL-2"
|
||||||
homepage="http://wiki.samba.org/index.php/LinuxCIFS_utils"
|
homepage="http://wiki.samba.org/index.php/LinuxCIFS_utils"
|
||||||
distfiles="ftp://ftp.samba.org/pub/linux-cifs/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.samba.org/pub/linux-cifs/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
checksum=f1501a26a800a336baf53ba0ea383274361c86c4b50ec45c656b9810b84dc138
|
checksum=f7bc15cc09082eee5e6c9647e826aaa5e73da41646541bb7a50f53f78a6ef8bc
|
||||||
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.
|
||||||
|
@ -18,8 +18,10 @@ long_desc="
|
||||||
systems."
|
systems."
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmove "sbin/*" usr/sbin
|
vmkdir usr/bin
|
||||||
chmod +s ${DESTDIR}/usr/sbin/mount.cifs
|
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
|
||||||
|
mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
|
||||||
|
chmod +s ${DESTDIR}/usr/bin/mount.cifs
|
||||||
}
|
}
|
||||||
|
|
||||||
cifs-utils_package() {
|
cifs-utils_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue