wok-stable rev 7220

Added libcomerr to samba-common instead of libcomerr3 since libsmbclient.so* needs libcomerr.so.2 to work. Added libcomerr-dev to samba build depends so it will build with it in clean chroot.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Nov 11 00:10:18 2010 +0000 (2010-11-11)
parents 9cf7ef7c39a6
children d7c954620e6a
files samba-common/receipt samba/receipt
line diff
     1.1 --- a/samba-common/receipt	Wed Nov 10 23:53:15 2010 +0000
     1.2 +++ b/samba-common/receipt	Thu Nov 11 00:10:18 2010 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  WEB_SITE="http://samba.org/"
     1.6  DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \
     1.7 -libcomerr3 libkrb5 attr talloc"
     1.8 +libcomerr libkrb5 attr talloc"
     1.9  WANTED="samba"
    1.10  
    1.11  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/samba/receipt	Wed Nov 10 23:53:15 2010 +0000
     2.2 +++ b/samba/receipt	Thu Nov 11 00:10:18 2010 +0000
     2.3 @@ -8,7 +8,7 @@
     2.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.5  WEB_SITE="http://samba.org/"
     2.6  WGET_URL="${WEB_SITE}$PACKAGE/ftp/stable/$TARBALL"
     2.7 -BUILD_DEPENDS="openldap-dev cups-dev talloc-dev pkg-config"
     2.8 +BUILD_DEPENDS="openldap-dev libcomerr-dev cups-dev talloc-dev pkg-config"
     2.9  DEPENDS="libldap samba-common glibc-extra-samba ncurses popt zlib smbfs acl"
    2.10  
    2.11  SUGGESTED="gamin cups perl"