wok-next rev 15363
Add some licenses
line diff
1.1 --- a/tazbug-website/receipt Wed Oct 02 13:07:29 2013 +0000 1.2 +++ b/tazbug-website/receipt Thu Oct 03 09:52:57 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="SliTaz Bug Tracker website" 1.6 MAINTAINER="fredericguilbault@live.ca" 1.7 +LICENSE="BSD" 1.8 WEB_SITE="http://bugs.slitaz.org" 1.9 TARBALL="tazbug-$VERSION.tar.gz" 1.10 WGET_URL="http://hg.slitaz.org/tazbug/archive/$VERSION.tar.gz"
2.1 --- a/tazbug/receipt Wed Oct 02 13:07:29 2013 +0000 2.2 +++ b/tazbug/receipt Thu Oct 03 09:52:57 2013 +0000 2.3 @@ -6,6 +6,7 @@ 2.4 SHORT_DESC="SliTaz Bug Tracker Client side tools." 2.5 MAINTAINER="pankso@slitaz.org" 2.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.7 +LICENSE="BSD" 2.8 WEB_SITE="http://bugs.slitaz.org/" 2.9 WGET_URL="http://hg.slitaz.org/tazbug/archive/$VERSION.tar.gz" 2.10 TAGS="slitaz"
3.1 --- a/tazchroot/receipt Wed Oct 02 13:07:29 2013 +0000 3.2 +++ b/tazchroot/receipt Thu Oct 03 09:52:57 2013 +0000 3.3 @@ -5,6 +5,7 @@ 3.4 CATEGORY="base-system" 3.5 SHORT_DESC="Slitaz tool to manage chroot" 3.6 MAINTAINER="gokhlayeh@slitaz.org" 3.7 +LICENSE="BSD" 3.8 WEB_SITE="http://www.slitaz.org/" 3.9 SOURCE="slitaz-dev-tools" 3.10 TARBALL="$SOURCE-$VERSION.tar.bz2"
4.1 --- a/tazdev/receipt Wed Oct 02 13:07:29 2013 +0000 4.2 +++ b/tazdev/receipt Thu Oct 03 09:52:57 2013 +0000 4.3 @@ -5,6 +5,7 @@ 4.4 CATEGORY="development" 4.5 SHORT_DESC="SliTaz developers tools." 4.6 MAINTAINER="pankso@slitaz.org" 4.7 +LICENSE="BSD" 4.8 SOURCE="slitaz-dev-tools" 4.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 4.10 WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2"
5.1 --- a/tazndis/receipt Wed Oct 02 13:07:29 2013 +0000 5.2 +++ b/tazndis/receipt Thu Oct 03 09:52:57 2013 +0000 5.3 @@ -5,10 +5,12 @@ 5.4 CATEGORY="network" 5.5 SHORT_DESC="ndiswrapper replacement for SliTaz with a GUI" 5.6 MAINTAINER="erjo@slitaz.org" 5.7 -DEPENDS="perl-core wireless_tools ndiswrapper-driver" 5.8 +LICENSE="BSD" 5.9 WEB_SITE="http://www.slitaz.org" 5.10 TAGS="slitaz" 5.11 5.12 +DEPENDS="perl-core wireless_tools ndiswrapper-driver" 5.13 + 5.14 # Rules to gen a SliTaz package suitable for Tazpkg. 5.15 genpkg_rules() 5.16 {
6.1 --- a/tazwikiss/receipt Wed Oct 02 13:07:29 2013 +0000 6.2 +++ b/tazwikiss/receipt Thu Oct 03 09:52:57 2013 +0000 6.3 @@ -5,6 +5,7 @@ 6.4 CATEGORY="office" 6.5 SHORT_DESC="Tiny SliTaz Wiki" 6.6 MAINTAINER="pascal.bellard@slitaz.org" 6.7 +LICENSE="BSD" 6.8 SOURCE="slitaz-dev-tools" 6.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 6.10 WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2"
7.1 --- a/tazwok/receipt Wed Oct 02 13:07:29 2013 +0000 7.2 +++ b/tazwok/receipt Thu Oct 03 09:52:57 2013 +0000 7.3 @@ -5,13 +5,15 @@ 7.4 CATEGORY="base-system" 7.5 SHORT_DESC="SliTaz sources and binaries packages cooker." 7.6 MAINTAINER="gokhlayeh@slitaz.org" 7.7 +LICENSE="BSD" 7.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 7.9 -DEPENDS="busybox libtaz" 7.10 SUGGESTED="tazchroot" 7.11 WEB_SITE="http://www.slitaz.org/" 7.12 WGET_URL="http://hg.slitaz.org/tazwok/archive/$VERSION.tar.bz2" 7.13 TAGS="slitaz" 7.14 7.15 +DEPENDS="busybox libtaz" 7.16 + 7.17 # Rules to gen a SliTaz package suitable for Tazpkg. 7.18 genpkg_rules() 7.19 {
8.1 --- a/ucarp/receipt Wed Oct 02 13:07:29 2013 +0000 8.2 +++ b/ucarp/receipt Thu Oct 03 09:52:57 2013 +0000 8.3 @@ -5,6 +5,7 @@ 8.4 CATEGORY="network" 8.5 SHORT_DESC="Portable implementation of the CARP protocol." 8.6 MAINTAINER="pascal.bellard@slitaz.org" 8.7 +LICENSE="BSD" 8.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 8.9 WEB_SITE="http://www.ucarp.org/project/ucarp" 8.10 WGET_URL="http://download.pureftpd.org/pub/$PACKAGE/$TARBALL" 8.11 @@ -22,12 +23,12 @@ 8.12 --localstatedir=/var \ 8.13 $CONFIGURE_ARGS && 8.14 make && 8.15 - make DESTDIR=$PWD/_pkg install 8.16 + make DESTDIR=$DESTDIR install 8.17 } 8.18 8.19 # Rules to gen a SliTaz package suitable for Tazpkg. 8.20 genpkg_rules() 8.21 { 8.22 mkdir -p $fs/usr 8.23 - cp -a $_pkg/usr/sbin $fs/usr 8.24 + cp -a $install/usr/sbin $fs/usr 8.25 }
9.1 --- a/ucl-dev/receipt Wed Oct 02 13:07:29 2013 +0000 9.2 +++ b/ucl-dev/receipt Thu Oct 03 09:52:57 2013 +0000 9.3 @@ -5,14 +5,16 @@ 9.4 CATEGORY="development" 9.5 SHORT_DESC="ucl development files" 9.6 MAINTAINER="devl547@gmail.com" 9.7 -DEPENDS="ucl" 9.8 +LICENSE="GPL2" 9.9 WANTED="ucl" 9.10 WEB_SITE="http://www.oberhumer.com/opensource/ucl/" 9.11 9.12 +DEPENDS="ucl" 9.13 + 9.14 # Rules to gen a SliTaz package suitable for Tazpkg. 9.15 genpkg_rules() 9.16 { 9.17 mkdir -p $fs/usr/lib 9.18 - cp -a $_pkg/usr/include $fs/usr 9.19 + cp -a $install/usr/include $fs/usr 9.20 } 9.21
10.1 --- a/ucl/receipt Wed Oct 02 13:07:29 2013 +0000 10.2 +++ b/ucl/receipt Thu Oct 03 09:52:57 2013 +0000 10.3 @@ -5,6 +5,7 @@ 10.4 CATEGORY="system-tools" 10.5 SHORT_DESC="Portable lossless data compression library written in ANSI C" 10.6 MAINTAINER="devl547@gmail.com" 10.7 +LICENSE="GPL2" 10.8 WEB_SITE="http://www.oberhumer.com/opensource/ucl/" 10.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 10.10 WGET_URL="$WEB_SITE/download/$TARBALL" 10.11 @@ -21,5 +22,5 @@ 10.12 genpkg_rules() 10.13 { 10.14 mkdir -p $fs/usr/lib 10.15 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 10.16 + cp -a $install/usr/lib/*.so* $fs/usr/lib 10.17 }
11.1 --- a/udns-dev/receipt Wed Oct 02 13:07:29 2013 +0000 11.2 +++ b/udns-dev/receipt Thu Oct 03 09:52:57 2013 +0000 11.3 @@ -5,6 +5,7 @@ 11.4 CATEGORY="development" 11.5 SHORT_DESC="Syncronous and asyncronous DNS resolver, development files." 11.6 MAINTAINER="pascal.bellard@slitaz.org" 11.7 +LICENSE="LGPL2.1" 11.8 WEB_SITE="http://www.corpit.ru/mjt/udns.html" 11.9 WANTED="udns" 11.10
12.1 --- a/udns/receipt Wed Oct 02 13:07:29 2013 +0000 12.2 +++ b/udns/receipt Thu Oct 03 09:52:57 2013 +0000 12.3 @@ -5,6 +5,7 @@ 12.4 CATEGORY="network" 12.5 SHORT_DESC="Syncronous and asyncronous DNS resolver." 12.6 MAINTAINER="pascal.bellard@slitaz.org" 12.7 +LICENSE="LGPL2.1" 12.8 TARBALL="${PACKAGE}-$VERSION.tar.gz" 12.9 WEB_SITE="http://www.corpit.ru/mjt/$PACKAGE.html" 12.10 WGET_URL="http://www.corpit.ru/mjt/$PACKAGE/$TARBALL"
13.1 --- a/uemacs/receipt Wed Oct 02 13:07:29 2013 +0000 13.2 +++ b/uemacs/receipt Thu Oct 03 09:52:57 2013 +0000 13.3 @@ -5,6 +5,7 @@ 13.4 CATEGORY="development" 13.5 SHORT_DESC="Tiny emacs clone." 13.6 MAINTAINER="pascal.bellard@slitaz.org" 13.7 +LICENSE="other" 13.8 TARBALL="$SOURCE-$VERSION.tar.gz" 13.9 WEB_SITE="http://git.kernel.org/?p=editors/uemacs/uemacs.git" 13.10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14.1 --- a/unrar/receipt Wed Oct 02 13:07:29 2013 +0000 14.2 +++ b/unrar/receipt Thu Oct 03 09:52:57 2013 +0000 14.3 @@ -5,6 +5,7 @@ 14.4 CATEGORY="utilities" 14.5 SHORT_DESC="The free unrar" 14.6 MAINTAINER="gokhlayeh@slitaz.org" 14.7 +LICENSE="GPL2" 14.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 14.9 WEB_SITE="https://gna.org/projects/unrar/" 14.10 WGET_URL="http://download.gna.org/unrar/$TARBALL" 14.11 @@ -18,13 +19,13 @@ 14.12 --infodir=/usr/share/info \ 14.13 --mandir=/usr/share/man \ 14.14 $CONFIGURE_ARGS && 14.15 - make && make DESTDIR=$PWD/_pkg install 14.16 + make && make DESTDIR=$DESTDIR install 14.17 } 14.18 14.19 # Rules to gen a SliTaz package suitable for Tazpkg. 14.20 genpkg_rules() 14.21 { 14.22 mkdir -p $fs/usr 14.23 - cp -a $_pkg/usr/bin $fs/usr 14.24 + cp -a $install/usr/bin $fs/usr 14.25 } 14.26
15.1 --- a/usbmuxd-dev/receipt Wed Oct 02 13:07:29 2013 +0000 15.2 +++ b/usbmuxd-dev/receipt Thu Oct 03 09:52:57 2013 +0000 15.3 @@ -5,15 +5,17 @@ 15.4 CATEGORY="development" 15.5 SHORT_DESC="devel files for usbmuxd-dev" 15.6 MAINTAINER="slaxemulator@gmail.com" 15.7 -DEPENDS="usbmuxd" 15.8 +LICENSE="GPL2 GPL3 LGPL2.1" 15.9 WEB_SITE="http://marcansoft.com/blog/iphonelinux/usbmuxd/" 15.10 WANTED="usbmuxd" 15.11 15.12 +DEPENDS="usbmuxd" 15.13 + 15.14 # Rules to gen a SliTaz package suitable for Tazpkg. 15.15 genpkg_rules() 15.16 { 15.17 mkdir -p $fs/usr/lib 15.18 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 15.19 - cp -a $_pkg/usr/include $fs/usr 15.20 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 15.21 + cp -a $install/usr/include $fs/usr 15.22 } 15.23
16.1 --- a/usbmuxd/receipt Wed Oct 02 13:07:29 2013 +0000 16.2 +++ b/usbmuxd/receipt Thu Oct 03 09:52:57 2013 +0000 16.3 @@ -5,12 +5,14 @@ 16.4 CATEGORY="misc" 16.5 SHORT_DESC="USB Multiplex Daemon" 16.6 MAINTAINER="slaxemulator@gmail.com" 16.7 -DEPENDS="libusb libplist" 16.8 -BUILD_DEPENDS="cmake libusb-dev libplist-dev" 16.9 +LICENSE="GPL2 GPL3 LGPL2.1" 16.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 16.11 WEB_SITE="http://marcansoft.com/blog/iphonelinux/usbmuxd/" 16.12 WGET_URL="http://marcansoft.com/uploads/$PACKAGE/$TARBALL" 16.13 16.14 +DEPENDS="libusb libplist" 16.15 +BUILD_DEPENDS="cmake libusb-dev libplist-dev" 16.16 + 16.17 # Rules to configure and make the package. 16.18 compile_rules() 16.19 { 16.20 @@ -27,10 +29,10 @@ 16.21 genpkg_rules() 16.22 { 16.23 mkdir -p $fs/usr/lib $fs/etc 16.24 - cp -a $_pkg/etc/udev $fs/etc 16.25 - cp -a $_pkg/usr/bin $fs/usr 16.26 - cp -a $_pkg/usr/sbin $fs/usr 16.27 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 16.28 + cp -a $install/etc/udev $fs/etc 16.29 + cp -a $install/usr/bin $fs/usr 16.30 + cp -a $install/usr/sbin $fs/usr 16.31 + cp -a $install/usr/lib/*.so* $fs/usr/lib 16.32 } 16.33 16.34 post_install()
17.1 --- a/vacation/receipt Wed Oct 02 13:07:29 2013 +0000 17.2 +++ b/vacation/receipt Thu Oct 03 09:52:57 2013 +0000 17.3 @@ -5,12 +5,14 @@ 17.4 CATEGORY="network" 17.5 SHORT_DESC="automatic mail-answering program." 17.6 MAINTAINER="pascal.bellard@slitaz.org" 17.7 +LICENSE="GPL2" 17.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 17.9 WEB_SITE="http://www.csamuel.org/software/vacation" 17.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 17.11 +TAGS="email" 17.12 + 17.13 DEPENDS="gdbm" 17.14 BUILD_DEPENDS="gdbm-dev" 17.15 -TAGS="email" 17.16 17.17 # Rules to configure and make the package. 17.18 compile_rules()
18.1 --- a/vanessa_adt-dev/receipt Wed Oct 02 13:07:29 2013 +0000 18.2 +++ b/vanessa_adt-dev/receipt Thu Oct 03 09:52:57 2013 +0000 18.3 @@ -5,6 +5,7 @@ 18.4 CATEGORY="development" 18.5 SHORT_DESC="Abstract Data Types development files." 18.6 MAINTAINER="pascal.bellard@slitaz.org" 18.7 +LICENSE="LGPL2.1" 18.8 WEB_SITE="http://www.vergenet.net/linux/vanessa" 18.9 WANTED="vanessa_adt" 18.10 18.11 @@ -12,7 +13,7 @@ 18.12 genpkg_rules() 18.13 { 18.14 mkdir -p $fs/usr/lib 18.15 - cp -a $_pkg/usr/include $fs/usr 18.16 - cp -a $_pkg/usr/lib/*a $fs/usr/lib 18.17 + cp -a $install/usr/include $fs/usr 18.18 + cp -a $install/usr/lib/*a $fs/usr/lib 18.19 } 18.20
19.1 --- a/vanessa_adt/receipt Wed Oct 02 13:07:29 2013 +0000 19.2 +++ b/vanessa_adt/receipt Thu Oct 03 09:52:57 2013 +0000 19.3 @@ -5,9 +5,11 @@ 19.4 CATEGORY="network" 19.5 SHORT_DESC="Abstract Data Types." 19.6 MAINTAINER="pascal.bellard@slitaz.org" 19.7 +LICENSE="LGPL2.1" 19.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 19.9 WEB_SITE="http://www.vergenet.net/linux/vanessa" 19.10 WGET_URL="$WEB_SITE/download/$PACKAGE/$VERSION/$TARBALL" 19.11 + 19.12 DEPENDS="vanessa_logger" 19.13 BUILD_DEPENDS="vanessa_logger-dev vanessa_logger" 19.14 19.15 @@ -18,13 +20,13 @@ 19.16 ./configure --prefix=/usr --infodir=/usr/share/info \ 19.17 --mandir=/usr/share/man $CONFIGURE_ARGS && 19.18 make && 19.19 - make DESTDIR=$PWD/_pkg install 19.20 + make DESTDIR=$DESTDIR install 19.21 } 19.22 19.23 # Rules to gen a SliTaz package suitable for Tazpkg. 19.24 genpkg_rules() 19.25 { 19.26 mkdir -p $fs/usr/lib 19.27 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 19.28 + cp -a $install/usr/lib/*.so* $fs/usr/lib 19.29 } 19.30
20.1 --- a/vanessa_logger-dev/receipt Wed Oct 02 13:07:29 2013 +0000 20.2 +++ b/vanessa_logger-dev/receipt Thu Oct 03 09:52:57 2013 +0000 20.3 @@ -5,6 +5,7 @@ 20.4 CATEGORY="development" 20.5 SHORT_DESC="generic logging layer development files." 20.6 MAINTAINER="pascal.bellard@slitaz.org" 20.7 +LICENSE="LGPL2.1" 20.8 WEB_SITE="http://www.vergenet.net/linux/vanessa" 20.9 WANTED="vanessa_logger" 20.10 20.11 @@ -12,7 +13,7 @@ 20.12 genpkg_rules() 20.13 { 20.14 mkdir -p $fs/usr/lib 20.15 - cp -a $_pkg/usr/include $fs/usr 20.16 - cp -a $_pkg/usr/lib/*a $fs/usr/lib 20.17 + cp -a $install/usr/include $fs/usr 20.18 + cp -a $install/usr/lib/*a $fs/usr/lib 20.19 } 20.20
21.1 --- a/vanessa_logger/receipt Wed Oct 02 13:07:29 2013 +0000 21.2 +++ b/vanessa_logger/receipt Thu Oct 03 09:52:57 2013 +0000 21.3 @@ -5,6 +5,7 @@ 21.4 CATEGORY="network" 21.5 SHORT_DESC="generic logging layer." 21.6 MAINTAINER="pascal.bellard@slitaz.org" 21.7 +LICENSE="LGPL2.1" 21.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 21.9 WEB_SITE="http://www.vergenet.net/linux/vanessa" 21.10 WGET_URL="$WEB_SITE/download/$PACKAGE/$VERSION/$TARBALL" 21.11 @@ -21,8 +22,8 @@ 21.12 genpkg_rules() 21.13 { 21.14 mkdir -p $fs/usr/lib 21.15 - cp -a $_pkg/usr/bin $fs/usr 21.16 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 21.17 + cp -a $install/usr/bin $fs/usr 21.18 + cp -a $install/usr/lib/*.so* $fs/usr/lib 21.19 for i in $(cd $WOK; ls -d vanessa_logger-*) 21.20 do 21.21 if [ -x /usr/bin/cook ]; then
22.1 --- a/vanessa_socket-dev/receipt Wed Oct 02 13:07:29 2013 +0000 22.2 +++ b/vanessa_socket-dev/receipt Thu Oct 03 09:52:57 2013 +0000 22.3 @@ -5,6 +5,7 @@ 22.4 CATEGORY="development" 22.5 SHORT_DESC="Simplifies TCP/IP socket operations, development files." 22.6 MAINTAINER="pascal.bellard@slitaz.org" 22.7 +LICENSE="LGPL2.1" 22.8 WEB_SITE="http://www.vergenet.net/linux/vanessa" 22.9 WANTED="vanessa_socket" 22.10 22.11 @@ -12,7 +13,7 @@ 22.12 genpkg_rules() 22.13 { 22.14 mkdir -p $fs/usr/lib 22.15 - cp -a $_pkg/usr/include $fs/usr 22.16 - cp -a $_pkg/usr/lib/*a $fs/usr/lib 22.17 + cp -a $install/usr/include $fs/usr 22.18 + cp -a $install/usr/lib/*a $fs/usr/lib 22.19 } 22.20
23.1 --- a/vanessa_socket/receipt Wed Oct 02 13:07:29 2013 +0000 23.2 +++ b/vanessa_socket/receipt Thu Oct 03 09:52:57 2013 +0000 23.3 @@ -5,9 +5,11 @@ 23.4 CATEGORY="network" 23.5 SHORT_DESC="Simplifies TCP/IP socket operations." 23.6 MAINTAINER="pascal.bellard@slitaz.org" 23.7 +LICENSE="LGPL2.1" 23.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 23.9 WEB_SITE="http://www.vergenet.net/linux/vanessa" 23.10 WGET_URL="$WEB_SITE/download/$PACKAGE/$VERSION/$TARBALL" 23.11 + 23.12 DEPENDS="vanessa_logger popt" 23.13 BUILD_DEPENDS="vanessa_logger-dev vanessa_logger popt-dev" 23.14 23.15 @@ -18,14 +20,14 @@ 23.16 ./configure --prefix=/usr --infodir=/usr/share/info \ 23.17 --mandir=/usr/share/man $CONFIGURE_ARGS 23.18 make 23.19 - make DESTDIR=$PWD/_pkg install 23.20 + make DESTDIR=$DESTDIR install 23.21 } 23.22 23.23 # Rules to gen a SliTaz package suitable for Tazpkg. 23.24 genpkg_rules() 23.25 { 23.26 mkdir -p $fs/usr/lib 23.27 - cp -a $_pkg/usr/bin $fs/usr 23.28 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 23.29 + cp -a $install/usr/bin $fs/usr 23.30 + cp -a $install/usr/lib/*.so* $fs/usr/lib 23.31 } 23.32
24.1 --- a/vcdimager-dev/receipt Wed Oct 02 13:07:29 2013 +0000 24.2 +++ b/vcdimager-dev/receipt Thu Oct 03 09:52:57 2013 +0000 24.3 @@ -5,6 +5,7 @@ 24.4 CATEGORY="development" 24.5 SHORT_DESC="vcdimager devel files" 24.6 MAINTAINER="jozee@slitaz.org" 24.7 +LICENSE="GPL2" 24.8 WANTED="vcdimager" 24.9 WEB_SITE="http://www.vcdimager.org/" 24.10 24.11 @@ -13,7 +14,7 @@ 24.12 genpkg_rules() 24.13 { 24.14 mkdir -p $fs/usr/lib 24.15 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 24.16 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 24.17 - cp -a $_pkg/usr/include $fs/usr 24.18 + cp -a $install/usr/lib/*.*a $fs/usr/lib 24.19 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 24.20 + cp -a $install/usr/include $fs/usr 24.21 }
25.1 --- a/vcdimager-xmltools/receipt Wed Oct 02 13:07:29 2013 +0000 25.2 +++ b/vcdimager-xmltools/receipt Thu Oct 03 09:52:57 2013 +0000 25.3 @@ -5,16 +5,18 @@ 25.4 CATEGORY="multimedia" 25.5 SHORT_DESC="vcd xml and diagnostic tools from vcdimager" 25.6 MAINTAINER="jozee@slitaz.org" 25.7 -DEPENDS="vcdimager" 25.8 +LICENSE="GPL2" 25.9 WANTED="vcdimager" 25.10 WEB_SITE="http://www.vcdimager.org/" 25.11 TAGS="vcd" 25.12 25.13 +DEPENDS="vcdimager" 25.14 + 25.15 # Rules to gen a SliTaz package suitable for Tazpkg. 25.16 genpkg_rules() 25.17 { 25.18 mkdir -p $fs/usr/bin $fs/usr/lib 25.19 - cp -a $_pkg/usr/bin/ $fs/usr 25.20 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 25.21 + cp -a $install/usr/bin/ $fs/usr 25.22 + cp -a $install/usr/lib/*.so* $fs/usr/lib 25.23 rm $fs/usr/bin/vcdimager 25.24 }
26.1 --- a/vcdimager/receipt Wed Oct 02 13:07:29 2013 +0000 26.2 +++ b/vcdimager/receipt Thu Oct 03 09:52:57 2013 +0000 26.3 @@ -5,13 +5,15 @@ 26.4 CATEGORY="multimedia" 26.5 SHORT_DESC="vcd tools" 26.6 MAINTAINER="jozee@slitaz.org" 26.7 -DEPENDS="libcdio libxml2 popt" 26.8 -BUILD_DEPENDS="libcdio libcdio-dev libxml2-dev popt-dev" 26.9 +LICENSE="GPL2" 26.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 26.11 WEB_SITE="http://www.vcdimager.org/" 26.12 WGET_URL="ftp://ftp.gnu.org/gnu/vcdimager/$TARBALL" 26.13 TAGS="multimedia video vcd" 26.14 26.15 +DEPENDS="libcdio libxml2 popt" 26.16 +BUILD_DEPENDS="libcdio libcdio-dev libxml2-dev popt-dev" 26.17 + 26.18 # Rules to configure and make the package. 26.19 compile_rules() 26.20 { 26.21 @@ -24,5 +26,5 @@ 26.22 genpkg_rules() 26.23 { 26.24 mkdir -p $fs/usr/bin 26.25 - cp -a $_pkg/usr/bin/vcdimager $fs/usr/bin 26.26 + cp -a $install/usr/bin/vcdimager $fs/usr/bin 26.27 }
27.1 --- a/verbiste/receipt Wed Oct 02 13:07:29 2013 +0000 27.2 +++ b/verbiste/receipt Thu Oct 03 09:52:57 2013 +0000 27.3 @@ -5,6 +5,7 @@ 27.4 CATEGORY="office" 27.5 SHORT_DESC="Verbiste is a French conjugation system." 27.6 MAINTAINER="pankso@slitaz.org" 27.7 +LICENSE="GPL2" 27.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 27.9 WEB_SITE="http://perso.b2b2c.ca/sarrazip/dev/verbiste.html" 27.10 WGET_URL="http://perso.b2b2c.ca/sarrazip/dev/$TARBALL"
28.1 --- a/vim-tiny/receipt Wed Oct 02 13:07:29 2013 +0000 28.2 +++ b/vim-tiny/receipt Thu Oct 03 09:52:57 2013 +0000 28.3 @@ -5,7 +5,7 @@ 28.4 CATEGORY="development" 28.5 SHORT_DESC="Advanced text editor with no GUI" 28.6 MAINTAINER="erjo@slitaz.org" 28.7 -DEPENDS="ncurses" 28.8 +LICENSE="other" 28.9 SOURCE="vim" 28.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 28.11 WEB_SITE="http://www.vim.org/" 28.12 @@ -13,6 +13,8 @@ 28.13 CONFIG_FILES="/etc/vim/vimrc" 28.14 TAGS="text-editor" 28.15 28.16 +DEPENDS="ncurses" 28.17 + 28.18 # Rules to configure and make the package. 28.19 compile_rules() 28.20 { 28.21 @@ -46,9 +48,9 @@ 28.22 { 28.23 mkdir -p $fs/usr/share $fs/etc 28.24 28.25 - cp -a $_pkg/usr/bin $fs/usr 28.26 - cp -a $_pkg/usr/share/vim $fs/usr/share 28.27 - cp -a $_pkg/etc/vim $fs/etc 28.28 + cp -a $install/usr/bin $fs/usr 28.29 + cp -a $install/usr/share/vim $fs/usr/share 28.30 + cp -a $install/etc/vim $fs/etc 28.31 rm -f $fs/usr/bin/*tutor 28.32 } 28.33
29.1 --- a/vim/receipt Wed Oct 02 13:07:29 2013 +0000 29.2 +++ b/vim/receipt Thu Oct 03 09:52:57 2013 +0000 29.3 @@ -5,6 +5,7 @@ 29.4 CATEGORY="development" 29.5 SHORT_DESC="Advanced text editor" 29.6 MAINTAINER="erjo@slitaz.org" 29.7 +LICENSE="other" 29.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 29.9 WEB_SITE="http://www.vim.org/" 29.10 WGET_URL="ftp://ftp.vim.org/pub/vim/unix/$TARBALL" 29.11 @@ -44,9 +45,9 @@ 29.12 { 29.13 mkdir -p $fs/usr/share $fs/etc 29.14 29.15 - cp -a $_pkg/usr/bin $fs/usr 29.16 - cp -a $_pkg/usr/share/vim $fs/usr/share 29.17 - cp -a $_pkg/etc/vim $fs/etc 29.18 + cp -a $install/usr/bin $fs/usr 29.19 + cp -a $install/usr/share/vim $fs/usr/share 29.20 + cp -a $install/etc/vim $fs/etc 29.21 } 29.22 29.23 post_install()
30.1 --- a/virtualenv/receipt Wed Oct 02 13:07:29 2013 +0000 30.2 +++ b/virtualenv/receipt Thu Oct 03 09:52:57 2013 +0000 30.3 @@ -5,23 +5,25 @@ 30.4 CATEGORY="development" 30.5 SHORT_DESC="Virtual Python Environment Builder." 30.6 MAINTAINER="taziden@slitaz.org" 30.7 +LICENSE="MIT" 30.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 30.9 WEB_SITE="http://pypi.python.org/pypi/virtualenv" 30.10 WGET_URL="http://pypi.python.org/packages/source/v/virtualenv/$TARBALL" 30.11 +TAGS="python" 30.12 + 30.13 DEPENDS="python python-dev" 30.14 BUILD_DEPENDS="python python-dev" 30.15 -TAGS="python" 30.16 30.17 # Rules to configure and make the package. 30.18 compile_rules() 30.19 { 30.20 cd $src 30.21 - python setup.py install --root=$PWD/_pkg 30.22 + python setup.py install --root=$DESTDIR 30.23 } 30.24 30.25 # Rules to gen a SliTaz package suitable for Tazpkg. 30.26 genpkg_rules() 30.27 { 30.28 - cp -a $_pkg/usr $fs 30.29 + cp -a $install/usr $fs 30.30 } 30.31
31.1 --- a/vsftpd/receipt Wed Oct 02 13:07:29 2013 +0000 31.2 +++ b/vsftpd/receipt Thu Oct 03 09:52:57 2013 +0000 31.3 @@ -5,18 +5,20 @@ 31.4 CATEGORY="network" 31.5 SHORT_DESC="Secure FTP server" 31.6 MAINTAINER="erjo@slitaz.org" 31.7 -DEPENDS="" 31.8 -BUILD_DEPENDS="wget" 31.9 +LICENSE="GPL2" 31.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 31.11 WEB_SITE="http://vsftpd.beasts.org/" 31.12 WGET_URL="https://security.appspot.com/downloads/$TARBALL" 31.13 31.14 +DEPENDS="" 31.15 +BUILD_DEPENDS="wget" 31.16 + 31.17 # Rules to configure and make the package. 31.18 compile_rules() 31.19 { 31.20 cd $src 31.21 make 31.22 - #&& make DESTDIR=$PWD/_pkg install 31.23 + #&& make DESTDIR=$DESTDIR install 31.24 } 31.25 31.26 # Rules to gen a SliTaz package suitable for Tazpkg.
32.1 --- a/vzctl/receipt Wed Oct 02 13:07:29 2013 +0000 32.2 +++ b/vzctl/receipt Thu Oct 03 09:52:57 2013 +0000 32.3 @@ -5,12 +5,14 @@ 32.4 CATEGORY="system-tools" 32.5 SHORT_DESC="OpenVZ containers control utility" 32.6 MAINTAINER="erjo@slitaz.org" 32.7 -DEPENDS="udev bash procmail bridge-utils logrotate tar gzip" 32.8 -BUILD_DEPENDS="sed" 32.9 +LICENSE="GPL2" 32.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 32.11 WEB_SITE="http://wiki.openvz.org/Main_Page" 32.12 WGET_URL="http://download.openvz.org/utils/${PACKAGE}/${VERSION}/src/${TARBALL}" 32.13 32.14 +DEPENDS="udev bash procmail bridge-utils logrotate tar gzip" 32.15 +BUILD_DEPENDS="sed" 32.16 + 32.17 # Rules to configure and make the package. 32.18 compile_rules() 32.19 { 32.20 @@ -34,7 +36,7 @@ 32.21 --enable-bashcomp \ 32.22 --enable-logrotate \ 32.23 $CONFIGURE_ARGS && 32.24 - make && make DESTDIR=$PWD/_pkg install && make DESTDIR=$PWD/_pkg install-slitaz 32.25 + make && make DESTDIR=$DESTDIR install && make DESTDIR=$DESTDIR install-slitaz 32.26 } 32.27 32.28 # Rules to gen a SliTaz package suitable for Tazpkg. 32.29 @@ -43,12 +45,12 @@ 32.30 mkdir -p $fs/usr/lib \ 32.31 $fs/usr/share 32.32 32.33 - cp -a $_pkg/usr/sbin $fs/usr 32.34 - cp -a $_pkg/usr/lib/vzctl $fs/usr/lib 32.35 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 32.36 - cp -a $_pkg/etc $fs/ 32.37 - cp -a $_pkg/var/ $fs/ 32.38 - cp -a $_pkg/vz/ $fs/ 32.39 + cp -a $install/usr/sbin $fs/usr 32.40 + cp -a $install/usr/lib/vzctl $fs/usr/lib 32.41 + cp -a $install/usr/lib/*.so* $fs/usr/lib 32.42 + cp -a $install/etc $fs/ 32.43 + cp -a $install/var/ $fs/ 32.44 + cp -a $install/vz/ $fs/ 32.45 32.46 # fix permissions 32.47 chmod 0755 $fs/usr/lib/vzctl/scripts/v*
33.1 --- a/vzquota/receipt Wed Oct 02 13:07:29 2013 +0000 33.2 +++ b/vzquota/receipt Thu Oct 03 09:52:57 2013 +0000 33.3 @@ -5,11 +5,13 @@ 33.4 CATEGORY="system-tools" 33.5 SHORT_DESC="Virtuozzo/OpenVZ disk quota control utility" 33.6 MAINTAINER="erjo@slitaz.org" 33.7 -DEPENDS="" 33.8 +LICENSE="GPL2" 33.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 33.10 WEB_SITE="http://openvz.org" 33.11 WGET_URL="http://download.openvz.org/utils/$PACKAGE/$VERSION/src/$TARBALL" 33.12 33.13 +DEPENDS="" 33.14 + 33.15 # Rules to configure and make the package. 33.16 compile_rules() 33.17 { 33.18 @@ -27,13 +29,13 @@ 33.19 vzquota-${VERSION}.u 33.20 EOT 33.21 33.22 - make && make DESTDIR=$PWD/_pkg install 33.23 + make && make DESTDIR=$DESTDIR install 33.24 } 33.25 33.26 # Rules to gen a SliTaz package suitable for Tazpkg. 33.27 genpkg_rules() 33.28 { 33.29 mkdir -p $fs/usr $fs/var/lib/vzquota 33.30 - cp -a $_pkg/usr/sbin $fs/usr 33.31 + cp -a $install/usr/sbin $fs/usr 33.32 } 33.33
34.1 --- a/warmux-music/receipt Wed Oct 02 13:07:29 2013 +0000 34.2 +++ b/warmux-music/receipt Thu Oct 03 09:52:57 2013 +0000 34.3 @@ -4,15 +4,17 @@ 34.4 VERSION="11.04.1" 34.5 CATEGORY="games" 34.6 SHORT_DESC="Warmux game music (~35Mb)." 34.7 -DEPENDS="warmux" 34.8 WANTED="warmux" 34.9 MAINTAINER="slaxemulator@gmail.com" 34.10 +LICENSE="GPL2" 34.11 WEB_SITE="http://www.wormux.org/" 34.12 PROVIDE="wormux" 34.13 34.14 +DEPENDS="warmux" 34.15 + 34.16 # Rules to gen a SliTaz package suitable for Tazpkg. 34.17 genpkg_rules() 34.18 { 34.19 mkdir -p $fs/usr/share/warmux 34.20 - cp -a $_pkg/usr/share/warmux/music $fs/usr/share/warmux 34.21 + cp -a $install/usr/share/warmux/music $fs/usr/share/warmux 34.22 }
35.1 --- a/warmux/receipt Wed Oct 02 13:07:29 2013 +0000 35.2 +++ b/warmux/receipt Thu Oct 03 09:52:57 2013 +0000 35.3 @@ -5,6 +5,7 @@ 35.4 CATEGORY="games" 35.5 SHORT_DESC="Warmux game." 35.6 MAINTAINER="slaxemulator@gmail.com" 35.7 +LICENSE="GPL2" 35.8 SUGGESTED="warmux-music" 35.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 35.10 WEB_SITE="http://www.wormux.org/" 35.11 @@ -40,9 +41,9 @@ 35.12 genpkg_rules() 35.13 { 35.14 mkdir -p $fs/usr/share 35.15 - cp -a $_pkg/usr/games $fs/usr 35.16 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 35.17 - cp -a $_pkg/usr/share/warmux $fs/usr/share 35.18 + cp -a $install/usr/games $fs/usr 35.19 + cp -a $install/usr/share/pixmaps $fs/usr/share 35.20 + cp -a $install/usr/share/warmux $fs/usr/share 35.21 # Remove unecessary files 35.22 rm -rf $fs/usr/share/warmux/font 35.23 rm -rf $fs/usr/share/warmux/music
36.1 --- a/watchdog/receipt Wed Oct 02 13:07:29 2013 +0000 36.2 +++ b/watchdog/receipt Thu Oct 03 09:52:57 2013 +0000 36.3 @@ -5,6 +5,7 @@ 36.4 CATEGORY="system-tools" 36.5 SHORT_DESC="Software watchdog for Linux." 36.6 MAINTAINER="pascal.bellard@slitaz.org" 36.7 +LICENSE="GPL" 36.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 36.9 WEB_SITE="http://watchdog.sourceforge.net/" 36.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 36.11 @@ -18,15 +19,15 @@ 36.12 --mandir=/usr/share/man \ 36.13 $CONFIGURE_ARGS && 36.14 make && 36.15 - make DESTDIR=$PWD/_pkg install 36.16 + make DESTDIR=$DESTDIR install 36.17 } 36.18 36.19 # Rules to gen a SliTaz package suitable for Tazpkg. 36.20 genpkg_rules() 36.21 { 36.22 mkdir -p $fs/usr 36.23 - cp -a $_pkg/etc $fs 36.24 - cp -a $_pkg/usr/sbin $fs/usr 36.25 + cp -a $install/etc $fs 36.26 + cp -a $install/usr/sbin $fs/usr 36.27 } 36.28 36.29 # Pre and post install commands for Tazpkg.
37.1 --- a/wbar/receipt Wed Oct 02 13:07:29 2013 +0000 37.2 +++ b/wbar/receipt Thu Oct 03 09:52:57 2013 +0000 37.3 @@ -5,6 +5,7 @@ 37.4 CATEGORY="system-tools" 37.5 SHORT_DESC="Quick launch bar." 37.6 MAINTAINER="pascal.bellard@slitaz.org" 37.7 +LICENSE="GPL" 37.8 TARBALL="$PACKAGE-$VERSION.tbz2" 37.9 WEB_SITE="http://code.google.com/p/wbar/" 37.10 WGET_URL="http://www.tecapli.com.ar/warlock/$TARBALL" 37.11 @@ -20,16 +21,16 @@ 37.12 cd $src 37.13 patch -p0 < $stuff/gcc43_fixes.diff || return 1 37.14 make && 37.15 - mkdir -p _pkg/usr/share/wbar/iconpack _pkg/usr/bin && 37.16 - cp wbar _pkg/usr/bin && 37.17 - cp iconpack/wbar.osx/osxbarback.png _pkg/usr/share/wbar/iconpack 37.18 + mkdir -p $DESTDIR/usr/share/wbar/iconpack $DESTDIR/usr/bin && 37.19 + cp wbar $DESTDIR/usr/bin && 37.20 + cp iconpack/wbar.osx/osxbarback.png $DESTDIR/usr/share/wbar/iconpack 37.21 } 37.22 37.23 # Rules to gen a SliTaz package suitable for Tazpkg. 37.24 genpkg_rules() 37.25 { 37.26 mkdir -p $fs/etc/wbar 37.27 - cp -a $_pkg/usr $fs 37.28 + cp -a $install/usr $fs 37.29 ln -s /etc/wbar/dot.wbar $fs/usr/share/wbar/dot.wbar 37.30 touch $fs/etc/wbar/dot.wbar 37.31 }
38.1 --- a/wbar2/receipt Wed Oct 02 13:07:29 2013 +0000 38.2 +++ b/wbar2/receipt Thu Oct 03 09:52:57 2013 +0000 38.3 @@ -5,6 +5,7 @@ 38.4 CATEGORY="system-tools" 38.5 SHORT_DESC="Quick launch bar." 38.6 MAINTAINER="gokhlayeh@slitaz.org" 38.7 +LICENSE="GPL3" 38.8 SOURCE="wbar" 38.9 TARBALL="$SOURCE-$VERSION.tar.gz" 38.10 WEB_SITE="http://code.google.com/p/wbar/" 38.11 @@ -27,9 +28,9 @@ 38.12 # Rules to gen a SliTaz package suitable for Tazpkg. 38.13 genpkg_rules() 38.14 { 38.15 - cp -a $_pkg/usr $_pkg/etc $fs 38.16 + cp -a $install/usr $install/etc $fs 38.17 cp -a $stuff/wbar.cfg $fs/etc/default/wbar 38.18 - rm -r $_pkg/usr/share/locale 38.19 + rm -r $install/usr/share/locale 38.20 for file in $fs/usr/share/pixmaps/wbar/*; do 38.21 [ "${file##*/}" = osxbarback.png ] && continue 38.22 rm -f $file
39.1 --- a/wbarconf/receipt Wed Oct 02 13:07:29 2013 +0000 39.2 +++ b/wbarconf/receipt Thu Oct 03 09:52:57 2013 +0000 39.3 @@ -5,11 +5,13 @@ 39.4 CATEGORY="system-tools" 39.5 SHORT_DESC="Configuration GUI for wbar written in Python and GTK" 39.6 MAINTAINER="gokhlayeh@slitaz.org" 39.7 -DEPENDS="wbar python pygtk pygobject" 39.8 +LICENSE="GPL3" 39.9 WEB_SITE="http://kapsi.fi/ighea/wbarconf/" 39.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 39.11 WGET_URL="http://kapsi.fi/ighea/$PACKAGE/$TARBALL" 39.12 39.13 +DEPENDS="wbar python pygtk pygobject" 39.14 + 39.15 # Rules to gen a SliTaz package suitable for Tazpkg. 39.16 genpkg_rules() 39.17 {
40.1 --- a/web-applications/receipt Wed Oct 02 13:07:29 2013 +0000 40.2 +++ b/web-applications/receipt Thu Oct 03 09:52:57 2013 +0000 40.3 @@ -5,6 +5,7 @@ 40.4 CATEGORY="network" 40.5 SHORT_DESC="Set of desktop files for Web applications." 40.6 MAINTAINER="pankso@slitaz.org" 40.7 +LICENSE="BSD" 40.8 WEB_SITE="http://www.slitaz.org/" 40.9 40.10 # Rules to gen a SliTaz package suitable for Tazpkg.
41.1 --- a/whois/receipt Wed Oct 02 13:07:29 2013 +0000 41.2 +++ b/whois/receipt Thu Oct 03 09:52:57 2013 +0000 41.3 @@ -5,24 +5,26 @@ 41.4 CATEGORY="network" 41.5 SHORT_DESC="The whois client by Marco d'Itri" 41.6 MAINTAINER="slaxemulator@gmail.com" 41.7 -DEPENDS="libidn" 41.8 -BUILD_DEPENDS="libidn-dev perl" 41.9 +LICENSE="GPL2" 41.10 TARBALL="${PACKAGE}_${VERSION}.tar.gz" 41.11 WEB_SITE="http://www.linux.it/~md/software/" 41.12 WGET_URL="http://ftp.debian.org/debian/pool/main/w/$PACKAGE/$TARBALL" 41.13 41.14 +DEPENDS="libidn" 41.15 +BUILD_DEPENDS="libidn-dev perl" 41.16 + 41.17 # Rules to configure and make the package. 41.18 compile_rules() 41.19 { 41.20 cd $src 41.21 make prefix=/usr HAVE_LIBIDN=1 41.22 - make prefix=/usr BASEDIR=$PWD/_pkg install-whois 41.23 + make prefix=/usr BASEDIR=$DESTDIR install-whois 41.24 } 41.25 41.26 # Rules to gen a SliTaz package suitable for Tazpkg. 41.27 genpkg_rules() 41.28 { 41.29 mkdir -p $fs/usr 41.30 - cp -a $_pkg/usr/bin $fs/usr 41.31 + cp -a $install/usr/bin $fs/usr 41.32 } 41.33
42.1 --- a/wicd/receipt Wed Oct 02 13:07:29 2013 +0000 42.2 +++ b/wicd/receipt Thu Oct 03 09:52:57 2013 +0000 42.3 @@ -5,13 +5,15 @@ 42.4 CATEGORY="network" 42.5 SHORT_DESC="Network connection manager" 42.6 MAINTAINER="jozee@slitaz.org" 42.7 -DEPENDS="python dbus-python ethtool wpa_supplicant pygtk" 42.8 -BUILD_DEPENDS="python-distribute python-babel python-dev dbus-python-dev" 42.9 +LICENSE="GPL2" 42.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 42.11 WEB_SITE="http://wicd.sourceforge.net/" 42.12 WGET_URL="https://launchpad.net/wicd/${VERSION:0:3}/$VERSION/+download/$TARBALL" 42.13 TAGS="wireless ethernet" 42.14 42.15 +DEPENDS="python dbus-python ethtool wpa_supplicant pygtk" 42.16 +BUILD_DEPENDS="python-distribute python-babel python-dev dbus-python-dev" 42.17 + 42.18 # Rules to configure and make the package. 42.19 compile_rules() 42.20 {
43.1 --- a/wifi/receipt Wed Oct 02 13:07:29 2013 +0000 43.2 +++ b/wifi/receipt Thu Oct 03 09:52:57 2013 +0000 43.3 @@ -5,11 +5,13 @@ 43.4 CATEGORY="meta" 43.5 SHORT_DESC="Meta package to install all wifi related packages." 43.6 MAINTAINER="pankso@slitaz.org" 43.7 -DEPENDS="linux-wireless wireless_tools ndiswrapper" 43.8 +LICENSE="BSD" 43.9 SUGGESTED="b43-fwcutter cabextract unshield" 43.10 WEB_SITE="http://www.slitaz.org/" 43.11 TAGS="wireless" 43.12 43.13 +DEPENDS="linux-wireless wireless_tools ndiswrapper" 43.14 + 43.15 # Rules to gen a SliTaz package suitable for Tazpkg. 43.16 genpkg_rules() 43.17 {
44.1 --- a/wifidog/receipt Wed Oct 02 13:07:29 2013 +0000 44.2 +++ b/wifidog/receipt Thu Oct 03 09:52:57 2013 +0000 44.3 @@ -5,6 +5,7 @@ 44.4 CATEGORY="network" 44.5 SHORT_DESC="Captive portal solution for hotspot, gateway side." 44.6 MAINTAINER="pascal.bellard@slitaz.org" 44.7 +LICENSE="GPL2" 44.8 WEB_SITE="http://dev.wifidog.org/" 44.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 44.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 44.11 @@ -17,15 +18,15 @@ 44.12 ./configure --prefix=/usr --infodir=/usr/share/info \ 44.13 --mandir=/usr/share/man $CONFIGURE_ARGS && 44.14 make && 44.15 - make DESTDIR=$PWD/_pkg install 44.16 + make DESTDIR=$DESTDIR install 44.17 } 44.18 44.19 # Rules to gen a SliTaz package suitable for Tazpkg. 44.20 genpkg_rules() 44.21 { 44.22 mkdir -p $fs/usr/lib $fs/etc/init.d 44.23 - cp -a $_pkg/usr/bin $fs/usr 44.24 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 44.25 + cp -a $install/usr/bin $fs/usr 44.26 + cp -a $install/usr/lib/*.so* $fs/usr/lib 44.27 cp $src/wifidog.conf $fs/etc 44.28 cp $src/scripts/init.d/wifidog $fs/etc/init.d 44.29 }
45.1 --- a/wine-dev/receipt Wed Oct 02 13:07:29 2013 +0000 45.2 +++ b/wine-dev/receipt Thu Oct 03 09:52:57 2013 +0000 45.3 @@ -5,6 +5,7 @@ 45.4 CATEGORY="system-tools" 45.5 SHORT_DESC="Windows API for Linux development files." 45.6 MAINTAINER="pascal.bellard@slitaz.org" 45.7 +LICENSE="LGPL2.1" 45.8 WEB_SITE="http://www.winehq.org/" 45.9 WANTED="wine" 45.10
46.1 --- a/wine-rt-dev/receipt Wed Oct 02 13:07:29 2013 +0000 46.2 +++ b/wine-rt-dev/receipt Thu Oct 03 09:52:57 2013 +0000 46.3 @@ -5,6 +5,7 @@ 46.4 CATEGORY="system-tools" 46.5 SHORT_DESC="Windows API for Linux development files." 46.6 MAINTAINER="xj@wp.pl" 46.7 +LICENSE="LGPL2.1" 46.8 WEB_SITE="http://www.winehq.org/" 46.9 WANTED="wine-rt" 46.10 PROVIDE="wine-dev"
47.1 --- a/wine-rt/receipt Wed Oct 02 13:07:29 2013 +0000 47.2 +++ b/wine-rt/receipt Thu Oct 03 09:52:57 2013 +0000 47.3 @@ -5,6 +5,7 @@ 47.4 CATEGORY="misc" 47.5 SHORT_DESC="Windows API for Linux." 47.6 MAINTAINER="xj@wp.pl" 47.7 +LICENSE="LGPL2.1" 47.8 TARBALL="${PACKAGE%-rt}-$VERSION.tar.bz2" 47.9 WEB_SITE="http://www.winehq.org/" 47.10 WGET_URL="$SF_MIRROR/${PACKAGE%-rt}/$TARBALL"
48.1 --- a/wine/receipt Wed Oct 02 13:07:29 2013 +0000 48.2 +++ b/wine/receipt Thu Oct 03 09:52:57 2013 +0000 48.3 @@ -5,6 +5,7 @@ 48.4 CATEGORY="misc" 48.5 SHORT_DESC="Windows API for Linux." 48.6 MAINTAINER="pascal.bellard@slitaz.org" 48.7 +LICENSE="LGPL2.1" 48.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 48.9 WEB_SITE="http://www.winehq.org/" 48.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
49.1 --- a/winetricks/receipt Wed Oct 02 13:07:29 2013 +0000 49.2 +++ b/winetricks/receipt Thu Oct 03 09:52:57 2013 +0000 49.3 @@ -5,12 +5,14 @@ 49.4 CATEGORY="misc" 49.5 SHORT_DESC="Script to install various redistributable runtime libraries in Wine." 49.6 MAINTAINER="slaxemulator@gmail.com" 49.7 +LICENSE="GPL2" 49.8 TARBALL="$PACKAGE-$VERSION" 49.9 -DEPENDS="wine cabextract xorg-xmessage unzip wget" 49.10 SUGGESTED="zenity" 49.11 WEB_SITE="http://wiki.winehq.org/winetricks" 49.12 WGET_URL="http://www.kegel.com/wine/$PACKAGE" 49.13 49.14 +DEPENDS="wine cabextract xorg-xmessage unzip wget" 49.15 + 49.16 # Rules to gen a SliTaz package suitable for Tazpkg. 49.17 genpkg_rules() 49.18 {
50.1 --- a/wipe/receipt Wed Oct 02 13:07:29 2013 +0000 50.2 +++ b/wipe/receipt Thu Oct 03 09:52:57 2013 +0000 50.3 @@ -4,25 +4,27 @@ 50.4 VERSION="2.3.1" 50.5 CATEGORY="misc" 50.6 MAINTAINER="jozee@slitaz.org" 50.7 +LICENSE="GPL2" 50.8 SHORT_DESC="A file and block device delete/erase utility - a secure rm" 50.9 -DEPENDS="glibc-base" 50.10 WEB_SITE="http://wipe.sourceforge.net/" 50.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 50.12 WGET_URL="http://downloads.sourceforge.net/$PACKAGE/$TARBALL" 50.13 TAGS="delete" 50.14 50.15 +DEPENDS="glibc-base" 50.16 + 50.17 # Rules to configure and make the package. 50.18 - 50.19 -compile_rules() { 50.20 - cd $src 50.21 - ./configure --prefix=/usr $CONFIGURE_ARGS && 50.22 - make && 50.23 - make prefix=$PWD/_pkg/usr install 50.24 +compile_rules() 50.25 +{ 50.26 + cd $src 50.27 + ./configure --prefix=/usr $CONFIGURE_ARGS && 50.28 + make && 50.29 + make prefix=$DESTDIR/usr install 50.30 } 50.31 50.32 # Rules to gen a SliTaz package suitable for Tazpkg. 50.33 genpkg_rules() 50.34 { 50.35 mkdir -p $fs/usr 50.36 - cp -a $_pkg/usr/bin $fs/usr 50.37 + cp -a $install/usr/bin $fs/usr 50.38 }
51.1 --- a/wireless_tools-dev/receipt Wed Oct 02 13:07:29 2013 +0000 51.2 +++ b/wireless_tools-dev/receipt Thu Oct 03 09:52:57 2013 +0000 51.3 @@ -5,15 +5,17 @@ 51.4 CATEGORY="development" 51.5 SHORT_DESC="Wireless Tools devel files." 51.6 MAINTAINER="erjo@slitaz.org" 51.7 -DEPENDS="wireless_tools" 51.8 +LICENSE="GPL2" 51.9 WANTED="wireless_tools" 51.10 WEB_SITE="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" 51.11 51.12 +DEPENDS="wireless_tools" 51.13 + 51.14 # Rules to gen a SliTaz package suitable for Tazpkg. 51.15 genpkg_rules() 51.16 { 51.17 mkdir -p $fs/usr 51.18 - cp -a $_pkg/usr/include $fs/usr 51.19 + cp -a $install/usr/include $fs/usr 51.20 } 51.21 51.22
52.1 --- a/wireless_tools/receipt Wed Oct 02 13:07:29 2013 +0000 52.2 +++ b/wireless_tools/receipt Thu Oct 03 09:52:57 2013 +0000 52.3 @@ -5,27 +5,29 @@ 52.4 CATEGORY="system-tools" 52.5 SHORT_DESC="Wireless Tools for Linux" 52.6 MAINTAINER="erjo@slitaz.org" 52.7 -DEPENDS="" 52.8 +LICENSE="GPL2" 52.9 SUGGESTED="linux-wireless" 52.10 TARBALL="${PACKAGE}.${VERSION}.tar.gz" 52.11 WEB_SITE="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" 52.12 WGET_URL="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/$TARBALL" 52.13 TAGS="wireless" 52.14 52.15 +DEPENDS="" 52.16 + 52.17 # Rules to configure and make the package. 52.18 compile_rules() 52.19 { 52.20 cd $src 52.21 - make PREFIX=$PWD/_pkg/usr 52.22 - make PREFIX=$PWD/_pkg/usr install 52.23 + make PREFIX=$DESTDIR/usr 52.24 + make PREFIX=$DESTDIR/usr install 52.25 } 52.26 52.27 # Rules to gen a SliTaz package suitable for Tazpkg. 52.28 genpkg_rules() 52.29 { 52.30 mkdir -p $fs/usr/lib $fs/usr/bin $fs/usr/share/applications 52.31 - cp -a $_pkg/usr/sbin $fs/usr 52.32 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 52.33 + cp -a $install/usr/sbin $fs/usr 52.34 + cp -a $install/usr/lib/*.so* $fs/usr/lib 52.35 } 52.36 52.37 post_install()
53.1 --- a/wol/receipt Wed Oct 02 13:07:29 2013 +0000 53.2 +++ b/wol/receipt Thu Oct 03 09:52:57 2013 +0000 53.3 @@ -5,9 +5,11 @@ 53.4 CATEGORY="network" 53.5 SHORT_DESC="wol implements Wake On LAN functionality in a small program." 53.6 MAINTAINER="l.lemarinel@gmail.com" 53.7 +LICENSE="GPL2" 53.8 TARBALL="${PACKAGE}-${VERSION}.tar.gz" 53.9 WGET_URL="$SF_MIRROR/ahh/$TARBALL" 53.10 WEB_SITE="http://wake-on-lan.sourceforge.net/" 53.11 + 53.12 BUILD_DEPENDS="" 53.13 DEPENDS="" 53.14
54.1 --- a/wordpress/receipt Wed Oct 02 13:07:29 2013 +0000 54.2 +++ b/wordpress/receipt Thu Oct 03 09:52:57 2013 +0000 54.3 @@ -5,12 +5,14 @@ 54.4 CATEGORY="misc" 54.5 SHORT_DESC="Blog Tool and Publishing Platform." 54.6 MAINTAINER="slaxemulator@gmail.com" 54.7 -DEPENDS="php mysql php-mysql" 54.8 +LICENSE="GPL2" 54.9 SUGGESTED="apache cherokee" 54.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 54.11 WEB_SITE="http://wordpress.org" 54.12 WGET_URL="$WEB_SITE/$TARBALL" 54.13 54.14 +DEPENDS="php mysql php-mysql" 54.15 + 54.16 # Rules to gen a SliTaz package suitable for Tazpkg. 54.17 genpkg_rules() 54.18 {
55.1 --- a/wput/receipt Wed Oct 02 13:07:29 2013 +0000 55.2 +++ b/wput/receipt Thu Oct 03 09:52:57 2013 +0000 55.3 @@ -5,9 +5,11 @@ 55.4 CATEGORY="network" 55.5 SHORT_DESC="A tiny wget-like ftp-client for uploading files" 55.6 MAINTAINER="l.lemarinel@gmail.com" 55.7 +LICENSE="GPL2" 55.8 WEB_SITE="http://wput.sourceforge.net/" 55.9 TARBALL="${PACKAGE}-${VERSION}.tgz" 55.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 55.11 + 55.12 BUILD_DEPENDS="" 55.13 DEPENDS="" 55.14 55.15 @@ -27,5 +29,5 @@ 55.16 genpkg_rules() 55.17 { 55.18 mkdir -p $fs/usr 55.19 - cp -a $_pkg/usr/bin $fs/usr 55.20 + cp -a $install/usr/bin $fs/usr 55.21 }
56.1 --- a/wqy-microhei/receipt Wed Oct 02 13:07:29 2013 +0000 56.2 +++ b/wqy-microhei/receipt Thu Oct 03 09:52:57 2013 +0000 56.3 @@ -5,11 +5,13 @@ 56.4 CATEGORY="x-window" 56.5 SHORT_DESC="文泉驿微米黑,版本v0.2.0-beta (开发代号:远古大爆炸,Codename: BigBang)" 56.6 MAINTAINER="lufeng369@gmail.com" 56.7 -DEPENDS="" 56.8 +LICENSE="Apache GPL3" 56.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 56.10 WEB_SITE="http://wenq.org/index.cgi?MicroHei" 56.11 WGET_URL="$SF_MIRROR/wqy/$TARBALL" 56.12 56.13 +DEPENDS="" 56.14 + 56.15 # Rules to configure and make the package. 56.16 compile_rules() 56.17 { 56.18 @@ -21,5 +23,5 @@ 56.19 genpkg_rules() 56.20 { 56.21 mkdir -p $fs/usr/share/fonts/truetype/WenQuanYi 56.22 - cp -a $_pkg/*.ttc $fs/usr/share/fonts/truetype/WenQuanYi 56.23 + cp -a $install/*.ttc $fs/usr/share/fonts/truetype/WenQuanYi 56.24 }
57.1 --- a/wvdial/receipt Wed Oct 02 13:07:29 2013 +0000 57.2 +++ b/wvdial/receipt Thu Oct 03 09:52:57 2013 +0000 57.3 @@ -5,28 +5,30 @@ 57.4 CATEGORY="network" 57.5 SHORT_DESC="makes modem-based connection to Internet" 57.6 MAINTAINER="jozee@slitaz.org" 57.7 -DEPENDS="ppp gcc-lib-base wvstreams" 57.8 -BUILD_DEPENDS="wvstreams-dev" 57.9 +LICENSE="GPL2" 57.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 57.11 WEB_SITE="http://wvstreams.googlecode.com/" 57.12 WGET_URL="http://wvstreams.googlecode.com/files/$TARBALL" 57.13 TAGS="network 3G" 57.14 57.15 +DEPENDS="ppp gcc-lib-base wvstreams" 57.16 +BUILD_DEPENDS="wvstreams-dev" 57.17 + 57.18 # Rules to configure and make the package. 57.19 compile_rules() 57.20 { 57.21 cd $src 57.22 ./configure && 57.23 make -j1 && 57.24 - make -j1 prefix=$PWD/_pkg/usr PPPDIR=$PWD/_pkg/etc/ppp/peers install 57.25 + make -j1 prefix=$DESTDIR/usr PPPDIR=$DESTDIR/etc/ppp/peers install 57.26 } 57.27 57.28 # Rules to gen a SliTaz package suitable for Tazpkg. 57.29 genpkg_rules() 57.30 { 57.31 mkdir -p $fs/usr/bin 57.32 - cp -a $_pkg/usr/bin/wvdial* $fs/usr/bin 57.33 - cp -a $_pkg/etc $fs 57.34 + cp -a $install/usr/bin/wvdial* $fs/usr/bin 57.35 + cp -a $install/etc $fs 57.36 } 57.37 57.38 post_remove()
58.1 --- a/wvstreams-dev/receipt Wed Oct 02 13:07:29 2013 +0000 58.2 +++ b/wvstreams-dev/receipt Thu Oct 03 09:52:57 2013 +0000 58.3 @@ -5,6 +5,7 @@ 58.4 CATEGORY="development" 58.5 SHORT_DESC="wvstreams devel files." 58.6 MAINTAINER="jozee@slitaz.org" 58.7 +LICENSE="GPL2" 58.8 WANTED="wvstreams" 58.9 WEB_SITE="http://wvstreams.googlecode.com" 58.10 58.11 @@ -12,7 +13,7 @@ 58.12 genpkg_rules() 58.13 { 58.14 mkdir -p $fs/usr/lib 58.15 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 58.16 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 58.17 - cp -a $_pkg/usr/include/ $fs/usr 58.18 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 58.19 + cp -a $install/usr/lib/*.*a $fs/usr/lib 58.20 + cp -a $install/usr/include/ $fs/usr 58.21 }
59.1 --- a/wvstreams/receipt Wed Oct 02 13:07:29 2013 +0000 59.2 +++ b/wvstreams/receipt Thu Oct 03 09:52:57 2013 +0000 59.3 @@ -5,6 +5,7 @@ 59.4 CATEGORY="network" 59.5 SHORT_DESC="makes modem-based connection to Internet" 59.6 MAINTAINER="jozee@slitaz.org" 59.7 +LICENSE="GPL2" 59.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 59.9 WEB_SITE="http://wvstreams.googlecode.com" 59.10 WGET_URL="http://wvstreams.googlecode.com/files/$TARBALL" 59.11 @@ -34,12 +35,12 @@ 59.12 genpkg_rules() 59.13 { 59.14 mkdir -p $fs/usr/lib $fs/etc $fs/var 59.15 - cp -a $_pkg/usr/bin $fs/usr 59.16 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 59.17 - cp -a $_pkg/usr/lib/valgrind $fs/usr/lib 59.18 - cp -a $_pkg/usr/sbin $fs/usr 59.19 - cp -a $_pkg/usr/etc/* $fs/etc 59.20 - cp -a $_pkg/usr/var/* $fs/var 59.21 + cp -a $install/usr/bin $fs/usr 59.22 + cp -a $install/usr/lib/*.so* $fs/usr/lib 59.23 + cp -a $install/usr/lib/valgrind $fs/usr/lib 59.24 + cp -a $install/usr/sbin $fs/usr 59.25 + cp -a $install/usr/etc/* $fs/etc 59.26 + cp -a $install/usr/var/* $fs/var 59.27 } 59.28 59.29 post_remove()
60.1 --- a/wyrd/receipt Wed Oct 02 13:07:29 2013 +0000 60.2 +++ b/wyrd/receipt Thu Oct 03 09:52:57 2013 +0000 60.3 @@ -5,12 +5,14 @@ 60.4 CATEGORY="utilities" 60.5 SHORT_DESC="Wyrd is a text-based front-end to Remind." 60.6 MAINTAINER="paul@slitaz.org" 60.7 -DEPENDS="ncurses remind ocaml" 60.8 -BUILD_DEPENDS="ncurses-dev remind ocaml" 60.9 +LICENSE="GPL2" 60.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 60.11 WEB_SITE="http://pessimization.com/software/wyrd/" 60.12 WGET_URL="http://pessimization.com/software/wyrd/$TARBALL" 60.13 60.14 +DEPENDS="ncurses remind ocaml" 60.15 +BUILD_DEPENDS="ncurses-dev remind ocaml" 60.16 + 60.17 # Rules to configure and make the package. 60.18 compile_rules() 60.19 { 60.20 @@ -21,14 +23,14 @@ 60.21 --infodir=/usr/share/info \ 60.22 --mandir=/usr/share/man \ 60.23 $CONFIGURE_ARGS && 60.24 - make -j1 && make -j1 DESTDIR=$PWD/_pkg install 60.25 + make -j1 && make -j1 DESTDIR=$DESTDIR install 60.26 } 60.27 60.28 # Rules to gen a SliTaz package suitable for Tazpkg. 60.29 genpkg_rules() 60.30 { 60.31 mkdir -p $fs/usr $fs/etc 60.32 - cp -a $_pkg/usr/bin $fs/usr 60.33 - cp -a $_pkg/etc/wyrdrc $fs/etc 60.34 + cp -a $install/usr/bin $fs/usr 60.35 + cp -a $install/etc/wyrdrc $fs/etc 60.36 } 60.37