wok-4.x rev 8928
Up: samba to 3.5.7.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 01 01:49:25 2011 +0000 (2011-03-01) |
parents | e26dc7e78711 |
children | cca03eafc9b1 |
files | samba-common/receipt samba-dev/receipt samba/receipt smbclient/receipt smbfs/receipt swat/receipt |
line diff
1.1 --- a/samba-common/receipt Tue Mar 01 06:02:47 2011 +0100 1.2 +++ b/samba-common/receipt Tue Mar 01 01:49:25 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="samba-common" 1.7 -VERSION="3.5.6" 1.8 +VERSION="3.5.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" 1.12 @@ -17,6 +17,6 @@ 1.13 dir=${file%/*} 1.14 [ -d $fs$dir ] || mkdir -p $fs$dir 1.15 cp -a $_pkg$file $fs$dir 1.16 - done < $WOK/$WANTED/stuff/$PACKAGE.files-list 1.17 + done < $wanted_stuff/$PACKAGE.files-list 1.18 } 1.19
2.1 --- a/samba-dev/receipt Tue Mar 01 06:02:47 2011 +0100 2.2 +++ b/samba-dev/receipt Tue Mar 01 01:49:25 2011 +0000 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="samba-dev" 2.7 -VERSION="3.5.6" 2.8 +VERSION="3.5.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"
3.1 --- a/samba/receipt Tue Mar 01 06:02:47 2011 +0100 3.2 +++ b/samba/receipt Tue Mar 01 01:49:25 2011 +0000 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="samba" 3.7 -VERSION="3.5.6" 3.8 +VERSION="3.5.7" 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 @@ -41,8 +41,8 @@ 3.13 cp -a $_pkg/usr/lib $fs/usr 3.14 cp -a $_pkg/usr/sbin $fs/usr 3.15 cp -a $_pkg/usr/bin $fs/usr 3.16 - cp -a stuff/etc $fs 3.17 - cat stuff/*.files-list | while read file; do 3.18 + cp -a $stuff/etc $fs 3.19 + cat $stuff/*.files-list | while read file; do 3.20 rm -rf $fs$file 3.21 done 3.22 }
4.1 --- a/smbclient/receipt Tue Mar 01 06:02:47 2011 +0100 4.2 +++ b/smbclient/receipt Tue Mar 01 01:49:25 2011 +0000 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="smbclient" 4.7 -VERSION="3.5.6" 4.8 +VERSION="3.5.7" 4.9 CATEGORY="network" 4.10 SHORT_DESC="File and print services with SMB/CIFS, client side." 4.11 MAINTAINER="pascal.bellard@slitaz.org" 4.12 @@ -17,6 +17,6 @@ 4.13 dir=${file%/*} 4.14 [ -d $fs$dir ] || mkdir -p $fs$dir 4.15 cp -a $_pkg$file $fs$dir 4.16 - done < $WOK/$WANTED/stuff/$PACKAGE.files-list 4.17 + done < $wanted_stuff/$PACKAGE.files-list 4.18 } 4.19
5.1 --- a/smbfs/receipt Tue Mar 01 06:02:47 2011 +0100 5.2 +++ b/smbfs/receipt Tue Mar 01 01:49:25 2011 +0000 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="smbfs" 5.7 -VERSION="3.5.6" 5.8 +VERSION="3.5.7" 5.9 CATEGORY="network" 5.10 SHORT_DESC="Mount/umount tools for SMB/CIFS" 5.11 MAINTAINER="erjo@slitaz.org" 5.12 @@ -18,7 +18,7 @@ 5.13 dir=${file%/*} 5.14 [ -d $fs$dir ] || mkdir -p $fs$dir 5.15 cp -a $_pkg$file $fs$dir 5.16 - done < $WOK/$WANTED/stuff/$PACKAGE.files-list 5.17 + done < $wanted_stuff/$PACKAGE.files-list 5.18 } 5.19 5.20
6.1 --- a/swat/receipt Tue Mar 01 06:02:47 2011 +0100 6.2 +++ b/swat/receipt Tue Mar 01 01:49:25 2011 +0000 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="swat" 6.7 -VERSION="3.5.6" 6.8 +VERSION="3.5.7" 6.9 CATEGORY="development" 6.10 SHORT_DESC="Samba Web Administration Tool." 6.11 MAINTAINER="pascal.bellard@slitaz.org" 6.12 @@ -14,7 +14,7 @@ 6.13 { 6.14 mkdir -p $fs/usr/share/samba 6.15 cp -a $_pkg/usr/share/samba/swat $fs/usr/share/samba 6.16 - cp stuff/swat.desktop $fs/usr/share/applications 6.17 + cp $stuff/swat.desktop $fs/usr/share/applications 6.18 } 6.19 6.20 post_install()