# HG changeset patch # User Pascal Bellard # Date 1380793977 0 # Node ID 2a21689b0af7968e1b49f12d9615f8d0b6ce337b # Parent 617dbdeb6f7ee07bef80965a549727fe50d7dbf8 Add some licenses diff -r 617dbdeb6f7e -r 2a21689b0af7 tazbug-website/receipt --- a/tazbug-website/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/tazbug-website/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="SliTaz Bug Tracker website" MAINTAINER="fredericguilbault@live.ca" +LICENSE="BSD" WEB_SITE="http://bugs.slitaz.org" TARBALL="tazbug-$VERSION.tar.gz" WGET_URL="http://hg.slitaz.org/tazbug/archive/$VERSION.tar.gz" diff -r 617dbdeb6f7e -r 2a21689b0af7 tazbug/receipt --- a/tazbug/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/tazbug/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="SliTaz Bug Tracker Client side tools." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" +LICENSE="BSD" WEB_SITE="http://bugs.slitaz.org/" WGET_URL="http://hg.slitaz.org/tazbug/archive/$VERSION.tar.gz" TAGS="slitaz" diff -r 617dbdeb6f7e -r 2a21689b0af7 tazchroot/receipt --- a/tazchroot/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/tazchroot/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="Slitaz tool to manage chroot" MAINTAINER="gokhlayeh@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.slitaz.org/" SOURCE="slitaz-dev-tools" TARBALL="$SOURCE-$VERSION.tar.bz2" diff -r 617dbdeb6f7e -r 2a21689b0af7 tazdev/receipt --- a/tazdev/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/tazdev/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="SliTaz developers tools." MAINTAINER="pankso@slitaz.org" +LICENSE="BSD" SOURCE="slitaz-dev-tools" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" diff -r 617dbdeb6f7e -r 2a21689b0af7 tazndis/receipt --- a/tazndis/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/tazndis/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="network" SHORT_DESC="ndiswrapper replacement for SliTaz with a GUI" MAINTAINER="erjo@slitaz.org" -DEPENDS="perl-core wireless_tools ndiswrapper-driver" +LICENSE="BSD" WEB_SITE="http://www.slitaz.org" TAGS="slitaz" +DEPENDS="perl-core wireless_tools ndiswrapper-driver" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 617dbdeb6f7e -r 2a21689b0af7 tazwikiss/receipt --- a/tazwikiss/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/tazwikiss/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="office" SHORT_DESC="Tiny SliTaz Wiki" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" SOURCE="slitaz-dev-tools" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" diff -r 617dbdeb6f7e -r 2a21689b0af7 tazwok/receipt --- a/tazwok/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/tazwok/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="base-system" SHORT_DESC="SliTaz sources and binaries packages cooker." MAINTAINER="gokhlayeh@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" -DEPENDS="busybox libtaz" SUGGESTED="tazchroot" WEB_SITE="http://www.slitaz.org/" WGET_URL="http://hg.slitaz.org/tazwok/archive/$VERSION.tar.bz2" TAGS="slitaz" +DEPENDS="busybox libtaz" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 617dbdeb6f7e -r 2a21689b0af7 ucarp/receipt --- a/ucarp/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/ucarp/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Portable implementation of the CARP protocol." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.ucarp.org/project/ucarp" WGET_URL="http://download.pureftpd.org/pub/$PACKAGE/$TARBALL" @@ -22,12 +23,12 @@ --localstatedir=/var \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/usr/sbin $fs/usr } diff -r 617dbdeb6f7e -r 2a21689b0af7 ucl-dev/receipt --- a/ucl-dev/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/ucl-dev/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="ucl development files" MAINTAINER="devl547@gmail.com" -DEPENDS="ucl" +LICENSE="GPL2" WANTED="ucl" WEB_SITE="http://www.oberhumer.com/opensource/ucl/" +DEPENDS="ucl" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/include $fs/usr } diff -r 617dbdeb6f7e -r 2a21689b0af7 ucl/receipt --- a/ucl/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/ucl/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Portable lossless data compression library written in ANSI C" MAINTAINER="devl547@gmail.com" +LICENSE="GPL2" WEB_SITE="http://www.oberhumer.com/opensource/ucl/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/download/$TARBALL" @@ -21,5 +22,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 617dbdeb6f7e -r 2a21689b0af7 udns-dev/receipt --- a/udns-dev/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/udns-dev/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Syncronous and asyncronous DNS resolver, development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://www.corpit.ru/mjt/udns.html" WANTED="udns" diff -r 617dbdeb6f7e -r 2a21689b0af7 udns/receipt --- a/udns/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/udns/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Syncronous and asyncronous DNS resolver." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" TARBALL="${PACKAGE}-$VERSION.tar.gz" WEB_SITE="http://www.corpit.ru/mjt/$PACKAGE.html" WGET_URL="http://www.corpit.ru/mjt/$PACKAGE/$TARBALL" diff -r 617dbdeb6f7e -r 2a21689b0af7 uemacs/receipt --- a/uemacs/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/uemacs/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Tiny emacs clone." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="other" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://git.kernel.org/?p=editors/uemacs/uemacs.git" TARBALL="$PACKAGE-$VERSION.tar.bz2" diff -r 617dbdeb6f7e -r 2a21689b0af7 unrar/receipt --- a/unrar/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/unrar/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="The free unrar" MAINTAINER="gokhlayeh@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://gna.org/projects/unrar/" WGET_URL="http://download.gna.org/unrar/$TARBALL" @@ -18,13 +19,13 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 617dbdeb6f7e -r 2a21689b0af7 usbmuxd-dev/receipt --- a/usbmuxd-dev/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/usbmuxd-dev/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="devel files for usbmuxd-dev" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="usbmuxd" +LICENSE="GPL2 GPL3 LGPL2.1" WEB_SITE="http://marcansoft.com/blog/iphonelinux/usbmuxd/" WANTED="usbmuxd" +DEPENDS="usbmuxd" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 617dbdeb6f7e -r 2a21689b0af7 usbmuxd/receipt --- a/usbmuxd/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/usbmuxd/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="misc" SHORT_DESC="USB Multiplex Daemon" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="libusb libplist" -BUILD_DEPENDS="cmake libusb-dev libplist-dev" +LICENSE="GPL2 GPL3 LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://marcansoft.com/blog/iphonelinux/usbmuxd/" WGET_URL="http://marcansoft.com/uploads/$PACKAGE/$TARBALL" +DEPENDS="libusb libplist" +BUILD_DEPENDS="cmake libusb-dev libplist-dev" + # Rules to configure and make the package. compile_rules() { @@ -27,10 +29,10 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/etc - cp -a $_pkg/etc/udev $fs/etc - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/etc/udev $fs/etc + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } post_install() diff -r 617dbdeb6f7e -r 2a21689b0af7 vacation/receipt --- a/vacation/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/vacation/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="automatic mail-answering program." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.csamuel.org/software/vacation" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +TAGS="email" + DEPENDS="gdbm" BUILD_DEPENDS="gdbm-dev" -TAGS="email" # Rules to configure and make the package. compile_rules() diff -r 617dbdeb6f7e -r 2a21689b0af7 vanessa_adt-dev/receipt --- a/vanessa_adt-dev/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/vanessa_adt-dev/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Abstract Data Types development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://www.vergenet.net/linux/vanessa" WANTED="vanessa_adt" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib } diff -r 617dbdeb6f7e -r 2a21689b0af7 vanessa_adt/receipt --- a/vanessa_adt/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/vanessa_adt/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="Abstract Data Types." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.vergenet.net/linux/vanessa" WGET_URL="$WEB_SITE/download/$PACKAGE/$VERSION/$TARBALL" + DEPENDS="vanessa_logger" BUILD_DEPENDS="vanessa_logger-dev vanessa_logger" @@ -18,13 +20,13 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 617dbdeb6f7e -r 2a21689b0af7 vanessa_logger-dev/receipt --- a/vanessa_logger-dev/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/vanessa_logger-dev/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="generic logging layer development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://www.vergenet.net/linux/vanessa" WANTED="vanessa_logger" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib } diff -r 617dbdeb6f7e -r 2a21689b0af7 vanessa_logger/receipt --- a/vanessa_logger/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/vanessa_logger/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="generic logging layer." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.vergenet.net/linux/vanessa" WGET_URL="$WEB_SITE/download/$PACKAGE/$VERSION/$TARBALL" @@ -21,8 +22,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib for i in $(cd $WOK; ls -d vanessa_logger-*) do if [ -x /usr/bin/cook ]; then diff -r 617dbdeb6f7e -r 2a21689b0af7 vanessa_socket-dev/receipt --- a/vanessa_socket-dev/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/vanessa_socket-dev/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Simplifies TCP/IP socket operations, development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://www.vergenet.net/linux/vanessa" WANTED="vanessa_socket" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib } diff -r 617dbdeb6f7e -r 2a21689b0af7 vanessa_socket/receipt --- a/vanessa_socket/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/vanessa_socket/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="Simplifies TCP/IP socket operations." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.vergenet.net/linux/vanessa" WGET_URL="$WEB_SITE/download/$PACKAGE/$VERSION/$TARBALL" + DEPENDS="vanessa_logger popt" BUILD_DEPENDS="vanessa_logger-dev vanessa_logger popt-dev" @@ -18,14 +20,14 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS make - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 617dbdeb6f7e -r 2a21689b0af7 vcdimager-dev/receipt --- a/vcdimager-dev/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/vcdimager-dev/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="vcdimager devel files" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" WANTED="vcdimager" WEB_SITE="http://www.vcdimager.org/" @@ -13,7 +14,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 617dbdeb6f7e -r 2a21689b0af7 vcdimager-xmltools/receipt --- a/vcdimager-xmltools/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/vcdimager-xmltools/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="multimedia" SHORT_DESC="vcd xml and diagnostic tools from vcdimager" MAINTAINER="jozee@slitaz.org" -DEPENDS="vcdimager" +LICENSE="GPL2" WANTED="vcdimager" WEB_SITE="http://www.vcdimager.org/" TAGS="vcd" +DEPENDS="vcdimager" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin $fs/usr/lib - cp -a $_pkg/usr/bin/ $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin/ $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib rm $fs/usr/bin/vcdimager } diff -r 617dbdeb6f7e -r 2a21689b0af7 vcdimager/receipt --- a/vcdimager/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/vcdimager/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="multimedia" SHORT_DESC="vcd tools" MAINTAINER="jozee@slitaz.org" -DEPENDS="libcdio libxml2 popt" -BUILD_DEPENDS="libcdio libcdio-dev libxml2-dev popt-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.vcdimager.org/" WGET_URL="ftp://ftp.gnu.org/gnu/vcdimager/$TARBALL" TAGS="multimedia video vcd" +DEPENDS="libcdio libxml2 popt" +BUILD_DEPENDS="libcdio libcdio-dev libxml2-dev popt-dev" + # Rules to configure and make the package. compile_rules() { @@ -24,5 +26,5 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/vcdimager $fs/usr/bin + cp -a $install/usr/bin/vcdimager $fs/usr/bin } diff -r 617dbdeb6f7e -r 2a21689b0af7 verbiste/receipt --- a/verbiste/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/verbiste/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="office" SHORT_DESC="Verbiste is a French conjugation system." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://perso.b2b2c.ca/sarrazip/dev/verbiste.html" WGET_URL="http://perso.b2b2c.ca/sarrazip/dev/$TARBALL" diff -r 617dbdeb6f7e -r 2a21689b0af7 vim-tiny/receipt --- a/vim-tiny/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/vim-tiny/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Advanced text editor with no GUI" MAINTAINER="erjo@slitaz.org" -DEPENDS="ncurses" +LICENSE="other" SOURCE="vim" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.vim.org/" @@ -13,6 +13,8 @@ CONFIG_FILES="/etc/vim/vimrc" TAGS="text-editor" +DEPENDS="ncurses" + # Rules to configure and make the package. compile_rules() { @@ -46,9 +48,9 @@ { mkdir -p $fs/usr/share $fs/etc - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/vim $fs/usr/share - cp -a $_pkg/etc/vim $fs/etc + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/vim $fs/usr/share + cp -a $install/etc/vim $fs/etc rm -f $fs/usr/bin/*tutor } diff -r 617dbdeb6f7e -r 2a21689b0af7 vim/receipt --- a/vim/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/vim/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Advanced text editor" MAINTAINER="erjo@slitaz.org" +LICENSE="other" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.vim.org/" WGET_URL="ftp://ftp.vim.org/pub/vim/unix/$TARBALL" @@ -44,9 +45,9 @@ { mkdir -p $fs/usr/share $fs/etc - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/vim $fs/usr/share - cp -a $_pkg/etc/vim $fs/etc + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/vim $fs/usr/share + cp -a $install/etc/vim $fs/etc } post_install() diff -r 617dbdeb6f7e -r 2a21689b0af7 virtualenv/receipt --- a/virtualenv/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/virtualenv/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,23 +5,25 @@ CATEGORY="development" SHORT_DESC="Virtual Python Environment Builder." MAINTAINER="taziden@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://pypi.python.org/pypi/virtualenv" WGET_URL="http://pypi.python.org/packages/source/v/virtualenv/$TARBALL" +TAGS="python" + DEPENDS="python python-dev" BUILD_DEPENDS="python python-dev" -TAGS="python" # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 617dbdeb6f7e -r 2a21689b0af7 vsftpd/receipt --- a/vsftpd/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/vsftpd/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,18 +5,20 @@ CATEGORY="network" SHORT_DESC="Secure FTP server" MAINTAINER="erjo@slitaz.org" -DEPENDS="" -BUILD_DEPENDS="wget" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://vsftpd.beasts.org/" WGET_URL="https://security.appspot.com/downloads/$TARBALL" +DEPENDS="" +BUILD_DEPENDS="wget" + # Rules to configure and make the package. compile_rules() { cd $src make - #&& make DESTDIR=$PWD/_pkg install + #&& make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 617dbdeb6f7e -r 2a21689b0af7 vzctl/receipt --- a/vzctl/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/vzctl/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="OpenVZ containers control utility" MAINTAINER="erjo@slitaz.org" -DEPENDS="udev bash procmail bridge-utils logrotate tar gzip" -BUILD_DEPENDS="sed" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://wiki.openvz.org/Main_Page" WGET_URL="http://download.openvz.org/utils/${PACKAGE}/${VERSION}/src/${TARBALL}" +DEPENDS="udev bash procmail bridge-utils logrotate tar gzip" +BUILD_DEPENDS="sed" + # Rules to configure and make the package. compile_rules() { @@ -34,7 +36,7 @@ --enable-bashcomp \ --enable-logrotate \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install && make DESTDIR=$PWD/_pkg install-slitaz + make && make DESTDIR=$DESTDIR install && make DESTDIR=$DESTDIR install-slitaz } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -43,12 +45,12 @@ mkdir -p $fs/usr/lib \ $fs/usr/share - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib/vzctl $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/etc $fs/ - cp -a $_pkg/var/ $fs/ - cp -a $_pkg/vz/ $fs/ + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/vzctl $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/etc $fs/ + cp -a $install/var/ $fs/ + cp -a $install/vz/ $fs/ # fix permissions chmod 0755 $fs/usr/lib/vzctl/scripts/v* diff -r 617dbdeb6f7e -r 2a21689b0af7 vzquota/receipt --- a/vzquota/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/vzquota/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="system-tools" SHORT_DESC="Virtuozzo/OpenVZ disk quota control utility" MAINTAINER="erjo@slitaz.org" -DEPENDS="" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://openvz.org" WGET_URL="http://download.openvz.org/utils/$PACKAGE/$VERSION/src/$TARBALL" +DEPENDS="" + # Rules to configure and make the package. compile_rules() { @@ -27,13 +29,13 @@ vzquota-${VERSION}.u EOT - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr $fs/var/lib/vzquota - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/usr/sbin $fs/usr } diff -r 617dbdeb6f7e -r 2a21689b0af7 warmux-music/receipt --- a/warmux-music/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/warmux-music/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -4,15 +4,17 @@ VERSION="11.04.1" CATEGORY="games" SHORT_DESC="Warmux game music (~35Mb)." -DEPENDS="warmux" WANTED="warmux" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" WEB_SITE="http://www.wormux.org/" PROVIDE="wormux" +DEPENDS="warmux" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/warmux - cp -a $_pkg/usr/share/warmux/music $fs/usr/share/warmux + cp -a $install/usr/share/warmux/music $fs/usr/share/warmux } diff -r 617dbdeb6f7e -r 2a21689b0af7 warmux/receipt --- a/warmux/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/warmux/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="Warmux game." MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" SUGGESTED="warmux-music" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.wormux.org/" @@ -40,9 +41,9 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/games $fs/usr - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - cp -a $_pkg/usr/share/warmux $fs/usr/share + cp -a $install/usr/games $fs/usr + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/warmux $fs/usr/share # Remove unecessary files rm -rf $fs/usr/share/warmux/font rm -rf $fs/usr/share/warmux/music diff -r 617dbdeb6f7e -r 2a21689b0af7 watchdog/receipt --- a/watchdog/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/watchdog/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Software watchdog for Linux." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://watchdog.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -18,15 +19,15 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/etc $fs - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/etc $fs + cp -a $install/usr/sbin $fs/usr } # Pre and post install commands for Tazpkg. diff -r 617dbdeb6f7e -r 2a21689b0af7 wbar/receipt --- a/wbar/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wbar/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Quick launch bar." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" TARBALL="$PACKAGE-$VERSION.tbz2" WEB_SITE="http://code.google.com/p/wbar/" WGET_URL="http://www.tecapli.com.ar/warlock/$TARBALL" @@ -20,16 +21,16 @@ cd $src patch -p0 < $stuff/gcc43_fixes.diff || return 1 make && - mkdir -p _pkg/usr/share/wbar/iconpack _pkg/usr/bin && - cp wbar _pkg/usr/bin && - cp iconpack/wbar.osx/osxbarback.png _pkg/usr/share/wbar/iconpack + mkdir -p $DESTDIR/usr/share/wbar/iconpack $DESTDIR/usr/bin && + cp wbar $DESTDIR/usr/bin && + cp iconpack/wbar.osx/osxbarback.png $DESTDIR/usr/share/wbar/iconpack } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/etc/wbar - cp -a $_pkg/usr $fs + cp -a $install/usr $fs ln -s /etc/wbar/dot.wbar $fs/usr/share/wbar/dot.wbar touch $fs/etc/wbar/dot.wbar } diff -r 617dbdeb6f7e -r 2a21689b0af7 wbar2/receipt --- a/wbar2/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wbar2/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Quick launch bar." MAINTAINER="gokhlayeh@slitaz.org" +LICENSE="GPL3" SOURCE="wbar" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/wbar/" @@ -27,9 +28,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $_pkg/etc $fs + cp -a $install/usr $install/etc $fs cp -a $stuff/wbar.cfg $fs/etc/default/wbar - rm -r $_pkg/usr/share/locale + rm -r $install/usr/share/locale for file in $fs/usr/share/pixmaps/wbar/*; do [ "${file##*/}" = osxbarback.png ] && continue rm -f $file diff -r 617dbdeb6f7e -r 2a21689b0af7 wbarconf/receipt --- a/wbarconf/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wbarconf/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="system-tools" SHORT_DESC="Configuration GUI for wbar written in Python and GTK" MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="wbar python pygtk pygobject" +LICENSE="GPL3" WEB_SITE="http://kapsi.fi/ighea/wbarconf/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://kapsi.fi/ighea/$PACKAGE/$TARBALL" +DEPENDS="wbar python pygtk pygobject" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 617dbdeb6f7e -r 2a21689b0af7 web-applications/receipt --- a/web-applications/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/web-applications/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Set of desktop files for Web applications." MAINTAINER="pankso@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.slitaz.org/" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 617dbdeb6f7e -r 2a21689b0af7 whois/receipt --- a/whois/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/whois/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="network" SHORT_DESC="The whois client by Marco d'Itri" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="libidn" -BUILD_DEPENDS="libidn-dev perl" +LICENSE="GPL2" TARBALL="${PACKAGE}_${VERSION}.tar.gz" WEB_SITE="http://www.linux.it/~md/software/" WGET_URL="http://ftp.debian.org/debian/pool/main/w/$PACKAGE/$TARBALL" +DEPENDS="libidn" +BUILD_DEPENDS="libidn-dev perl" + # Rules to configure and make the package. compile_rules() { cd $src make prefix=/usr HAVE_LIBIDN=1 - make prefix=/usr BASEDIR=$PWD/_pkg install-whois + make prefix=/usr BASEDIR=$DESTDIR install-whois } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 617dbdeb6f7e -r 2a21689b0af7 wicd/receipt --- a/wicd/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wicd/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="Network connection manager" MAINTAINER="jozee@slitaz.org" -DEPENDS="python dbus-python ethtool wpa_supplicant pygtk" -BUILD_DEPENDS="python-distribute python-babel python-dev dbus-python-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://wicd.sourceforge.net/" WGET_URL="https://launchpad.net/wicd/${VERSION:0:3}/$VERSION/+download/$TARBALL" TAGS="wireless ethernet" +DEPENDS="python dbus-python ethtool wpa_supplicant pygtk" +BUILD_DEPENDS="python-distribute python-babel python-dev dbus-python-dev" + # Rules to configure and make the package. compile_rules() { diff -r 617dbdeb6f7e -r 2a21689b0af7 wifi/receipt --- a/wifi/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wifi/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="meta" SHORT_DESC="Meta package to install all wifi related packages." MAINTAINER="pankso@slitaz.org" -DEPENDS="linux-wireless wireless_tools ndiswrapper" +LICENSE="BSD" SUGGESTED="b43-fwcutter cabextract unshield" WEB_SITE="http://www.slitaz.org/" TAGS="wireless" +DEPENDS="linux-wireless wireless_tools ndiswrapper" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 617dbdeb6f7e -r 2a21689b0af7 wifidog/receipt --- a/wifidog/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wifidog/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Captive portal solution for hotspot, gateway side." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://dev.wifidog.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -17,15 +18,15 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/etc/init.d - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib cp $src/wifidog.conf $fs/etc cp $src/scripts/init.d/wifidog $fs/etc/init.d } diff -r 617dbdeb6f7e -r 2a21689b0af7 wine-dev/receipt --- a/wine-dev/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wine-dev/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Windows API for Linux development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://www.winehq.org/" WANTED="wine" diff -r 617dbdeb6f7e -r 2a21689b0af7 wine-rt-dev/receipt --- a/wine-rt-dev/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wine-rt-dev/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Windows API for Linux development files." MAINTAINER="xj@wp.pl" +LICENSE="LGPL2.1" WEB_SITE="http://www.winehq.org/" WANTED="wine-rt" PROVIDE="wine-dev" diff -r 617dbdeb6f7e -r 2a21689b0af7 wine-rt/receipt --- a/wine-rt/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wine-rt/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Windows API for Linux." MAINTAINER="xj@wp.pl" +LICENSE="LGPL2.1" TARBALL="${PACKAGE%-rt}-$VERSION.tar.bz2" WEB_SITE="http://www.winehq.org/" WGET_URL="$SF_MIRROR/${PACKAGE%-rt}/$TARBALL" diff -r 617dbdeb6f7e -r 2a21689b0af7 wine/receipt --- a/wine/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wine/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Windows API for Linux." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.winehq.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 617dbdeb6f7e -r 2a21689b0af7 winetricks/receipt --- a/winetricks/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/winetricks/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="misc" SHORT_DESC="Script to install various redistributable runtime libraries in Wine." MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION" -DEPENDS="wine cabextract xorg-xmessage unzip wget" SUGGESTED="zenity" WEB_SITE="http://wiki.winehq.org/winetricks" WGET_URL="http://www.kegel.com/wine/$PACKAGE" +DEPENDS="wine cabextract xorg-xmessage unzip wget" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 617dbdeb6f7e -r 2a21689b0af7 wipe/receipt --- a/wipe/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wipe/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -4,25 +4,27 @@ VERSION="2.3.1" CATEGORY="misc" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="A file and block device delete/erase utility - a secure rm" -DEPENDS="glibc-base" WEB_SITE="http://wipe.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://downloads.sourceforge.net/$PACKAGE/$TARBALL" TAGS="delete" +DEPENDS="glibc-base" + # Rules to configure and make the package. - -compile_rules() { - cd $src - ./configure --prefix=/usr $CONFIGURE_ARGS && - make && - make prefix=$PWD/_pkg/usr install +compile_rules() +{ + cd $src + ./configure --prefix=/usr $CONFIGURE_ARGS && + make && + make prefix=$DESTDIR/usr install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 617dbdeb6f7e -r 2a21689b0af7 wireless_tools-dev/receipt --- a/wireless_tools-dev/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wireless_tools-dev/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="Wireless Tools devel files." MAINTAINER="erjo@slitaz.org" -DEPENDS="wireless_tools" +LICENSE="GPL2" WANTED="wireless_tools" WEB_SITE="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" +DEPENDS="wireless_tools" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/include $fs/usr } diff -r 617dbdeb6f7e -r 2a21689b0af7 wireless_tools/receipt --- a/wireless_tools/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wireless_tools/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,27 +5,29 @@ CATEGORY="system-tools" SHORT_DESC="Wireless Tools for Linux" MAINTAINER="erjo@slitaz.org" -DEPENDS="" +LICENSE="GPL2" SUGGESTED="linux-wireless" TARBALL="${PACKAGE}.${VERSION}.tar.gz" WEB_SITE="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" WGET_URL="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/$TARBALL" TAGS="wireless" +DEPENDS="" + # Rules to configure and make the package. compile_rules() { cd $src - make PREFIX=$PWD/_pkg/usr - make PREFIX=$PWD/_pkg/usr install + make PREFIX=$DESTDIR/usr + make PREFIX=$DESTDIR/usr install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/bin $fs/usr/share/applications - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } post_install() diff -r 617dbdeb6f7e -r 2a21689b0af7 wol/receipt --- a/wol/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wol/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="wol implements Wake On LAN functionality in a small program." MAINTAINER="l.lemarinel@gmail.com" +LICENSE="GPL2" TARBALL="${PACKAGE}-${VERSION}.tar.gz" WGET_URL="$SF_MIRROR/ahh/$TARBALL" WEB_SITE="http://wake-on-lan.sourceforge.net/" + BUILD_DEPENDS="" DEPENDS="" diff -r 617dbdeb6f7e -r 2a21689b0af7 wordpress/receipt --- a/wordpress/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wordpress/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="misc" SHORT_DESC="Blog Tool and Publishing Platform." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="php mysql php-mysql" +LICENSE="GPL2" SUGGESTED="apache cherokee" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://wordpress.org" WGET_URL="$WEB_SITE/$TARBALL" +DEPENDS="php mysql php-mysql" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 617dbdeb6f7e -r 2a21689b0af7 wput/receipt --- a/wput/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wput/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="A tiny wget-like ftp-client for uploading files" MAINTAINER="l.lemarinel@gmail.com" +LICENSE="GPL2" WEB_SITE="http://wput.sourceforge.net/" TARBALL="${PACKAGE}-${VERSION}.tgz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + BUILD_DEPENDS="" DEPENDS="" @@ -27,5 +29,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 617dbdeb6f7e -r 2a21689b0af7 wqy-microhei/receipt --- a/wqy-microhei/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wqy-microhei/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="x-window" SHORT_DESC="文泉驿微米黑,版本v0.2.0-beta (开发代号:远古大爆炸,Codename: BigBang)" MAINTAINER="lufeng369@gmail.com" -DEPENDS="" +LICENSE="Apache GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://wenq.org/index.cgi?MicroHei" WGET_URL="$SF_MIRROR/wqy/$TARBALL" +DEPENDS="" + # Rules to configure and make the package. compile_rules() { @@ -21,5 +23,5 @@ genpkg_rules() { mkdir -p $fs/usr/share/fonts/truetype/WenQuanYi - cp -a $_pkg/*.ttc $fs/usr/share/fonts/truetype/WenQuanYi + cp -a $install/*.ttc $fs/usr/share/fonts/truetype/WenQuanYi } diff -r 617dbdeb6f7e -r 2a21689b0af7 wvdial/receipt --- a/wvdial/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wvdial/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,28 +5,30 @@ CATEGORY="network" SHORT_DESC="makes modem-based connection to Internet" MAINTAINER="jozee@slitaz.org" -DEPENDS="ppp gcc-lib-base wvstreams" -BUILD_DEPENDS="wvstreams-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://wvstreams.googlecode.com/" WGET_URL="http://wvstreams.googlecode.com/files/$TARBALL" TAGS="network 3G" +DEPENDS="ppp gcc-lib-base wvstreams" +BUILD_DEPENDS="wvstreams-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure && make -j1 && - make -j1 prefix=$PWD/_pkg/usr PPPDIR=$PWD/_pkg/etc/ppp/peers install + make -j1 prefix=$DESTDIR/usr PPPDIR=$DESTDIR/etc/ppp/peers install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/wvdial* $fs/usr/bin - cp -a $_pkg/etc $fs + cp -a $install/usr/bin/wvdial* $fs/usr/bin + cp -a $install/etc $fs } post_remove() diff -r 617dbdeb6f7e -r 2a21689b0af7 wvstreams-dev/receipt --- a/wvstreams-dev/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wvstreams-dev/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="wvstreams devel files." MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" WANTED="wvstreams" WEB_SITE="http://wvstreams.googlecode.com" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/include/ $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include/ $fs/usr } diff -r 617dbdeb6f7e -r 2a21689b0af7 wvstreams/receipt --- a/wvstreams/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wvstreams/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="makes modem-based connection to Internet" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://wvstreams.googlecode.com" WGET_URL="http://wvstreams.googlecode.com/files/$TARBALL" @@ -34,12 +35,12 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/etc $fs/var - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/valgrind $fs/usr/lib - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/etc/* $fs/etc - cp -a $_pkg/usr/var/* $fs/var + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/valgrind $fs/usr/lib + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/etc/* $fs/etc + cp -a $install/usr/var/* $fs/var } post_remove() diff -r 617dbdeb6f7e -r 2a21689b0af7 wyrd/receipt --- a/wyrd/receipt Wed Oct 02 13:07:29 2013 +0000 +++ b/wyrd/receipt Thu Oct 03 09:52:57 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="utilities" SHORT_DESC="Wyrd is a text-based front-end to Remind." MAINTAINER="paul@slitaz.org" -DEPENDS="ncurses remind ocaml" -BUILD_DEPENDS="ncurses-dev remind ocaml" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://pessimization.com/software/wyrd/" WGET_URL="http://pessimization.com/software/wyrd/$TARBALL" +DEPENDS="ncurses remind ocaml" +BUILD_DEPENDS="ncurses-dev remind ocaml" + # Rules to configure and make the package. compile_rules() { @@ -21,14 +23,14 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make -j1 && make -j1 DESTDIR=$PWD/_pkg install + make -j1 && make -j1 DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr $fs/etc - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/etc/wyrdrc $fs/etc + cp -a $install/usr/bin $fs/usr + cp -a $install/etc/wyrdrc $fs/etc }