# HG changeset patch # User Pascal Bellard # Date 1376132421 0 # Node ID 76b72f1ad63c48abf9a0c0fd56da1154bbae2937 # Parent 79ea4cfe08cc955c5a5b3b3b0b520cebfbca70b6 Add LGPL2.1 licenses diff -r 79ea4cfe08cc -r 76b72f1ad63c 0install/receipt --- a/0install/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/0install/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="misc" SHORT_DESC="A decentralised cross-distribution software installation system." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://0install.net/" WGET_URL="http://downloads.sf.net/project/zero-install/$PACKAGE/$VERSION/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c Qt4-qca-ossl/receipt --- a/Qt4-qca-ossl/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/Qt4-qca-ossl/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -7,13 +7,15 @@ CATEGORY="development" SHORT_DESC="OpenSSL plug-in for the Qt Cryptographic Architecture (QCA)." MAINTAINER="ben@seawolfsanctuary.com" +LICENSE="LGPL2.1" +TARBALL="$NAME-$VERSION.tar.bz2" +WEB_SITE="http://delta.affinix.com/$NAME" +WGET_URL="http://delta.affinix.com/download/qca/$MAJORVERSION/plugins/$TARBALL" + DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \ libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \ libQtOpenGL libQtSql libQtWebkit qca openssl" BUILD_DEPENDS="qmake xorg-libX11-dev dbus-dev openssl-dev Qt4-dev qca-dev" -TARBALL="$NAME-$VERSION.tar.bz2" -WEB_SITE="http://delta.affinix.com/$NAME" -WGET_URL="http://delta.affinix.com/download/qca/$MAJORVERSION/plugins/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -66,7 +68,7 @@ chmod +x configure ./configure \ --qtdir=/usr/lib/qt && \ - make $MAKEFLAGS && make DESTDIR=$_pkg install + make $MAKEFLAGS && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 79ea4cfe08cc -r 76b72f1ad63c adie/receipt --- a/adie/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/adie/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="x-window" SHORT_DESC="Advanced text editor using the Fox Toolkit." MAINTAINER="pankso@slitaz.org" -DEPENDS="fox" +LICENSE="LGPL2.1" WANTED="fox" WEB_SITE="http://www.fox-toolkit.org/" TAGS="text-editor" +DEPENDS="fox" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin + cp -a $install/usr/bin/$PACKAGE $fs/usr/bin copy_generic_files } diff -r 79ea4cfe08cc -r 76b72f1ad63c alsa-lib-dev/receipt --- a/alsa-lib-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/alsa-lib-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Alsa sound libraries devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" DEPENDS="alsa-lib" WANTED="alsa-lib" WEB_SITE="http://www.alsa-project.org/" diff -r 79ea4cfe08cc -r 76b72f1ad63c alsa-lib/receipt --- a/alsa-lib/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/alsa-lib/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Alsa sound libraries." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" DEPENDS="linux" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.alsa-project.org/" diff -r 79ea4cfe08cc -r 76b72f1ad63c alsa-plugins/receipt --- a/alsa-plugins/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/alsa-plugins/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Alsa sound system additionnal plugins." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.alsa-project.org/" #WGET_URL="ftp://ftp.alsa-project.org/pub/plugins/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c atkmm-dev/receipt --- a/atkmm-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/atkmm-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,17 +5,19 @@ CATEGORY="development" SHORT_DESC="devel files for atkmm" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="atkmm" +LICENSE="LGPL2.1" WEB_SITE="http://www.gnome.org/" WANTED="atkmm" +DEPENDS="atkmm" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/atkmm* $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/atkmm* $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 79ea4cfe08cc -r 76b72f1ad63c atkmm/receipt --- a/atkmm/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/atkmm/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="x-window" SHORT_DESC="C++ interface for the popular Accessibility toolkit." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="atk libsigc++" +LICENSE="LGPL2.1" BUILD_DEPENDS="atk-dev glib-dev glibmm-dev libgiomm-dev pkg-config" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" +DEPENDS="atk libsigc++" + # Rules to configure and make the package. compile_rules() { @@ -23,6 +25,6 @@ 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 79ea4cfe08cc -r 76b72f1ad63c attica-dev/receipt --- a/attica-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/attica-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="Attica devel file." MAINTAINER="pankso@slitaz.org" -DEPENDS="attica" +LICENSE="LGPL2.1" WANTED="attica" WEB_SITE="http://www.kde.org/" +DEPENDS="attica" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 79ea4cfe08cc -r 76b72f1ad63c attica/receipt --- a/attica/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/attica/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Qt library that implements the Open Collaboration Services API." MAINTAINER="pankso@slitaz.org" -DEPENDS="libQtCore libQtNetwork" -BUILD_DEPENDS="cmake qmake Qt4-dev" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.kde.org/" WGET_URL="ftp://ftp.kde.org/pub/kde/stable/attica/$TARBALL" +DEPENDS="libQtCore libQtNetwork" +BUILD_DEPENDS="cmake qmake Qt4-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,12 +22,12 @@ -DCMAKE_INSTALL_PREFIX=/usr \ .. && make && - make DESTDIR=$src/_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 79ea4cfe08cc -r 76b72f1ad63c bzflag/receipt --- a/bzflag/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/bzflag/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="games" SHORT_DESC="A multiplayer 3D tank battle game." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="curl mesa libsdl glew" -BUILD_DEPENDS="curl-dev mesa-dev libsdl-dev glew-dev util-linux-uuid-dev" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://bzflag.org" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="curl mesa libsdl glew" +BUILD_DEPENDS="curl-dev mesa-dev libsdl-dev glew-dev util-linux-uuid-dev" + # Rules to configure and make the package. compile_rules() { diff -r 79ea4cfe08cc -r 76b72f1ad63c c_icap-dev/receipt --- a/c_icap-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/c_icap-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Implementation of an ICAP server." MAINTAINER="erjo@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://c-icap.sourceforge.net/" WANTED="c_icap" diff -r 79ea4cfe08cc -r 76b72f1ad63c c_icap/receipt --- a/c_icap/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/c_icap/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Implementation of an ICAP server." MAINTAINER="erjo@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://c-icap.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/c-icap/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c cairo-compmgr-core/receipt --- a/cairo-compmgr-core/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/cairo-compmgr-core/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Cairo composite manager - core files" MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL3" +LICENSE="GPL2" WEB_SITE="http://cairo-compmgr.tuxfamily.org/" SOURCE="cairo-compmgr" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 79ea4cfe08cc -r 76b72f1ad63c cairo-compmgr-dev/receipt --- a/cairo-compmgr-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/cairo-compmgr-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Cairo composite manager - development files" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://cairo-compmgr.tuxfamily.org/" WANTED="cairo-compmgr-core" diff -r 79ea4cfe08cc -r 76b72f1ad63c cairo-compmgr-doc/receipt --- a/cairo-compmgr-doc/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/cairo-compmgr-doc/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Cairo composite manager - documentation" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://cairo-compmgr.tuxfamily.org/" WANTED="cairo-compmgr-core" diff -r 79ea4cfe08cc -r 76b72f1ad63c cairo-compmgr-plugins/receipt --- a/cairo-compmgr-plugins/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/cairo-compmgr-plugins/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Cairo composite manager - plugins" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://cairo-compmgr.tuxfamily.org/" WANTED="cairo-compmgr-core" diff -r 79ea4cfe08cc -r 76b72f1ad63c cairo-compmgr-vala/receipt --- a/cairo-compmgr-vala/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/cairo-compmgr-vala/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Cairo composite manager - Vala files" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://cairo-compmgr.tuxfamily.org/" WANTED="cairo-compmgr-core" diff -r 79ea4cfe08cc -r 76b72f1ad63c calculator/receipt --- a/calculator/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/calculator/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="utilities" SHORT_DESC="Calculator using the Fox Toolkit." MAINTAINER="pankso@slitaz.org" -DEPENDS="fox" +LICENSE="LGPL2.1" WANTED="fox" WEB_SITE="http://www.fox-toolkit.org/" TAGS="calculator" +DEPENDS="fox" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin + cp -a $install/usr/bin/$PACKAGE $fs/usr/bin copy_generic_files } diff -r 79ea4cfe08cc -r 76b72f1ad63c ccid/receipt --- a/ccid/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/ccid/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="Chip/Smart Card Interface Devices driver." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://pcsclite.alioth.debian.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://alioth.debian.org/frs/download.php/3768/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c clutter-dev/receipt --- a/clutter-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/clutter-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,17 +5,19 @@ CATEGORY="development" SHORT_DESC="Clutter tool kit devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="clutter mesa-dev json-glib-dev" +LICENSE="LGPL2.1" WANTED="clutter" WEB_SITE="http://clutter-project.org/" +DEPENDS="clutter mesa-dev json-glib-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/share/gir-1.0 $fs/usr/share ln -s clutter-1.0.pc $fs/usr/lib/pkgconfig/clutter.pc - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/include $fs/usr } diff -r 79ea4cfe08cc -r 76b72f1ad63c clutter-gtk-dev/receipt --- a/clutter-gtk-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/clutter-gtk-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="Clutter GTK devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="clutter-gtk" +LICENSE="LGPL2.1" WANTED="clutter-gtk" WEB_SITE="http://clutter-project.org/" +DEPENDS="clutter-gtk" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - 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 $_pkg/usr/share/gir-1.0 $fs/usr/share + 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 + cp -a $install/usr/share/gir-1.0 $fs/usr/share } diff -r 79ea4cfe08cc -r 76b72f1ad63c clutter-gtk/receipt --- a/clutter-gtk/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/clutter-gtk/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="GTK+ libraries for Clutter." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+ clutter" -BUILD_DEPENDS="gtk+-dev clutter-dev gobject-introspection-dev automake autoconf \ +LICENSE="LGPL2.1" libtool gtk-doc" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://clutter-project.org/" WGET_URL="http://www.clutter-project.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL" +DEPENDS="gtk+ clutter" +BUILD_DEPENDS="gtk+-dev clutter-dev gobject-introspection-dev automake autoconf \ + # Rules to configure and make the package. compile_rules() { @@ -25,13 +27,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/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib } diff -r 79ea4cfe08cc -r 76b72f1ad63c clutter/receipt --- a/clutter/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/clutter/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Animated graphical user interfaces library." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" SUGGESTED="nvidia" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://clutter-project.org/" diff -r 79ea4cfe08cc -r 76b72f1ad63c dialog/receipt --- a/dialog/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/dialog/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="Script-interpreter which provides a set of curses widgets." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://invisible-island.net/dialog/" WGET_URL="ftp://invisible-island.net/$PACKAGE/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c eina-dev/receipt --- a/eina-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/eina-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="EFL Core data structure library - Devel files." MAINTAINER="pankso@slitaz.org" -LICENSE="BSD" +LICENSE="LGPL2.1" WANTED="eina" WEB_SITE="http://www.enlightenment.org/" diff -r 79ea4cfe08cc -r 76b72f1ad63c eina/receipt --- a/eina/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/eina/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="base-system" SHORT_DESC="EFL Core data structure library." MAINTAINER="pankso@slitaz.org" -LICENSE="BSD" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/releases/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c eio-dev/receipt --- a/eio-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/eio-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="EFL Async I/O library - Devel files." MAINTAINER="pankso@slitaz.org" -LICENSE="BSD" +LICENSE="LGPL2.1" WANTED="eio" WEB_SITE="http://www.enlightenment.org/" diff -r 79ea4cfe08cc -r 76b72f1ad63c eio/receipt --- a/eio/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/eio/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="base-system" SHORT_DESC="EFL Async I/O library." MAINTAINER="pankso@slitaz.org" -LICENSE="BSD" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/releases/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c elementary-dev/receipt --- a/elementary-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/elementary-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="EFL full regular widget set - Devel files." MAINTAINER="pankso@slitaz.org" -LICENSE="BSD" +LICENSE="LGPL2.1" WANTED="elementary" WEB_SITE="http://www.enlightenment.org/" diff -r 79ea4cfe08cc -r 76b72f1ad63c elementary/receipt --- a/elementary/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/elementary/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="EFL full regular widget set." MAINTAINER="pankso@slitaz.org" -LICENSE="BSD" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/releases/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c ethumb-dev/receipt --- a/ethumb-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/ethumb-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="EFL Thumbnail generation library - Devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" WANTED="ethumb" WEB_SITE="http://www.enlightenment.org/" diff -r 79ea4cfe08cc -r 76b72f1ad63c ethumb/receipt --- a/ethumb/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/ethumb/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="graphics" SHORT_DESC="EFL Thumbnail generation library." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/releases/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c fox-dev/receipt --- a/fox-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/fox-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,18 +5,20 @@ CATEGORY="x-window" SHORT_DESC="Fox Toolkit devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="fox" +LICENSE="LGPL2.1" WANTED="fox" WEB_SITE="http://www.fox-toolkit.org/" +DEPENDS="fox" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/bin - 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 $_pkg/usr/bin/fox-config $fs/usr/bin - cp -a $_pkg/usr/bin/reswrap $fs/usr/bin + 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 + cp -a $install/usr/bin/fox-config $fs/usr/bin + cp -a $install/usr/bin/reswrap $fs/usr/bin chmod +x $fs/usr/bin/* } diff -r 79ea4cfe08cc -r 76b72f1ad63c fox-doc/receipt --- a/fox-doc/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/fox-doc/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Fox Toolkit documentation." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" WANTED="fox" WEB_SITE="http://www.fox-toolkit.org/" @@ -12,5 +13,5 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/share/doc $fs/usr/share + cp -a $install/usr/share/doc $fs/usr/share } diff -r 79ea4cfe08cc -r 76b72f1ad63c fox/receipt --- a/fox/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/fox/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Fox toolkit." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" SUGGESTED="adie calculator pathfinder shutterbug" WEB_SITE="http://www.fox-toolkit.org/" diff -r 79ea4cfe08cc -r 76b72f1ad63c fox14-dev/receipt --- a/fox14-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/fox14-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="x-window" SHORT_DESC="Fox toolkit." MAINTAINER="pankso@slitaz.org" -DEPENDS="fox" +LICENSE="LGPL2.1" SUGGESTED="adie calculator pathfinder shutterbug" WEB_SITE="http://www.fox-toolkit.org/" WANTED="fox14" +DEPENDS="fox" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*.a* $fs/usr/lib - cp -a $_pkg/usr/lib/*.la* $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.a* $fs/usr/lib + cp -a $install/usr/lib/*.la* $fs/usr/lib } diff -r 79ea4cfe08cc -r 76b72f1ad63c fox14/receipt --- a/fox14/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/fox14/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,14 +6,16 @@ CATEGORY="x-window" SHORT_DESC="Fox toolkit." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.fox-toolkit.org/" +WGET_URL="http://ftp.fox-toolkit.org/pub/$TARBALL" +SUGGESTED="adie calculator pathfinder shutterbug" + DEPENDS="libpng jpeg tiff xorg-libXft bzlib mesa libglu-mesa" BUILD_DEPENDS="libpng jpeg tiff xorg-libXft bzlib \ xorg-libXrender xorg-libXrender-dev fontconfig fontconfig-dev freetype freetype-dev \ libpng-dev jpeg-dev tiff-dev xorg-libXft-dev mesa libglu-mesa expat-dev" -SUGGESTED="adie calculator pathfinder shutterbug" -WEB_SITE="http://www.fox-toolkit.org/" -WGET_URL="http://ftp.fox-toolkit.org/pub/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -26,13 +28,13 @@ --with-xft \ $CONFIGURE_ARGS && make $MAKEFLAGS && - 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 79ea4cfe08cc -r 76b72f1ad63c fribidi-dev/receipt --- a/fribidi-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/fribidi-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="Devel files Unicode Bidirectional Algorithm" MAINTAINER="pankso@slitaz.org" -DEPENDS="fribidi" +LICENSE="LGPL2.1" WANTED="fribidi" WEB_SITE="http://fribidi.freedesktop.org/wiki/" +DEPENDS="fribidi" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin $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 79ea4cfe08cc -r 76b72f1ad63c fribidi/receipt --- a/fribidi/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/fribidi/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="x-window" SHORT_DESC="Free implementation of the Unicode Bidirectional Algorithm" MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://fribidi.freedesktop.org/wiki/" WGET_URL="http://fribidi.org/download/$TARBALL" +DEPENDS="glibc-base" + # Rules to configure and make the package. compile_rules() { @@ -17,14 +19,14 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS make - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin $fs/usr/lib - cp -a $_pkg/usr/bin/fribidi $fs/usr/bin - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin/fribidi $fs/usr/bin + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 79ea4cfe08cc -r 76b72f1ad63c geos-dev/receipt --- a/geos-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/geos-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Geos dev files." MAINTAINER="erjo@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://trac.osgeo.org/geos/" WANTED="geos" diff -r 79ea4cfe08cc -r 76b72f1ad63c geos/receipt --- a/geos/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/geos/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Geometry Engine, Open Source." MAINTAINER="erjo@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://trac.osgeo.org/geos/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://download.osgeo.org/geos/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c glibmm-dev/receipt --- a/glibmm-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/glibmm-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Callback Framework for C++ devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" WANTED="glibmm" DEPENDS="glibmm libgiomm-dev libsigc++-dev glib-dev" WEB_SITE="http://www.gtkmm.org/" @@ -13,11 +14,11 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/glibmm-2.4 $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/share/devhelp $fs/usr/share + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/glibmm-2.4 $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/share/devhelp $fs/usr/share # Remove libgiomm-dev rm -rf $fs/usr/lib/libgiomm*.*a rm -rf $fs/usr/lib/pkgconfig/giomm-2.4.pc diff -r 79ea4cfe08cc -r 76b72f1ad63c glibmm/receipt --- a/glibmm/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/glibmm/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="C++ interface for the popular GUI library GTK+." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gtkmm.org/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" @@ -25,7 +26,7 @@ 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 # Remove libgiomm rm -rf $fs/usr/lib/libgiomm* } diff -r 79ea4cfe08cc -r 76b72f1ad63c gmime-dev/receipt --- a/gmime-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/gmime-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="library for parsing messages using MIME" MAINTAINER="allan316@gmail.com" -DEPENDS="gmime gpgme-dev" +LICENSE="LGPL2.1" WEB_SITE="http://spruce.sourceforge.net/gmime" WANTED="gmime" +DEPENDS="gmime gpgme-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_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 79ea4cfe08cc -r 76b72f1ad63c gmime/receipt --- a/gmime/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/gmime/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="library for parsing messages using MIME" MAINTAINER="allan316@gmail.com" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://spruce.sourceforge.net/gmime" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL" @@ -29,5 +30,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 79ea4cfe08cc -r 76b72f1ad63c gsettings-desktop-schemas/receipt --- a/gsettings-desktop-schemas/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/gsettings-desktop-schemas/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="x-window" SHORT_DESC="Collection of GSettings schemas for settings shared by various components of a GNOME Desktop" MAINTAINER="al.bobylev@gmail.com" -DEPENDS="" -BUILD_DEPENDS="libgio-dev glib-dev" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.xz" HI_VERSION=$(echo $VERSION | sed 's|\([0-9\.]*\)\.[0-9]*|\1|') WEB_SITE="http://www.gnome.org/" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/gsettings-desktop-schemas/$HI_VERSION/$TARBALL" +DEPENDS="" +BUILD_DEPENDS="libgio-dev glib-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr && 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 79ea4cfe08cc -r 76b72f1ad63c gst-plugins-good-dev/receipt --- a/gst-plugins-good-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/gst-plugins-good-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,7 +6,7 @@ CATEGORY="development" SHORT_DESC="gst-plugins-good devel files" MAINTAINER="jozee@slitaz.org" -DEPENDS="gst-plugins-good" +LICENSE="LGPL2.1" WANTED="gst-plugins-good" WEB_SITE="http://gstreamer.freedesktop.org/" diff -r 79ea4cfe08cc -r 76b72f1ad63c gst-plugins-good/receipt --- a/gst-plugins-good/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/gst-plugins-good/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="multimedia" SHORT_DESC="GStreamer Good Plugins" MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" SUGGESTED="jack-audio-connection-kit" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://gstreamer.freedesktop.org/" diff -r 79ea4cfe08cc -r 76b72f1ad63c gst-plugins-ugly-dev/receipt --- a/gst-plugins-ugly-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/gst-plugins-ugly-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="gst-plugins-ugly devel files" MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" WANTED="gst-plugins-ugly" WEB_SITE="http://gstreamer.freedesktop.org/" diff -r 79ea4cfe08cc -r 76b72f1ad63c gst-plugins-ugly/receipt --- a/gst-plugins-ugly/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/gst-plugins-ugly/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="multimedia" SHORT_DESC="GStreamer Ugly Plugins" MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" SUGGESTED="x264" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://gstreamer.freedesktop.org/" diff -r 79ea4cfe08cc -r 76b72f1ad63c gst-python-dev/receipt --- a/gst-python-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/gst-python-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="gst-python devel files" MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" WANTED="gst-python" WEB_SITE="http://gstreamer.freedesktop.org/" @@ -15,5 +16,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 79ea4cfe08cc -r 76b72f1ad63c gst-python/receipt --- a/gst-python/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/gst-python/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="GStreamer Python Plugins" MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gstreamer.freedesktop.org/" WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c gtk3-engine-unico-dev/receipt --- a/gtk3-engine-unico-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/gtk3-engine-unico-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Development files for Unico" MAINTAINER="al.bobylev@gmail.com" -LICENSE="LGPL3" +LICENSE="LGPL2.1" WEB_SITE="https://launchpad.net/unico" WANTED="gtk3-engine-unico" diff -r 79ea4cfe08cc -r 76b72f1ad63c gtk3-engine-unico/receipt --- a/gtk3-engine-unico/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/gtk3-engine-unico/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Unico GTK3 theme engine" MAINTAINER="al.bobylev@gmail.com" -LICENSE="LGPL3" +LICENSE="LGPL2.1" WEB_SITE="https://launchpad.net/unico" SOURCE="unico" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 79ea4cfe08cc -r 76b72f1ad63c gtkdatabox-dev/receipt --- a/gtkdatabox-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/gtkdatabox-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="GTKdatabox devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" WANTED="gtkdatabox" WEB_SITE="http://sourceforge.net/projects/gtkdatabox/" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_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 79ea4cfe08cc -r 76b72f1ad63c gtkdatabox/receipt --- a/gtkdatabox/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/gtkdatabox/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="Widget for live display of large amounts of fluctuating data." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+" -BUILD_DEPENDS="pkg-config libffi gtk+-dev" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://sourceforge.net/projects/gtkdatabox/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="gtk+" +BUILD_DEPENDS="pkg-config libffi gtk+-dev" + # Rules to configure and make the package. compile_rules() { @@ -32,5 +34,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 79ea4cfe08cc -r 76b72f1ad63c gtkmm-dev/receipt --- a/gtkmm-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/gtkmm-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="Callback Framework for C++ devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" WANTED="gtkmm" +WEB_SITE="http://www.gtkmm.org/" + DEPENDS="gtkmm gtk+-dev atkmm-dev glibmm-dev libgiomm-dev pangomm-dev" -WEB_SITE="http://www.gtkmm.org/" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 79ea4cfe08cc -r 76b72f1ad63c gtkmm/receipt --- a/gtkmm/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/gtkmm/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="C++ interface for the popular GUI library GTK+." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.gtkmm.org/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c ibus-dev/receipt --- a/ibus-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/ibus-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Intelligent Input Bus for Linux / Unix OS, development files" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://code.google.com/p/ibus/" WANTED="ibus" diff -r 79ea4cfe08cc -r 76b72f1ad63c ibus-hangul/receipt --- a/ibus-hangul/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/ibus-hangul/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Intelligent Input Bus" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://code.google.com/p/ibus/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://ibus.googlecode.com/files/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c ibus/receipt --- a/ibus/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/ibus/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Intelligent Input Bus for Linux / Unix OS" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://code.google.com/p/ibus/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://ibus.googlecode.com/files/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c id3v2/receipt --- a/id3v2/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/id3v2/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="A command line editor for id3v2 tags." MAINTAINER="paul@slitaz.org" -DEPENDS="id3lib" -BUILD_DEPENDS="id3lib-dev" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://id3v2.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="id3lib" +BUILD_DEPENDS="id3lib-dev" + # Rules to configure and make the package. compile_rules() { diff -r 79ea4cfe08cc -r 76b72f1ad63c iso-codes/receipt --- a/iso-codes/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/iso-codes/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="ISO-639, ISO-4217, ISO-3166 and ISO-3166-2 code lists + translations." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://pkg-isocodes.alioth.debian.org" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="http://pkg-isocodes.alioth.debian.org/downloads/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c json-glib-dev/receipt --- a/json-glib-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/json-glib-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,17 +5,19 @@ CATEGORY="development" SHORT_DESC="json-glib development files" MAINTAINER="mallory@sweetpeople.org" +LICENSE="LGPL2.1" WEB_SITE="http://live.gnome.org/JsonGlib" +WANTED="json-glib" + DEPENDS="json-glib glib-dev" -WANTED="json-glib" # Rules to gen a SliTaz package suitable for Tazpkg. 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 $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share + 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 + cp -a $install/usr/share/gir-1.0 $fs/usr/share } diff -r 79ea4cfe08cc -r 76b72f1ad63c json-glib/receipt --- a/json-glib/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/json-glib/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation" MAINTAINER="mallory@sweetpeople.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://live.gnome.org/JsonGlib" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" @@ -25,7 +26,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib } diff -r 79ea4cfe08cc -r 76b72f1ad63c libasyncns-dev/receipt --- a/libasyncns-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libasyncns-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="devel files for libasyncns." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="libasyncns" +LICENSE="LGPL2.1" WEB_SITE="http://0pointer.de/lennart/projects/libasyncns" WANTED="libasyncns" +DEPENDS="libasyncns" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_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 79ea4cfe08cc -r 76b72f1ad63c libasyncns/receipt --- a/libasyncns/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libasyncns/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="A C library for Linux/Unix for executing name service queries asynchronously." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="glibc-base" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://0pointer.de/lennart/projects/libasyncns" WGET_URL="$WEB_SITE/$TARBALL" +DEPENDS="glibc-base" + # Rules to configure and make the package. compile_rules() { @@ -20,13 +22,13 @@ --mandir=/usr/share/man \ --disable-lynx \ $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/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 79ea4cfe08cc -r 76b72f1ad63c libcairo-compmgr-dev/receipt --- a/libcairo-compmgr-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libcairo-compmgr-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Cairo composite manager - library development files" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://cairo-compmgr.tuxfamily.org/" WANTED="cairo-compmgr-core" diff -r 79ea4cfe08cc -r 76b72f1ad63c libcairo-compmgr0/receipt --- a/libcairo-compmgr0/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libcairo-compmgr0/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Cairo composite manager - library" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://cairo-compmgr.tuxfamily.org/" WANTED="cairo-compmgr-core" diff -r 79ea4cfe08cc -r 76b72f1ad63c libelementary/receipt --- a/libelementary/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libelementary/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Elementary library." MAINTAINER="pankso@slitaz.org" -LICENSE="BSD" +LICENSE="LGPL2.1" WANTED="elementary" WEB_SITE="http://www.enlightenment.org/" diff -r 79ea4cfe08cc -r 76b72f1ad63c libgiomm-dev/receipt --- a/libgiomm-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libgiomm-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="GIO Framework for C++ devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" DEPENDS="libgiomm" WANTED="glibmm" WEB_SITE="http://www.gtkmm.org/" @@ -13,8 +14,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib/pkgconfig $fs/usr/include - cp -a $_pkg/usr/lib/libgiomm*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig/giomm-2.4.pc $fs/usr/lib/pkgconfig - cp -a $_pkg/usr/lib/giomm-2.4 $fs/usr/lib - cp -a $_pkg/usr/include/giomm-2.4 $fs/usr/include + cp -a $install/usr/lib/libgiomm*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig/giomm-2.4.pc $fs/usr/lib/pkgconfig + cp -a $install/usr/lib/giomm-2.4 $fs/usr/lib + cp -a $install/usr/include/giomm-2.4 $fs/usr/include } diff -r 79ea4cfe08cc -r 76b72f1ad63c libgiomm/receipt --- a/libgiomm/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libgiomm/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GIO Framework for C++." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" DEPENDS="glib glibmm libgio libsigc++ gcc-lib-base" WANTED="glibmm" WEB_SITE="http://www.gtkmm.org/" @@ -13,5 +14,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/libgiomm*.so* $fs/usr/lib + cp -a $install/usr/lib/libgiomm*.so* $fs/usr/lib } diff -r 79ea4cfe08cc -r 76b72f1ad63c libqwt5-qt4-dev/receipt --- a/libqwt5-qt4-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libqwt5-qt4-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Lib Qt Widgets for Technical applications" MAINTAINER="slitaz@objectif-securite.ch" +LICENSE="LGPL2.1" DEPENDS="qt-x11-opensource-src libqwt5-qt4" WEB_SITE="http://qwt.sourceforge.net" WANTED="libqwt5-qt4" diff -r 79ea4cfe08cc -r 76b72f1ad63c libqwt5-qt4/receipt --- a/libqwt5-qt4/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libqwt5-qt4/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="graphics" SHORT_DESC="Lib Qt Widgets for Technical applications" MAINTAINER="slitaz@objectif-securite.ch" -DEPENDS="libQtCore libQtGui libQtScript libQtXml libQtDesigner gcc-lib-base" -BUILD_DEPENDS="$DEPENDS qt4 qmake Qt4-dev" +LICENSE="LGPL2.1" SOURCE="qwt" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://qwt.sourceforge.net" WGET_URL="http://switch.dl.sourceforge.net/sourceforge/qwt/$TARBALL" +DEPENDS="libQtCore libQtGui libQtScript libQtXml libQtDesigner gcc-lib-base" +BUILD_DEPENDS="$DEPENDS qt4 qmake Qt4-dev" + # Rules to configure and make the package. compile_rules() { diff -r 79ea4cfe08cc -r 76b72f1ad63c libqwt6-qt4-dev/receipt --- a/libqwt6-qt4-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libqwt6-qt4-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Lib Qt Widgets for Technical applications" MAINTAINER="slitaz@objectif-securite.ch" +LICENSE="LGPL2.1" WEB_SITE="http://qwt.sourceforge.net" WANTED="libqwt6-qt4" diff -r 79ea4cfe08cc -r 76b72f1ad63c libqwt6-qt4/receipt --- a/libqwt6-qt4/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libqwt6-qt4/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="graphics" SHORT_DESC="Lib Qt Widgets for Technical applications" MAINTAINER="slitaz@objectif-securite.ch" +LICENSE="LGPL2.1" SOURCE="qwt" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://qwt.sourceforge.net" diff -r 79ea4cfe08cc -r 76b72f1ad63c libsdl-mixer-dev/receipt --- a/libsdl-mixer-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libsdl-mixer-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Development files of a multichannel sample and music mixer." MAINTAINER="chadi.elahmad@gmail.com" +LICENSE="LGPL2.1" WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/" WANTED="libsdl-mixer" SOURCE="SDL_mixer" diff -r 79ea4cfe08cc -r 76b72f1ad63c libsdl-mixer/receipt --- a/libsdl-mixer/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libsdl-mixer/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="A multichannel sample and music mixer." MAINTAINER="chadi.elahmad@gmail.com" +LICENSE="LGPL2.1" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/" WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c libsdl-net-dev/receipt --- a/libsdl-net-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libsdl-net-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="SDL net lib devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" WANTED="libsdl-net" SOURCE="SDL_net" WEB_SITE="http://www.libsdl.org/projects/SDL_net/" diff -r 79ea4cfe08cc -r 76b72f1ad63c libsdl-net/receipt --- a/libsdl-net/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libsdl-net/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="x-window" SHORT_DESC="SDL net support." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.libsdl.org/projects/SDL_net/" WGET_URL="http://www.libsdl.org/projects/SDL_net/release/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c libsdl-pango-dev/receipt --- a/libsdl-pango-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libsdl-pango-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="devel files for libsdl-pango" MAINTAINER="slaxemulator@gmail.com" +LICENSE="LGPL2.1" WEB_SITE="http://sdlpango.sourceforge.net/" WANTED="libsdl-pango" SOURCE="SDL_Pango" diff -r 79ea4cfe08cc -r 76b72f1ad63c libsdl-pango/receipt --- a/libsdl-pango/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libsdl-pango/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Pango SDL binding." MAINTAINER="slaxemulator@gmail.com" +LICENSE="LGPL2.1" SOURCE="SDL_Pango" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://sdlpango.sourceforge.net/" diff -r 79ea4cfe08cc -r 76b72f1ad63c libsdl-ttf-dev/receipt --- a/libsdl-ttf-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libsdl-ttf-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="SDL ttf lib devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" WANTED="libsdl-ttf" SOURCE="SDL_ttf" WEB_SITE="http://www.libsdl.org/projects/SDL_ttf/" diff -r 79ea4cfe08cc -r 76b72f1ad63c libsdl-ttf/receipt --- a/libsdl-ttf/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libsdl-ttf/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="x-window" SHORT_DESC="SDL ttf support." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.libsdl.org/projects/SDL_ttf/" WGET_URL="http://www.libsdl.org/projects/SDL_ttf/release/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c libsexy-dev/receipt --- a/libsexy-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libsexy-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Sexy widgests for GTK+ devel files." WANTED="libsexy" MAINTAINER="pankso@slitaz.org" -LICENSE="GPL2" +LICENSE="LGPL2.1" WEB_SITE="http://www.chipx86.com/wiki/Libsexy" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 79ea4cfe08cc -r 76b72f1ad63c libsexy/receipt --- a/libsexy/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libsexy/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Sexy widgests for GTK+." MAINTAINER="pankso@slitaz.org" -LICENSE="GPL2" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.chipx86.com/wiki/Libsexy" WGET_URL="http://releases.chipx86.com/libsexy/libsexy/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c libssh-dev/receipt --- a/libssh-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libssh-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="devel files for libssh" MAINTAINER="slaxemulator@gmail.com" -LICENSE="GPL2" +LICENSE="LGPL2.1" WEB_SITE="http://www.libssh.org/" WANTED="libssh" diff -r 79ea4cfe08cc -r 76b72f1ad63c libssh/receipt --- a/libssh/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libssh/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="network" SHORT_DESC="Library for accessing ssh client services through C libraries" MAINTAINER="slaxemulator@gmail.com" -LICENSE="GPL2" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.libssh.org/" WGET_URL="https://red.libssh.org/attachments/download/27/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c libunixODBC/receipt --- a/libunixODBC/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/libunixODBC/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="ODBC for unix libraries." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://www.unixodbc.org/" WANTED="unixODBC" @@ -12,6 +13,6 @@ 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 79ea4cfe08cc -r 76b72f1ad63c log4c-dev/receipt --- a/log4c-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/log4c-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Log4c development files" MAINTAINER="erjo@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://log4c.sourceforge.net" WANTED="log4c" diff -r 79ea4cfe08cc -r 76b72f1ad63c log4c/receipt --- a/log4c/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/log4c/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Logging for C Library" MAINTAINER="erjo@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://log4c.sourceforge.net" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://prdownloads.sourceforge.net/log4c/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c midori-video/receipt --- a/midori-video/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/midori-video/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Add video support to midori for html5 videos" MAINTAINER="domcox@slitaz.org" -LICENSE="GPL" +LICENSE="LGPL2.1" WEB_SITE="http://www.slitaz.org" DEPENDS="midori libwebkit-video gstreamer gst-plugins-base gst-plugins-good \ diff -r 79ea4cfe08cc -r 76b72f1ad63c midori/receipt --- a/midori/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/midori/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Lightweight web browser based on GTK+/WebKit" MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://twotoasts.de/index.php/midori/" WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION:0:3}/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c mixxx/receipt --- a/mixxx/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/mixxx/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Digital DJ mixing software" MAINTAINER="slaxemulator@gmail.com" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION-src.tar.gz" WEB_SITE="http://www.mixxx.org/" WGET_URL="http://downloads.mixxx.org/$PACKAGE-$VERSION/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c mpg123-dev/receipt --- a/mpg123-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/mpg123-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="mpg123 development files" MAINTAINER="devl547@gmail.com" -DEPENDS="mpg123" +LICENSE="LGPL2.1" WANTED="mpg123" WEB_SITE="http://www.mpg123.de" +DEPENDS="mpg123" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 79ea4cfe08cc -r 76b72f1ad63c mpg123/receipt --- a/mpg123/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/mpg123/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="Command line audio player and streamer" MAINTAINER="pankso@slitaz.org" -DEPENDS="alsa-lib libltdl esound openal portaudio libsdl" -BUILD_DEPENDS="alsa-lib-dev libtool" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.mpg123.de/" WGET_URL="http://www.mpg123.de/download/$TARBALL" +DEPENDS="alsa-lib libltdl esound openal portaudio libsdl" +BUILD_DEPENDS="alsa-lib-dev libtool" + # Rules to configure and make the package. compile_rules() { diff -r 79ea4cfe08cc -r 76b72f1ad63c nss-ldapd/receipt --- a/nss-ldapd/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/nss-ldapd/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="NSS module for name lookups using LDAP (nss_ldap remplacement)." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" SOURCE="nss-pam-ldapd" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://ch.tudelft.nl/~arthur/nss-ldapd/" @@ -24,15 +25,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 - cp -a $_pkg/etc $fs - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/etc $fs + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r 79ea4cfe08cc -r 76b72f1ad63c ogmrip/receipt --- a/ogmrip/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/ogmrip/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,11 +5,12 @@ SHORT_DESC="Libraries and GTK2 interface for DVD ripping using mencoder." WEB_SITE="http://ogmrip.sourceforge.net/en/index.html" MAINTAINER="fredericguilbault@live.ca" -DEPENDS="libdvdread enca libxml2 mplayer mencoder libglade libnotify acl GConf" -BUILD_DEPENDS="libglade-dev libnotify-dev glib-dev libgio-dev enca-dev libxml2-dev mplayer mencoder tiff-dev zlib-dev intltool acl libdvdread-dev GConf-dev pkg-config" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="libdvdread enca libxml2 mplayer mencoder libglade libnotify acl GConf" +BUILD_DEPENDS="libglade-dev libnotify-dev glib-dev libgio-dev enca-dev libxml2-dev mplayer mencoder tiff-dev zlib-dev intltool acl libdvdread-dev GConf-dev pkg-config" compile_rules() { @@ -23,12 +24,12 @@ { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/applications $fs/usr/share - cp -a $_pkg/usr/share/ogmrip $fs/usr/share - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/ogmrip $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/ogmrip $fs/usr/share + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/ogmrip $fs/usr/lib find $fs/usr/lib/ogmrip -name "*.*a" -type f -delete - cp -a $_pkg/etc $fs + cp -a $install/etc $fs } diff -r 79ea4cfe08cc -r 76b72f1ad63c ola-dev/receipt --- a/ola-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/ola-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Open Lighting Architecture devel files." MAINTAINER="kult-ex@aon.at" +LICENSE="LGPL2.1" WEB_SITE="http://www.opendmx.net/index.php/OLA" DEPENDS="ola" WANTED="ola" diff -r 79ea4cfe08cc -r 76b72f1ad63c ola/receipt --- a/ola/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/ola/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Open Lighting Architecture." MAINTAINER="kult-ex@aon.at" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.opendmx.net/index.php/OLA" WGET_URL="http://open-lighting.googlecode.com/files/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c ortp-dev/receipt --- a/ortp-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/ortp-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,8 +5,10 @@ CATEGORY="development" SHORT_DESC="Library implementing the Real-time Transport Protocol (RFC3550), development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://freecode.com/projects/ortp" WANTED="ortp" + DEPENDS="ortp" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 79ea4cfe08cc -r 76b72f1ad63c ortp/receipt --- a/ortp/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/ortp/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Library implementing the Real-time Transport Protocol (RFC3550)." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://freecode.com/projects/ortp" WGET_URL="http://download-mirror.savannah.gnu.org/releases/linphone/$PACKAGE/sources/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c pangomm-dev/receipt --- a/pangomm-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/pangomm-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="Pangomm library devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="pangomm cairomm-dev" +LICENSE="LGPL2.1" WANTED="pangomm" WEB_SITE="http://www.gnome.org/" +DEPENDS="pangomm cairomm-dev" + # 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 $_pkg/usr/lib/*/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 $_pkg/usr/lib/*/include $fs/usr } diff -r 79ea4cfe08cc -r 76b72f1ad63c pangomm/receipt --- a/pangomm/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/pangomm/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="x-window" SHORT_DESC="Pango binding for GTKmm." MAINTAINER="pankso@slitaz.org" -DEPENDS="pixman cairomm glibmm libgiomm pango gcc-lib-base" -BUILD_DEPENDS="cairo-dev cairomm-dev glibmm-dev pango-dev" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" +DEPENDS="pixman cairomm glibmm libgiomm pango gcc-lib-base" +BUILD_DEPENDS="cairo-dev cairomm-dev glibmm-dev pango-dev" + # Rules to configure and make the package. compile_rules() { @@ -26,6 +28,6 @@ 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 79ea4cfe08cc -r 76b72f1ad63c pathfinder/receipt --- a/pathfinder/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/pathfinder/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="x-window" SHORT_DESC="Fast and light file manager using the Fox Toolkit." MAINTAINER="pankso@slitaz.org" -DEPENDS="fox" +LICENSE="LGPL2.1" WANTED="fox" WEB_SITE="http://www.fox-toolkit.org/" +DEPENDS="fox" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/PathFinder $fs/usr/bin + cp -a $install/usr/bin/PathFinder $fs/usr/bin copy_generic_files } diff -r 79ea4cfe08cc -r 76b72f1ad63c perl-cairo/receipt --- a/perl-cairo/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/perl-cairo/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,7 +6,7 @@ CATEGORY="development" SHORT_DESC="Perl interface to the cairo library." MAINTAINER="claudinei@slitaz.org" -LICENSE="GPL" +LICENSE="LGPL2.1" DEPENDS="perl cairo freetype fontconfig libpng" BUILD_DEPENDS="perl cairo-dev freetype-dev fontconfig-dev libpng-dev \ perl-extutils-depends perl-extutils-pkgconfig perl-test-number-delta" diff -r 79ea4cfe08cc -r 76b72f1ad63c perl-glib/receipt --- a/perl-glib/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/perl-glib/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,7 +6,7 @@ CATEGORY="development" SHORT_DESC="Perl wrappers for the GLib utility and Object libraries." MAINTAINER="claudinei@slitaz.org" -LICENSE="GPL" +LICENSE="LGPL2.1" DEPENDS="perl glib" BUILD_DEPENDS="perl perl-extutils-depends perl-extutils-pkgconfig glib-dev" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 79ea4cfe08cc -r 76b72f1ad63c perl-gtk2/receipt --- a/perl-gtk2/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/perl-gtk2/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,7 +6,7 @@ CATEGORY="development" SHORT_DESC="Perl interface to the 2.x series of the Gimp Toolkit Library." MAINTAINER="claudinei@slitaz.org" -LICENSE="GPL" +LICENSE="LGPL2.1" DEPENDS="perl gtk+ perl-glib perl-pango perl-cairo" BUILD_DEPENDS="perl gtk+-dev perl-extutils-depends perl-extutils-pkgconfig \ perl-glib perl-pango perl-cairo xorg-dev xorg-xproto xorg-renderproto \ diff -r 79ea4cfe08cc -r 76b72f1ad63c perl-pango/receipt --- a/perl-pango/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/perl-pango/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,7 +6,7 @@ CATEGORY="development" SHORT_DESC="Layout and render international text." MAINTAINER="claudinei@slitaz.org" -LICENSE="GPL" +LICENSE="LGPL2.1" DEPENDS="perl pango perl-glib perl-cairo xcb-util" BUILD_DEPENDS="$DEPENDS glib-dev pango-dev cairo-dev freetype-dev \ libpng-dev fontconfig-dev perl-extutils-depends perl-extutils-pkgconfig" diff -r 79ea4cfe08cc -r 76b72f1ad63c perl-test-nowarnings/receipt --- a/perl-test-nowarnings/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/perl-test-nowarnings/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Make sure you don't emit any warning while testing" MAINTAINER="slaxemulator@gmail.com" -LICENSE="GPL" +LICENSE="LGPL2.1" WEB_SITE="http://search.cpan.org/dist/Test-NoWarnings" SOURCE="Test-NoWarnings" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 79ea4cfe08cc -r 76b72f1ad63c polkit-qt-dev/receipt --- a/polkit-qt-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/polkit-qt-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="polkit for QT API devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" WANTED="polkit-qt" WEB_SITE="http://www.kde.org/" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/cmake $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/cmake $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 79ea4cfe08cc -r 76b72f1ad63c polkit-qt/receipt --- a/polkit-qt/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/polkit-qt/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Library that allows to access PolicyKit API with a nice Qt-style API" MAINTAINER="pankso@slitaz.org" -DEPENDS="polkit" -BUILD_DEPENDS="$DEPENDS qmake Qt4-dev automoc4 polkit-dev libgio-dev glib-dev" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-1-$VERSION.tar.bz2" WEB_SITE="http://www.kde.org/" WGET_URL="ftp://ftp.kde.org/pub/kde/stable/apps/KDE4.x/admin/$TARBALL" +DEPENDS="polkit" +BUILD_DEPENDS="$DEPENDS qmake Qt4-dev automoc4 polkit-dev libgio-dev glib-dev" + # Rules to configure and make the package. compile_rules() { @@ -26,5 +28,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 79ea4cfe08cc -r 76b72f1ad63c pycurl/receipt --- a/pycurl/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/pycurl/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="A Python interface to libcurl." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="python libcurl" -BUILD_DEPENDS="openssl-dev curl-dev python-dev" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://pycurl.sourceforge.net" WGET_URL="http://pycurl.sourceforge.net/download/$TARBALL" +DEPENDS="python libcurl" +BUILD_DEPENDS="openssl-dev curl-dev python-dev" + # Rules to configure and make the package. compile_rules() { @@ -23,6 +25,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r 79ea4cfe08cc -r 76b72f1ad63c pygobject-dev/receipt --- a/pygobject-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/pygobject-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,19 +5,21 @@ CATEGORY="development" SHORT_DESC="Python bindings for the GObject library dev files." MAINTAINER="erjo@slitaz.org" -DEPENDS="pygobject libffi-dev" +LICENSE="LGPL2.1" WEB_SITE="http://www.pygtk.org/docs/pygobject/index.html" WANTED="pygobject" +DEPENDS="pygobject libffi-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/share/pygobject $fs/usr/share - cp -a $_pkg/usr/share/gtk-doc $fs/usr/share - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/include $fs/usr + cp -a $install/usr/share/pygobject $fs/usr/share + cp -a $install/usr/share/gtk-doc $fs/usr/share + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib } diff -r 79ea4cfe08cc -r 76b72f1ad63c pygobject/receipt --- a/pygobject/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/pygobject/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="Python bindings for the GObject library" MAINTAINER="erjo@slitaz.org" -DEPENDS="python pycairo glib libffi libgio" -BUILD_DEPENDS="python python-dev pkg-config glib-dev libgio-dev pycairo-dev cairo-dev libffi-dev" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.pygtk.org/docs/pygobject/index.html" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" +DEPENDS="python pycairo glib libffi libgio" +BUILD_DEPENDS="python python-dev pkg-config glib-dev libgio-dev pycairo-dev cairo-dev libffi-dev" + # Rules to configure and make the package. compile_rules() { @@ -24,7 +26,7 @@ { PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 79ea4cfe08cc -r 76b72f1ad63c pygtk-dev/receipt --- a/pygtk-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/pygtk-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,18 +5,20 @@ CATEGORY="development" SHORT_DESC="GTK+ for Python dev files with codegen." MAINTAINER="erjo@slitaz.org" -DEPENDS="pygtk gtk+-dev pygobject-dev pycairo-dev" +LICENSE="LGPL2.1" WEB_SITE="http://www.pygtk.org/" WANTED="pygtk" +DEPENDS="pygtk gtk+-dev pygobject-dev pycairo-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/pygtk $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/pygtk $fs/usr/share + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/pygtk $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/pygtk $fs/usr/share chmod +x $fs/usr/bin/* } diff -r 79ea4cfe08cc -r 76b72f1ad63c pygtk/receipt --- a/pygtk/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/pygtk/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="GTK+ for Python" MAINTAINER="erjo@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.pygtk.org/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" @@ -31,5 +32,5 @@ { PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib + cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib } diff -r 79ea4cfe08cc -r 76b72f1ad63c python-kiwi/receipt --- a/python-kiwi/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/python-kiwi/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="A framework for python applications with graphical user interfaces." MAINTAINER="claudinei@slitaz.org" +LICENSE="LGPL2.1" SUGGESTED="zopeinterface libglade" TARBALL="$SOURCE-$VERSION.tar.xz" WEB_SITE="http://www.async.com.br/projects/kiwi" diff -r 79ea4cfe08cc -r 76b72f1ad63c python-urwid/receipt --- a/python-urwid/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/python-urwid/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="development" SHORT_DESC="Console user interface library for Python." MAINTAINER="paul@slitaz.org" -DEPENDS="python" -BUILD_DEPENDS="python python-dev" +LICENSE="LGPL2.1" SOURCE="urwid" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://excess.org/urwid/" WGET_URL="http://excess.org/urwid/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" + # Rules to configure and make the package. compile_rules() { diff -r 79ea4cfe08cc -r 76b72f1ad63c qca-dev/receipt --- a/qca-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/qca-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="The qca devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" WANTED="qca" WEB_SITE="http://delta.affinix.com/qca/" @@ -12,8 +13,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/*.prl $fs/usr/lib - cp -a $_pkg/usr/share/qt $fs/usr/share + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.prl $fs/usr/lib + cp -a $install/usr/share/qt $fs/usr/share } diff -r 79ea4cfe08cc -r 76b72f1ad63c qca/receipt --- a/qca/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/qca/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="QCA aims to provide a straightforward and cross-platform crypto API" MAINTAINER="pankso@slitaz.org" -DEPENDS="qt4" -BUILD_DEPENDS="Qt4-dev qmake" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://delta.affinix.com/qca/" WGET_URL="http://delta.affinix.com/download/qca/${VERSION%.*}/$TARBALL" +DEPENDS="qt4" +BUILD_DEPENDS="Qt4-dev qmake" + # Rules to configure and make the package. compile_rules() { @@ -28,6 +30,6 @@ 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 79ea4cfe08cc -r 76b72f1ad63c qemacs-dev/receipt --- a/qemacs-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/qemacs-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,7 +6,7 @@ CATEGORY="development" SHORT_DESC="Light emacs clone developmement files." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="LGPL" +LICENSE="LGPL2.1" WEB_SITE="http://bellard.org/qemacs/" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 79ea4cfe08cc -r 76b72f1ad63c qemacs-tiny/receipt --- a/qemacs-tiny/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/qemacs-tiny/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,7 +6,7 @@ CATEGORY="development" SHORT_DESC="Tiny emacs clone." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="LGPL" +LICENSE="LGPL2.1" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://bellard.org/$SOURCE/" WGET_URL="${WEB_SITE}$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c qemacs-x11/receipt --- a/qemacs-x11/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/qemacs-x11/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,7 +6,7 @@ CATEGORY="development" SHORT_DESC="Light emacs clone with X11 support." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="LGPL" +LICENSE="LGPL2.1" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://bellard.org/$SOURCE/" DEPENDS="xorg-libX11 xorg-libXext xorg-libXv libxcb xorg-libXau xorg-libXdmcp" diff -r 79ea4cfe08cc -r 76b72f1ad63c qemacs/receipt --- a/qemacs/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/qemacs/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Light emacs clone." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="LGPL" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://bellard.org/$PACKAGE/" DEPENDS="" diff -r 79ea4cfe08cc -r 76b72f1ad63c quesoglc-dev/receipt --- a/quesoglc-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/quesoglc-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="devel files for quesoglc" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="quesoglc" +LICENSE="LGPL2.1" WEB_SITE="http://quesoglc.sourceforge.net/" WANTED="quesoglc" +DEPENDS="quesoglc" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 79ea4cfe08cc -r 76b72f1ad63c quesoglc/receipt --- a/quesoglc/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/quesoglc/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="The OpenGL Character Renderer (GLC) is a state machine that provides OpenGL programs with character rendering services via an application programming interface (API)." MAINTAINER="slaxemulator@gmail.com" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://quesoglc.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c shutterbug/receipt --- a/shutterbug/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/shutterbug/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="x-window" SHORT_DESC="Screenshot application from the Fox Toolkit." MAINTAINER="pankso@slitaz.org" -DEPENDS="fox" +LICENSE="LGPL2.1" WANTED="fox" WEB_SITE="http://www.fox-toolkit.org/" +DEPENDS="fox" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin + cp -a $install/usr/bin/$PACKAGE $fs/usr/bin copy_generic_files } diff -r 79ea4cfe08cc -r 76b72f1ad63c speech-dispatcher/receipt --- a/speech-dispatcher/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/speech-dispatcher/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="utilities" SHORT_DESC="Common interface to speech synthesis." MAINTAINER="paul@slitaz.org" +LICENSE="LGPL2.1" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.freebsoft.org/speechd" +WGET_URL="http://www.freebsoft.org/pub/projects/speechd/$TARBALL" + DEPENDS="glib alsa-lib espeak dotconf python libsndfile" BUILD_DEPENDS="glib-dev pkg-config alsa-lib-dev dotconf-dev python python-dev espeak-dev sed espeak dotconf" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.freebsoft.org/speechd" -WGET_URL="http://www.freebsoft.org/pub/projects/speechd/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -34,17 +36,17 @@ --sysconfdir=/etc \ --with-espeak \ $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/share/sounds/speech-dispatcher - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/etc $fs - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/etc $fs + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share $fs/usr # copy python stuff cp -a $src/src/python/_pkg/usr $fs diff -r 79ea4cfe08cc -r 76b72f1ad63c swfdec-dev/receipt --- a/swfdec-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/swfdec-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Macromedia Flash decoding library" MAINTAINER="devl547@gmail.com" +LICENSE="LGPL2.1" WEB_SITE="http://swfdec.freedesktop.org/" WANTED="swfdec" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/ - cp -a $_pkg/usr/include $fs/usr/lib - 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/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 79ea4cfe08cc -r 76b72f1ad63c swfdec/receipt --- a/swfdec/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/swfdec/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="multimedia" SHORT_DESC="Macromedia Flash decoding library" MAINTAINER="devl547@gmail.com" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://swfdec.freedesktop.org/" WGET_URL="http://swfdec.freedesktop.org/download/swfdec/0.9/$TARBALL" + BUILD_DEPENDS="glib-dev liboil-dev pango-dev gtk+-dev libsoup-dev \ cairo-dev alsa-lib-dev gstreamer-dev gst-plugins-base-dev" DEPENDS="glib liboil pango gtk+ libsoup cairo alsa-lib gstreamer gst-plugins-base" @@ -20,12 +22,12 @@ --mandir=/usr/share/man $CONFIGURE_ARGS \ --enable-gtk --with-audio="alsa" && 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 79ea4cfe08cc -r 76b72f1ad63c tcc-arm/receipt --- a/tcc-arm/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/tcc-arm/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="fast Tiny C cross Compiler to ARM target." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="LGPL" +LICENSE="LGPL2.1" WEB_SITE="http://bellard.org/tcc/" DEPENDS="tcc-common" WANTED="tcc" diff -r 79ea4cfe08cc -r 76b72f1ad63c tcc-c67/receipt --- a/tcc-c67/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/tcc-c67/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="fast Tiny C cross Compiler to C67 target." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="LGPL" +LICENSE="LGPL2.1" WEB_SITE="http://bellard.org/tcc/" DEPENDS="tcc-common" WANTED="tcc" diff -r 79ea4cfe08cc -r 76b72f1ad63c tcc-common/receipt --- a/tcc-common/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/tcc-common/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="fast Tiny C Compiler, common files." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="LGPL" +LICENSE="LGPL2.1" WEB_SITE="http://bellard.org/tcc/" WANTED="tcc" HOST_ARCH="i486 arm" diff -r 79ea4cfe08cc -r 76b72f1ad63c tcc-win32/receipt --- a/tcc-win32/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/tcc-win32/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="fast Tiny C cross Compiler to win32 target." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="LGPL" +LICENSE="LGPL2.1" WEB_SITE="http://bellard.org/tcc/" DEPENDS="tcc-common" SUGGESTED="mingw32-w32api" diff -r 79ea4cfe08cc -r 76b72f1ad63c tcc-x86_64/receipt --- a/tcc-x86_64/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/tcc-x86_64/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="fast Tiny C cross Compiler to x86_64 target." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="LGPL" +LICENSE="LGPL2.1" WEB_SITE="http://bellard.org/tcc/" DEPENDS="tcc-common" WANTED="tcc" diff -r 79ea4cfe08cc -r 76b72f1ad63c tcc/receipt --- a/tcc/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/tcc/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Fast Tiny C Compiler." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" -LICENSE="LGPL" +LICENSE="LGPL2.1" WEB_SITE="http://bellard.org/tcc/" WGET_URL="http://download.savannah.nongnu.org/releases/tinycc/$TARBALL" TAGS="compiler C assembler" diff -r 79ea4cfe08cc -r 76b72f1ad63c tokyocabinet-dev/receipt --- a/tokyocabinet-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/tokyocabinet-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,8 +5,10 @@ CATEGORY="development" SHORT_DESC="High performance database library, successor of QDBM - development files" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://sourceforge.net/projects/tokyocabinet" WANTED="tokyocabinet" + DEPENDS="tokyocabinet" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 79ea4cfe08cc -r 76b72f1ad63c tokyocabinet/receipt --- a/tokyocabinet/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/tokyocabinet/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="High performance database library, successor of QDBM." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://sourceforge.net/projects/tokyocabinet" WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c uget/receipt --- a/uget/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/uget/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -4,13 +4,15 @@ VERSION="1.8.1" CATEGORY="network" SHORT_DESC="Download manager using gtk+ and libcurl" -DEPENDS="pcre glib curl gtk+" -BUILD_DEPENDS="pcre-dev glib-dev curl-dev gtk+-dev intltool" MAINTAINER="devl547@gmail.com" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://urlget.sourceforge.net/" WGET_URL="$SF_MIRROR/urlget/$TARBALL" +DEPENDS="pcre glib curl gtk+" +BUILD_DEPENDS="pcre-dev glib-dev curl-dev gtk+-dev intltool" + # Rules to configure and make the package. compile_rules() { @@ -30,8 +32,8 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr/ - cp -a $_pkg/usr/share/applications/ $fs/usr/share - cp -a $_pkg/usr/share/icons/ $fs/usr/share - cp -a $_pkg/usr/share/sounds/ $fs/usr/share + cp -a $install/usr/bin $fs/usr/ + cp -a $install/usr/share/applications/ $fs/usr/share + cp -a $install/usr/share/icons/ $fs/usr/share + cp -a $install/usr/share/sounds/ $fs/usr/share } diff -r 79ea4cfe08cc -r 76b72f1ad63c unixODBC-dev/receipt --- a/unixODBC-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/unixODBC-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="ODBC for unix development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://www.unixodbc.org/" +WANTED="unixODBC" + DEPENDS="unixODBC" -WANTED="unixODBC" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_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 79ea4cfe08cc -r 76b72f1ad63c unixODBC/receipt --- a/unixODBC/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/unixODBC/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="system-tools" SHORT_DESC="ODBC for unix." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.unixodbc.org/" WGET_URL="${WEB_SITE}$TARBALL" +TAGS="database" + DEPENDS="libunixODBC readline" -TAGS="database" # Rules to configure and make the package. compile_rules() @@ -19,14 +21,14 @@ --disable-gui --sysconfdir=/etc \ --mandir=/usr/share/man $CONFIGURE_ARGS && make $MAKEFLAGS && - 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/etc $fs - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/etc $fs + cp -a $install/usr/bin $fs/usr } diff -r 79ea4cfe08cc -r 76b72f1ad63c vala/receipt --- a/vala/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/vala/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Compiler for the GObject type system" MAINTAINER="mimas@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://live.gnome.org/Vala" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c vlc-plugin/receipt --- a/vlc-plugin/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/vlc-plugin/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="VLC Web Browser Plug-in that will allow to play video and audio" MAINTAINER="domcox@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://www.videolan.org/vlc" SOURCE="npapi-vlc" TARBALL="$SOURCE-$VERSION.tar.xz" diff -r 79ea4cfe08cc -r 76b72f1ad63c vmware-view-open-client/receipt --- a/vmware-view-open-client/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/vmware-view-open-client/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="network" SHORT_DESC="Connection tools to remote Windows desktops managed by VMware View." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/$PACKAGE/" WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" diff -r 79ea4cfe08cc -r 76b72f1ad63c vorbisgain/receipt --- a/vorbisgain/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/vorbisgain/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="Analyzes and adjusts volume on ogg vorbis files." MAINTAINER="paul@slitaz.org" -DEPENDS="libogg libvorbis" -BUILD_DEPENDS="libogg-dev libvorbis-dev" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://sjeng.org/vorbisgain.html" WGET_URL="http://sjeng.org/ftp/vorbis/$TARBALL" +DEPENDS="libogg libvorbis" +BUILD_DEPENDS="libogg-dev libvorbis-dev" + # Rules to configure and make the package. compile_rules() { @@ -25,6 +27,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 79ea4cfe08cc -r 76b72f1ad63c zbar-dev/receipt --- a/zbar-dev/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/zbar-dev/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Decode barcode & QR code, development code." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://zbar.sourceforge.net/" WANTED="zbar" @@ -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 79ea4cfe08cc -r 76b72f1ad63c zbar/receipt --- a/zbar/receipt Sat Aug 10 09:25:15 2013 +0000 +++ b/zbar/receipt Sat Aug 10 11:00:21 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Decode barcode & QR code." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://zbar.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -33,6 +34,6 @@ 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 }