wok rev 4124
Up: samba* (3.2.14)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Sep 20 13:01:23 2009 +0000 (2009-09-20) |
parents | ea5f096914ce |
children | 66b7cd327799 |
files | samba-dev/receipt samba-pam/receipt samba/receipt |
line diff
1.1 --- a/samba-dev/receipt Sun Sep 20 14:11:25 2009 +0200 1.2 +++ b/samba-dev/receipt Sun Sep 20 13:01:23 2009 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="samba-dev" 1.7 -VERSION="3.2.10" 1.8 +VERSION="3.2.14" 1.9 CATEGORY="development" 1.10 SHORT_DESC="File and print services with SMB/CIFS, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/samba-pam/receipt Sun Sep 20 14:11:25 2009 +0200 2.2 +++ b/samba-pam/receipt Sun Sep 20 13:01:23 2009 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="samba-pam" 2.7 -VERSION="3.2.10" 2.8 +VERSION="3.2.14" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="File and print services with SMB/CIFS using PAM." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -31,7 +31,7 @@ 2.13 make && 2.14 make DESTDIR=$PWD/../_pkg install || return 1 2.15 rm -f ../_pkg/usr/*bin/*.old 2.16 - ln -s libwbclient.so $PWD/../_pkg/usr/lib/libwbclient.so.0 2.17 +# ln -s libwbclient.so $PWD/../_pkg/usr/lib/libwbclient.so.0 2.18 cp ../../../$SOURCE/stuff/*.files-list .. 2.19 } 2.20
3.1 --- a/samba/receipt Sun Sep 20 14:11:25 2009 +0200 3.2 +++ b/samba/receipt Sun Sep 20 13:01:23 2009 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="samba" 3.7 -VERSION="3.2.10" 3.8 +VERSION="3.2.14" 3.9 CATEGORY="system-tools" 3.10 SHORT_DESC="File and print services with SMB/CIFS." 3.11 MAINTAINER="pascal.bellard@slitaz.org" 3.12 @@ -28,7 +28,7 @@ 3.13 make && 3.14 make DESTDIR=$PWD/../_pkg install || return 1 3.15 rm -f ../_pkg/usr/*bin/*.old 3.16 - ln -s libwbclient.so $PWD/../_pkg/usr/lib/libwbclient.so.0 3.17 + #ln -s libwbclient.so $PWD/../_pkg/usr/lib/libwbclient.so.0 3.18 } 3.19 3.20 # Rules to gen a SliTaz package suitable for Tazpkg.