wok rev 15584

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 17:02:58 2013 +0000 (2013-11-30)
parents bb009a6ef036
children 17bf4f330c44
files macchanger/receipt magicpoint/receipt magicrescue/receipt mailx/receipt makeself/receipt mana/receipt matchbox-common/receipt matchbox-desktop/receipt matchbox-panel-manager/receipt matchbox-panel/receipt matchbox-themes-extra/receipt matchbox-window-manager/receipt mb-applet-volume/receipt mcrypt/receipt mdadm/receipt mdk3/receipt memcached-dev/receipt memcached/receipt mencoder/receipt menu-railroad/receipt metasploit/receipt mhash-dev/receipt mhash/receipt miau/receipt nagios-dev/receipt nagios-nrpe/receipt nagios-nsca/receipt nagios/receipt nagvis-doc/receipt nagvis-flex/receipt nagvis/receipt nail/receipt nareto-doc/receipt nareto/receipt nasm/receipt nat-tester/receipt nbs-dev/receipt nbs/receipt nconf/receipt ndisc6/receipt ndiswrapper-driver/receipt ndiswrapper-utils/receipt ndiswrapper/receipt neon-dev/receipt neon/receipt net-snmp-dev/receipt net-snmp/receipt net-tools/receipt nettle-dev/receipt nettle/receipt newt-dev/receipt newt/receipt nicotine+/receipt nimrod/receipt ninvaders/receipt nis/receipt nomad/receipt notify-python/receipt nqc/receipt nspr-dev/receipt nspr/receipt nss_ldap/receipt ntl/receipt ntlmaps/receipt ntpclient/receipt nvclock/receipt nvidia-173xx/receipt
line diff
     1.1 --- a/macchanger/receipt	Sat Nov 30 15:44:51 2013 +0000
     1.2 +++ b/macchanger/receipt	Sat Nov 30 17:02:58 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="A small utility to change your MAC address"
     1.6  MAINTAINER="gokhlayeh@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.gnu.org"
    1.10  WGET_URL="ftp://ftp.gnu.org/gnu/macchanger/$TARBALL"
    1.11 @@ -18,14 +19,14 @@
    1.12  		--infodir=/usr/share/info \
    1.13  		--mandir=/usr/share/man \
    1.14  		$CONFIGURE_ARGS &&
    1.15 -	make && make DESTDIR=$PWD/_pkg install
    1.16 +	make && make DESTDIR=$DESTDIR install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/share
    1.23 -	cp -a $_pkg/usr/bin $fs/usr
    1.24 -	cp -a $_pkg/usr/share/macchanger $fs/usr/share	
    1.25 +	cp -a $install/usr/bin $fs/usr
    1.26 +	cp -a $install/usr/share/macchanger $fs/usr/share	
    1.27  }
    1.28  
     2.1 --- a/magicpoint/receipt	Sat Nov 30 15:44:51 2013 +0000
     2.2 +++ b/magicpoint/receipt	Sat Nov 30 17:02:58 2013 +0000
     2.3 @@ -5,6 +5,11 @@
     2.4  CATEGORY="x-window"
     2.5  SHORT_DESC="An X11-based presentation tool."
     2.6  MAINTAINER="rcx@zoominternet.net"
     2.7 +LICENSE="BSD"
     2.8 +TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.9 +WEB_SITE="http://member.wide.ad.jp/wg/mgp/"
    2.10 +WGET_URL="ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/$TARBALL"
    2.11 +
    2.12  DEPENDS="glibc-base expat zlib util-linux-uuid fontconfig freetype1 freetype \
    2.13  giflib jpeg libpng tiff imlib xorg-libICE xorg-libSM xorg-libX11 \
    2.14  xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXft xorg-libXmu \
    2.15 @@ -13,9 +18,6 @@
    2.16  freetype1 freetype1-dev freetype-dev giflib-dev imlib-dev xorg-imake \
    2.17  xorg-cf-files xorg-libX11-dev xorg-libXft-dev xorg-libXmu-dev \
    2.18  xorg-libXrender-dev xorg-xproto xorg-xextproto"
    2.19 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.20 -WEB_SITE="http://member.wide.ad.jp/wg/mgp/"
    2.21 -WGET_URL="ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/$TARBALL"
    2.22  
    2.23  # Rules to configure and make the package.
    2.24  compile_rules()
    2.25 @@ -29,14 +31,14 @@
    2.26  	xmkmf &&
    2.27  	make -j1 Makefiles &&
    2.28  	make -j1 &&
    2.29 -	make -j1 DESTDIR=$src/_pkg install
    2.30 +	make -j1 DESTDIR=$DESTDIR install
    2.31  }
    2.32  
    2.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.34  genpkg_rules()
    2.35  {
    2.36  	mkdir -p $fs/usr/lib/X11/mgp
    2.37 -	cp -f $_pkg/usr/lib/X11/mgp/default.mgp $fs/usr/lib/X11/mgp
    2.38 +	cp -f $install/usr/lib/X11/mgp/default.mgp $fs/usr/lib/X11/mgp
    2.39  	
    2.40 -	cp -a $_pkg/usr/bin $fs/usr
    2.41 +	cp -a $install/usr/bin $fs/usr
    2.42  }
     3.1 --- a/magicrescue/receipt	Sat Nov 30 15:44:51 2013 +0000
     3.2 +++ b/magicrescue/receipt	Sat Nov 30 17:02:58 2013 +0000
     3.3 @@ -5,27 +5,29 @@
     3.4  CATEGORY="utilities"
     3.5  SHORT_DESC="Find and recover deleted files on block devices."
     3.6  MAINTAINER="slaxemulator@gmail.com"
     3.7 -DEPENDS="perl"
     3.8 +LICENSE="GPL2"
     3.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.10  WEB_SITE="http://freshmeat.net/projects/magicrescue/"
    3.11  WGET_URL="http://www.itu.dk/people/jobr/$PACKAGE/release/$TARBALL"
    3.12  
    3.13 +DEPENDS="perl"
    3.14 +
    3.15  # Rules to configure and make the package.
    3.16  compile_rules()
    3.17  {
    3.18  	cd $src
    3.19 -	install -d $PWD/_pkg/usr
    3.20 +	install -d $DESTDIR/usr
    3.21  	./configure \
    3.22  		--prefix=/usr \
    3.23  		$CONFIGURE_ARGS &&
    3.24 -	make PREFIX=$PWD/_pkg/usr install
    3.25 +	make PREFIX=$DESTDIR/usr install
    3.26  }
    3.27  
    3.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.29  genpkg_rules()
    3.30  {
    3.31  	mkdir -p $fs/usr/share
    3.32 -	cp -a $_pkg/usr/bin $fs/usr
    3.33 -	cp -a $_pkg/usr/share/magicrescue $fs/usr/share
    3.34 +	cp -a $install/usr/bin $fs/usr
    3.35 +	cp -a $install/usr/share/magicrescue $fs/usr/share
    3.36  }
    3.37  
     4.1 --- a/mailx/receipt	Sat Nov 30 15:44:51 2013 +0000
     4.2 +++ b/mailx/receipt	Sat Nov 30 17:02:58 2013 +0000
     4.3 @@ -5,6 +5,7 @@
     4.4  CATEGORY="network"
     4.5  SHORT_DESC="Command-line Mail User Agent derived from Berkeley Mail."
     4.6  MAINTAINER="pankso@slitaz.org"
     4.7 +LICENSE="BSD"
     4.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     4.9  WEB_SITE="http://heirloom.sourceforge.net/mailx.html"
    4.10  WGET_URL="$SF_MIRROR/heirloom/$TARBALL"
     5.1 --- a/makeself/receipt	Sat Nov 30 15:44:51 2013 +0000
     5.2 +++ b/makeself/receipt	Sat Nov 30 17:02:58 2013 +0000
     5.3 @@ -5,6 +5,7 @@
     5.4  CATEGORY="development"
     5.5  SHORT_DESC="Utility to create self-extraction packages."
     5.6  MAINTAINER="slaxemulator@gmail.com"
     5.7 +LICENSE="GPL2"
     5.8  TARBALL="$PACKAGE-$VERSION.run"
     5.9  WEB_SITE="http://megastep.org/makeself"
    5.10  WGET_URL="http://megastep.org/makeself/$PACKAGE-$VERSION.run"
    5.11 @@ -13,11 +14,11 @@
    5.12  compile_rules()
    5.13  {
    5.14  	cd $src
    5.15 -	mkdir -p $PWD/_pkg/usr/bin
    5.16 -	mkdir -p $PWD/_pkg/usr/share/makeself
    5.17 -	cp -a makeself.sh $PWD/_pkg/usr/bin/makeself
    5.18 -	cp -a makeself-header.sh $PWD/_pkg/usr/share/makeself
    5.19 -	sed -e 's|HEADER=`dirname $0`/makeself-header.sh|HEADER=/usr/share/makeself/makeself-header.sh|' -i $PWD/_pkg/usr/bin/makeself
    5.20 +	mkdir -p $DESTDIR/usr/bin
    5.21 +	mkdir -p $DESTDIR/usr/share/makeself
    5.22 +	cp -a makeself.sh $DESTDIR/usr/bin/makeself
    5.23 +	cp -a makeself-header.sh $DESTDIR/usr/share/makeself
    5.24 +	sed -e 's|HEADER=`dirname $0`/makeself-header.sh|HEADER=/usr/share/makeself/makeself-header.sh|' -i $DESTDIR/usr/bin/makeself
    5.25  
    5.26  }
    5.27  
    5.28 @@ -25,7 +26,7 @@
    5.29  genpkg_rules()
    5.30  {
    5.31  	mkdir -p $fs/usr
    5.32 -	cp -a $_pkg/usr/bin $fs/usr
    5.33 -	cp -a $_pkg/usr/share $fs/usr
    5.34 +	cp -a $install/usr/bin $fs/usr
    5.35 +	cp -a $install/usr/share $fs/usr
    5.36  }
    5.37  
     6.1 --- a/mana/receipt	Sat Nov 30 15:44:51 2013 +0000
     6.2 +++ b/mana/receipt	Sat Nov 30 17:02:58 2013 +0000
     6.3 @@ -5,9 +5,11 @@
     6.4  CATEGORY="games"
     6.5  SHORT_DESC="A fully free and open source MMORPG game with the looks of old-fashioned 2D RPG"
     6.6  MAINTAINER="devl547@gmail.com"
     6.7 +LICENSE="GPL2"
     6.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     6.9  WEB_SITE="http://themanaworld.org/"
    6.10  WGET_URL="http://manasource.org/files/$TARBALL"
    6.11 +
    6.12  BUILD_DEPENDS="physfs-dev libxml2-dev libsdl-mixer-dev libsdl-image-dev \
    6.13  libsdl-net-dev libsdl-ttf-dev libsdl-ttf curl-dev zlib-dev libpng-dev guichan-dev \
    6.14  libsdl-gfx-dev enet"
    6.15 @@ -20,15 +22,15 @@
    6.16  	cd $src
    6.17  	./configure --prefix=/usr --without-opengl $CONFIGURE_ARGS &&
    6.18  	make &&
    6.19 -	make DESTDIR=$PWD/_pkg install
    6.20 +	make DESTDIR=$DESTDIR install
    6.21  }
    6.22  
    6.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.24  genpkg_rules()
    6.25  {
    6.26  	mkdir -p $fs/usr/share
    6.27 -	cp -a $_pkg/usr/bin $fs/usr
    6.28 -	cp -a $_pkg/usr/share/applications $fs/usr/share/
    6.29 -	cp -a $_pkg/usr/share/mana $fs/usr/share/
    6.30 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share/
    6.31 +	cp -a $install/usr/bin $fs/usr
    6.32 +	cp -a $install/usr/share/applications $fs/usr/share/
    6.33 +	cp -a $install/usr/share/mana $fs/usr/share/
    6.34 +	cp -a $install/usr/share/pixmaps $fs/usr/share/
    6.35  }
     7.1 --- a/matchbox-common/receipt	Sat Nov 30 15:44:51 2013 +0000
     7.2 +++ b/matchbox-common/receipt	Sat Nov 30 17:02:58 2013 +0000
     7.3 @@ -5,6 +5,7 @@
     7.4  CATEGORY="x-window"
     7.5  SHORT_DESC="Common files for matchbox window manager."
     7.6  MAINTAINER="pankso@slitaz.org"
     7.7 +LICENSE="GPL2"
     7.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     7.9  WEB_SITE="http://matchbox-project.org/"
    7.10  WGET_URL="${WEB_SITE}sources/$PACKAGE/0.9/$TARBALL"
     8.1 --- a/matchbox-desktop/receipt	Sat Nov 30 15:44:51 2013 +0000
     8.2 +++ b/matchbox-desktop/receipt	Sat Nov 30 17:02:58 2013 +0000
     8.3 @@ -5,6 +5,7 @@
     8.4  CATEGORY="x-window"
     8.5  SHORT_DESC="Matchbox desktop."
     8.6  MAINTAINER="pankso@slitaz.org"
     8.7 +LICENSE="GPL2"
     8.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     8.9  WEB_SITE="http://matchbox-project.org/"
    8.10  WGET_URL="${WEB_SITE}sources/$PACKAGE/0.9/$TARBALL"
     9.1 --- a/matchbox-panel-manager/receipt	Sat Nov 30 15:44:51 2013 +0000
     9.2 +++ b/matchbox-panel-manager/receipt	Sat Nov 30 17:02:58 2013 +0000
     9.3 @@ -5,6 +5,7 @@
     9.4  CATEGORY="x-window"
     9.5  SHORT_DESC="Matchbox Panel Manager."
     9.6  MAINTAINER="pankso@slitaz.org"
     9.7 +LICENSE="GPL2"
     9.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     9.9  WEB_SITE="http://matchbox-project.org/"
    9.10  WGET_URL="${WEB_SITE}sources/$PACKAGE/0.1/$TARBALL"
    10.1 --- a/matchbox-panel/receipt	Sat Nov 30 15:44:51 2013 +0000
    10.2 +++ b/matchbox-panel/receipt	Sat Nov 30 17:02:58 2013 +0000
    10.3 @@ -5,6 +5,7 @@
    10.4  CATEGORY="x-window"
    10.5  SHORT_DESC="Matchbox panel."
    10.6  MAINTAINER="pankso@slitaz.org"
    10.7 +LICENSE="GPL2"
    10.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    10.9  WEB_SITE="http://matchbox-project.org/"
   10.10  WGET_URL="${WEB_SITE}sources/$PACKAGE/0.9/$TARBALL"
    11.1 --- a/matchbox-themes-extra/receipt	Sat Nov 30 15:44:51 2013 +0000
    11.2 +++ b/matchbox-themes-extra/receipt	Sat Nov 30 17:02:58 2013 +0000
    11.3 @@ -5,6 +5,7 @@
    11.4  CATEGORY="x-window"
    11.5  SHORT_DESC="Matchbox extra themes."
    11.6  MAINTAINER="pankso@slitaz.org"
    11.7 +LICENSE="GPL2"
    11.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    11.9  WEB_SITE="http://matchbox-project.org/"
   11.10  WGET_URL="${WEB_SITE}sources/$PACKAGE/0.3/$TARBALL"
    12.1 --- a/matchbox-window-manager/receipt	Sat Nov 30 15:44:51 2013 +0000
    12.2 +++ b/matchbox-window-manager/receipt	Sat Nov 30 17:02:58 2013 +0000
    12.3 @@ -5,6 +5,7 @@
    12.4  CATEGORY="x-window"
    12.5  SHORT_DESC="Matchbox Window Manager."
    12.6  MAINTAINER="pankso@slitaz.org"
    12.7 +LICENSE="GPL2"
    12.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    12.9  WEB_SITE="http://matchbox-project.org/"
   12.10  WGET_URL="${WEB_SITE}sources/$PACKAGE/1.2/$TARBALL"
    13.1 --- a/mb-applet-volume/receipt	Sat Nov 30 15:44:51 2013 +0000
    13.2 +++ b/mb-applet-volume/receipt	Sat Nov 30 17:02:58 2013 +0000
    13.3 @@ -5,6 +5,7 @@
    13.4  CATEGORY="x-window"
    13.5  SHORT_DESC="Matchbox volume applet."
    13.6  MAINTAINER="pankso@slitaz.org"
    13.7 +LICENSE="GPL2"
    13.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    13.9  WEB_SITE="http://matchbox-project.org/"
   13.10  WGET_URL="${WEB_SITE}sources/$PACKAGE/0.2/$TARBALL"
    14.1 --- a/mcrypt/receipt	Sat Nov 30 15:44:51 2013 +0000
    14.2 +++ b/mcrypt/receipt	Sat Nov 30 17:02:58 2013 +0000
    14.3 @@ -5,6 +5,7 @@
    14.4  CATEGORY="security"
    14.5  SHORT_DESC="Encryption"
    14.6  MAINTAINER="erjo@slitaz.org"
    14.7 +LICENSE="GPL3"
    14.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    14.9  WEB_SITE="http://mcrypt.sourceforge.net/"
   14.10  WGET_URL="http://downloads.sourceforge.net/project/mcrypt/MCrypt/$VERSION/$TARBALL"
   14.11 @@ -26,6 +27,5 @@
   14.12  genpkg_rules()
   14.13  {
   14.14  	mkdir -p $fs/usr
   14.15 -	cp -a $_pkg/usr/bin $fs/usr
   14.16 +	cp -a $install/usr/bin $fs/usr
   14.17  }
   14.18 -
    15.1 --- a/mdadm/receipt	Sat Nov 30 15:44:51 2013 +0000
    15.2 +++ b/mdadm/receipt	Sat Nov 30 17:02:58 2013 +0000
    15.3 @@ -5,6 +5,7 @@
    15.4  CATEGORY="system-tools"
    15.5  SHORT_DESC="Software RAID tools"
    15.6  MAINTAINER="b1+slitaz@nagel.org"
    15.7 +LICENSE="GPL2"
    15.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    15.9  WEB_SITE="http://www.kernel.org/pub/linux/utils/raid/mdadm/ANNOUNCE"
   15.10  WGET_URL="ftp://www.kernel.org/pub/linux/utils/raid/mdadm/$TARBALL"
    16.1 --- a/mdk3/receipt	Sat Nov 30 15:44:51 2013 +0000
    16.2 +++ b/mdk3/receipt	Sat Nov 30 17:02:58 2013 +0000
    16.3 @@ -5,11 +5,13 @@
    16.4  CATEGORY="security"
    16.5  SHORT_DESC="WLAN penetration tool"
    16.6  MAINTAINER="slaxemulator@gmail.com"
    16.7 -DEPENDS=""
    16.8 +LICENSE="GPL2"
    16.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   16.10  WEB_SITE="http://homepages.tu-darmstadt.de/~p_larbig/wlan/"
   16.11  WGET_URL="http://homepages.tu-darmstadt.de/~p_larbig/wlan/$TARBALL"
   16.12  
   16.13 +DEPENDS=""
   16.14 +
   16.15  # Rules to configure and make the package.
   16.16  compile_rules()
   16.17  {
   16.18 @@ -17,13 +19,12 @@
   16.19  	sed -i -e "s:/usr/local:/usr:" Makefile
   16.20  	make -C osdep
   16.21  	make
   16.22 -	make DESTDIR="$PWD/_pkg" install
   16.23 +	make DESTDIR="$DESTDIR" install
   16.24  }
   16.25  
   16.26  # Rules to gen a SliTaz package suitable for Tazpkg.
   16.27  genpkg_rules()
   16.28  {
   16.29  	mkdir -p $fs/usr
   16.30 -	cp -a $_pkg/usr/sbin $fs/usr
   16.31 +	cp -a $install/usr/sbin $fs/usr
   16.32  }
   16.33 -
    17.1 --- a/memcached-dev/receipt	Sat Nov 30 15:44:51 2013 +0000
    17.2 +++ b/memcached-dev/receipt	Sat Nov 30 17:02:58 2013 +0000
    17.3 @@ -5,6 +5,7 @@
    17.4  CATEGORY="development"
    17.5  SHORT_DESC="Memecached dev files."
    17.6  MAINTAINER="erjo@slitaz.org"
    17.7 +LICENSE="BSD"
    17.8  WEB_SITE="http://memcached.org"
    17.9  WANTED="memcached"
   17.10  
    18.1 --- a/memcached/receipt	Sat Nov 30 15:44:51 2013 +0000
    18.2 +++ b/memcached/receipt	Sat Nov 30 17:02:58 2013 +0000
    18.3 @@ -5,6 +5,7 @@
    18.4  CATEGORY="system-tools"
    18.5  SHORT_DESC="High-performance, distributed memory object caching system, "
    18.6  MAINTAINER="erjo@slitaz.org"
    18.7 +LICENSE="BSD"
    18.8  WEB_SITE="http://memcached.org"
    18.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   18.10  WGET_URL="http://memcached.googlecode.com/files/$TARBALL"
    19.1 --- a/mencoder/receipt	Sat Nov 30 15:44:51 2013 +0000
    19.2 +++ b/mencoder/receipt	Sat Nov 30 17:02:58 2013 +0000
    19.3 @@ -5,6 +5,7 @@
    19.4  CATEGORY="multimedia"
    19.5  SHORT_DESC="MPlayer video and movie encoder."
    19.6  MAINTAINER="pankso@slitaz.org"
    19.7 +LICENSE="GPL2"
    19.8  WANTED="mplayer"
    19.9  WEB_SITE="http://www.mplayerhq.hu/design7/news.html"
   19.10  
    20.1 --- a/menu-railroad/receipt	Sat Nov 30 15:44:51 2013 +0000
    20.2 +++ b/menu-railroad/receipt	Sat Nov 30 17:02:58 2013 +0000
    20.3 @@ -5,6 +5,7 @@
    20.4  CATEGORY="x-window"
    20.5  SHORT_DESC="Freedesktop menu for railroading applications."
    20.6  MAINTAINER="rcx@zoominternet.net"
    20.7 +LICENSE="GPL3"
    20.8  WEB_SITE="http://icons.mysitemyway.com/free-clipart-icons/1/locomotive-train-icon-id/39275/style-id/294/grunge-brushed-metal-pewter-icons/transport-travel/"
    20.9  
   20.10  # Rules to gen a SliTaz package suitable for Tazpkg.
    21.1 --- a/metasploit/receipt	Sat Nov 30 15:44:51 2013 +0000
    21.2 +++ b/metasploit/receipt	Sat Nov 30 17:02:58 2013 +0000
    21.3 @@ -5,12 +5,14 @@
    21.4  CATEGORY="network"
    21.5  SHORT_DESC="The Metasploit Framework is an advanced open-source platform for developing, testing, and using exploit code"
    21.6  MAINTAINER="slaxemulator@gmail.com"
    21.7 -DEPENDS="ruby libpcap"
    21.8 +LICENSE="BSD"
    21.9  SOURCE="framework"
   21.10  TARBALL="$SOURCE-$VERSION.tar.bz2"
   21.11  WEB_SITE="http://www.metasploit.com/"
   21.12  WGET_URL="http://updates.metasploit.com/data/releases/$TARBALL"
   21.13  
   21.14 +DEPENDS="ruby libpcap"
   21.15 +
   21.16  # Rules to gen a SliTaz package suitable for Tazpkg.
   21.17  genpkg_rules()
   21.18  {
    22.1 --- a/mhash-dev/receipt	Sat Nov 30 15:44:51 2013 +0000
    22.2 +++ b/mhash-dev/receipt	Sat Nov 30 17:02:58 2013 +0000
    22.3 @@ -5,6 +5,7 @@
    22.4  CATEGORY="development"
    22.5  SHORT_DESC="uniform interface to a large number of hash algorithms devel files."
    22.6  MAINTAINER="pascal.bellard@slitaz.org"
    22.7 +LICENSE="GPL2"
    22.8  WEB_SITE="http://mhash.sourceforge.net/"
    22.9  WANTED="mhash"
   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/libmhash*a $fs/usr/lib
   22.17 +	cp -a $install/usr/include $fs/usr
   22.18 +	cp -a $install/usr/lib/libmhash*a $fs/usr/lib
   22.19  }
   22.20  
    23.1 --- a/mhash/receipt	Sat Nov 30 15:44:51 2013 +0000
    23.2 +++ b/mhash/receipt	Sat Nov 30 17:02:58 2013 +0000
    23.3 @@ -5,6 +5,7 @@
    23.4  CATEGORY="development"
    23.5  SHORT_DESC="uniform interface to a large number of hash algorithms."
    23.6  MAINTAINER="pascal.bellard@slitaz.org"
    23.7 +LICENSE="GPL2"
    23.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    23.9  WEB_SITE="http://mhash.sourceforge.net/"
   23.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   23.11 @@ -16,13 +17,13 @@
   23.12  	./configure --prefix=/usr --infodir=/usr/share/info \
   23.13  	--mandir=/usr/share/man $CONFIGURE_ARGS
   23.14  	make
   23.15 -	make DESTDIR=$PWD/_pkg install
   23.16 +	make DESTDIR=$DESTDIR install
   23.17  }
   23.18  
   23.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   23.20  genpkg_rules()
   23.21  {
   23.22  	mkdir -p $fs/usr/lib
   23.23 -	cp -a $_pkg/usr/lib/libmhash.so* $fs/usr/lib
   23.24 +	cp -a $install/usr/lib/libmhash.so* $fs/usr/lib
   23.25  }
   23.26  
    24.1 --- a/miau/receipt	Sat Nov 30 15:44:51 2013 +0000
    24.2 +++ b/miau/receipt	Sat Nov 30 17:02:58 2013 +0000
    24.3 @@ -5,6 +5,7 @@
    24.4  CATEGORY="network"
    24.5  SHORT_DESC="Another IRC-bouncer/proxy."
    24.6  MAINTAINER="christophe.paris@free.fr"
    24.7 +LICENSE="GPL2"
    24.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    24.9  WEB_SITE="http://miau.sourceforge.net/"
   24.10  WGET_URL="http://downloads.sourceforge.net/miau/$TARBALL"
   24.11 @@ -20,13 +21,13 @@
   24.12  		--docdir=/usr/share/doc \
   24.13  		$CONFIGURE_ARGS &&
   24.14  	make &&
   24.15 -	make DESTDIR=$PWD/_pkg install
   24.16 +	make DESTDIR=$DESTDIR install
   24.17  }
   24.18  
   24.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   24.20  genpkg_rules()
   24.21  {
   24.22  	mkdir -p $fs/usr
   24.23 -	cp -a $_pkg/usr/bin $fs/usr
   24.24 -	cp -a $_pkg/usr/share $fs/usr
   24.25 +	cp -a $install/usr/bin $fs/usr
   24.26 +	cp -a $install/usr/share $fs/usr
   24.27  }
    25.1 --- a/nagios-dev/receipt	Sat Nov 30 15:44:51 2013 +0000
    25.2 +++ b/nagios-dev/receipt	Sat Nov 30 17:02:58 2013 +0000
    25.3 @@ -5,6 +5,7 @@
    25.4  CATEGORY="development"
    25.5  SHORT_DESC="Nagios development files"
    25.6  MAINTAINER="erjo@slitaz.org"
    25.7 +LICENSE="GPL2"
    25.8  WEB_SITE="http://www.nagios.org/"
    25.9  WANTED="nagios"
   25.10  
    26.1 --- a/nagios-nrpe/receipt	Sat Nov 30 15:44:51 2013 +0000
    26.2 +++ b/nagios-nrpe/receipt	Sat Nov 30 17:02:58 2013 +0000
    26.3 @@ -5,10 +5,12 @@
    26.4  CATEGORY="network"
    26.5  SHORT_DESC="Service and network monitoring program, remote monitoring."
    26.6  MAINTAINER="erjo@slitaz.org"
    26.7 +LICENSE="GPL2"
    26.8  SOURCE="nrpe"
    26.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   26.10  WEB_SITE="http://www.nagios.org/"
   26.11  WGET_URL="$SF_MIRROR/nagios/$TARBALL"
   26.12 +
   26.13  BUILD_DEPENDS="libcrypto-dev openssl-dev openssl libwrap-dev"
   26.14  DEPENDS="nagios-plugins libssl libcrypto"
   26.15  
    27.1 --- a/nagios-nsca/receipt	Sat Nov 30 15:44:51 2013 +0000
    27.2 +++ b/nagios-nsca/receipt	Sat Nov 30 17:02:58 2013 +0000
    27.3 @@ -5,11 +5,13 @@
    27.4  CATEGORY="network"
    27.5  SHORT_DESC="Service and network monitoring program, remote monitoring."
    27.6  MAINTAINER="erjo@slitaz.org"
    27.7 +LICENSE="GPL2"
    27.8  SOURCE="nsca"
    27.9  TARBALL="$SOURCE-$VERSION.tar.gz"
   27.10  WEB_SITE="http://www.nagios.org/"
   27.11  #WGET_URL="$SF_MIRROR/nagios/$TARBALL"
   27.12  WGET_URL="http://prdownloads.sourceforge.net/sourceforge/nagios/$TARBALL"
   27.13 +
   27.14  BUILD_DEPENDS="libmcrypt-dev perl libwrap-dev"
   27.15  DEPENDS="libmcrypt"
   27.16  
    28.1 --- a/nagios/receipt	Sat Nov 30 15:44:51 2013 +0000
    28.2 +++ b/nagios/receipt	Sat Nov 30 17:02:58 2013 +0000
    28.3 @@ -5,13 +5,15 @@
    28.4  CATEGORY="network"
    28.5  SHORT_DESC="Host and network monitoring"
    28.6  MAINTAINER="erjo@slitaz.org"
    28.7 -DEPENDS="apache nagios-plugins libpng libjpeg libltdl"
    28.8 -BUILD_DEPENDS="libgd-dev libpng-dev jpeg-dev libtool"
    28.9 +LICENSE="GPL2"
   28.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   28.11  WEB_SITE="http://www.nagios.org/"
   28.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   28.13  SUGGESTED="nagios-nrpe"
   28.14  
   28.15 +DEPENDS="apache nagios-plugins libpng libjpeg libltdl"
   28.16 +BUILD_DEPENDS="libgd-dev libpng-dev jpeg-dev libtool"
   28.17 +
   28.18  # Rules to configure and make the package.
   28.19  compile_rules()
   28.20  {
   28.21 @@ -42,8 +44,8 @@
   28.22  		
   28.23  	sed -i s!HTMLDIR=.*!HTMLDIR=/usr/share/nagios! html/Makefile
   28.24  	
   28.25 -	#~ make all && make DESTDIR=$PWD/_pkg fullinstall \
   28.26 -	#~ && make DESTDIR=$PWD/_pkg install-config
   28.27 +	#~ make all && make DESTDIR=$DESTDIR fullinstall \
   28.28 +	#~ && make DESTDIR=$DESTDIR install-config
   28.29  	make all && make install \
   28.30  	&& make install-config \
   28.31  	&& make install-commandmode \
    29.1 --- a/nagvis-doc/receipt	Sat Nov 30 15:44:51 2013 +0000
    29.2 +++ b/nagvis-doc/receipt	Sat Nov 30 17:02:58 2013 +0000
    29.3 @@ -5,9 +5,11 @@
    29.4  CATEGORY="network"
    29.5  SHORT_DESC="Nagvis documentation and licence"
    29.6  MAINTAINER="erjo@slitaz.org"
    29.7 +LICENSE="GPL2"
    29.8  WEB_SITE="http://www.nagvis.org/"
    29.9 +WANTED="nagvis"
   29.10 +
   29.11  DEPENDS="nagvis"
   29.12 -WANTED="nagvis"
   29.13  
   29.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   29.15  genpkg_rules()
    30.1 --- a/nagvis-flex/receipt	Sat Nov 30 15:44:51 2013 +0000
    30.2 +++ b/nagvis-flex/receipt	Sat Nov 30 17:02:58 2013 +0000
    30.3 @@ -5,9 +5,11 @@
    30.4  CATEGORY="network"
    30.5  SHORT_DESC="Nagvis Flex"
    30.6  MAINTAINER="erjo@slitaz.org"
    30.7 +LICENSE="GPL2"
    30.8  WEB_SITE="http://www.nagvis.org/"
    30.9 +WANTED="nagvis"
   30.10 +
   30.11  DEPENDS="nagvis"
   30.12 -WANTED="nagvis"
   30.13  
   30.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   30.15  genpkg_rules()
    31.1 --- a/nagvis/receipt	Sat Nov 30 15:44:51 2013 +0000
    31.2 +++ b/nagvis/receipt	Sat Nov 30 17:02:58 2013 +0000
    31.3 @@ -5,11 +5,13 @@
    31.4  CATEGORY="network"
    31.5  SHORT_DESC="Visualization addon for nagios."
    31.6  MAINTAINER="erjo@slitaz.org"
    31.7 +LICENSE="GPL2"
    31.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    31.9  WEB_SITE="http://www.nagvis.org/"
   31.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   31.11 +SUGGESTED="graphviz"
   31.12 +
   31.13  DEPENDS="nagios php-mysql php-gd ndoutils mk-livestatus"
   31.14 -SUGGESTED="graphviz"
   31.15  
   31.16  # Rules to configure and make the package.
   31.17  compile_rules()
    32.1 --- a/nail/receipt	Sat Nov 30 15:44:51 2013 +0000
    32.2 +++ b/nail/receipt	Sat Nov 30 17:02:58 2013 +0000
    32.3 @@ -5,8 +5,7 @@
    32.4  CATEGORY="network"
    32.5  SHORT_DESC="Text mode mail user agent."
    32.6  MAINTAINER="sygne@ombres.eu"
    32.7 -DEPENDS="openssl"
    32.8 -BUILD_DEPENDS="openssl-dev"
    32.9 +LICENSE="BSD"
   32.10  SOURCE="mailx"
   32.11  TARBALL="$SOURCE-$VERSION.tar.bz2"
   32.12  WEB_SITE="http://heirloom.sourceforge.net/mailx.html"
   32.13 @@ -14,6 +13,9 @@
   32.14  CONFIG_FILES="/etc/nailrc"
   32.15  TAGS="email imap pop3"
   32.16  
   32.17 +DEPENDS="openssl"
   32.18 +BUILD_DEPENDS="openssl-dev"
   32.19 +
   32.20  # Rules to configure and make the package.
   32.21  compile_rules()
   32.22  {
   32.23 @@ -27,17 +29,17 @@
   32.24  	sed -i -e "s/-lgssapi_krb5//g" LIBS
   32.25  	
   32.26  	make install UCBINSTALL=/usr/bin/install \
   32.27 -	DESTDIR=$PWD/_pkg PREFIX=/usr	
   32.28 +	DESTDIR=$DESTDIR PREFIX=/usr	
   32.29  }
   32.30  
   32.31  # Rules to gen a SliTaz package suitable for Tazpkg.
   32.32  genpkg_rules()
   32.33  {
   32.34  	mkdir -p $fs/usr
   32.35 -	cp -r $_pkg/usr/bin $fs/usr
   32.36 +	cp -r $install/usr/bin $fs/usr
   32.37  	mv $fs/usr/bin/mailx $fs/usr/bin/nail
   32.38  	
   32.39 -	cp -r $_pkg/etc $fs
   32.40 +	cp -r $install/etc $fs
   32.41  }
   32.42  
   32.43  # Post install commands for Tazpkg.
    33.1 --- a/nareto-doc/receipt	Sat Nov 30 15:44:51 2013 +0000
    33.2 +++ b/nareto-doc/receipt	Sat Nov 30 17:02:58 2013 +0000
    33.3 @@ -5,6 +5,7 @@
    33.4  CATEGORY="network"
    33.5  SHORT_DESC="Nareto documentation."
    33.6  MAINTAINER="erjo@slitaz.org"
    33.7 +LICENSE="GPL2"
    33.8  WEB_SITE="http://www.nareto.org/"
    33.9  WANTED="nareto"
   33.10  DEPENDS="nareto"
    34.1 --- a/nareto/receipt	Sat Nov 30 15:44:51 2013 +0000
    34.2 +++ b/nareto/receipt	Sat Nov 30 17:02:58 2013 +0000
    34.3 @@ -5,13 +5,15 @@
    34.4  CATEGORY="network"
    34.5  SHORT_DESC="Nagios reporting tool."
    34.6  MAINTAINER="erjo@slitaz.org"
    34.7 +LICENSE="GPL2"
    34.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    34.9  WEB_SITE="http://www.nareto.org/"
   34.10  WGET_URL="${WEB_SITE}srcs/$TARBALL"
   34.11 -DEPENDS="nagios apache php php-cli mysql perl-dbd-mysql perl-dbi"
   34.12  CONFIG_FILES="/etc/nagios"
   34.13  BUGS="s/oreon/centreon/"
   34.14  
   34.15 +DEPENDS="nagios apache php php-cli mysql perl-dbd-mysql perl-dbi"
   34.16 +
   34.17  # Rules to configure and make the package.
   34.18  compile_rules()
   34.19  {
    35.1 --- a/nasm/receipt	Sat Nov 30 15:44:51 2013 +0000
    35.2 +++ b/nasm/receipt	Sat Nov 30 17:02:58 2013 +0000
    35.3 @@ -5,6 +5,7 @@
    35.4  CATEGORY="development"
    35.5  SHORT_DESC="The netwide assembler."
    35.6  MAINTAINER="pascal.bellard@slitaz.org"
    35.7 +LICENSE="BSD"
    35.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    35.9  WEB_SITE="http://www.nasm.us/"
   35.10  WGET_URL="${WEB_SITE}pub/$PACKAGE/releasebuilds/$VERSION/$TARBALL"
   35.11 @@ -23,6 +24,6 @@
   35.12  genpkg_rules()
   35.13  {
   35.14  	mkdir -p $fs/usr
   35.15 -	cp -a $_pkg/usr/bin $fs/usr
   35.16 +	cp -a $install/usr/bin $fs/usr
   35.17  }
   35.18  
    36.1 --- a/nat-tester/receipt	Sat Nov 30 15:44:51 2013 +0000
    36.2 +++ b/nat-tester/receipt	Sat Nov 30 17:02:58 2013 +0000
    36.3 @@ -5,13 +5,15 @@
    36.4  CATEGORY="network"
    36.5  SHORT_DESC="Network Address Translator tester."
    36.6  MAINTAINER="pascal.bellard@slitaz.org"
    36.7 +LICENSE="GPL3"
    36.8  SOURCE="linuxTester"
    36.9  TARBALL="linuxNatTester.tar.gz"
   36.10  WEB_SITE="http://nattest.net.in.tum.de/"
   36.11  WGET_URL="${WEB_SITE}$TARBALL"
   36.12 +TAGS="networking"
   36.13 +
   36.14  BUILD_DEPENDS="pkg-config libsctp-dev libsctp zlib-dev libxml2-dev"
   36.15  DEPENDS="zlib gcc-lib-base libxml2"
   36.16 -TAGS="networking"
   36.17  
   36.18  # Rules to configure and make the package.
   36.19  compile_rules()
   36.20 @@ -21,14 +23,14 @@
   36.21  	--mandir=/usr/share/man \
   36.22  	$CONFIGURE_ARGS &&
   36.23  	make &&
   36.24 -	make DESTDIR=$PWD/_pkg install
   36.25 +	make DESTDIR=$DESTDIR install
   36.26  }
   36.27  
   36.28  # Rules to gen a SliTaz package suitable for Tazpkg.
   36.29  genpkg_rules()
   36.30  {
   36.31  	mkdir -p $fs/usr/share/nat-tester
   36.32 -	cp -a $_pkg/usr/bin/NatTester $fs/usr/share/nat-tester
   36.33 +	cp -a $install/usr/bin/NatTester $fs/usr/share/nat-tester
   36.34  	cp -a $src/src/framework.cfg $fs/usr/share/nat-tester
   36.35  }
   36.36  
    37.1 --- a/nbs-dev/receipt	Sat Nov 30 15:44:51 2013 +0000
    37.2 +++ b/nbs-dev/receipt	Sat Nov 30 17:02:58 2013 +0000
    37.3 @@ -5,6 +5,7 @@
    37.4  CATEGORY="development"
    37.5  SHORT_DESC="Network Broadcast Sound development files."
    37.6  MAINTAINER="pascal.bellard@slitaz.org"
    37.7 +LICENSE="GPL2"
    37.8  WEB_SITE="http://svn.digium.com/view/nbs"
    37.9  WANTED="nbs"
   37.10  
   37.11 @@ -12,6 +13,6 @@
   37.12  genpkg_rules()
   37.13  {
   37.14  	mkdir -p $fs/usr/lib
   37.15 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   37.16 -	cp -a $_pkg/usr/include $fs/usr
   37.17 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   37.18 +	cp -a $install/usr/include $fs/usr
   37.19  }
    38.1 --- a/nbs/receipt	Sat Nov 30 15:44:51 2013 +0000
    38.2 +++ b/nbs/receipt	Sat Nov 30 17:02:58 2013 +0000
    38.3 @@ -5,10 +5,11 @@
    38.4  CATEGORY="network"
    38.5  SHORT_DESC="Network Broadcast Sound."
    38.6  MAINTAINER="pascal.bellard@slitaz.org"
    38.7 -BUILD_DEPENDS="subversion"
    38.8 +LICENSE="GPL2"
    38.9  WEB_SITE="http://svn.digium.com/view/nbs"
   38.10  WGET_URL="subversion|http://svn.digium.com/svn/nbs/trunk"
   38.11  
   38.12 +BUILD_DEPENDS="subversion"
   38.13  
   38.14  # Rules to configure and make the package.
   38.15  compile_rules()
   38.16 @@ -16,16 +17,16 @@
   38.17  	cd $src
   38.18  	patch -p0 <  $stuff/Makefile.u &&
   38.19  	make &&
   38.20 -	make DESTDIR=$PWD/_pkg install
   38.21 +	make DESTDIR=$DESTDIR install
   38.22  }
   38.23  
   38.24  # Rules to gen a SliTaz package suitable for Tazpkg.
   38.25  genpkg_rules()
   38.26  {
   38.27  	mkdir -p $fs/usr/lib
   38.28 -	cp -a $_pkg/usr/bin $fs/usr
   38.29 -	cp -a $_pkg/usr/sbin $fs/usr
   38.30 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   38.31 +	cp -a $install/usr/bin $fs/usr
   38.32 +	cp -a $install/usr/sbin $fs/usr
   38.33 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   38.34  	ln -s libnbs.so.1.0 $fs/usr/lib/libnbs.so.1
   38.35  }
   38.36  
    39.1 --- a/nconf/receipt	Sat Nov 30 15:44:51 2013 +0000
    39.2 +++ b/nconf/receipt	Sat Nov 30 17:02:58 2013 +0000
    39.3 @@ -5,11 +5,13 @@
    39.4  CATEGORY="system-tools"
    39.5  SHORT_DESC="Enterprise Nagios configurator"
    39.6  MAINTAINER="erjo@slitaz.org"
    39.7 -DEPENDS="mysql php-apache nagios perl perl-dbi perl-dbd-mysql"
    39.8 +LICENSE="GPL2"
    39.9  TARBALL="$PACKAGE-$VERSION.tgz"
   39.10  WEB_SITE="http://www.nconf.org/dokuwiki/doku.php"
   39.11  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   39.12  
   39.13 +DEPENDS="mysql php-apache nagios perl perl-dbi perl-dbd-mysql"
   39.14 +
   39.15  # Rules to gen a SliTaz package suitable for Tazpkg.
   39.16  genpkg_rules()
   39.17  {
    40.1 --- a/ndisc6/receipt	Sat Nov 30 15:44:51 2013 +0000
    40.2 +++ b/ndisc6/receipt	Sat Nov 30 17:02:58 2013 +0000
    40.3 @@ -5,6 +5,7 @@
    40.4  CATEGORY="network"
    40.5  SHORT_DESC="IPv6 diagnostic tools."
    40.6  MAINTAINER="pascal.bellard@slitaz.org"
    40.7 +LICENSE="GPL2"
    40.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    40.9  WEB_SITE="http://rdnssd.linkfanel.net/"
   40.10  WGET_URL="http://www.remlab.net/files/$PACKAGE/$TARBALL"
   40.11 @@ -18,15 +19,15 @@
   40.12  	./configure --prefix=/usr --infodir=/usr/share/info \
   40.13  	--localstatedir=/var --sysconfdir=/etc \
   40.14  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   40.15 -	make && make DESTDIR=$PWD/_pkg install
   40.16 +	make && make DESTDIR=$DESTDIR install
   40.17  }
   40.18  
   40.19  # Rules to gen a SliTaz package suitable for Tazpkg.
   40.20  genpkg_rules()
   40.21  {
   40.22  	mkdir -p $fs/usr
   40.23 -	cp -a $_pkg/usr/bin $fs/usr
   40.24 -	cp -a $_pkg/usr/sbin $fs/usr
   40.25 -	cp -a $_pkg/var $fs
   40.26 -	cp -a $_pkg/etc $fs
   40.27 +	cp -a $install/usr/bin $fs/usr
   40.28 +	cp -a $install/usr/sbin $fs/usr
   40.29 +	cp -a $install/var $fs
   40.30 +	cp -a $install/etc $fs
   40.31  }
    41.1 --- a/ndiswrapper-driver/receipt	Sat Nov 30 15:44:51 2013 +0000
    41.2 +++ b/ndiswrapper-driver/receipt	Sat Nov 30 17:02:58 2013 +0000
    41.3 @@ -5,14 +5,16 @@
    41.4  CATEGORY="system-tools"
    41.5  SHORT_DESC="Add Windows network drivers support to Linux kernel."
    41.6  MAINTAINER="erjo@slitaz.org"
    41.7 -DEPENDS="linux"
    41.8 -BUILD_DEPENDS="linux-module-headers xz"
    41.9 +LICENSE="GPL"
   41.10  SOURCE="ndiswrapper"
   41.11  TARBALL="$SOURCE-$VERSION.tar.gz"
   41.12  WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/"
   41.13  WGET_URL="$SF_MIRROR/$SOURCE/stable/$VERSION/$TARBALL"
   41.14  TAGS="windows wireless network"
   41.15  
   41.16 +DEPENDS="linux"
   41.17 +BUILD_DEPENDS="linux-module-headers xz"
   41.18 +
   41.19  # Rules to configure and make the package.
   41.20  compile_rules()
   41.21  {
    42.1 --- a/ndiswrapper-utils/receipt	Sat Nov 30 15:44:51 2013 +0000
    42.2 +++ b/ndiswrapper-utils/receipt	Sat Nov 30 17:02:58 2013 +0000
    42.3 @@ -5,11 +5,13 @@
    42.4  CATEGORY="system-tools"
    42.5  SHORT_DESC="ndiswrapper utilities."
    42.6  MAINTAINER="erjo@slitaz.org"
    42.7 -DEPENDS="ndiswrapper-driver perl"
    42.8 +LICENSE="GPL"
    42.9  SOURCE="ndiswrapper"
   42.10  WANTED="ndiswrapper-driver"
   42.11  WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/"
   42.12  
   42.13 +DEPENDS="ndiswrapper-driver perl"
   42.14 +
   42.15  # Rules to gen a SliTaz package suitable for Tazpkg.
   42.16  genpkg_rules()
   42.17  {
    43.1 --- a/ndiswrapper/receipt	Sat Nov 30 15:44:51 2013 +0000
    43.2 +++ b/ndiswrapper/receipt	Sat Nov 30 17:02:58 2013 +0000
    43.3 @@ -5,10 +5,12 @@
    43.4  CATEGORY="meta"
    43.5  SHORT_DESC="Add Windows network drivers support to Linux kernel."
    43.6  MAINTAINER="erjo@slitaz.org"
    43.7 -DEPENDS="ndiswrapper-driver ndiswrapper-utils wireless_tools"
    43.8 +LICENSE="GPL"
    43.9  WEB_SITE="http://ndiswrapper.sourceforge.net/joomla/"
   43.10  TAGS="windows wireless network"
   43.11  
   43.12 +DEPENDS="ndiswrapper-driver ndiswrapper-utils wireless_tools"
   43.13 +
   43.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   43.15  genpkg_rules()
   43.16  {
    44.1 --- a/neon-dev/receipt	Sat Nov 30 15:44:51 2013 +0000
    44.2 +++ b/neon-dev/receipt	Sat Nov 30 17:02:58 2013 +0000
    44.3 @@ -5,6 +5,7 @@
    44.4  CATEGORY="development"
    44.5  SHORT_DESC="Neon HTTP and WebDAV client library"
    44.6  MAINTAINER="lehswe@gmail.com"
    44.7 +LICENSE="GPL2"
    44.8  WEB_SITE="http://www.webdav.org/neon"
    44.9  WANTED="neon"
   44.10  
   44.11 @@ -12,8 +13,7 @@
   44.12  genpkg_rules()
   44.13  {
   44.14  	mkdir -p $fs/usr/lib
   44.15 -	cp -a $_pkg/usr/lib/*a $fs/usr/lib
   44.16 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   44.17 -	cp -a $_pkg/usr/include $fs/usr
   44.18 +	cp -a $install/usr/lib/*a $fs/usr/lib
   44.19 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   44.20 +	cp -a $install/usr/include $fs/usr
   44.21  }
   44.22 -
    45.1 --- a/neon/receipt	Sat Nov 30 15:44:51 2013 +0000
    45.2 +++ b/neon/receipt	Sat Nov 30 17:02:58 2013 +0000
    45.3 @@ -5,13 +5,15 @@
    45.4  CATEGORY="development"
    45.5  SHORT_DESC="Neon HTTP and WebDAV client library"
    45.6  MAINTAINER="lehswe@gmail.com"
    45.7 -DEPENDS="libssl zlib libkrb5 libcomerr3 expat"
    45.8 -BUILD_DEPENDS="zlib-dev libxml2-dev expat-dev openssl-dev"
    45.9 +LICENSE="GPL2"
   45.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   45.11  WEB_SITE="http://www.webdav.org/neon"
   45.12  WGET_URL="http://www.webdav.org/neon/$TARBALL"
   45.13  TAGS="http webdav"
   45.14  
   45.15 +DEPENDS="libssl zlib libkrb5 libcomerr3 expat"
   45.16 +BUILD_DEPENDS="zlib-dev libxml2-dev expat-dev openssl-dev"
   45.17 +
   45.18  # Rules to configure and make the package.
   45.19  compile_rules()
   45.20  {
   45.21 @@ -23,15 +25,15 @@
   45.22  	--enable-shared --disable-static \
   45.23  	$CONFIGURE_ARGS &&
   45.24  	make &&
   45.25 -	make DESTDIR=$PWD/_pkg install
   45.26 +	make DESTDIR=$DESTDIR install
   45.27  }
   45.28  
   45.29  # Rules to gen a SliTaz package suitable for Tazpkg.
   45.30  genpkg_rules()
   45.31  {
   45.32  	mkdir -p $fs/usr/lib
   45.33 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   45.34 -	cp -a $_pkg/usr/bin $fs/usr
   45.35 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   45.36 +	cp -a $install/usr/bin $fs/usr
   45.37  }
   45.38  
   45.39  
    46.1 --- a/net-snmp-dev/receipt	Sat Nov 30 15:44:51 2013 +0000
    46.2 +++ b/net-snmp-dev/receipt	Sat Nov 30 17:02:58 2013 +0000
    46.3 @@ -5,16 +5,17 @@
    46.4  CATEGORY="development"
    46.5  SHORT_DESC="dev files for net-snmp"
    46.6  MAINTAINER="allan316@gmail.com"
    46.7 -DEPENDS="net-snmp"
    46.8 +LICENSE="BSD"
    46.9  WEB_SITE="http://net-snmp.sourceforge.net"
   46.10  WANTED="net-snmp"
   46.11  
   46.12 +DEPENDS="net-snmp"
   46.13 +
   46.14  # Rules to gen a SliTaz package suitable for Tazpkg.
   46.15  genpkg_rules()
   46.16  {
   46.17  	mkdir -p $fs/usr/lib
   46.18 -	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
   46.19 -	cp -a $_pkg/usr/lib/*.la $fs/usr/lib
   46.20 -	cp -a $_pkg/usr/include $fs/usr
   46.21 +	cp -a $install/usr/lib/*.a $fs/usr/lib
   46.22 +	cp -a $install/usr/lib/*.la $fs/usr/lib
   46.23 +	cp -a $install/usr/include $fs/usr
   46.24  }
   46.25 -
    47.1 --- a/net-snmp/receipt	Sat Nov 30 15:44:51 2013 +0000
    47.2 +++ b/net-snmp/receipt	Sat Nov 30 17:02:58 2013 +0000
    47.3 @@ -5,13 +5,15 @@
    47.4  CATEGORY="network"
    47.5  SHORT_DESC="snmp tools"
    47.6  MAINTAINER="allan316@gmail.com"
    47.7 -DEPENDS="openssl"
    47.8 -BUILD_DEPENDS="perl openssl-dev file"
    47.9 +LICENSE="BSD"
   47.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   47.11  WEB_SITE="http://net-snmp.sourceforge.net"
   47.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   47.13  TAGS="snmp"
   47.14  
   47.15 +DEPENDS="openssl"
   47.16 +BUILD_DEPENDS="perl openssl-dev file"
   47.17 +
   47.18  # Rules to configure and make the package.
   47.19  compile_rules()
   47.20  {
   47.21 @@ -24,18 +26,17 @@
   47.22  		--with-logfile="/var/log/snmpd.log" \
   47.23  		--with-persistent-directory="/var/net-snmp" \
   47.24  		$CONFIGURE_ARGS &&
   47.25 -	make -j 1 && make DESTDIR=$PWD/_pkg install
   47.26 +	make -j 1 && make DESTDIR=$DESTDIR install
   47.27  }
   47.28  
   47.29  # Rules to gen a SliTaz package suitable for Tazpkg.
   47.30  genpkg_rules()
   47.31  {
   47.32  	mkdir -p $fs/usr/lib/ 
   47.33 -	cp -a $_pkg/usr/bin $fs/usr
   47.34 -	cp -a $_pkg/usr/sbin $fs
   47.35 -	cp -a $_pkg/usr/share $fs/usr
   47.36 -	cp -a $_pkg/usr/lib/*so* $fs/usr/lib
   47.37 -	cp -a $_pkg/usr/lib/perl5 $fs/usr/lib
   47.38 -	
   47.39 +	cp -a $install/usr/bin $fs/usr
   47.40 +	cp -a $install/usr/sbin $fs
   47.41 +	cp -a $install/usr/share $fs/usr
   47.42 +	cp -a $install/usr/lib/*so* $fs/usr/lib
   47.43 +	cp -a $install/usr/lib/perl5 $fs/usr/lib
   47.44  }
   47.45  
    48.1 --- a/net-tools/receipt	Sat Nov 30 15:44:51 2013 +0000
    48.2 +++ b/net-tools/receipt	Sat Nov 30 17:02:58 2013 +0000
    48.3 @@ -5,6 +5,7 @@
    48.4  CATEGORY="network"
    48.5  SHORT_DESC="Network toolbox."
    48.6  MAINTAINER="pascal.bellard@slitaz.org"
    48.7 +LICENSE="GPL2"
    48.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    48.9  WEB_SITE="http://www.tazenda.demon.co.uk/phil/net-tools"
   48.10  WGET_URL="$WEB_SITE/$TARBALL"
   48.11 @@ -13,7 +14,7 @@
   48.12  compile_rules()
   48.13  {
   48.14  	cd $src
   48.15 -	mkdir _pkg
   48.16 +	mkdir $DESTDIR
   48.17  	enabled="HAVE_AFUNIX HAVE_AFINET HAVE_HWETHER HAVE_HWPPP \
   48.18  		 HAVE_HWTUNNEL HAVE_FW_MASQUERADE HAVE_IP_TOOLS HAVE_MII"
   48.19  	sed '/HAVE_/!d;s/.*\(HAVE.*\)../\1/' < config.in | while read name; do
   48.20 @@ -27,12 +28,12 @@
   48.21  	sed -i 's/default:/&;/' hostname.c lib/inet_sr.c
   48.22  	sed -i '/"usage/,/10baseT/s/.*/&\\n\\/' mii-tool.c
   48.23  	make &&
   48.24 -	make BASEDIR=$PWD/_pkg install
   48.25 +	make BASEDIR=$DESTDIR install
   48.26  }
   48.27  
   48.28  # Rules to gen a SliTaz package suitable for Tazpkg.
   48.29  genpkg_rules()
   48.30  {
   48.31 -	cp -a $_pkg/bin $fs
   48.32 -	cp -a $_pkg/sbin $fs
   48.33 +	cp -a $install/bin $fs
   48.34 +	cp -a $install/sbin $fs
   48.35  }
    49.1 --- a/nettle-dev/receipt	Sat Nov 30 15:44:51 2013 +0000
    49.2 +++ b/nettle-dev/receipt	Sat Nov 30 17:02:58 2013 +0000
    49.3 @@ -5,6 +5,7 @@
    49.4  CATEGORY="development"
    49.5  SHORT_DESC="devel files for nettle"
    49.6  MAINTAINER="devl547@gmail.com"
    49.7 +LICENSE="LGPL2.1"
    49.8  WEB_SITE="http://www.lysator.liu.se/~nisse/nettle/"
    49.9  
   49.10  WANTED="nettle"
    50.1 --- a/nettle/receipt	Sat Nov 30 15:44:51 2013 +0000
    50.2 +++ b/nettle/receipt	Sat Nov 30 17:02:58 2013 +0000
    50.3 @@ -5,6 +5,7 @@
    50.4  CATEGORY="security"
    50.5  SHORT_DESC="Nettle is a cryptographic library that is designed to fit easily in more or less any context."
    50.6  MAINTAINER="devl547@gmail.com"
    50.7 +LICENSE="LGPL2.1"
    50.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    50.9  WEB_SITE="http://www.lysator.liu.se/~nisse/nettle/"
   50.10  WGET_URL="http://www.lysator.liu.se/~nisse/archive/$TARBALL"
    51.1 --- a/newt-dev/receipt	Sat Nov 30 15:44:51 2013 +0000
    51.2 +++ b/newt-dev/receipt	Sat Nov 30 17:02:58 2013 +0000
    51.3 @@ -5,15 +5,16 @@
    51.4  CATEGORY="development"
    51.5  SHORT_DESC="Not Erik's Windowing Toolkit dev files"
    51.6  MAINTAINER="erjo@slitaz.org"
    51.7 -DEPENDS="newt"
    51.8 +LICENSE="GPL2"
    51.9  WANTED="newt"
   51.10  WEB_SITE="https://fedorahosted.org/newt/"
   51.11  
   51.12 +DEPENDS="newt"
   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/lib
   51.18 -	cp -a $_pkg/usr/include $fs/usr
   51.19 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   51.20 +	cp -a $install/usr/include $fs/usr
   51.21 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
   51.22  }
   51.23 -
    52.1 --- a/newt/receipt	Sat Nov 30 15:44:51 2013 +0000
    52.2 +++ b/newt/receipt	Sat Nov 30 17:02:58 2013 +0000
    52.3 @@ -5,12 +5,14 @@
    52.4  CATEGORY="development"
    52.5  SHORT_DESC="Not Erik's Windowing Toolkit"
    52.6  MAINTAINER="erjo@slitaz.org"
    52.7 -DEPENDS="slang popt tcl"
    52.8 -BUILD_DEPENDS="slang-dev tcl popt-dev python-dev wget"
    52.9 +LICENSE="GPL2"
   52.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   52.11  WEB_SITE="https://fedorahosted.org/newt/"
   52.12  WGET_URL="https://fedorahosted.org/releases/n/e/$PACKAGE/$TARBALL"
   52.13  
   52.14 +DEPENDS="slang popt tcl"
   52.15 +BUILD_DEPENDS="slang-dev tcl popt-dev python-dev wget"
   52.16 +
   52.17  # Rules to configure and make the package.
   52.18  compile_rules()
   52.19  {
   52.20 @@ -26,15 +28,15 @@
   52.21  	./configure --prefix=/usr --infodir=/usr/share/info \
   52.22  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
   52.23  	make &&
   52.24 -	make instroot=$PWD/_pkg install
   52.25 +	make instroot=$DESTIDR install
   52.26  }
   52.27  
   52.28  # Rules to gen a SliTaz package suitable for Tazpkg.
   52.29  genpkg_rules()
   52.30  {
   52.31  	mkdir -p $fs/usr/lib
   52.32 -	cp -a $_pkg/usr/bin $fs/usr
   52.33 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   52.34 -	cp -a $_pkg/usr/lib/python* $fs/usr/lib
   52.35 +	cp -a $install/usr/bin $fs/usr
   52.36 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
   52.37 +	cp -a $install/usr/lib/python* $fs/usr/lib
   52.38  }
   52.39  
    53.1 --- a/nicotine+/receipt	Sat Nov 30 15:44:51 2013 +0000
    53.2 +++ b/nicotine+/receipt	Sat Nov 30 17:02:58 2013 +0000
    53.3 @@ -5,34 +5,36 @@
    53.4  CATEGORY="network"
    53.5  SHORT_DESC="Nicotine+ is a client for the SoulSeek filesharing network."
    53.6  MAINTAINER="claudinei@slitaz.org"
    53.7 +LICENSE="GPL3"
    53.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    53.9  WEB_SITE="http://www.nicotine-plus.org"
   53.10  WGET_URL="http://ufpr.dl.sourceforge.net/sourceforge/nicotine-plus/$TARBALL"
   53.11 +TAGS="fileshare p2p peer-to-peer"
   53.12 +
   53.13  DEPENDS="gtk+ python pygtk"
   53.14  BUILD_DEPENDS="python-dev pygtk-dev"
   53.15 -TAGS="fileshare p2p peer-to-peer"
   53.16  
   53.17  # Rules to configure and make the package.
   53.18  compile_rules()
   53.19  {
   53.20  	cd $src
   53.21 -	python setup.py install --root=$PWD/_pkg
   53.22 +	python setup.py install --root=$DESTDIR
   53.23  }
   53.24  
   53.25  # Rules to gen a SliTaz package suitable for Tazpkg.
   53.26  genpkg_rules()
   53.27  {
   53.28  	mkdir -p $fs/usr $fs/usr/share $fs/usr/share/nicotine
   53.29 -	cp -a $_pkg/usr/bin $fs/usr
   53.30 +	cp -a $install/usr/bin $fs/usr
   53.31  	mv $fs/usr/bin/nicotine.py $fs/usr/bin/nicotine
   53.32 -	cp -a $_pkg/usr/lib $fs/usr
   53.33 -	cp -a $_pkg/usr/share/applications $fs/usr/share
   53.34 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
   53.35 -	cp -a $_pkg/usr/share/nicotine/sounds $fs/usr/share/nicotine
   53.36 +	cp -a $install/usr/lib $fs/usr
   53.37 +	cp -a $install/usr/share/applications $fs/usr/share
   53.38 +	cp -a $install/usr/share/pixmaps $fs/usr/share
   53.39 +	cp -a $install/usr/share/nicotine/sounds $fs/usr/share/nicotine
   53.40  
   53.41  	for lang in de es fr pt_BR; do
   53.42  		mkdir -p $fs/usr/share/locale/$lang/LC_MESSAGES
   53.43 -		cp -a $_pkg/usr/share/locale/$lang/LC_MESSAGES/nicotine.mo \
   53.44 +		cp -a $install/usr/share/locale/$lang/LC_MESSAGES/nicotine.mo \
   53.45  			$fs/usr/share/locale/$lang/LC_MESSAGES
   53.46  	done	
   53.47  }
    54.1 --- a/nimrod/receipt	Sat Nov 30 15:44:51 2013 +0000
    54.2 +++ b/nimrod/receipt	Sat Nov 30 17:02:58 2013 +0000
    54.3 @@ -5,9 +5,11 @@
    54.4  CATEGORY="development"
    54.5  SHORT_DESC="The Nimrod programming language."
    54.6  MAINTAINER="admin@trixarian.net"
    54.7 +LICENSE="GPL"
    54.8  TARBALL="nimrod_$VERSION.zip"
    54.9  WEB_SITE="http://www.nimrod-code.org/"
   54.10  WGET_URL="http://nimrod-code.org/download/$TARBALL"
   54.11 +
   54.12  DEPENDS="gcc glibc-base readline"
   54.13  BUILD_DEPENDS="gcc glibc-dev readline-dev"
   54.14  
    55.1 --- a/ninvaders/receipt	Sat Nov 30 15:44:51 2013 +0000
    55.2 +++ b/ninvaders/receipt	Sat Nov 30 17:02:58 2013 +0000
    55.3 @@ -5,13 +5,15 @@
    55.4  CATEGORY="games"
    55.5  SHORT_DESC="Space Invaders clone."
    55.6  MAINTAINER="pankso@slitaz.org"
    55.7 -DEPENDS="ncurses"
    55.8 -BUILD_DEPENDS="ncurses-dev"
    55.9 +LICENSE="GPL2"
   55.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   55.11  WEB_SITE="http://ninvaders.sourceforge.net/"
   55.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   55.13  TAGS="shooting"
   55.14  
   55.15 +DEPENDS="ncurses"
   55.16 +BUILD_DEPENDS="ncurses-dev"
   55.17 +
   55.18  # Rules to configure and make the package.
   55.19  compile_rules()
   55.20  {
    56.1 --- a/nis/receipt	Sat Nov 30 15:44:51 2013 +0000
    56.2 +++ b/nis/receipt	Sat Nov 30 17:02:58 2013 +0000
    56.3 @@ -5,6 +5,7 @@
    56.4  CATEGORY="meta"
    56.5  SHORT_DESC="Yellow pages."
    56.6  MAINTAINER="pascal.bellard@slitaz.org"
    56.7 +LICENSE="GPL2"
    56.8  WEB_SITE="http://www.kernel.org/pub/linux/utils/net/NIS/"
    56.9  DEPENDS="ypserv yp-tools ypbind-mt"
   56.10  
    57.1 --- a/nomad/receipt	Sat Nov 30 15:44:51 2013 +0000
    57.2 +++ b/nomad/receipt	Sat Nov 30 17:02:58 2013 +0000
    57.3 @@ -6,9 +6,10 @@
    57.4  SHORT_DESC="user friendly wifi configure for nomads."
    57.5  WEB_SITE="http://doc.slitaz.org/en:guides:wifi-easy"
    57.6  MAINTAINER="sygne@ombres.eu"
    57.7 +LICENSE="GPL3"
    57.8 +
    57.9  DEPENDS="gtkdialog wireless_tools"
   57.10  
   57.11 -
   57.12  # Rules to gen a SliTaz package suitable for Tazpkg.
   57.13  genpkg_rules()
   57.14  {
    58.1 --- a/notify-python/receipt	Sat Nov 30 15:44:51 2013 +0000
    58.2 +++ b/notify-python/receipt	Sat Nov 30 17:02:58 2013 +0000
    58.3 @@ -5,6 +5,7 @@
    58.4  CATEGORY="system-tools"
    58.5  SHORT_DESC="Python binding to libnotify"
    58.6  MAINTAINER="pankso@slitaz.org"
    58.7 +LICENSE="LGPL2.1"
    58.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    58.9  WEB_SITE="http://www.galago-project.org/"
   58.10  WGET_URL="http://www.galago-project.org/files/releases/source/notify-python/$TARBALL"
   58.11 @@ -28,6 +29,6 @@
   58.12  genpkg_rules()
   58.13  {
   58.14      mkdir -p $fs/usr
   58.15 -    cp -a $_pkg/usr/lib $fs/usr
   58.16 -    cp -a $_pkg/usr/share $fs/usr
   58.17 +    cp -a $install/usr/lib $fs/usr
   58.18 +    cp -a $install/usr/share $fs/usr
   58.19  }
    59.1 --- a/nqc/receipt	Sat Nov 30 15:44:51 2013 +0000
    59.2 +++ b/nqc/receipt	Sat Nov 30 17:02:58 2013 +0000
    59.3 @@ -5,14 +5,16 @@
    59.4  CATEGORY="development"
    59.5  SHORT_DESC="Compiler for the Not Quite C programming language."
    59.6  MAINTAINER="rcx@zoominternet.net"
    59.7 -DEPENDS="glibc-base gcc-lib-base"
    59.8 -BUILD_DEPENDS="flex"
    59.9 +LICENSE="MPL"
   59.10  TARBALL="$PACKAGE-$VERSION.bz2"
   59.11  WEB_SITE="http://bricxcc.sourceforge.net/nqc/"
   59.12  #WGET_URL="http://bricxcc.sourceforge.net/nqc/release/$TARBALL"
   59.13  WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
   59.14  TAGS="compiler language"
   59.15  
   59.16 +DEPENDS="glibc-base gcc-lib-base"
   59.17 +BUILD_DEPENDS="flex"
   59.18 +
   59.19  # Rules to configure and make the package.
   59.20  compile_rules()
   59.21  {
   59.22 @@ -29,5 +31,5 @@
   59.23  genpkg_rules()
   59.24  {
   59.25  	mkdir -p $fs/usr
   59.26 -	cp -a $_pkg/usr/bin $fs/usr
   59.27 +	cp -a $install/usr/bin $fs/usr
   59.28  }
    60.1 --- a/nspr-dev/receipt	Sat Nov 30 15:44:51 2013 +0000
    60.2 +++ b/nspr-dev/receipt	Sat Nov 30 17:02:58 2013 +0000
    60.3 @@ -5,6 +5,7 @@
    60.4  CATEGORY="development"
    60.5  SHORT_DESC="nspr devel library."
    60.6  MAINTAINER="slaxemulator@gmail.com"
    60.7 +LICENSE="MPL2"
    60.8  WANTED="nspr"
    60.9  WEB_SITE="http://www.mozilla.org/projects/security/nspr/"
   60.10  
    61.1 --- a/nspr/receipt	Sat Nov 30 15:44:51 2013 +0000
    61.2 +++ b/nspr/receipt	Sat Nov 30 17:02:58 2013 +0000
    61.3 @@ -5,12 +5,14 @@
    61.4  CATEGORY="utilities"
    61.5  SHORT_DESC="Netscape Portable Runtime"
    61.6  MAINTAINER="rocky@slitaz.org"
    61.7 -DEPENDS="glibc-base"
    61.8 -BUILD_DEPENDS="perl"
    61.9 +LICENSE="MPL2"
   61.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
   61.11  WEB_SITE="http://www.mozilla.org/projects/nspr/"
   61.12  WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${VERSION}/src/${TARBALL}"
   61.13  
   61.14 +DEPENDS="glibc-base"
   61.15 +BUILD_DEPENDS="perl"
   61.16 +
   61.17  # Rules to configure and make the package.
   61.18  compile_rules()
   61.19  {
    62.1 --- a/nss_ldap/receipt	Sat Nov 30 15:44:51 2013 +0000
    62.2 +++ b/nss_ldap/receipt	Sat Nov 30 17:02:58 2013 +0000
    62.3 @@ -5,11 +5,13 @@
    62.4  CATEGORY="system-tools"
    62.5  SHORT_DESC="Get users, hosts, and groups from LDAP."
    62.6  MAINTAINER="pascal.bellard@slitaz.org"
    62.7 +LICENSE="GPL2"
    62.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    62.9 +WEB_SITE="http://www.padl.com/OSS/nss_ldap.html"
   62.10 +WGET_URL="http://www.padl.com/download/$TARBALL"
   62.11 +
   62.12  DEPENDS="cyrus-sasl libkrb5 libldap openssl libcomerr libcomerr3"
   62.13  BUILD_DEPENDS="openldap-dev"
   62.14 -WEB_SITE="http://www.padl.com/OSS/nss_ldap.html"
   62.15 -WGET_URL="http://www.padl.com/download/$TARBALL"
   62.16  
   62.17  # Rules to configure and make the package.
   62.18  compile_rules()
   62.19 @@ -20,15 +22,15 @@
   62.20  	--enable-rfc2307bis --enable-schema-mapping --enable-paged-results \
   62.21  	--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
   62.22  	make $MAKEFLAGS &&
   62.23 -	make DESTDIR=$PWD/_pkg install
   62.24 +	make DESTDIR=$DESTIDR install
   62.25  }
   62.26  
   62.27  # Rules to gen a SliTaz package suitable for Tazpkg.
   62.28  genpkg_rules()
   62.29  {
   62.30  	mkdir -p $fs/usr $fs/etc
   62.31 -	cp -a $_pkg/usr/lib $fs/usr
   62.32 -	cp -a $_pkg/etc $fs
   62.33 +	cp -a $install/usr/lib $fs/usr
   62.34 +	cp -a $install/etc $fs
   62.35  }
   62.36  
   62.37  post_install()
    63.1 --- a/ntl/receipt	Sat Nov 30 15:44:51 2013 +0000
    63.2 +++ b/ntl/receipt	Sat Nov 30 17:02:58 2013 +0000
    63.3 @@ -5,6 +5,7 @@
    63.4  CATEGORY="utilities"
    63.5  SHORT_DESC="A Library for doing Number Theory"
    63.6  MAINTAINER="al.bobylev@gmail.com"
    63.7 +LICENSE="GPL"
    63.8  WEB_SITE="http://shoup.net/ntl/"
    63.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
   63.10  WGET_URL="$WEB_SITE/$TARBALL"
    64.1 --- a/ntlmaps/receipt	Sat Nov 30 15:44:51 2013 +0000
    64.2 +++ b/ntlmaps/receipt	Sat Nov 30 17:02:58 2013 +0000
    64.3 @@ -5,13 +5,15 @@
    64.4  CATEGORY="network"
    64.5  SHORT_DESC="NTLM Authorization Proxy Server to authenticate via an MS Proxy."
    64.6  MAINTAINER="pascal.bellard@slitaz.org"
    64.7 +LICENSE="GPL2"
    64.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
    64.9  WEB_SITE="http://ntlmaps.sourceforge.net/"
   64.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   64.11 -DEPENDS="python"
   64.12  CONFIG_FILES="/etc/ntlmaps.conf"
   64.13  TAGS="proxy server"
   64.14  
   64.15 +DEPENDS="python"
   64.16 +
   64.17  # Rules to configure and make the package.
   64.18  compile_rules()
   64.19  {
    65.1 --- a/ntpclient/receipt	Sat Nov 30 15:44:51 2013 +0000
    65.2 +++ b/ntpclient/receipt	Sat Nov 30 17:02:58 2013 +0000
    65.3 @@ -5,11 +5,13 @@
    65.4  CATEGORY="system-tools"
    65.5  SHORT_DESC="Tiny NTP Client"
    65.6  MAINTAINER="erjo@slitaz.org"
    65.7 -DEPENDS=""
    65.8 +LICENSE="GPL2"
    65.9  TARBALL="${PACKAGE}_${VERSION}.tar.gz"
   65.10  WEB_SITE="http://www.busybox.net/tinyutils.html"
   65.11  WGET_URL="http://doolittle.icarus.com/ntpclient/$TARBALL"
   65.12  
   65.13 +DEPENDS=""
   65.14 +
   65.15  # Rules to configure and make the package.
   65.16  compile_rules()
   65.17  {
    66.1 --- a/nvclock/receipt	Sat Nov 30 15:44:51 2013 +0000
    66.2 +++ b/nvclock/receipt	Sat Nov 30 17:02:58 2013 +0000
    66.3 @@ -4,11 +4,13 @@
    66.4  VERSION="0.8b4"
    66.5  CATEGORY="network"
    66.6  MAINTAINER="jozee@slitaz.org"
    66.7 +LICENSE="GPL2"
    66.8  SHORT_DESC="A small utility which allows users to overclock NVIDIA based video cards"
    66.9  WEB_SITE="http://www.linuxhardware.org/nvclock/"
   66.10  TARBALL="$PACKAGE$VERSION.tar.gz"
   66.11  WGET_URL="$WEB_SITE/$TARBALL"
   66.12  TAGS="power-management"
   66.13 +
   66.14  BUILD_DEPENDS="autoconf"
   66.15  
   66.16  # Rules to configure and make the package.
   66.17 @@ -28,6 +30,6 @@
   66.18  genpkg_rules()
   66.19  {
   66.20  	mkdir -p $fs/usr/share/pixmaps
   66.21 -	cp -a $_pkg/usr/bin $fs/usr
   66.22 -	cp -a $_pkg/usr/share/icons/hicolor/48x48/apps/* $fs/usr/share/pixmaps
   66.23 +	cp -a $install/usr/bin $fs/usr
   66.24 +	cp -a $install/usr/share/icons/hicolor/48x48/apps/* $fs/usr/share/pixmaps
   66.25  }
    67.1 --- a/nvidia-173xx/receipt	Sat Nov 30 15:44:51 2013 +0000
    67.2 +++ b/nvidia-173xx/receipt	Sat Nov 30 17:02:58 2013 +0000
    67.3 @@ -4,6 +4,7 @@
    67.4  VERSION="173.14.31"
    67.5  CATEGORY="non-free"
    67.6  MAINTAINER="jozee@slitaz.org"
    67.7 +LICENSE="other"
    67.8  SHORT_DESC="NVIDIA drivers (non-free)"
    67.9  WEB_SITE="http://www.nvidia.com/"
   67.10  SOURCE="NVIDIA-Linux-x86-${VERSION}-pkg1"