summaryrefslogtreecommitdiffstats
path: root/main/samba
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-08-17 14:32:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-08-17 14:32:45 +0000
commitec2a7df9bc61e5f83762f23a3ad7f670d0b8ca92 (patch)
treee18dd4c93329cb0d78133f278ca66e4046e086b8 /main/samba
parentccc5cd6420f67c67022b560ec0f18bfe55f70528 (diff)
downloadaports-ec2a7df9bc61e5f83762f23a3ad7f670d0b8ca92.tar.bz2
aports-ec2a7df9bc61e5f83762f23a3ad7f670d0b8ca92.tar.xz
main/samba: move the libwbclient libs to samba-common
This is to avoid cyclic dependency.
Diffstat (limited to 'main/samba')
-rw-r--r--main/samba/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/main/samba/APKBUILD b/main/samba/APKBUILD
index 1e740cb50..d0016e2fe 100644
--- a/main/samba/APKBUILD
+++ b/main/samba/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=samba
pkgver=3.3.7
-pkgrel=0
+pkgrel=1
pkgdesc="Tools to access a server's filespace and printers via SMB"
url="http://www.samba.org"
license="GPL3"
@@ -67,13 +67,14 @@ winbind() {
usr/bin/wbinfo \
usr/bin/ntlm_auth \
usr/sbin/winbindd \
- usr/lib/samba/idmap \
- usr/lib/libwbclient*
+ usr/lib/samba/idmap
}
common() {
pkgdesc="Samba common files for both client an servers"
depends=
+ # we have moved libwbclient to samba-common
+ replaces="winbind"
cd "$pkgdir"
_mv_files \
usr/bin/net \
@@ -82,6 +83,7 @@ common() {
usr/bin/testparm \
usr/lib/samba/*.dat \
usr/lib/libtalloc* \
+ usr/lib/libwbclient* \
var/run/samba \
var/cache/samba \
var/log/samba