wok diff samba-pam/receipt @ rev 13775

Up slitaz-tools (5.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 03 15:11:11 2013 +0100 (2013-01-03)
parents 8e4c74abdf74
children e9130cce9043
line diff
     1.1 --- a/samba-pam/receipt	Mon Jan 02 23:06:19 2012 +0100
     1.2 +++ b/samba-pam/receipt	Thu Jan 03 15:11:11 2013 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="samba-pam"
     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 using PAM."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -10,7 +10,7 @@
    1.13  WEB_SITE="http://samba.org/"
    1.14  WGET_URL="${WEB_SITE}$SOURCE/ftp/stable/$TARBALL"
    1.15  BUILD_DEPENDS="libldap openldap openldap-dev cups cups-dev pam pam-dev"
    1.16 -DEPENDS="libldap samba-common glibc-extra-samba ncursesw popt zlib smbfs acl pam perl cups krb5"
    1.17 +DEPENDS="libldap samba-common glibc-extra-samba ncursesw popt zlib cifs-utils acl pam perl cups krb5"
    1.18  SUGGESTED="gamin"
    1.19  CONFIG_FILES="/etc/samba"
    1.20  PROVIDE="samba:pam"
    1.21 @@ -23,27 +23,27 @@
    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 --with-libtalloc --with-libtdb --with-cifsumount \
    1.26 +	--enable-shared-libs --with-libtalloc --with-libtdb \
    1.27  	--with-libsmbsharemodes --with-libsmbclient \
    1.28  	--with-pam --with-pammodulesdir=/lib/security \
    1.29  	--sysconfdir=/etc --localstatedir=/var \
    1.30  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.31  	make $MAKEFLAGS &&
    1.32  	make DESTDIR=$DESTDIR install || return 1
    1.33 -	#rm -f ../_pkg/usr/*bin/*.old
    1.34 -	#ln -s libwbclient.so $PWD/../_pkg/usr/lib/libwbclient.so.0
    1.35 +	#rm -f $DESTDIR/usr/*bin/*.old
    1.36 +	#ln -s libwbclient.so $DESTDIR/usr/lib/libwbclient.so.0
    1.37  }
    1.38  
    1.39  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.40  genpkg_rules()
    1.41  {
    1.42  	mkdir -p $fs/usr
    1.43 -	cp -a $_pkg/etc $fs
    1.44 -	cp -a $_pkg/var $fs
    1.45 -	cp -a $_pkg/lib $fs
    1.46 -	cp -a $_pkg/usr/lib $fs/usr
    1.47 -	cp -a $_pkg/usr/sbin $fs/usr
    1.48 -	cp -a $_pkg/usr/bin $fs/usr
    1.49 +	cp -a $install/etc $fs
    1.50 +	cp -a $install/var $fs
    1.51 +	cp -a $install/lib $fs
    1.52 +	cp -a $install/usr/lib $fs/usr
    1.53 +	cp -a $install/usr/sbin $fs/usr
    1.54 +	cp -a $install/usr/bin $fs/usr
    1.55  	cp -a $WOK/$SOURCE/stuff/etc $fs
    1.56  	cat $WOK/$SOURCE/stuff/*.files-list | while read file; do
    1.57  		rm -rf $fs$file