wok diff samba/receipt @ rev 14199

libkeybinder: needs autoreconf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 13 18:51:10 2013 +0100 (2013-03-13)
parents 6d9bce2a1a70
children e9130cce9043
line diff
     1.1 --- a/samba/receipt	Tue Jun 07 11:57:29 2011 +0000
     1.2 +++ b/samba/receipt	Wed Mar 13 18:51:10 2013 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="samba"
     1.7 -VERSION="3.5.8"
     1.8 +VERSION="3.6.7"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="File and print services with SMB/CIFS."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -14,7 +14,7 @@
    1.13  BUGS="Open directory needs MIT kerberos support (krb5)"
    1.14  
    1.15  BUILD_DEPENDS="openldap openldap-dev libcomerr-dev cups-dev talloc-dev pkg-config libldap"
    1.16 -DEPENDS="libldap samba-common glibc-extra-samba ncursesw popt zlib smbfs 
    1.17 +DEPENDS="libldap samba-common glibc-extra-samba ncursesw popt zlib cifs-utils 
    1.18  acl krb5 cups"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21 @@ -24,25 +24,25 @@
    1.22  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.23  	--with-piddir=/var/run/samba --with-lockdir=/var/run/samba \
    1.24  	--with-winbind --with-ldap --with-fhs --enable-cups --enable-swat \
    1.25 -	--enable-shared-libs --enable-external-libtalloc --with-libtdb --with-cifsumount \
    1.26 +	--enable-shared-libs --enable-external-libtalloc --with-libtdb \
    1.27  	--with-libsmbsharemodes --with-libsmbclient --without-pam \
    1.28  	--sysconfdir=/etc --localstatedir=/var \
    1.29  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.30  	make -j1 &&
    1.31  	make -j1 DESTDIR=$DESTDIR install || return 1
    1.32 -	rm -f ../_pkg/usr/*bin/*.old
    1.33 -	#ln -s libwbclient.so $PWD/../_pkg/usr/lib/libwbclient.so.0
    1.34 +	#rm -f $DESTDIR/usr/*bin/*.old
    1.35 +	#ln -s libwbclient.so $DESTDIR/usr/lib/libwbclient.so.0
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.39  genpkg_rules()
    1.40  {
    1.41  	mkdir -p $fs/usr
    1.42 -	cp -a $_pkg/etc $fs
    1.43 -	cp -a $_pkg/var $fs
    1.44 -	cp -a $_pkg/usr/lib $fs/usr
    1.45 -	cp -a $_pkg/usr/sbin $fs/usr
    1.46 -	cp -a $_pkg/usr/bin $fs/usr
    1.47 +	cp -a $install/etc $fs
    1.48 +	cp -a $install/var $fs
    1.49 +	cp -a $install/usr/lib $fs/usr
    1.50 +	cp -a $install/usr/sbin $fs/usr
    1.51 +	cp -a $install/usr/bin $fs/usr
    1.52  	cp -a $stuff/etc $fs
    1.53  	cat $stuff/*.files-list | while read file; do
    1.54  		rm -rf $fs$file