samba: rebuild against latest mit-krb5, and require newer version.
This commit is contained in:
parent
7f23df628a
commit
ea01bdb82a
4 changed files with 10 additions and 2 deletions
|
@ -5,6 +5,9 @@ long_desc="
|
|||
This package provides a shared library that enables client applications to
|
||||
talk to Microsoft Windows and Samba servers using the SMB/CIFS protocol."
|
||||
|
||||
revision=1
|
||||
shlib_depends="mit-krb5-libs>=1.10.1"
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/libwbclient.so*" usr/lib
|
||||
vmove "usr/lib/libsmbclient.so*" usr/lib
|
||||
|
|
|
@ -6,7 +6,8 @@ long_desc="
|
|||
|
||||
This package provides development files: headers, static libraries, etc."
|
||||
|
||||
Add_dependency run libsmbclient
|
||||
noarch=yes
|
||||
Add_dependency run libsmbclient ">=${version}"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -6,6 +6,8 @@ long_desc="
|
|||
Windows and Samba servers, including smbclient, smbtar, and smbspool.
|
||||
Utilities for mounting shares locally are found in the package cifs-utils."
|
||||
|
||||
revision=1
|
||||
|
||||
do_install() {
|
||||
vmove usr/bin usr
|
||||
vmove usr/share/man/man1 usr/share/man
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'samba'
|
||||
pkgname=samba
|
||||
version=3.6.3
|
||||
revision=1
|
||||
build_wrksrc=source3
|
||||
distfiles="http://us1.samba.org/samba/ftp/stable/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
|
@ -42,7 +43,7 @@ Add_dependency build python-devel
|
|||
Add_dependency build libcap-devel
|
||||
Add_dependency build popt-devel
|
||||
Add_dependency build e2fsprogs-devel
|
||||
Add_dependency build mit-krb5-devel
|
||||
Add_dependency build mit-krb5-devel ">=1.10.1"
|
||||
Add_dependency build libldap-devel
|
||||
Add_dependency build pam-devel
|
||||
Add_dependency build acl-devel
|
||||
|
@ -52,6 +53,7 @@ Add_dependency build talloc-devel
|
|||
|
||||
post_install() {
|
||||
# conf file
|
||||
cd ${wrksrc}
|
||||
cat examples/smb.conf.default | \
|
||||
sed 's|log file = .*$|log file = /var/log/samba/%m.log|g' > \
|
||||
${DESTDIR}/etc/samba/smb.conf
|
||||
|
|
Loading…
Reference in a new issue