# HG changeset patch # User Pascal Bellard # Date 1386274988 0 # Node ID 23c3aed67cd9b9ed88fb42dc1d1643b9a74f7626 # Parent de49f29b101ea42da9772169b80559d0e721fb20 Add some licenses diff -r de49f29b101e -r 23c3aed67cd9 jasper-dev/receipt --- a/jasper-dev/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/jasper-dev/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="jasper devel files" MAINTAINER="jozee@slitaz.org" -DEPENDS="jasper" +LICENSE="MIT" WANTED="jasper" WEB_SITE="http://www.ece.uvic.ca/~mdadams/jasper/" +DEPENDS="jasper" + # Rules to gen a SliTaz package suitable for Tazpkg. 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 de49f29b101e -r 23c3aed67cd9 jasper/receipt --- a/jasper/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/jasper/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,13 +5,14 @@ CATEGORY="graphics" SHORT_DESC="implementation of JPEG-2000 codec" MAINTAINER="jozee@slitaz.org" -DEPENDS="xorg-libXi xorg-libXmu jpeg freeglut libglu-mesa util-linux-uuid" -BUILD_DEPENDS="jpeg-dev xorg-libXi-dev xorg-libXmu-dev" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.zip" WEB_SITE="http://www.ece.uvic.ca/~mdadams/$PACKAGE/" WGET_URL="$WEB_SITE/software/$TARBALL" TAGS="jpeg jpg photo" +DEPENDS="xorg-libXi xorg-libXmu jpeg freeglut libglu-mesa util-linux-uuid" +BUILD_DEPENDS="jpeg-dev xorg-libXi-dev xorg-libXmu-dev" # Rules to configure and make the package. compile_rules() @@ -20,7 +21,7 @@ chmod +x configure ./configure --prefix=/usr --mandir=/usr/share/man --enable-shared $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } @@ -28,7 +29,7 @@ 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 de49f29b101e -r 23c3aed67cd9 jbigkit/receipt --- a/jbigkit/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/jbigkit/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="highly effective data compression algorithm for bi-level high-resolution images." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cl.cam.ac.uk/~mgk25/jbigkit/" WGET_URL="http://www.cl.cam.ac.uk/~mgk25/download//$TARBALL" diff -r de49f29b101e -r 23c3aed67cd9 jikes-dev/receipt --- a/jikes-dev/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/jikes-dev/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="jikes devel files." MAINTAINER="rcx@zoominternet.net" +LICENSE="EPL" WEB_SITE="http://jikes.sourceforge.net/" WANTED="jikes" @@ -12,6 +13,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/include $fs/usr } - diff -r de49f29b101e -r 23c3aed67cd9 jikes/receipt --- a/jikes/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/jikes/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="development" SHORT_DESC="An Open Source compiler for Java." MAINTAINER="rcx@zoominternet.net" -DEPENDS="gcc-lib-base" -BUILD_DEPENDS="slitaz-toolchain" +LICENSE="EPL" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://jikes.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="java" +DEPENDS="gcc-lib-base" +BUILD_DEPENDS="slitaz-toolchain" + # Rules to configure and make the package. compile_rules() { @@ -22,13 +24,13 @@ --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/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r de49f29b101e -r 23c3aed67cd9 jpeg-dev/receipt --- a/jpeg-dev/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/jpeg-dev/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="JPEG images libs." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.ijg.org/" DEPENDS="jpeg" WANTED="jpeg" @@ -13,7 +14,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr cp -a $src/jpegint.h $fs/usr/include } diff -r de49f29b101e -r 23c3aed67cd9 jpegtran/receipt --- a/jpegtran/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/jpegtran/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="graphics" SHORT_DESC="Convert jpeg files to progressive jpeg files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://jpegclub.org/" WGET_URL="${WEB_SITE}jpegcrop.tar.gz" diff -r de49f29b101e -r 23c3aed67cd9 jtoolkit/receipt --- a/jtoolkit/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/jtoolkit/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,23 +5,25 @@ CATEGORY="system-tools" SHORT_DESC="Python web application framework built on modpython and Apache." MAINTAINER="pankso@slitaz.org" -DEPENDS="python" -BUILD_DEPENDS="python-dev" +LICENSE="GPL2" SOURCE="jToolkit" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://$PACKAGE.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python-dev" + # Rules to configure and make the package. compile_rules() { cd $src - python jToolkitSetup.py install --root=$PWD/_pkg + python jToolkitSetup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r de49f29b101e -r 23c3aed67cd9 karmen/receipt --- a/karmen/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/karmen/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Very light and minimalistic window manager for X." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://karmen.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -26,7 +27,7 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr # Custom configuration and scripts. install -m 0755 $stuff/karmen-session $fs/usr/bin install -m 0755 $stuff/karmen-conf $fs/usr/bin diff -r de49f29b101e -r 23c3aed67cd9 keychain/receipt --- a/keychain/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/keychain/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Ssh and GPG keys managment tools." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://docs.funtoo.org/wiki/Keychain" WGET_URL="http://www.funtoo.org/archive/$PACKAGE/$TARBALL" diff -r de49f29b101e -r 23c3aed67cd9 klavaro/receipt --- a/klavaro/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/klavaro/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Free touch typing tutor program." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://klavaro.sourceforge.net/en/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r de49f29b101e -r 23c3aed67cd9 knock/receipt --- a/knock/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/knock/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="security" SHORT_DESC="Port knock sequence listener." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.zeroflux.org/$PACKAGE" WGET_URL="http://www.zeroflux.org/proj/$PACKAGE/files/$TARBALL" @@ -29,9 +30,9 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/etc $fs - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/etc $fs + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/bin $fs/usr cp -a stuff/etc $fs } diff -r de49f29b101e -r 23c3aed67cd9 kobodeluxe/receipt --- a/kobodeluxe/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/kobodeluxe/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -10,12 +10,14 @@ CATEGORY="games" SHORT_DESC="Kobo Deluxe is a third person scrolling 2D shooter game." MAINTAINER="chadi.elahmad@gmail.com" +LICENSE="GPL2" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.olofson.net/kobodl" WGET_URL="http://www.olofson.net/kobodl/download/$TARBALL" +TAGS="shooting" + DEPENDS="libsdl libsdl-image gcc-lib-base" BUILD_DEPENDS="libsdl-dev libsdl-image-dev " -TAGS="shooting" # Rules to configure and make the package. compile_rules() @@ -30,22 +32,22 @@ --sharedstatedir=/var/games \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { # manually moving the pixmap and the .desktop - mkdir -p $_pkg/usr/share/pixmaps - mkdir -p $_pkg/usr/share/applications + mkdir -p $install/usr/share/pixmaps + mkdir -p $install/usr/share/applications tar xzf $src/icons.tar.gz -C $src - cp -a $src/icons/Ubuntu/*.xpm $_pkg/usr/share/pixmaps - cp -a $src/icons/Ubuntu/*.desktop $_pkg/usr/share/applications + cp -a $src/icons/Ubuntu/*.xpm $install/usr/share/pixmaps + cp -a $src/icons/Ubuntu/*.desktop $install/usr/share/applications mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share $fs/usr/share mkdir -p $fs/var/games/kobo-deluxe/scores chmod 667 $fs/var/games/kobo-deluxe/scores diff -r de49f29b101e -r 23c3aed67cd9 matplotlib/receipt --- a/matplotlib/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/matplotlib/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="graphics" SHORT_DESC="2D plotting library for the Python." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="PSL BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://matplotlib.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="python zlib libpng freetype python-numpy gtk+ expat xorg-libXau \ xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \ xorg-libXinerama xorg-libXrandr xorg-libXrender pygtk gcc-lib-base" @@ -20,12 +22,12 @@ cd $src cp -a $stuff/setup.cfg . python setup.py build - 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 de49f29b101e -r 23c3aed67cd9 mdocml-cgi/receipt --- a/mdocml-cgi/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/mdocml-cgi/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="CGI files for mdocml" MAINTAINER="al.bobylev@gmail.com" +LICENSE="ISC" WEB_SITE="http://mdocml.bsd.lv/" WANTED="mdocml" DEPENDS="glibc-base libdb" @@ -13,5 +14,5 @@ genpkg_rules() { mkdir -p $fs/var - cp -a $_pkg/var/www $fs/var + cp -a $install/var/www $fs/var } diff -r de49f29b101e -r 23c3aed67cd9 mdocml-dev/receipt --- a/mdocml-dev/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/mdocml-dev/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Devel files for mdocml" MAINTAINER="al.bobylev@gmail.com" +LICENSE="ISC" WEB_SITE="http://mdocml.bsd.lv/" WANTED="mdocml" DEPENDS="mdocml" @@ -13,6 +14,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r de49f29b101e -r 23c3aed67cd9 mdocml-extra/receipt --- a/mdocml-extra/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/mdocml-extra/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="Extra files for mdocml" MAINTAINER="al.bobylev@gmail.com" +LICENSE="ISC" WEB_SITE="http://mdocml.bsd.lv/" WANTED="mdocml" DEPENDS="glibc-base libdb mdocml" diff -r de49f29b101e -r 23c3aed67cd9 mdocml-man/receipt --- a/mdocml-man/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/mdocml-man/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Man files for mdocml" MAINTAINER="al.bobylev@gmail.com" +LICENSE="ISC" WEB_SITE="http://mdocml.bsd.lv/" WANTED="mdocml" DEPENDS="mdocml" @@ -13,5 +14,5 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/share/man $fs/usr/share + cp -a $install/usr/share/man $fs/usr/share } diff -r de49f29b101e -r 23c3aed67cd9 mdocml/receipt --- a/mdocml/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/mdocml/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="UNIX manpage compiler" MAINTAINER="al.bobylev@gmail.com" +LICENSE="ISC" WEB_SITE="http://mdocml.bsd.lv/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://mdocml.bsd.lv/snapshots/$TARBALL" diff -r de49f29b101e -r 23c3aed67cd9 muparser-dev/receipt --- a/muparser-dev/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/muparser-dev/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="A fast math parser library" MAINTAINER="devl547@gmail.com" +LICENSE="MIT" WANTED="muparser" WEB_SITE="http://muparser.beltoforion.de" diff -r de49f29b101e -r 23c3aed67cd9 muparser/receipt --- a/muparser/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/muparser/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,11 +5,14 @@ CATEGORY="development" SHORT_DESC="A fast math parser library" MAINTAINER="devl547@gmail.com" -DEPENDS="" -BUILD_DEPENDS="" +LICENSE="MIT" TARBALL="muparser_v2_2_3.zip" WEB_SITE="http://muparser.beltoforion.de/" WGET_URL="http://downloads.sourceforge.net/project/muparser/muparser/Version%202.2.3/$TARBALL" + +DEPENDS="" +BUILD_DEPENDS="" + # Rules to configure and make the package. compile_rules() { diff -r de49f29b101e -r 23c3aed67cd9 ncdu/receipt --- a/ncdu/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/ncdu/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="utilities" SHORT_DESC="NCurses Disk Usage." MAINTAINER="paul@slitaz.org" -DEPENDS="ncurses ncursesw" -BUILD_DEPENDS="ncurses-dev" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dev.yorhel.nl/ncdu" WGET_URL="http://dev.yorhel.nl/download/$TARBALL" +DEPENDS="ncurses ncursesw" +BUILD_DEPENDS="ncurses-dev" + # Rules to configure and make the package. compile_rules() { diff -r de49f29b101e -r 23c3aed67cd9 ncftp/receipt --- a/ncftp/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/ncftp/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="A File Transfer Protocol client." WEB_SITE="http://www.ncftp.com/ncftp/" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="Artistic" TARBALL="$PACKAGE-$VERSION-src.tar.bz2" WGET_URL="ftp://ftp.ncftp.com/ncftp/$TARBALL" diff -r de49f29b101e -r 23c3aed67cd9 ncurses-common/receipt --- a/ncurses-common/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/ncurses-common/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="Common files for the ncurses and ncursesw library." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WANTED="ncurses" WEB_SITE="http://invisible-island.net/ncurses/" HOST_ARCH="i486 arm" diff -r de49f29b101e -r 23c3aed67cd9 ncurses-dev/receipt --- a/ncurses-dev/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/ncurses-dev/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Devel files for the ncurses library." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WANTED="ncurses" WEB_SITE="http://invisible-island.net/ncurses/" HOST_ARCH="i486 arm" diff -r de49f29b101e -r 23c3aed67cd9 ncurses-extra/receipt --- a/ncurses-extra/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/ncurses-extra/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="Extra files for the ncurses library." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" WANTED="ncurses" WEB_SITE="http://invisible-island.net/ncurses/" diff -r de49f29b101e -r 23c3aed67cd9 ncurses-man/receipt --- a/ncurses-man/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/ncurses-man/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Manual pages for the ncurses library." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" WANTED="ncurses" WEB_SITE="http://invisible-island.net/ncurses/" diff -r de49f29b101e -r 23c3aed67cd9 ncurses/receipt --- a/ncurses/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/ncurses/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Library of functions to manage display on terminals." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" +LICENSE="MIT" WEB_SITE="http://invisible-island.net/ncurses/" WGET_URL="ftp://invisible-island.net/ncurses/$TARBALL" HOST_ARCH="i486 arm" diff -r de49f29b101e -r 23c3aed67cd9 ncursesw-dev/receipt --- a/ncursesw-dev/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/ncursesw-dev/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Devel files for the ncursesw library." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WANTED="ncursesw" WEB_SITE="http://invisible-island.net/ncurses/" HOST_ARCH="i486 arm" diff -r de49f29b101e -r 23c3aed67cd9 ncursesw-extra/receipt --- a/ncursesw-extra/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/ncursesw-extra/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="Extra files for the ncursesw library." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" WANTED="ncursesw" DEPENDS="ncursesw ncurses-extra" WEB_SITE="http://invisible-island.net/ncurses/" diff -r de49f29b101e -r 23c3aed67cd9 ncursesw/receipt --- a/ncursesw/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/ncursesw/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="base-system" SHORT_DESC="Library of functions to manage display on terminals." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://invisible-island.net/ncurses/" WGET_URL="ftp://invisible-island.net/ncurses/$TARBALL" diff -r de49f29b101e -r 23c3aed67cd9 ndoutils/receipt --- a/ndoutils/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/ndoutils/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Provide mysql access to nagios." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.nagios.org/" WGET_URL="$SF_MIRROR/nagios/$TARBALL" +CONFIG_FILES="/etc/nagios" + DEPENDS="nagios mysql" BUILD_DEPENDS="mysql-dev" -CONFIG_FILES="/etc/nagios" # Rules to configure and make the package. compile_rules() @@ -34,8 +36,8 @@ --libexecdir=/usr/lib/$PACKAGE \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && \ - make DESTDIR=$PWD/_pkg install && \ - make DESTDIR=$PWD/_pkg install-config + make DESTDIR=$DESTDIR install && \ + make DESTDIR=$DESTDIR install-config } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -46,9 +48,9 @@ $fs/var/run/nagios \ $fs/etc/mysql.d - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/etc $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/etc $fs # config ndo2db.cfg sed -i -e 's/ndo2db_user=nagios/ndo2db_user=nagios/' \ diff -r de49f29b101e -r 23c3aed67cd9 nethack/receipt --- a/nethack/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/nethack/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="NetHack is a single player dungeon exploration game." MAINTAINER="claudinei@slitaz.org" +LICENSE="nethack" TARBALL="$PACKAGE-343-src.tgz" WEB_SITE="http://www.nethack.org" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r de49f29b101e -r 23c3aed67cd9 nethogs/receipt --- a/nethogs/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/nethogs/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="Small 'net top' tool." MAINTAINER="paul@slitaz.org" -DEPENDS="ncurses gcc-lib-base libpcap" -BUILD_DEPENDS="ncurses-dev libpcap libpcap-dev" +LICENSE="GPL" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://nethogs.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="network" +DEPENDS="ncurses gcc-lib-base libpcap" +BUILD_DEPENDS="ncurses-dev libpcap libpcap-dev" + # Rules to configure and make the package. compile_rules() { diff -r de49f29b101e -r 23c3aed67cd9 netkit-rsh/receipt --- a/netkit-rsh/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/netkit-rsh/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Remote connexion tools." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit" WGET_URL="http://ibiblio.org/pub/linux/system/network/netkit/$TARBALL" diff -r de49f29b101e -r 23c3aed67cd9 nginx/receipt --- a/nginx/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/nginx/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Asynchronous HTTP server designed for heavy loads + mail proxy." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" SUGGESTED="php perl python" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://nginx.org/" diff -r de49f29b101e -r 23c3aed67cd9 nmon/receipt --- a/nmon/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/nmon/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -4,9 +4,11 @@ CATEGORY="system-tools" SHORT_DESC="Nigel's performance Monitor." MAINTAINER="meshca@clarkson.edu" +LICENSE="GPL3" +WEB_SITE="http://nmon.sourceforge.net/" + DEPENDS="ncurses" BUILD_DEPENDS="linux-api-headers ncurses-dev" -WEB_SITE="http://nmon.sourceforge.net/" # Rules to configure and make the package. compile_rules() diff -r de49f29b101e -r 23c3aed67cd9 nss-dev/receipt --- a/nss-dev/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/nss-dev/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="nss devel library." MAINTAINER="rocky@slitaz.org" +LICENSE="MPL" WANTED="nss" WEB_SITE="http://www.mozilla.org/projects/security/pki/nss/" diff -r de49f29b101e -r 23c3aed67cd9 nss/receipt --- a/nss/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/nss/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="utilities" SHORT_DESC="Mozilla Network Security Services (NSS)." MAINTAINER="rocky@slitaz.org" -DEPENDS="nspr sqlite zlib" -BUILD_DEPENDS="nspr-dev sqlite-dev zlib-dev perl pkg-config" +LICENSE="MPL" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.mozilla.org/projects/security/pki/nss/" WGET_URL="ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_${VERSION//./_}_RTM/src/${TARBALL}" +DEPENDS="nspr sqlite zlib" +BUILD_DEPENDS="nspr-dev sqlite-dev zlib-dev perl pkg-config" + # Rules to configure and make the package. compile_rules() { diff -r de49f29b101e -r 23c3aed67cd9 ntp/receipt --- a/ntp/receipt Thu Dec 05 15:25:09 2013 +0000 +++ b/ntp/receipt Thu Dec 05 20:23:08 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Network Time Protocol daemon." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.ntp.org/" WGET_URL="http://archive.ntp.org/ntp4/$TARBALL" @@ -19,14 +20,14 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --sysconfdir=/etc --localstatedir=/var \ --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 $fs/etc/init.d - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr cp stuff/ntp $fs/etc/init.d cat > $fs/etc/ntp.conf <