# HG changeset patch # User Pascal Bellard # Date 1386257109 0 # Node ID de49f29b101ea42da9772169b80559d0e721fb20 # Parent 47e1df965953b08a4197854923f1e53443098715 Add some licenses diff -r 47e1df965953 -r de49f29b101e gc-dev/receipt --- a/gc-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/gc-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="A garbage collector for C and C++ devel files (with libatomic_ops)." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT GPL" WANTED="gc" WEB_SITE="http://www.hpl.hp.com/personal/Hans_Boehm/gc/" diff -r 47e1df965953 -r de49f29b101e gc/receipt --- a/gc/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/gc/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="A garbage collector for C and C++." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT GPL" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.hpl.hp.com/personal/Hans_Boehm/gc/" WGET_URL="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/$TARBALL" diff -r 47e1df965953 -r de49f29b101e geany-plugins/receipt --- a/geany-plugins/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/geany-plugins/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="Additionnal plugins for Geany." MAINTAINER="pankso@slitaz.org" -DEPENDS="enchant gtkspell geany lua" -BUILD_DEPENDS="gtkspell-dev geany-dev lua-dev intltool libxml2-dev vte-dev " +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://plugins.geany.org/" WGET_URL="$WEB_SITE/$PACKAGE/$TARBALL" +DEPENDS="enchant gtkspell geany lua" +BUILD_DEPENDS="gtkspell-dev geany-dev lua-dev intltool libxml2-dev vte-dev " + # Rules to configure and make the package. compile_rules() { diff -r 47e1df965953 -r de49f29b101e gen-init-cpio/receipt --- a/gen-init-cpio/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/gen-init-cpio/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -4,14 +4,16 @@ VERSION="2.6.32" CATEGORY="base-system" MAINTAINER="devel@slitaz.org" +LICENSE="GPL2" SHORT_DESC="Program to compress initramfs images" WEB_SITE="http://www.kernel.org/" -DEPENDS="glibc-base" -BUILD_DEPENDS="" TARBALL="" WGET_URL="" TAGS="" +DEPENDS="glibc-base" +BUILD_DEPENDS="" + # Rules to configure and make the package. compile_rules() diff -r 47e1df965953 -r de49f29b101e giblib-dev/receipt --- a/giblib-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/giblib-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="graphics" SHORT_DESC="Giblib graphic library development files." MAINTAINER="mallory@sweetpeople.org" -DEPENDS="giblib" +LICENSE="MIT" WANTED="giblib" WEB_SITE="http://linuxbrit.co.uk/feh/" +DEPENDS="giblib" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/include $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 47e1df965953 -r de49f29b101e giblib/receipt --- a/giblib/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/giblib/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,26 +5,28 @@ CATEGORY="graphics" SHORT_DESC="Giblib graphic library." MAINTAINER="mallory@sweetpeople.org" -DEPENDS="imlib2 freetype xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext" -BUILD_DEPENDS="imlib2-dev imlib2 xorg-xproto freetype-dev xorg-libXext-dev" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://linuxbrit.co.uk/feh/" WGET_URL="http://linuxbrit.co.uk/downloads/$TARBALL" +DEPENDS="imlib2 freetype xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext" +BUILD_DEPENDS="imlib2-dev imlib2 xorg-xproto freetype-dev xorg-libXext-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr $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 $_pkg/usr/lib $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr rm -f $fs/usr/lib/*a } diff -r 47e1df965953 -r de49f29b101e giflib-dev/receipt --- a/giflib-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/giflib-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -6,13 +6,15 @@ SHORT_DESC="giflib devel files." WEB_SITE="http://sourceforge.net/projects/giflib/" MAINTAINER="rcx@zoominternet.net" +LICENSE="MIT" +WANTED="giflib" + DEPENDS="giflib" -WANTED="giflib" # 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/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 47e1df965953 -r de49f29b101e giflib/receipt --- a/giflib/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/giflib/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="graphics" SHORT_DESC="A library for processing GIFs." MAINTAINER="rcx@zoominternet.net" +LICENSE="MIT" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://sourceforge.net/projects/giflib/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="glibc-base xorg-libSM xorg-libICE xorg-libX11 xorg-libXau \ xorg-libXdmcp" BUILD_DEPENDS="util-linux-uuid-dev libtool" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://sourceforge.net/projects/giflib/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -34,8 +36,8 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr 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 47e1df965953 -r de49f29b101e git-gui/receipt --- a/git-gui/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/git-gui/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -4,25 +4,27 @@ CATEGORY="development" SHORT_DESC="Graphical interface for the Git dRCS." MAINTAINER="ben@seawolfsanctuary.com" -DEPENDS="tk git" -BUILD_DEPENDS="$DEPENDS" +LICENSE="BSD" WEB_SITE="http://www.kernel.org/pub/software/scm/git/docs/git-gui.html" WGET_URL="git|http://repo.or.cz/r/git-gui.git" BRANCH="gitgui-$VERSION" +DEPENDS="tk git" +BUILD_DEPENDS="$DEPENDS" + # Rules to configure and make the package. compile_rules() { cd $src make clean - 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 - cp -a $_pkg/usr $fs/ + cp -a $install/usr $fs/ # Extra icons, .desktop file etc.: cp -a $stuff/* $fs/usr diff -r 47e1df965953 -r de49f29b101e glew-dev/receipt --- a/glew-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/glew-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="The OpenGL Extension Wrangler Library. (devel files)" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT BSD" WEB_SITE="http://glew.sourceforge.net/" WANTED="glew" @@ -14,8 +15,8 @@ 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 $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 47e1df965953 -r de49f29b101e glew/receipt --- a/glew/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/glew/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="The OpenGL Extension Wrangler Library." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT BSD" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://glew.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 47e1df965953 -r de49f29b101e gnuplot/receipt --- a/gnuplot/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/gnuplot/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="graphics" SHORT_DESC="Command-line driven interactive data and function plotting." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnuplot.info/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="zlib readline ncurses libgd jpeg freetype libpng gcc-lib-base \ xorg-libXpm xorg-libX11 xorg-libXau xorg-libXdmcp fontconfig expat wxWidgets \ xorg-libXxf86vm" @@ -26,14 +28,14 @@ --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/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share/gnuplot $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/gnuplot $fs/usr/share } diff -r 47e1df965953 -r de49f29b101e google-apps/receipt --- a/google-apps/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/google-apps/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Set of desktop files for Google Web applications." MAINTAINER="pankso@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.slitaz.org/" TAGS="google online-tools" diff -r 47e1df965953 -r de49f29b101e gperiodic/receipt --- a/gperiodic/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/gperiodic/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="misc" SHORT_DESC="A periodic table element" MAINTAINER="erjo@slitaz.org" -DEPENDS="gtk+ xorg-libXdamage" -BUILD_DEPENDS="gtk+-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.frantz.fi/software/gperiodic.php" WGET_URL="http://www.frantz.fi/software/$TARBALL" +DEPENDS="gtk+ xorg-libXdamage" +BUILD_DEPENDS="gtk+-dev" + # Rules to configure and make the package. compile_rules() { diff -r 47e1df965953 -r de49f29b101e gpick/receipt --- a/gpick/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/gpick/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="graphics" SHORT_DESC="Advanced color picker written in C++ using GTK+ toolkit" MAINTAINER="al.bobylev@gmail.com" +LICENSE="BSD" WEB_SITE="http://code.google.com/p/gpick/" TARBALL="${PACKAGE}_$VERSION.tar.gz" WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" diff -r 47e1df965953 -r de49f29b101e graphviz-dev/receipt --- a/graphviz-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/graphviz-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Automatic graph drawing development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="Eclipse" WEB_SITE="http://www.graphviz.org/" WANTED="graphviz" @@ -12,8 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib/graphviz - cp -a $_pkg/usr/lib/*a $fs/usr/lib - cp -a $_pkg/usr/lib/graphviz/*.la $fs/usr/lib/graphviz - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/lib/graphviz/*.la $fs/usr/lib/graphviz + cp -a $install/usr/include $fs/usr } - diff -r 47e1df965953 -r de49f29b101e graphviz-doc/receipt --- a/graphviz-doc/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/graphviz-doc/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Automatic graph drawing documentation files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="Eclipse" WEB_SITE="http://www.graphviz.org/" WANTED="graphviz" @@ -12,6 +13,5 @@ genpkg_rules() { mkdir -p $fs/usr/share/graphviz - cp -a $_pkg/usr/share/graphviz/doc $fs/usr/share/graphviz + cp -a $install/usr/share/graphviz/doc $fs/usr/share/graphviz } - diff -r 47e1df965953 -r de49f29b101e graphviz/receipt --- a/graphviz/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/graphviz/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Automatic graph drawing." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="Eclipse" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.graphviz.org/" WGET_URL="${WEB_SITE}pub/$PACKAGE/ARCHIVE/$TARBALL" @@ -54,20 +55,19 @@ --disable-r \ --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/usr/share/graphviz - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib/ - cp -a $_pkg/usr/lib/graphviz $fs/usr/lib/ + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib/ + cp -a $install/usr/lib/graphviz $fs/usr/lib/ rm -f $fs/usr/lib/graphviz/*.la - cp -a $_pkg/usr/share/graphviz/lefty $fs/usr/share/graphviz - cp -a $_pkg/usr/share/graphviz/smyrna $fs/usr/share/graphviz - cp -a $_pkg/usr/share/graphviz/graphs $fs/usr/share/graphviz - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/share/graphviz/lefty $fs/usr/share/graphviz + cp -a $install/usr/share/graphviz/smyrna $fs/usr/share/graphviz + cp -a $install/usr/share/graphviz/graphs $fs/usr/share/graphviz + cp -a $install/usr/bin $fs/usr } - diff -r 47e1df965953 -r de49f29b101e gtktetris/receipt --- a/gtktetris/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/gtktetris/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,11 +5,14 @@ CATEGORY="games" SHORT_DESC="Simple tetris game using GTK." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+ xorg-libXdamage" -BUILD_DEPENDS="gtk+-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://sourceforge.net/projects/gtktetris/" WGET_URL="http://mirror.slitaz.org/sources/packages/g/$TARBALL" + +DEPENDS="gtk+ xorg-libXdamage" +BUILD_DEPENDS="gtk+-dev" + # Rules to configure and make the package. compile_rules() { diff -r 47e1df965953 -r de49f29b101e guichan-dev/receipt --- a/guichan-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/guichan-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="a portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL" MAINTAINER="devl547@gmail.com" +LICENSE="BSD" WEB_SITE="http://guichan.sourceforge.net/" WANTED="guichan" @@ -14,8 +15,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 $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } - diff -r 47e1df965953 -r de49f29b101e guichan/receipt --- a/guichan/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/guichan/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="a portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL" MAINTAINER="devl547@gmail.com" -DEPENDS="libsdl libsdl-image" -BUILD_DEPENDS="libsdl-dev libsdl-image-dev" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://guichan.sourceforge.net/" WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" +DEPENDS="libsdl libsdl-image" +BUILD_DEPENDS="libsdl-dev libsdl-image-dev" + # Rules to configure and make the package. compile_rules() { @@ -18,12 +20,12 @@ ./configure --prefix=/usr $CONFIGURE_ARGS \ --enable-sdl && 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 47e1df965953 -r de49f29b101e gummi/receipt --- a/gummi/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/gummi/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="office" SHORT_DESC="LaTeX editor designed with simplicity in mind." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dev.midnightcoding.org/projects/gummi" WGET_URL="http://dev.midnightcoding.org/attachments/download/239/$TARBALL" diff -r 47e1df965953 -r de49f29b101e gvim/receipt --- a/gvim/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/gvim/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Advanced text editor, with gtk+ GUI" MAINTAINER="erjo@slitaz.org" -DEPENDS="ncurses gtk+ xorg-libXt xorg-libXau xorg-libXdmcp" +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 gtk+ xorg-libXt xorg-libXau xorg-libXdmcp" + # Rules to configure and make the package. compile_rules() { @@ -46,11 +48,11 @@ { mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications $fs/etc - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/vim $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/vim $fs/usr/share cp -a $src/runtime/vim16x16.png $fs/usr/share/pixmaps/gvim.png cp -a stuff/gvim.desktop $fs/usr/share/applications - cp -a $_pkg/etc/vim $fs/etc + cp -a $install/etc/vim $fs/etc } post_install() diff -r 47e1df965953 -r de49f29b101e hal-info/receipt --- a/hal-info/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/hal-info/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="x-window" SHORT_DESC="hal sub-package that provides the hardware data and quirks. " MAINTAINER="domcox@slitaz.org" -DEPENDS="hal hal-extra" -BUILD_DEPENDS="hal-dev pkg-config" +LICENSE="GPL2 LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.freedesktop.org/wiki/Software/hal" WGET_URL="http://hal.freedesktop.org/releases/$TARBALL" +DEPENDS="hal hal-extra" +BUILD_DEPENDS="hal-dev pkg-config" + # Rules to configure and make the package. compile_rules() { @@ -25,11 +27,11 @@ --disable-recall \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs/ + cp -a $install/usr $fs/ } diff -r 47e1df965953 -r de49f29b101e hashalot/receipt --- a/hashalot/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/hashalot/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Passphrase to binary key filter." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.paranoiacs.org/~sluskyb/hacks/hashalot" WGET_URL="$WEB_SITE/$TARBALL" @@ -15,12 +16,12 @@ cd $src ./configure --prefix=/usr $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 47e1df965953 -r de49f29b101e hatenarunner/receipt --- a/hatenarunner/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/hatenarunner/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="Loderunner game in javascript" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" WEB_SITE="http://lodedome.no-ip.com/" TARBALL="JavaScript_Hatena.Runner_Satoshi.Ueyama.zip" #_WGET_URL="http://lodedome.no-ip.com/download.php?rfname=$TARBALL&request_id=Lode_5BBAB6F85D944A4A5CB7AC12B0BFD18D" diff -r 47e1df965953 -r de49f29b101e hdf5-dev/receipt --- a/hdf5-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/hdf5-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="a data model, library, and file format for storing and managing data." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.hdfgroup.org/HDF5" WANTED="hdf5" diff -r 47e1df965953 -r de49f29b101e hdf5/receipt --- a/hdf5/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/hdf5/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="a data model, library, and file format for storing and managing data." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.hdfgroup.org/HDF5" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://www.hdfgroup.org/ftp/HDF5/current/src/$TARBALL" diff -r 47e1df965953 -r de49f29b101e hicolor-icon-theme/receipt --- a/hicolor-icon-theme/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/hicolor-icon-theme/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Icon theme that all icon themes automatically inherit from." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://icon-theme.freedesktop.org/wiki/HicolorTheme" WGET_URL="http://icon-theme.freedesktop.org/releases/$TARBALL" @@ -16,13 +17,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/share/icons/hicolor - cp $_pkg/usr/share/icons/hicolor/index.theme $fs/usr/share/icons/hicolor - cp -a $_pkg/usr/share/icons/hicolor/24x24 $fs/usr/share/icons/hicolor + cp $install/usr/share/icons/hicolor/index.theme $fs/usr/share/icons/hicolor + cp -a $install/usr/share/icons/hicolor/24x24 $fs/usr/share/icons/hicolor } diff -r 47e1df965953 -r de49f29b101e hsetroot/receipt --- a/hsetroot/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/hsetroot/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="x-window" SHORT_DESC="Tool to set desktop wallpaper." MAINTAINER="pankso@slitaz.org" -DEPENDS="imlib2 libpng freetype xorg-libX11 xorg-libXau xorg-libXdmcp \ -xorg-libXext" -BUILD_DEPENDS="imlib2-dev libpng-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://thegraveyard.org/hsetroot.php" WGET_URL="http://thegraveyard.org/files/$TARBALL" TAGS="wallpaper" +DEPENDS="imlib2 libpng freetype xorg-libX11 xorg-libXau xorg-libXdmcp \ +xorg-libXext" +BUILD_DEPENDS="imlib2-dev libpng-dev" + # Rules to configure and make the package. compile_rules() { @@ -21,12 +23,12 @@ --prefix=/usr \ $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 47e1df965953 -r de49f29b101e ht/receipt --- a/ht/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/ht/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="File viewer/editor/analyser for text/binary/executable files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://hte.sourceforge.net/" WGET_URL="$SF_MIRROR/hte/$TARBALL" +TAGS="viewer editor analyser" + DEPENDS="gcc-lib-base lzo ncurses xorg-libX11 xorg-libXau xorg-libXdmcp" BUILD_DEPENDS="lzo-dev ncurses-dev" -TAGS="viewer editor analyser" # Rules to configure and make the package. compile_rules() @@ -21,12 +23,12 @@ --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() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 47e1df965953 -r de49f29b101e httpfs-fuse-static/receipt --- a/httpfs-fuse-static/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/httpfs-fuse-static/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="system-tools" SHORT_DESC="HTTP Filesystem implemented with FUSE." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="fuse" +LICENSE="GPL" WEB_SITE="http://httpfs.sourceforge.net/" WANTED="httpfs-fuse" TAGS="filesystem" +DEPENDS="fuse" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 47e1df965953 -r de49f29b101e httpfs-fuse/receipt --- a/httpfs-fuse/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/httpfs-fuse/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="system-tools" SHORT_DESC="HTTP Filesystem implemented with FUSE." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="fuse" -BUILD_DEPENDS="fuse-dev" +LICENSE="GPL2" SOURCE="httpfs_with_static_binaries" TARBALL="${SOURCE}_$VERSION.tar.gz" WEB_SITE="http://httpfs.sourceforge.net/" WGET_URL="$SF_MIRROR/httpfs/$TARBALL" TAGS="filesystem" +DEPENDS="fuse" +BUILD_DEPENDS="fuse-dev" + # Rules to configure and make the package. compile_rules() { @@ -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 47e1df965953 -r de49f29b101e httptunnel/receipt --- a/httptunnel/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/httptunnel/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="httptunnel creates a bidirectianal virtual data connection tunnelled in HTTP requests" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.nocrew.org/software/httptunnel" WGET_URL="$WEB_SITE/$TARBALL" @@ -20,6 +21,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 47e1df965953 -r de49f29b101e hubbub-dev/receipt --- a/hubbub-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/hubbub-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Hubbub HTML parser devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WANTED="hubbub" WEB_SITE="http://www.netsurf-browser.org/projects/hubbub/" @@ -14,7 +15,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 $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 47e1df965953 -r de49f29b101e hubbub/receipt --- a/hubbub/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/hubbub/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Hubbub is a flexible HTML parser." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.netsurf-browser.org/projects/hubbub/" WGET_URL="subversion|svn://svn.netsurf-browser.org/trunk/hubbub" diff -r 47e1df965953 -r de49f29b101e i3-man/receipt --- a/i3-man/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/i3-man/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="i3 tiling window manager man pages" MAINTAINER="Yehuda Ringler " +LICENSE="BSD" WEB_SITE="http://i3wm.org" WANTED="i3" diff -r 47e1df965953 -r de49f29b101e i3/receipt --- a/i3/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/i3/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="x-window" SHORT_DESC="i3 tiling window manager" MAINTAINER="Yehuda Ringler " +LICENSE="BSD" WEB_SITE="http://i3wm.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$WEB_SITE/downloads/$TARBALL" + DEPENDS="libxcb xorg-libXcursor xorg-libX11 yajl libev dmenu \ startup-notification xcb-util" BUILD_DEPENDS="make gcc pkg-config xcb-proto libxcb-dev xcb-util-dev \ diff -r 47e1df965953 -r de49f29b101e i3status/receipt --- a/i3status/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/i3status/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="x-window" SHORT_DESC="i3 status bar" MAINTAINER="Yehuda Ringler " +LICENSE="BSD" WEB_SITE="http://i3wm.org/i3status" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$WEB_SITE/$TARBALL" + DEPENDS="alsa-lib yajl wireless_tools" BUILD_DEPENDS="make gcc alsa-lib-dev dev86 libconfuse wireless_tools-dev yajl" diff -r 47e1df965953 -r de49f29b101e iasl/receipt --- a/iasl/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/iasl/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="Intel ACPI Source Language compiler" MAINTAINER="slaxemulator@gmail.com" -BUILD_DEPENDS="flex bison" +LICENSE="other" SOURCE="acpica-unix" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://acpica.org" WGET_URL="$WEB_SITE/download/$TARBALL" +BUILD_DEPENDS="flex bison" + # Rules to configure and make the package. compile_rules() { diff -r 47e1df965953 -r de49f29b101e iat/receipt --- a/iat/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/iat/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="iat (Iso9660 Analyzer Tool) converts many types of CD-ROM \ image file formats and converting them into ISO-9660." MAINTAINER="chadi.elahmad@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION-src.tar.bz2" WEB_SITE="http://iat.berlios.de/" @@ -30,13 +31,12 @@ --infodir=/usr/share/info \ $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/bin - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } - diff -r 47e1df965953 -r de49f29b101e icinga/receipt --- a/icinga/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/icinga/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Open Source host, service and network monitoring program" MAINTAINER="erjo@slitaz.org" -DEPENDS="" -BUILD_DEPENDS="" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.icinga.org" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="" +BUILD_DEPENDS="" + # Rules to configure and make the package. compile_rules() { @@ -46,6 +48,5 @@ genpkg_rules() { mkdir -p $fs/usr/share/icinga - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } - diff -r 47e1df965953 -r de49f29b101e icmptx/receipt --- a/icmptx/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/icmptx/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Tunnel IP connections using ICMP echo request." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" SOURCE="jakkarth-icmptx-0386ff2" TARBALL="$SOURCE.tar.gz" WEB_SITE="http://github.com/jakkarth/icmptx" diff -r 47e1df965953 -r de49f29b101e icon-naming-utils/receipt --- a/icon-naming-utils/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/icon-naming-utils/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="x-window" SHORT_DESC="Perl script used for desktop icon compatibility" MAINTAINER="pankso@slitaz.org" -DEPENDS="perl perl-xml-simple" -BUILD_DEPENDS="perl perl-xml-simple" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://tango.freedesktop.org/" WGET_URL="http://tango.freedesktop.org/releases/$TARBALL" +DEPENDS="perl perl-xml-simple" +BUILD_DEPENDS="perl perl-xml-simple" + # Rules to configure and make the package. compile_rules() { @@ -20,20 +22,20 @@ --libexecdir=/usr/lib/icon-naming-utils \ $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/share - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share/dtds $fs/usr/share - cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/dtds $fs/usr/share + cp -a $install/usr/share/$PACKAGE $fs/usr/share chmod +x $fs/usr/lib/$PACKAGE/* # For one file we are not going to build a -dev pkg - cp -a $_pkg/usr/share/pkgconfig $fs/usr/lib + cp -a $install/usr/share/pkgconfig $fs/usr/lib } diff -r 47e1df965953 -r de49f29b101e id3lib-dev/receipt --- a/id3lib-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/id3lib-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Devel files for id3lib." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="id3lib" WEB_SITE="http://id3lib.sourceforge.net/" @@ -12,7 +13,6 @@ 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 47e1df965953 -r de49f29b101e id3lib/receipt --- a/id3lib/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/id3lib/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="multimedia" SHORT_DESC="Library to manipulate ID3v1 and ID3v2 tags." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://id3lib.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="zlib gcc-lib-base" BUILD_DEPENDS="zlib-dev" -WEB_SITE="http://id3lib.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -20,14 +22,13 @@ --prefix=/usr \ $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 47e1df965953 -r de49f29b101e idesk/receipt --- a/idesk/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/idesk/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="IDesk gives users icons on their desktop." MAINTAINER="pankso@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://idesk.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 47e1df965953 -r de49f29b101e iftop/receipt --- a/iftop/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/iftop/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Bandwidth usage on an interface." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://ex-parrot.com/~pdw/iftop/" WGET_URL="${WEB_SITE}download/$TARBALL" +TAGS="network monitor usage" + BUILD_DEPENDS="libpcap-dev ncurses-dev" DEPENDS="libpcap ncurses" -TAGS="network monitor usage" # Rules to configure and make the package. compile_rules() @@ -19,13 +21,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/ - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/usr/sbin $fs/usr } diff -r 47e1df965953 -r de49f29b101e igmpproxy/receipt --- a/igmpproxy/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/igmpproxy/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Simple forwarding of Multicast traffic between networks." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://igmpproxy.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -17,14 +18,13 @@ --sysconfdir=/etc --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 } - diff -r 47e1df965953 -r de49f29b101e ii/receipt --- a/ii/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/ii/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Minimalist IRC client." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://tools.suckless.org/ii" WGET_URL="http://dl.suckless.org/tools/$TARBALL" @@ -22,6 +23,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } - diff -r 47e1df965953 -r de49f29b101e iksemel-dev/receipt --- a/iksemel-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/iksemel-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="XML parser library for Jabber applications." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://iksemel.jabberstudio.org/" WANTED="iksemel" @@ -12,6 +13,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - 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 47e1df965953 -r de49f29b101e iksemel/receipt --- a/iksemel/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/iksemel/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="XML parser library for Jabber applications." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://iksemel.jabberstudio.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://jabberstudio.rediris.es/$PACKAGE/$TARBALL" @@ -18,15 +19,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 - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 47e1df965953 -r de49f29b101e ilmbase-dev/receipt --- a/ilmbase-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/ilmbase-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="devel files for ilmbase" MAINTAINER="slaxemulator@gmail.com" +LICENSE="BSD" WEB_SITE="http://www.openexr.org/" WANTED="ilmbase" @@ -14,8 +15,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib } - diff -r 47e1df965953 -r de49f29b101e ilmbase/receipt --- a/ilmbase/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/ilmbase/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="IlmThread is a thread abstraction library for use with OpenEXR" MAINTAINER="slaxemulator@gmail.com" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.openexr.org" WGET_URL="http://savannah.nongnu.org/download/openexr/$TARBALL" @@ -21,6 +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 47e1df965953 -r de49f29b101e imagemagick-dev/receipt --- a/imagemagick-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/imagemagick-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="ImagesMagick devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="Apache" SOURCE="ImageMagick" +WANTED="imagemagick" +WEB_SITE="http://www.imagemagick.org/" + DEPENDS="imagemagick jpeg-dev ilmbase-dev openexr-dev libpng-dev tiff-dev \ libxml2-dev lcms-dev graphviz-dev fftw-dev util-linux-uuid-dev pkg-config" -WANTED="imagemagick" -WEB_SITE="http://www.imagemagick.org/" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() @@ -19,4 +21,3 @@ cp -a $install/usr/lib/*.*a $fs/usr/lib cp -a $install/usr/lib/pkgconfig $fs/usr/lib } - diff -r 47e1df965953 -r de49f29b101e imagemagick/receipt --- a/imagemagick/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/imagemagick/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="graphics" SHORT_DESC="Images manipulation programs." MAINTAINER="pankso@slitaz.org" +LICENSE="Apache" SOURCE="ImageMagick" TARBALL="$SOURCE-$VERSION.tar.xz" WEB_SITE="http://www.imagemagick.org/" diff -r 47e1df965953 -r de49f29b101e indent/receipt --- a/indent/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/indent/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="A tool for formatting C code." MAINTAINER="liupeng " +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/indent/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" @@ -20,6 +21,5 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/indent $fs/usr/bin + cp -a $install/usr/bin/indent $fs/usr/bin } - diff -r 47e1df965953 -r de49f29b101e iniparser-dev/receipt --- a/iniparser-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/iniparser-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Iniparser development files" MAINTAINER="erjo@slitaz.org" +LICENSE="MIT" WEB_SITE="http://ndevilla.free.fr/iniparser/" WANTED="iniparser" diff -r 47e1df965953 -r de49f29b101e iniparser/receipt --- a/iniparser/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/iniparser/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Free stand-alone ini file parsing library." MAINTAINER="erjo@slitaz.org" +LICENSE="MIT" WEB_SITE="http://ndevilla.free.fr/iniparser/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://ndevilla.free.fr/iniparser/$TARBALL" diff -r 47e1df965953 -r de49f29b101e intel2gas/receipt --- a/intel2gas/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/intel2gas/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="Convert assembler source file for NASM/MASM/TASM to GAS." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.niksula.cs.hut.fi/~mtiihone/intel2gas/" WGET_URL="${WEB_SITE}$TARBALL" + DEPENDS="gcc-lib-base" # Rules to configure and make the package. @@ -21,12 +23,12 @@ --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() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 47e1df965953 -r de49f29b101e ipcalc/receipt --- a/ipcalc/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/ipcalc/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="IP Calculator." MAINTAINER="paul@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://jodies.de/ipcalc" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://jodies.de/ipcalc-archive/$TARBALL" diff -r 47e1df965953 -r de49f29b101e iperf/receipt --- a/iperf/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/iperf/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Measure network performance." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION-source.tar.gz" WEB_SITE="http://iperf.fr/" WGET_URL="${WEB_SITE}download/${PACKAGE}_$VERSION/$TARBALL" diff -r 47e1df965953 -r de49f29b101e iptraf/receipt --- a/iptraf/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/iptraf/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="IP Network Monitoring Software." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://$PACKAGE.seul.org/" WGET_URL="ftp://$PACKAGE.seul.org/pub/$PACKAGE/$TARBALL" + DEPENDS="ncurses" BUILD_DEPENDS="ncurses-dev" diff -r 47e1df965953 -r de49f29b101e iron-linux/receipt --- a/iron-linux/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/iron-linux/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="network" SHORT_DESC="A secure web browser based on Chromium." MAINTAINER="paul@slitaz.org" -DEPENDS="nss libfirefox GConf cups libjpeg62 libffi" # may need updating? +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.srware.net/en/software_srware_iron.php" WGET_URL="http://www.srware.net/downloads/$PACKAGE.tar.gz" +DEPENDS="nss libfirefox GConf cups libjpeg62 libffi" # may need updating? + # Rules to configure and make the package. compile_rules() { diff -r 47e1df965953 -r de49f29b101e itaka/receipt --- a/itaka/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/itaka/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,25 +5,26 @@ CATEGORY="network" SHORT_DESC="Itaka on-demand screenshot server. Start server and let client connect via http" MAINTAINER="pankso@slitaz.org" -DEPENDS="pygtk twisted" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://itaka.jardinpresente.com.ar/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="screenshot" +DEPENDS="pygtk twisted" + # Rules to configure and make the package. compile_rules() { cd $src - make PREFIX=$PWD/_pkg/usr + make PREFIX=$DESTDIR/usr } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share/itaka $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/itaka $fs/usr/share } - diff -r 47e1df965953 -r de49f29b101e iw/receipt --- a/iw/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/iw/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Wireless configuration tool." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://wireless.kernel.org/en/users/Documentation/iw" WGET_URL="http://wireless.kernel.org/download/$PACKAGE/$TARBALL" diff -r 47e1df965953 -r de49f29b101e jpeg/receipt --- a/jpeg/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/jpeg/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="x-window" SHORT_DESC="JPEG image programs." MAINTAINER="pankso@slitaz.org" -DEPENDS="libjpeg" +LICENSE="MIT" WEB_SITE="http://www.ijg.org/" TARBALL="jpegsrc.v${VERSION}.tar.gz" WGET_URL="http://www.ijg.org/files/$TARBALL" TAGS="jpeg jpg" +DEPENDS="libjpeg" + # Rules to configure and make the package. compile_rules() { @@ -25,5 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 47e1df965953 -r de49f29b101e libjpeg/receipt --- a/libjpeg/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/libjpeg/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="JPEG image libs." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.ijg.org/" WANTED="jpeg" TAGS="jpeg jpg" @@ -13,5 +14,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 47e1df965953 -r de49f29b101e libjpeg62/receipt --- a/libjpeg62/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/libjpeg62/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -3,6 +3,7 @@ CATEGORY="x-window" SHORT_DESC="JPEG shared libs." MAINTAINER="paul@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.ijg.org/" TARBALL="libjpeg6b_6b.orig.tar.gz" WGET_URL="ftp://ftp.debian.org/debian/pool/main/libj/libjpeg6b/$TARBALL" diff -r 47e1df965953 -r de49f29b101e libsasl-modules/receipt --- a/libsasl-modules/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/libsasl-modules/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="system-tools" SHORT_DESC="SASL library modules." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="libsasl libkrb5 libcomerr3 libcrypto libdb" +LICENSE="BSD" PROVIDE="libsasl-without-ldap" WEB_SITE="http://cyrusimap.web.cmu.edu/" WANTED="cyrus-sasl" +DEPENDS="libsasl libkrb5 libcomerr3 libcrypto libdb" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 47e1df965953 -r de49f29b101e libsasl-without-ldap/receipt --- a/libsasl-without-ldap/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/libsasl-without-ldap/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Cyrus Simple Authentication Service Layer (SASL) library." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" SOURCE="cyrus-sasl" TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cyrusimap.web.cmu.edu/" +WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL" + DEPENDS="db openssl" BUILD_DEPENDS="db-dev openssl-dev" -WEB_SITE="http://cyrusimap.web.cmu.edu/" -WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -24,12 +26,12 @@ --disable-otp --enable-plain \ --mandir=/usr/share/man $CONFIGURE_ARGS && make -j1 && - make -j1 DESTDIR=$PWD/_pkg install + make -j1 DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/* $fs + cp -a $install/* $fs } \ No newline at end of file diff -r 47e1df965953 -r de49f29b101e libsasl/receipt --- a/libsasl/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/libsasl/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="SASL library." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://cyrusimap.web.cmu.edu/" WANTED="cyrus-sasl" diff -r 47e1df965953 -r de49f29b101e libwrap-dev/receipt --- a/libwrap-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/libwrap-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Wietse Venema's network logger devel files." MAINTAINER="erjo@slitaz.org" +LICENSE="BSD" WANTED="libwrap" WEB_SITE="ftp://ftp.porcupine.org/pub/security/index.html" diff -r 47e1df965953 -r de49f29b101e libwrap/receipt --- a/libwrap/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/libwrap/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Wietse Venema's network logger." MAINTAINER="erjo@slitaz.org" +LICENSE="BSD" SOURCE="tcp_wrappers" TARBALL="${SOURCE}_${VERSION}.tar.gz" WEB_SITE="ftp://ftp.porcupine.org/pub/security/index.html" diff -r 47e1df965953 -r de49f29b101e opencc-dev/receipt --- a/opencc-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/opencc-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Development files for OpenCC" MAINTAINER="liupeng " +LICENSE="Apache" WEB_SITE="http://code.google.com/p/opencc/" WANTED="opencc" @@ -14,7 +15,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib/pkgconfig/ - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*.so $fs/usr/lib/ - cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/ + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.so $fs/usr/lib/ + cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/ } diff -r 47e1df965953 -r de49f29b101e opencc-tools/receipt --- a/opencc-tools/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/opencc-tools/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="utilities" SHORT_DESC="Command line tools for OpenCC" MAINTAINER="liupeng " -DEPENDS="opencc" +LICENSE="Apache" WEB_SITE="http://code.google.com/p/opencc/" WANTED="opencc" +DEPENDS="opencc" + # 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 47e1df965953 -r de49f29b101e opencc/receipt --- a/opencc/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/opencc/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="misc" SHORT_DESC="Libraries for Simplified-Traditional Chinese Conversion" MAINTAINER="liupeng " -DEPENDS="" -BUILD_DEPENDS="cmake gettext" +LICENSE="Apache" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/opencc/" WGET_URL="http://opencc.googlecode.com/files/$TARBALL" +DEPENDS="" +BUILD_DEPENDS="cmake gettext" + # Rules to configure and make the package. compile_rules() { @@ -26,6 +28,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib/ $fs/usr/share/ - cp -a $_pkg/usr/lib/lib*.so.* $fs/usr/lib/ - cp -a $_pkg/usr/share/opencc/ $fs/usr/share/ + cp -a $install/usr/lib/lib*.so.* $fs/usr/lib/ + cp -a $install/usr/share/opencc/ $fs/usr/share/ } diff -r 47e1df965953 -r de49f29b101e openmotif-demo/receipt --- a/openmotif-demo/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/openmotif-demo/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,15 +5,15 @@ CATEGORY="non-free" SHORT_DESC="source code version of Motif under a public license, demo files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="other" WEB_SITE="http://www.motifzone.org/" WANTED="openmotif" + DEPENDS="openmotif openmotif-dev" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/share/Xm $fs/usr/share + cp -a $install/usr/share/Xm $fs/usr/share } - - diff -r 47e1df965953 -r de49f29b101e openmotif-dev/receipt --- a/openmotif-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/openmotif-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,17 +5,17 @@ CATEGORY="non-free" SHORT_DESC="source code version of Motif under a public license, development files." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="openmotif util-linux-uuid" +LICENSE="other" WEB_SITE="http://www.motifzone.org/" WANTED="openmotif" +DEPENDS="openmotif util-linux-uuid" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/bin - cp -a $_pkg/usr/lib/*a $fs/usr/lib - cp -a $_pkg/usr/bin/uil $fs/usr/bin - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/bin/uil $fs/usr/bin + cp -a $install/usr/include $fs/usr } - - diff -r 47e1df965953 -r de49f29b101e openmotif-man/receipt --- a/openmotif-man/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/openmotif-man/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="non-free" SHORT_DESC="source code version of Motif under a public license, manual pages." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="other" WEB_SITE="http://www.motifzone.org/" WANTED="openmotif" @@ -12,7 +13,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 47e1df965953 -r de49f29b101e openmotif/receipt --- a/openmotif/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/openmotif/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="non-free" SHORT_DESC="source code version of Motif under a public license." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="other" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.motifzone.org/" WGET_URL="${WEB_SITE}files/public_downloads/$PACKAGE/${VERSION%.*}/$VERSION/$TARBALL" + DEPENDS="xorg fontconfig expat freetype jpeg libpng xorg-libXp xorg-libXft" BUILD_DEPENDS="xorg-dev-proto xorg-libXmu xorg-libXft-dev xorg-libXrender-dev \ xorg-xbitmaps fontconfig-dev freetype-dev jpeg-dev libpng-dev xorg-libXt-dev \ diff -r 47e1df965953 -r de49f29b101e ratpoison/receipt --- a/ratpoison/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/ratpoison/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="x-window" SHORT_DESC="Ratpoison is an extremely light-weightWM using only keyboard." MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="microperl xorg-libXtst xorg-libXinerama" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.nongnu.org/ratpoison/" WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" +DEPENDS="microperl xorg-libXtst xorg-libXinerama" + # Rules to configure and make the package. compile_rules() { @@ -21,7 +23,6 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/ratpoison $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/ratpoison $fs/usr/share } - diff -r 47e1df965953 -r de49f29b101e readom/receipt --- a/readom/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/readom/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="readom as readcd for use with graveman" MAINTAINER="allan316@gmail.com" +LICENSE="GPL2" WEB_SITE="http://www.cdrkit.org/" WANTED="cdrkit" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp $_pkg/usr/bin/readom $fs/usr/bin + cp $install/usr/bin/readom $fs/usr/bin # Make symlinks for cdrtools compatibility cd $fs/usr/bin diff -r 47e1df965953 -r de49f29b101e reaver/receipt --- a/reaver/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/reaver/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Brute force attack against Wifi Protected Setup." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://code.google.com/p/reaver-wps/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://reaver-wps.googlecode.com/files/$TARBALL" diff -r 47e1df965953 -r de49f29b101e recorder/receipt --- a/recorder/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/recorder/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,25 +5,27 @@ CATEGORY="utilities" SHORT_DESC="A simple GTK+ disc burner" MAINTAINER="devl547@gmail.com" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://code.google.com/p/recorder/" +WGET_URL="http://recorder.googlecode.com/files/$TARBALL" + DEPENDS="pygtk coreutils cdrkit dvd+rw-tools" BUILD_DEPENDS="pygtk-dev" -WEB_SITE="http://code.google.com/p/recorder/" -WGET_URL="http://recorder.googlecode.com/files/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src cp $stuff/Makefile Makefile - 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 $_pkg/usr/share $fs/usr/ + cp -a $install/usr/bin $fs/usr/ + cp -a $install/usr/share $fs/usr/ } diff -r 47e1df965953 -r de49f29b101e recordmydesktop/receipt --- a/recordmydesktop/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/recordmydesktop/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="misc" SHORT_DESC="Desktop recording software" MAINTAINER="allan316@gmail.com" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://recordmydesktop.sourceforge.net" +WGET_URL="http://nchc.dl.sourceforge.net/sourceforge/$PACKAGE/$TARBALL" +TAGS="desktop" + BUILD_DEPENDS="alsa-lib-dev xorg-libX11-dev xorg-libICE-dev xorg-libSM-dev \ xorg-libXext-dev xorg-libXdamage-dev xorg-libXfixes-dev libogg libogg-dev \ libvorbis libvorbis-dev libtheora-dev zlib-dev xorg-xextproto xorg-libXfixes-dev \ xorg-fixesproto xorg-damageproto" DEPENDS="libtheora alsa-lib xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \ xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes zlib" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://recordmydesktop.sourceforge.net" -WGET_URL="http://nchc.dl.sourceforge.net/sourceforge/$PACKAGE/$TARBALL" -TAGS="desktop" # Rules to configure and make the package. compile_rules() @@ -25,13 +27,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 - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 47e1df965953 -r de49f29b101e rfkill/receipt --- a/rfkill/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/rfkill/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Utility to query the state of the rfkill switches" MAINTAINER="slaxemulator@gmail.com" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://linuxwireless.org/en/users/Documentation/rfkill" WGET_URL="http://wireless.kernel.org/download/$PACKAGE/$TARBALL" @@ -18,12 +19,12 @@ sed -i 's/-m 755 -t/-m 755 rfkill/' Makefile sed -i 's/man8\/ rfkill\.8\.gz/man8\//' Makefile sed -i 's/-m 644 -t/-m 644 rfkill.8.gz/' Makefile - 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/sbin $fs/usr + cp -a $install/usr/sbin $fs/usr } diff -r 47e1df965953 -r de49f29b101e rox-default-icons/receipt --- a/rox-default-icons/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/rox-default-icons/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="misc" SHORT_DESC="default icons for rox-filer." MAINTAINER="sygne@ombres.eu" -DEPENDS="rox-filer" -BUILD_DEPENDS="" +LICENSE="GPL2" SOURCE="rox-filer" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://roscidus.com/desktop/" WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL" +DEPENDS="rox-filer" +BUILD_DEPENDS="" + # Rules to configure and make the package. compile_rules() { - mkdir -p $src/_pkg/rox-default-icons - cp -a $src/ROX-Filer/ROX/* $src/_pkg/rox-default-icons/ + mkdir -p $DESTDIR/rox-default-icons + cp -a $src/ROX-Filer/ROX/* $DESTDIR/rox-default-icons/ } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/icons - cp -r $_pkg/* $fs/usr/share/icons/ + cp -r $install/* $fs/usr/share/icons/ } diff -r 47e1df965953 -r de49f29b101e rox-filer-locales/receipt --- a/rox-filer-locales/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/rox-filer-locales/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,19 +5,21 @@ CATEGORY="system-tools" SHORT_DESC="locales for the rox-filer." MAINTAINER="sygne@ombres.eu" -DEPENDS="rox-filer" -BUILD_DEPENDS="" +LICENSE="GPL2" SOURCE="rox-filer" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://roscidus.com/desktop/" WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL" +DEPENDS="rox-filer" +BUILD_DEPENDS="" + # Rules to configure and make the package. compile_rules() { - mkdir -p $src/_pkg - cp -r $src/ROX-Filer/Messages $src/_pkg/ + mkdir -p $DESTDIR + cp -r $src/ROX-Filer/Messages $DESTDIR/ } @@ -25,7 +27,7 @@ genpkg_rules() { mkdir -p $fs/usr/share/rox-filer - cp -r $_pkg/* $fs/usr/share/rox-filer/ + cp -r $install/* $fs/usr/share/rox-filer/ strip -s $fs/usr/share/rox-filer/* || true } diff -r 47e1df965953 -r de49f29b101e rox-filer/receipt --- a/rox-filer/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/rox-filer/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="user friendly filer." MAINTAINER="sygne@ombres.eu" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://roscidus.com/desktop/" WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL" @@ -25,32 +26,32 @@ # If missing dep compile will block on a read. echo -e "\t" | $src/ROX-Filer/AppRun --compile echo "mkdir" - mkdir $src/_pkg - cp $src/ROX-Filer/ROX-Filer $src/_pkg/rox-filer - cp $src/ROX-Filer/.DirIcon $src/_pkg/ + mkdir $DESTDIR + cp $src/ROX-Filer/ROX-Filer $DESTDIR/rox-filer + cp $src/ROX-Filer/.DirIcon $DESTDIR/ - mkdir $src/_pkg/Messages + mkdir $DESTDIR/Messages for locale in de es fr it do - cp -r $src/ROX-Filer/Messages/$locale $src/_pkg/Messages + cp -r $src/ROX-Filer/Messages/$locale $DESTDIR/Messages done - cp -r $src/ROX-Filer/images $src/_pkg/ + cp -r $src/ROX-Filer/images $DESTDIR/ - mkdir $src/_pkg/Help - cp $src/ROX-Filer/Help/*.html $src/_pkg/Help/ - cp $src/ROX-Filer/style.css $src/_pkg/ + mkdir $DESTDIR/Help + cp $src/ROX-Filer/Help/*.html $DESTDIR/Help/ + cp $src/ROX-Filer/style.css $DESTDIR/ - cp $src/ROX-Filer/Options.xml $src/_pkg/ - cp $src/ROX-Filer/Templates.glade $src/_pkg/ + cp $src/ROX-Filer/Options.xml $DESTDIR/ + cp $src/ROX-Filer/Templates.glade $DESTDIR/ } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/rox-filer - cp -r $_pkg/* $fs/usr/share/rox-filer/ - cp $_pkg/.DirIcon $fs/usr/share/rox-filer/ + cp -r $install/* $fs/usr/share/rox-filer/ + cp $install/.DirIcon $fs/usr/share/rox-filer/ mkdir -p $fs/usr/bin cp -r $stuff/rox-filer $fs/usr/bin/ diff -r 47e1df965953 -r de49f29b101e tacacs+/receipt --- a/tacacs+/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/tacacs+/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="authentication server for cisco devices" MAINTAINER="allan316@gmail.com" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.shrubbery.net" WGET_URL="ftp://ftp.shrubbery.net/pub/tac_plus/$TARBALL" diff -r 47e1df965953 -r de49f29b101e talloc-dev/receipt --- a/talloc-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/talloc-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="Hierarchical pool based memory allocator with destructors (devel files)." MAINTAINER="slaxemulator@gmail.com" +LICENSE="LGPL" WEB_SITE="http://talloc.samba.org/" +WANTED="talloc" + DEPENDS="talloc pkg-config" -WANTED="talloc" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 47e1df965953 -r de49f29b101e talloc-python/receipt --- a/talloc-python/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/talloc-python/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Python bindings for talloc" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="talloc python" +LICENSE="LGPL" WEB_SITE="http://talloc.samba.org/" WANTED="talloc" +DEPENDS="talloc python" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 47e1df965953 -r de49f29b101e talloc/receipt --- a/talloc/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/talloc/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="Hierarchical pool based memory allocator with destructors." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="glibc-base" -BUILD_DEPENDS="python-dev" +LICENSE="LGPL" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://talloc.samba.org/" WGET_URL="http://samba.org/ftp/$PACKAGE/$TARBALL" CROSS="bug: must use --cross-compile and --cross-execute=" +DEPENDS="glibc-base" +BUILD_DEPENDS="python-dev" + # Rules to configure and make the package. compile_rules() { diff -r 47e1df965953 -r de49f29b101e task/receipt --- a/task/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/task/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="utilities" SHORT_DESC="Task is an open source, command line, TODO list manager." MAINTAINER="paul@slitaz.org" -DEPENDS="ncurses gcc-lib-base" -BUILD_DEPENDS="ncurses-dev cmake" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://taskwarrior.org" WGET_URL="http://www.taskwarrior.org/download/$TARBALL" TAGS="office todo" +DEPENDS="ncurses gcc-lib-base" +BUILD_DEPENDS="ncurses-dev cmake" + # Rules to configure and make the package. compile_rules() { diff -r 47e1df965953 -r de49f29b101e tcl-dev/receipt --- a/tcl-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/tcl-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,16 +5,17 @@ CATEGORY="development" SHORT_DESC="The Tool Command Language dev files" MAINTAINER="erjo@slitaz.org" -DEPENDS="tcl" +LICENSE="BSD" WANTED="tcl" WEB_SITE="http://tcl.sourceforge.net/" +DEPENDS="tcl" + # 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/tclConfig.sh $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/tclConfig.sh $fs/usr/lib + cp -a $install/usr/include $fs/usr } - diff -r 47e1df965953 -r de49f29b101e tcl/receipt --- a/tcl/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/tcl/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="The Tool Command Language" MAINTAINER="erjo@slitaz.org" +LICENSE="BSD" TARBALL="${PACKAGE}${VERSION}-src.tar.gz" WEB_SITE="http://tcl.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -26,8 +27,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/tcl8* $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/lib/tcl8* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr ln -sf tclsh8.5 $fs/usr/bin/tclsh } diff -r 47e1df965953 -r de49f29b101e tcllib/receipt --- a/tcllib/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/tcllib/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="Tcl-only library of standard routines for Tcl." MAINTAINER="paul@slitaz.org" -DEPENDS="tcl" -BUILD_DEPENDS="tcl" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://sourceforge.net/projects/tcllib/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="tcl" +BUILD_DEPENDS="tcl" + # Rules to configure and make the package. compile_rules() { @@ -20,14 +22,13 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - 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/* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/* $fs/usr/lib } - diff -r 47e1df965953 -r de49f29b101e tcpreplay/receipt --- a/tcpreplay/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/tcpreplay/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Test network with libpcap captured traffic." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://tcpreplay.synfin.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 47e1df965953 -r de49f29b101e tcsh/receipt --- a/tcsh/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/tcsh/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Enhanced, compatible Berkeley UNIX C shell." MAINTAINER="samuel_trassare@yahoo.com" +LICENSE="BSD" WEB_SITE="http://www.tsch.org/Welcome" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="ftp://ftp.astron.com/pub/$PACKAGE/$TARBALL" diff -r 47e1df965953 -r de49f29b101e tiff-apps/receipt --- a/tiff-apps/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/tiff-apps/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="x-window" SHORT_DESC="TIFF images manipulation cli applications. (Check tiff for libs)." MAINTAINER="pankso@slitaz.org" -DEPENDS="jpeg zlib tiff" +LICENSE="MIT" WANTED="tiff" WEB_SITE="http://www.remotesensing.org/libtiff/" +DEPENDS="jpeg zlib tiff" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 47e1df965953 -r de49f29b101e tiff-dev/receipt --- a/tiff-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/tiff-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="TIFF images libs devel files. (Check tiff-apps for utilities)." MAINTAINER="pankso@slitaz.org" -DEPENDS="tiff jbigkit" +LICENSE="MIT" WANTED="tiff" WEB_SITE="http://www.remotesensing.org/libtiff/" +DEPENDS="tiff jbigkit" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 47e1df965953 -r de49f29b101e tiff/receipt --- a/tiff/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/tiff/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="x-window" SHORT_DESC="TIFF images libs. (Check tiff-apps for utilities)." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.remotesensing.org/libtiff/" +WGET_URL="ftp://ftp.remotesensing.org/pub/libtiff/$TARBALL" + DEPENDS="jpeg zlib gcc-lib-base" BUILD_DEPENDS="jpeg-dev zlib-dev" -WEB_SITE="http://www.remotesensing.org/libtiff/" -WGET_URL="ftp://ftp.remotesensing.org/pub/libtiff/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 47e1df965953 -r de49f29b101e tk-dev/receipt --- a/tk-dev/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/tk-dev/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="The TCL gui toolkit dev files" MAINTAINER="erjo@slitaz.org" -DEPENDS="tcl tk" +LICENSE="BSD" SOURCE="tk" WEB_SITE="http://tcl.sourceforge.net/" WANTED="tk" +DEPENDS="tcl tk" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 47e1df965953 -r de49f29b101e tk/receipt --- a/tk/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/tk/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="The TCL gui toolkit" MAINTAINER="erjo@slitaz.org" -DEPENDS="tcl expat fontconfig freetype xorg-libX11 xorg-libXau xorg-libXdmcp \ -xorg-libXft xorg-libXrender zlib xorg-libXss" -BUILD_DEPENDS="tcl-dev xorg-libX11-dev" +LICENSE="BSD" TARBALL="${PACKAGE}${VERSION}-src.tar.gz" WEB_SITE="http://tcl.sourceforge.net/" WGET_URL="$SF_MIRROR/tcl/$TARBALL" TAGS="programming language" +DEPENDS="tcl expat fontconfig freetype xorg-libX11 xorg-libXau xorg-libXdmcp \ +xorg-libXft xorg-libXrender zlib xorg-libXss" +BUILD_DEPENDS="tcl-dev xorg-libX11-dev" + # Rules to configure and make the package. compile_rules() { diff -r 47e1df965953 -r de49f29b101e twisted/receipt --- a/twisted/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/twisted/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="network" SHORT_DESC="Event-driven networking for internet applications." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" SOURCE="Twisted" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://twistedmatrix.com/trac/" WGET_URL="http://twistedmatrix.com/Releases/Twisted/${VERSION%.*}/$TARBALL" + DEPENDS="python zopeinterface" BUILD_DEPENDS="python python-dev" @@ -22,6 +24,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 47e1df965953 -r de49f29b101e tyrian/receipt --- a/tyrian/receipt Thu Dec 05 13:21:20 2013 +0000 +++ b/tyrian/receipt Thu Dec 05 15:25:09 2013 +0000 @@ -10,6 +10,8 @@ WEB_SITE="http://code.google.com/p/opentyrian/" WGET_URL="https://sites.google.com/a/camanis.net/opentyrian/tyrian/$TARBALL" +LICENSE="other" + # Rules to configure and make the package. compile_rules() {