wok rev 13268

Up: samba to 3.6.7.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Aug 17 15:30:50 2012 +0000 (2012-08-17)
parents 7655fb6bf8dd
children 18d1dc85701e
files samba-common/receipt samba-dev/receipt samba-pam/receipt samba/receipt smbclient/receipt swat/receipt
line diff
     1.1 --- a/samba-common/receipt	Fri Aug 17 15:29:05 2012 +0000
     1.2 +++ b/samba-common/receipt	Fri Aug 17 15:30:50 2012 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="samba-common"
     1.7 -VERSION="3.5.8"
     1.8 +VERSION="3.6.7"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="File and print services with SMB/CIFS, client side."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/samba-dev/receipt	Fri Aug 17 15:29:05 2012 +0000
     2.2 +++ b/samba-dev/receipt	Fri Aug 17 15:30:50 2012 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="samba-dev"
     2.7 -VERSION="3.5.8"
     2.8 +VERSION="3.6.7"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="File and print services with SMB/CIFS, development files."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -12,6 +12,6 @@
    2.13  genpkg_rules()
    2.14  {
    2.15  	mkdir -p $fs/usr
    2.16 -	cp -a $_pkg/usr/include $fs/usr
    2.17 +	cp -a $install/usr/include $fs/usr
    2.18  }
    2.19  
     3.1 --- a/samba-pam/receipt	Fri Aug 17 15:29:05 2012 +0000
     3.2 +++ b/samba-pam/receipt	Fri Aug 17 15:30:50 2012 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="samba-pam"
     3.7 -VERSION="3.5.8"
     3.8 +VERSION="3.6.7"
     3.9  CATEGORY="system-tools"
    3.10  SHORT_DESC="File and print services with SMB/CIFS using PAM."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12 @@ -10,7 +10,7 @@
    3.13  WEB_SITE="http://samba.org/"
    3.14  WGET_URL="${WEB_SITE}$SOURCE/ftp/stable/$TARBALL"
    3.15  BUILD_DEPENDS="libldap openldap openldap-dev cups cups-dev pam pam-dev"
    3.16 -DEPENDS="libldap samba-common glibc-extra-samba ncursesw popt zlib smbfs acl pam perl cups krb5"
    3.17 +DEPENDS="libldap samba-common glibc-extra-samba ncursesw popt zlib cifs-utils acl pam perl cups krb5"
    3.18  SUGGESTED="gamin"
    3.19  CONFIG_FILES="/etc/samba"
    3.20  PROVIDE="samba:pam"
    3.21 @@ -23,27 +23,27 @@
    3.22  	./configure --prefix=/usr --infodir=/usr/share/info \
    3.23  	--with-piddir=/var/run/samba --with-lockdir=/var/run/samba \
    3.24  	--with-winbind --with-ldap --with-fhs --enable-cups --enable-swat \
    3.25 -	--enable-shared-libs --with-libtalloc --with-libtdb --with-cifsumount \
    3.26 +	--enable-shared-libs --with-libtalloc --with-libtdb \
    3.27  	--with-libsmbsharemodes --with-libsmbclient \
    3.28  	--with-pam --with-pammodulesdir=/lib/security \
    3.29  	--sysconfdir=/etc --localstatedir=/var \
    3.30  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    3.31  	make $MAKEFLAGS &&
    3.32  	make DESTDIR=$DESTDIR install || return 1
    3.33 -	#rm -f ../_pkg/usr/*bin/*.old
    3.34 -	#ln -s libwbclient.so $PWD/../_pkg/usr/lib/libwbclient.so.0
    3.35 +	#rm -f $DESTDIR/usr/*bin/*.old
    3.36 +	#ln -s libwbclient.so $DESTDIR/usr/lib/libwbclient.so.0
    3.37  }
    3.38  
    3.39  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.40  genpkg_rules()
    3.41  {
    3.42  	mkdir -p $fs/usr
    3.43 -	cp -a $_pkg/etc $fs
    3.44 -	cp -a $_pkg/var $fs
    3.45 -	cp -a $_pkg/lib $fs
    3.46 -	cp -a $_pkg/usr/lib $fs/usr
    3.47 -	cp -a $_pkg/usr/sbin $fs/usr
    3.48 -	cp -a $_pkg/usr/bin $fs/usr
    3.49 +	cp -a $install/etc $fs
    3.50 +	cp -a $install/var $fs
    3.51 +	cp -a $install/lib $fs
    3.52 +	cp -a $install/usr/lib $fs/usr
    3.53 +	cp -a $install/usr/sbin $fs/usr
    3.54 +	cp -a $install/usr/bin $fs/usr
    3.55  	cp -a $WOK/$SOURCE/stuff/etc $fs
    3.56  	cat $WOK/$SOURCE/stuff/*.files-list | while read file; do
    3.57  		rm -rf $fs$file
     4.1 --- a/samba/receipt	Fri Aug 17 15:29:05 2012 +0000
     4.2 +++ b/samba/receipt	Fri Aug 17 15:30:50 2012 +0000
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="samba"
     4.7 -VERSION="3.5.8"
     4.8 +VERSION="3.6.7"
     4.9  CATEGORY="system-tools"
    4.10  SHORT_DESC="File and print services with SMB/CIFS."
    4.11  MAINTAINER="pascal.bellard@slitaz.org"
    4.12 @@ -14,7 +14,7 @@
    4.13  BUGS="Open directory needs MIT kerberos support (krb5)"
    4.14  
    4.15  BUILD_DEPENDS="openldap openldap-dev libcomerr-dev cups-dev talloc-dev pkg-config libldap"
    4.16 -DEPENDS="libldap samba-common glibc-extra-samba ncursesw popt zlib smbfs 
    4.17 +DEPENDS="libldap samba-common glibc-extra-samba ncursesw popt zlib cifs-utils 
    4.18  acl krb5 cups"
    4.19  
    4.20  # Rules to configure and make the package.
    4.21 @@ -24,25 +24,25 @@
    4.22  	./configure --prefix=/usr --infodir=/usr/share/info \
    4.23  	--with-piddir=/var/run/samba --with-lockdir=/var/run/samba \
    4.24  	--with-winbind --with-ldap --with-fhs --enable-cups --enable-swat \
    4.25 -	--enable-shared-libs --enable-external-libtalloc --with-libtdb --with-cifsumount \
    4.26 +	--enable-shared-libs --enable-external-libtalloc --with-libtdb \
    4.27  	--with-libsmbsharemodes --with-libsmbclient --without-pam \
    4.28  	--sysconfdir=/etc --localstatedir=/var \
    4.29  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    4.30  	make -j1 &&
    4.31  	make -j1 DESTDIR=$DESTDIR install || return 1
    4.32 -	rm -f ../_pkg/usr/*bin/*.old
    4.33 -	#ln -s libwbclient.so $PWD/../_pkg/usr/lib/libwbclient.so.0
    4.34 +	#rm -f $DESTDIR/usr/*bin/*.old
    4.35 +	#ln -s libwbclient.so $DESTDIR/usr/lib/libwbclient.so.0
    4.36  }
    4.37  
    4.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.39  genpkg_rules()
    4.40  {
    4.41  	mkdir -p $fs/usr
    4.42 -	cp -a $_pkg/etc $fs
    4.43 -	cp -a $_pkg/var $fs
    4.44 -	cp -a $_pkg/usr/lib $fs/usr
    4.45 -	cp -a $_pkg/usr/sbin $fs/usr
    4.46 -	cp -a $_pkg/usr/bin $fs/usr
    4.47 +	cp -a $install/etc $fs
    4.48 +	cp -a $install/var $fs
    4.49 +	cp -a $install/usr/lib $fs/usr
    4.50 +	cp -a $install/usr/sbin $fs/usr
    4.51 +	cp -a $install/usr/bin $fs/usr
    4.52  	cp -a $stuff/etc $fs
    4.53  	cat $stuff/*.files-list | while read file; do
    4.54  		rm -rf $fs$file
     5.1 --- a/smbclient/receipt	Fri Aug 17 15:29:05 2012 +0000
     5.2 +++ b/smbclient/receipt	Fri Aug 17 15:30:50 2012 +0000
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="smbclient"
     5.7 -VERSION="3.5.8"
     5.8 +VERSION="3.6.7"
     5.9  CATEGORY="network"
    5.10  SHORT_DESC="File and print services with SMB/CIFS, client side."
    5.11  MAINTAINER="pascal.bellard@slitaz.org"
     6.1 --- a/swat/receipt	Fri Aug 17 15:29:05 2012 +0000
     6.2 +++ b/swat/receipt	Fri Aug 17 15:30:50 2012 +0000
     6.3 @@ -1,7 +1,7 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="swat"
     6.7 -VERSION="3.5.8"
     6.8 +VERSION="3.6.7"
     6.9  CATEGORY="development"
    6.10  SHORT_DESC="Samba Web Administration Tool."
    6.11  MAINTAINER="pascal.bellard@slitaz.org"
    6.12 @@ -13,7 +13,7 @@
    6.13  genpkg_rules()
    6.14  {
    6.15  	mkdir -p $fs/usr/share/samba $fs/usr/share/applications
    6.16 -	cp -a $_pkg/usr/share/samba/swat $fs/usr/share/samba
    6.17 +	cp -a $install/usr/share/samba/swat $fs/usr/share/samba
    6.18  }
    6.19  
    6.20  post_install()