# HG changeset patch # User Christopher Rogers # Date 1345217450 0 # Node ID 4cba4433d0b782aa377ec43440c6fc9c8a45bb45 # Parent 7655fb6bf8ddb6adddce53875b9a774ca6a1208c Up: samba to 3.6.7. diff -r 7655fb6bf8dd -r 4cba4433d0b7 samba-common/receipt --- a/samba-common/receipt Fri Aug 17 15:29:05 2012 +0000 +++ b/samba-common/receipt Fri Aug 17 15:30:50 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="samba-common" -VERSION="3.5.8" +VERSION="3.6.7" CATEGORY="network" SHORT_DESC="File and print services with SMB/CIFS, client side." MAINTAINER="pascal.bellard@slitaz.org" diff -r 7655fb6bf8dd -r 4cba4433d0b7 samba-dev/receipt --- a/samba-dev/receipt Fri Aug 17 15:29:05 2012 +0000 +++ b/samba-dev/receipt Fri Aug 17 15:30:50 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="samba-dev" -VERSION="3.5.8" +VERSION="3.6.7" CATEGORY="development" SHORT_DESC="File and print services with SMB/CIFS, development files." MAINTAINER="pascal.bellard@slitaz.org" @@ -12,6 +12,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/include $fs/usr } diff -r 7655fb6bf8dd -r 4cba4433d0b7 samba-pam/receipt --- a/samba-pam/receipt Fri Aug 17 15:29:05 2012 +0000 +++ b/samba-pam/receipt Fri Aug 17 15:30:50 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="samba-pam" -VERSION="3.5.8" +VERSION="3.6.7" CATEGORY="system-tools" SHORT_DESC="File and print services with SMB/CIFS using PAM." MAINTAINER="pascal.bellard@slitaz.org" @@ -10,7 +10,7 @@ WEB_SITE="http://samba.org/" WGET_URL="${WEB_SITE}$SOURCE/ftp/stable/$TARBALL" BUILD_DEPENDS="libldap openldap openldap-dev cups cups-dev pam pam-dev" -DEPENDS="libldap samba-common glibc-extra-samba ncursesw popt zlib smbfs acl pam perl cups krb5" +DEPENDS="libldap samba-common glibc-extra-samba ncursesw popt zlib cifs-utils acl pam perl cups krb5" SUGGESTED="gamin" CONFIG_FILES="/etc/samba" PROVIDE="samba:pam" @@ -23,27 +23,27 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --with-piddir=/var/run/samba --with-lockdir=/var/run/samba \ --with-winbind --with-ldap --with-fhs --enable-cups --enable-swat \ - --enable-shared-libs --with-libtalloc --with-libtdb --with-cifsumount \ + --enable-shared-libs --with-libtalloc --with-libtdb \ --with-libsmbsharemodes --with-libsmbclient \ --with-pam --with-pammodulesdir=/lib/security \ --sysconfdir=/etc --localstatedir=/var \ --mandir=/usr/share/man $CONFIGURE_ARGS && make $MAKEFLAGS && make DESTDIR=$DESTDIR install || return 1 - #rm -f ../_pkg/usr/*bin/*.old - #ln -s libwbclient.so $PWD/../_pkg/usr/lib/libwbclient.so.0 + #rm -f $DESTDIR/usr/*bin/*.old + #ln -s libwbclient.so $DESTDIR/usr/lib/libwbclient.so.0 } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/etc $fs - cp -a $_pkg/var $fs - cp -a $_pkg/lib $fs - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/etc $fs + cp -a $install/var $fs + cp -a $install/lib $fs + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/bin $fs/usr cp -a $WOK/$SOURCE/stuff/etc $fs cat $WOK/$SOURCE/stuff/*.files-list | while read file; do rm -rf $fs$file diff -r 7655fb6bf8dd -r 4cba4433d0b7 samba/receipt --- a/samba/receipt Fri Aug 17 15:29:05 2012 +0000 +++ b/samba/receipt Fri Aug 17 15:30:50 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="samba" -VERSION="3.5.8" +VERSION="3.6.7" CATEGORY="system-tools" SHORT_DESC="File and print services with SMB/CIFS." MAINTAINER="pascal.bellard@slitaz.org" @@ -14,7 +14,7 @@ BUGS="Open directory needs MIT kerberos support (krb5)" BUILD_DEPENDS="openldap openldap-dev libcomerr-dev cups-dev talloc-dev pkg-config libldap" -DEPENDS="libldap samba-common glibc-extra-samba ncursesw popt zlib smbfs +DEPENDS="libldap samba-common glibc-extra-samba ncursesw popt zlib cifs-utils acl krb5 cups" # Rules to configure and make the package. @@ -24,25 +24,25 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --with-piddir=/var/run/samba --with-lockdir=/var/run/samba \ --with-winbind --with-ldap --with-fhs --enable-cups --enable-swat \ - --enable-shared-libs --enable-external-libtalloc --with-libtdb --with-cifsumount \ + --enable-shared-libs --enable-external-libtalloc --with-libtdb \ --with-libsmbsharemodes --with-libsmbclient --without-pam \ --sysconfdir=/etc --localstatedir=/var \ --mandir=/usr/share/man $CONFIGURE_ARGS && make -j1 && make -j1 DESTDIR=$DESTDIR install || return 1 - rm -f ../_pkg/usr/*bin/*.old - #ln -s libwbclient.so $PWD/../_pkg/usr/lib/libwbclient.so.0 + #rm -f $DESTDIR/usr/*bin/*.old + #ln -s libwbclient.so $DESTDIR/usr/lib/libwbclient.so.0 } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/etc $fs - cp -a $_pkg/var $fs - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/etc $fs + cp -a $install/var $fs + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/bin $fs/usr cp -a $stuff/etc $fs cat $stuff/*.files-list | while read file; do rm -rf $fs$file diff -r 7655fb6bf8dd -r 4cba4433d0b7 smbclient/receipt --- a/smbclient/receipt Fri Aug 17 15:29:05 2012 +0000 +++ b/smbclient/receipt Fri Aug 17 15:30:50 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="smbclient" -VERSION="3.5.8" +VERSION="3.6.7" CATEGORY="network" SHORT_DESC="File and print services with SMB/CIFS, client side." MAINTAINER="pascal.bellard@slitaz.org" diff -r 7655fb6bf8dd -r 4cba4433d0b7 swat/receipt --- a/swat/receipt Fri Aug 17 15:29:05 2012 +0000 +++ b/swat/receipt Fri Aug 17 15:30:50 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="swat" -VERSION="3.5.8" +VERSION="3.6.7" CATEGORY="development" SHORT_DESC="Samba Web Administration Tool." MAINTAINER="pascal.bellard@slitaz.org" @@ -13,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/share/samba $fs/usr/share/applications - cp -a $_pkg/usr/share/samba/swat $fs/usr/share/samba + cp -a $install/usr/share/samba/swat $fs/usr/share/samba } post_install()