From ec2a7df9bc61e5f83762f23a3ad7f670d0b8ca92 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 17 Aug 2009 14:32:45 +0000 Subject: main/samba: move the libwbclient libs to samba-common This is to avoid cyclic dependency. --- main/samba/APKBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'main/samba/APKBUILD') 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 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 -- cgit v1.2.3