# HG changeset patch # User Pascal Bellard # Date 1382306905 0 # Node ID 2a5cc8208d36424a0fdab3d80c9ed13e554027ac # Parent fd4f1e69210940c1301b096cf8151eaa5053c9ff Add some licenses diff -r fd4f1e692109 -r 2a5cc8208d36 actionmailer/receipt --- a/actionmailer/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/actionmailer/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="Simple, battle-tested conventions for building and testing MVC web applications." MAINTAINER="erjo@slitaz.org" -DEPENDS="ruby actionpack" -BUILD_DEPENDS="ruby-dev" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.gem" WEB_SITE="http://rubygems.org/gems/actionmailer" WGET_URL="http://rubygems.org/downloads/$TARBALL" COOK_OPT="!repack_src !unpack" +DEPENDS="ruby actionpack" +BUILD_DEPENDS="ruby-dev" + # Rules to configure and make the package. compile_rules() { diff -r fd4f1e692109 -r 2a5cc8208d36 actionpack/receipt --- a/actionpack/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/actionpack/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="Simple, battle-tested conventions for building and testing MVC web applications." MAINTAINER="erjo@slitaz.org" -DEPENDS="ruby activesupport" -BUILD_DEPENDS="ruby-dev" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.gem" WEB_SITE="http://rubygems.org/gems/actionpack" WGET_URL="http://rubygems.org/downloads/$TARBALL" COOK_OPT="!repack_src !unpack" +DEPENDS="ruby activesupport" +BUILD_DEPENDS="ruby-dev" + # Rules to configure and make the package. compile_rules() { diff -r fd4f1e692109 -r 2a5cc8208d36 activerecord/receipt --- a/activerecord/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/activerecord/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="Rich support for multibyte strings" MAINTAINER="erjo@slitaz.org" -DEPENDS="ruby activesupport" -BUILD_DEPENDS="ruby-dev" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.gem" WEB_SITE="http://rubygems.org/gems/activerecord" WGET_URL="http://rubygems.org/downloads/$TARBALL" COOK_OPT="!repack_src !unpack" +DEPENDS="ruby activesupport" +BUILD_DEPENDS="ruby-dev" + # Rules to configure and make the package. compile_rules() { diff -r fd4f1e692109 -r 2a5cc8208d36 activeresource/receipt --- a/activeresource/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/activeresource/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="development" SHORT_DESC="REST on Rails." MAINTAINER="erjo@slitaz.org" -DEPENDS="ruby activesupport" -BUILD_DEPENDS="ruby-dev" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.gem" WEB_SITE="http://rubygems.org/gems/activeresource" WGET_URL="http://rubygems.org/downloads/$TARBALL" COOK_OPT="!repack_src !unpack" +DEPENDS="ruby activesupport" +BUILD_DEPENDS="ruby-dev" + # Rules to configure and make the package. compile_rules() { diff -r fd4f1e692109 -r 2a5cc8208d36 activesupport/receipt --- a/activesupport/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/activesupport/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="Database tables mapping to Ruby classes" MAINTAINER="erjo@slitaz.org" -DEPENDS="ruby" -BUILD_DEPENDS="ruby-dev" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.gem" WEB_SITE="http://rubygems.org/gems/activesupport" WGET_URL="http://rubygems.org/downloads/$TARBALL" COOK_OPT="!repack_src !unpack" +DEPENDS="ruby" +BUILD_DEPENDS="ruby-dev" + # Rules to configure and make the package. compile_rules() { diff -r fd4f1e692109 -r 2a5cc8208d36 arj/receipt --- a/arj/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/arj/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="system-tools" SHORT_DESC="ARJ archiver." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://$PACKAGE.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +TAGS="compression archive" + BUILD_DEPENDS="autoconf" -TAGS="compression archive" # Rules to configure and make the package. compile_rules() @@ -22,14 +24,14 @@ cd .. busybox patch -p0 < $stuff/fardata.u make -k -j1 - 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 } diff -r fd4f1e692109 -r 2a5cc8208d36 aterm/receipt --- a/aterm/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/aterm/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="misc" SHORT_DESC="terminal emulator" MAINTAINER="allan316@gmail.com" -DEPENDS="xorg-libSM xorg-libXext" -BUILD_DEPENDS="xorg-libSM-dev xorg-libXext-dev xorg-libXt-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://aterm.sourceforge.net" WGET_URL="http://nchc.dl.sourceforge.net/sourceforge/aterm/$TARBALL" TAGS="terminal" +DEPENDS="xorg-libSM xorg-libXext" +BUILD_DEPENDS="xorg-libSM-dev xorg-libXext-dev xorg-libXt-dev" + # 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/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r fd4f1e692109 -r 2a5cc8208d36 attr-dev/receipt --- a/attr-dev/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/attr-dev/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="Development files for attr." MAINTAINER="rcx@zoominternet.net" -DEPENDS="attr" +LICENSE="GPL2" WEB_SITE="http://savannah.nongnu.org/projects/attr/" WANTED="attr" HOST_ARCH="i486 arm" +DEPENDS="attr" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r fd4f1e692109 -r 2a5cc8208d36 attr/receipt --- a/attr/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/attr/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Commands for Manipulating Filesystem Extended Attributes." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL2" WEB_SITE="http://savannah.nongnu.org/projects/attr/" TARBALL="${PACKAGE}-${VERSION}.src.tar.gz" WGET_URL="http://download.savannah.gnu.org/releases-noredirect/$PACKAGE/$TARBALL" diff -r fd4f1e692109 -r 2a5cc8208d36 audacious-plugins/receipt --- a/audacious-plugins/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/audacious-plugins/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Plugins for audacious music player" MAINTAINER="mimas@slitaz.org" +LICENSE="MIT" SUGGESTED="lame neon libmms" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://audacious-media-player.org/" diff -r fd4f1e692109 -r 2a5cc8208d36 autoblog/receipt --- a/autoblog/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/autoblog/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -7,6 +7,7 @@ CATEGORY="network" SHORT_DESC="replicates articles from another blog." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="PublicDomain" TARBALL="$PACKAGE-$VERSION.php" EXTRA_SOURCE_FILES="vvb.ini" URLV1="http://sebsauvage.net/streisand.me/download.php" diff -r fd4f1e692109 -r 2a5cc8208d36 automoc4/receipt --- a/automoc4/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/automoc4/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="x-window" SHORT_DESC="CMake automatic MOC Generation." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.kde.org/" +WGET_URL="ftp://ftp.kde.org/pub/kde/stable/$PACKAGE/$VERSION/$TARBALL" + DEPENDS="cmake libQtCore gcc-lib-base" BUILD_DEPENDS="cmake qmake Qt4-dev" -WEB_SITE="http://www.kde.org/" -WGET_URL="ftp://ftp.kde.org/pub/kde/stable/$PACKAGE/$VERSION/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -17,11 +19,11 @@ cd $src cmake . -DCMAKE_INSTALL_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 fd4f1e692109 -r 2a5cc8208d36 autossh/receipt --- a/autossh/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/autossh/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Automatically restart SSH sessions and tunnels." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="CC-SA" WEB_SITE="http://www.harding.motd.ca/autossh/" TARBALL="$PACKAGE-$VERSION.tgz" WGET_URL="${WEB_SITE}$TARBALL" diff -r fd4f1e692109 -r 2a5cc8208d36 avatar-factory/receipt --- a/avatar-factory/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/avatar-factory/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="A bash script that creates eye candy shortcuts for music albums, photo albums, movie files, and more..." MAINTAINER="al.bobylev@gmail.com" +LICENSE="PublicDomain" WEB_SITE="http://yuzem.blogspot.com/p/avatar-factory.html?m=1" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL" diff -r fd4f1e692109 -r 2a5cc8208d36 file/receipt --- a/file/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/file/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Retrieve file type." MAINTAINER="erjo@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.darwinsys.com/file/" WGET_URL="ftp://ftp.astron.com/pub/file/$TARBALL" diff -r fd4f1e692109 -r 2a5cc8208d36 l2tpd/receipt --- a/l2tpd/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/l2tpd/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Layer 2 Virtual Private Network." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://sourceforge.net/projects/$PACKAGE/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r fd4f1e692109 -r 2a5cc8208d36 ladspa-dev/receipt --- a/ladspa-dev/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/ladspa-dev/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="ladspa devel files." MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" WANTED="ladspa" WEB_SITE="http://www.ladspa.org/" diff -r fd4f1e692109 -r 2a5cc8208d36 ladspa/receipt --- a/ladspa/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/ladspa/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -4,6 +4,7 @@ VERSION="1.13" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" SHORT_DESC="Linux Audio Developer's Simple Plugin API (LADSPA)" WEB_SITE="http://www.ladspa.org/" TARBALL="${PACKAGE}_sdk_$VERSION.tgz" diff -r fd4f1e692109 -r 2a5cc8208d36 lbreakout2/receipt --- a/lbreakout2/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lbreakout2/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="games" SHORT_DESC="Breakout clone." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://lgames.sourceforge.net/index.php?project=LBreakout2" #WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" WGET_URL="http://prdownloads.sourceforge.net/lgames/$TARBALL" + DEPENDS="libpng libsdl libsdl-mixer zlib" BUILD_DEPENDS="libpng-dev libsdl-dev" @@ -19,15 +21,15 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --disable-sdltest --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 $_pkg/usr/share $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share $fs/usr cp -a stuff/* $fs } diff -r fd4f1e692109 -r 2a5cc8208d36 lcms-apps/receipt --- a/lcms-apps/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lcms-apps/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="development" SHORT_DESC="Tiny appsa and tools from the LCMS project." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WANTED="lcms" +WEB_SITE="http://www.littlecms.com/" + DEPENDS="lcms jpeg tiff zlib" -WEB_SITE="http://www.littlecms.com/" # 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 fd4f1e692109 -r 2a5cc8208d36 lcms-dev/receipt --- a/lcms-dev/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lcms-dev/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="LCMS devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="lcms" +LICENSE="MIT" WANTED="lcms" WEB_SITE="http://www.littlecms.com/" +DEPENDS="lcms" + # 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 fd4f1e692109 -r 2a5cc8208d36 lcms/receipt --- a/lcms/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lcms/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="graphics" SHORT_DESC="A free color management engine in 100K (library)." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-${VERSION}.tar.gz" WEB_SITE="http://www.littlecms.com/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -27,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 fd4f1e692109 -r 2a5cc8208d36 ledger/receipt --- a/ledger/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/ledger/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="utilities" SHORT_DESC="A double-entry accounting system that is accessed from the UNIX command-line." MAINTAINER="paul@slitaz.org" -DEPENDS="pcre gmp" -BUILD_DEPENDS="pcre-dev gmp-dev" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://ledger-cli.org/" WGET_URL="http://ftp.newartisans.com/pub/ledger/$TARBALL" +DEPENDS="pcre gmp" +BUILD_DEPENDS="pcre-dev gmp-dev" + # Rules to configure and make the package. compile_rules() { diff -r fd4f1e692109 -r 2a5cc8208d36 lemon/receipt --- a/lemon/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lemon/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="system-tools" SHORT_DESC="The LEMON Parser Generator (from the SQLite project)." MAINTAINER="pankso@slitaz.org" +LICENSE="PublicDomain" WEB_SITE="http://www.sqlite.org/" WANTED="sqlite" diff -r fd4f1e692109 -r 2a5cc8208d36 lensfun-dev/receipt --- a/lensfun-dev/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lensfun-dev/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="devel files for lensfun" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="lensfun" +LICENSE="LGPL3 GPL3" WEB_SITE="http://lensfun.berlios.de/" WANTED="lensfun" +DEPENDS="lensfun" + # 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 fd4f1e692109 -r 2a5cc8208d36 lensfun/receipt --- a/lensfun/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lensfun/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="Database of photographic lenses and a library that allows advanced access to the database" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="glib" -BUILD_DEPENDS="python libpng glib-dev" +LICENSE="LGPL3 GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://lensfun.berlios.de/" WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL" +DEPENDS="glib" +BUILD_DEPENDS="python libpng glib-dev" + # Rules to configure and make the package. compile_rules() { @@ -24,7 +26,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/share/lensfun $fs/usr/share + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/share/lensfun $fs/usr/share } diff -r fd4f1e692109 -r 2a5cc8208d36 leocad-pieces/receipt --- a/leocad-pieces/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/leocad-pieces/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="Pieces library for LeoCAD." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL2" SOURCE="pieces" TARBALL="$SOURCE-$VERSION.zip" WEB_SITE="http://www.leocad.org/" diff -r fd4f1e692109 -r 2a5cc8208d36 leocad/receipt --- a/leocad/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/leocad/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="A CAD program that uses toy bricks." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION-src.tgz" WEB_SITE="http://code.google.com/p/leocad/" WGET_URL="http://leocad.googlecode.com/files/$TARBALL" diff -r fd4f1e692109 -r 2a5cc8208d36 lftpfs/receipt --- a/lftpfs/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lftpfs/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="filesystem with caching for smart mirror of sites based on FUSE and LFTP." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://lftpfs.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r fd4f1e692109 -r 2a5cc8208d36 libXaw3dXft-dev/receipt --- a/libXaw3dXft-dev/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/libXaw3dXft-dev/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Xpaint module devel files." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="libXaw3dXft xorg-libXmu-dev" +LICENSE="MIT" WANTED="libXaw3dXft" WEB_SITE="http://sourceforge.net/projects/sf-xpaint/" +DEPENDS="libXaw3dXft xorg-libXmu-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r fd4f1e692109 -r 2a5cc8208d36 libXaw3dXft/receipt --- a/libXaw3dXft/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/libXaw3dXft/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xpaint module" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" WEB_SITE="http://sourceforge.net/projects/sf-xpaint/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/sf-xpaint/$TARBALL" diff -r fd4f1e692109 -r 2a5cc8208d36 libav-dev/receipt --- a/libav-dev/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/libav-dev/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Development files for libav" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2 GPL3 LGPL2.1 LGPL3" WEB_SITE="http://www.libav.org/" WANTED="libav" diff -r fd4f1e692109 -r 2a5cc8208d36 lighttpd-modules/receipt --- a/lighttpd-modules/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lighttpd-modules/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="network" SHORT_DESC="Complementary modules for LightTPD Web server." MAINTAINER="pankso@slitaz.org" -DEPENDS="lighttpd bzip2 zlib" +LICENSE="BSD" WANTED="lighttpd" WEB_SITE="http://www.lighttpd.net/" BASE_MODULES=" @@ -20,6 +20,8 @@ status userdir" +DEPENDS="lighttpd bzip2 zlib" + # Rules to gen a SliTaz package suitable for Tazpkg. # On SliTaz Lighttpd runs as user/group : www/www or 80/80. genpkg_rules() diff -r fd4f1e692109 -r 2a5cc8208d36 lighttpd-ssl/receipt --- a/lighttpd-ssl/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lighttpd-ssl/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,8 +5,7 @@ CATEGORY="network" SHORT_DESC="Fast and light HTTP Web server with SSL support." MAINTAINER="pankso@slitaz.org" -DEPENDS="pcre openssl" -BUILD_DEPENDS="pcre-dev bzip2-dev openssl-dev" +LICENSE="BSD" SUGGESTED="lighttpd-modules php perl python" SOURCE="lighttpd" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -26,6 +25,9 @@ status userdir" +DEPENDS="pcre openssl" +BUILD_DEPENDS="pcre-dev bzip2-dev openssl-dev" + # Rules to configure and make the package. compile_rules() { diff -r fd4f1e692109 -r 2a5cc8208d36 lighttpd/receipt --- a/lighttpd/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lighttpd/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,8 +5,7 @@ CATEGORY="network" SHORT_DESC="Fast and light HTTP Web server." MAINTAINER="pankso@slitaz.org" -DEPENDS="pcre" -BUILD_DEPENDS="pcre-dev bzip2-dev" +LICENSE="BSD" SUGGESTED="lighttpd-modules php perl python" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.lighttpd.net/" @@ -24,6 +23,9 @@ status userdir" +DEPENDS="pcre" +BUILD_DEPENDS="pcre-dev bzip2-dev" + # Rules to configure and make the package. compile_rules() { diff -r fd4f1e692109 -r 2a5cc8208d36 lilo/receipt --- a/lilo/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lilo/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="LInux boot LOader." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://alioth.debian.org/projects/lilo/" WGET_URL="http://lilo.alioth.debian.org/ftp/sources/$TARBALL" + BUILD_DEPENDS="dev86 libdevmapper" DEPENDS="libdevmapper" @@ -23,6 +25,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/sbin $fs + cp -a $install/sbin $fs } diff -r fd4f1e692109 -r 2a5cc8208d36 lilv/receipt --- a/lilv/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lilv/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Make the use of LV2 plugins as simple as possible for applications." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://drobilla.net/software/lilv/" WGET_URL="http://download.drobilla.net/$TARBALL" diff -r fd4f1e692109 -r 2a5cc8208d36 lingot/receipt --- a/lingot/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lingot/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="Musical instrument tuner" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.nongnu.org/lingot/" +WGET_URL="http://download.savannah.gnu.org/releases/lingot/$TARBALL" + DEPENDS="gtk+ alsa-lib jack-audio-connection-kit libglade" BUILD_DEPENDS="gtk+-dev alsa-lib-dev jack-audio-connection-kit-dev \ libglade-dev intltool" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.nongnu.org/lingot/" -WGET_URL="http://download.savannah.gnu.org/releases/lingot/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -26,6 +28,6 @@ { mkdir -p $fs/usr/share/applications cp -a $stuff/lingot.desktop $fs/usr/share/applications - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/lingot $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/lingot $fs/usr/share } diff -r fd4f1e692109 -r 2a5cc8208d36 linld/receipt --- a/linld/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/linld/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Boot loader for DOS/Win9x." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" TARBALL="${PACKAGE}$(echo $VERSION | sed 's/[^0-9]//')devel.tar.bz2" BASE_SITE="http://busybox.net/~vda/$PACKAGE" WEB_SITE="$BASE_SITE/README.txt" diff -r fd4f1e692109 -r 2a5cc8208d36 listpatron/receipt --- a/listpatron/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/listpatron/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="office" SHORT_DESC="GTK+2 application for maintaining lists of information.." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+ xorg-libXdamage" -BUILD_DEPENDS="gtk+-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.electricmonk.nl/Programmings/ListPatron" WGET_URL="http://projects.electricmonk.nl/projects/$PACKAGE/$TARBALL" +DEPENDS="gtk+ xorg-libXdamage" +BUILD_DEPENDS="gtk+-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,7 +22,7 @@ --libexecdir=/usr/lib/$PACKAGE \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -28,9 +30,9 @@ { mkdir -p $fs/usr/share/applications cp -a $stuff/listpatron.desktop $fs/usr/share/applications - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - cp -a $_pkg/usr/share/xml $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/xml $fs/usr/share cd $fs/usr/share/pixmaps ln -s listpatron/icons/listpatron-col-add.png listpatron.png } diff -r fd4f1e692109 -r 2a5cc8208d36 llvm/receipt --- a/llvm/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/llvm/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Modular compiler toolchain collection." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" WEB_SITE="http://llvm.org/" TARBALL="$PACKAGE-$VERSION.src.tar.gz" WGET_URL="${WEB_SITE}releases/$VERSION/$TARBALL" diff -r fd4f1e692109 -r 2a5cc8208d36 lockdis/receipt --- a/lockdis/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lockdis/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="x-window" SHORT_DESC="Simple screen locker." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libX11 xorg-libXau xorg-libXpm xorg-libXdmcp" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://lockdis.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="xorg-libX11 xorg-libXau xorg-libXpm xorg-libXdmcp" + # Rules to configure and make the package. compile_rules() { @@ -19,13 +21,13 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r fd4f1e692109 -r 2a5cc8208d36 lorcon-dev/receipt --- a/lorcon-dev/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lorcon-dev/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="devel files for lorcon" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="lorcon" +LICENSE="GPL2" WEB_SITE="http://802.11ninja.net/lorcon/" WANTED="lorcon" +DEPENDS="lorcon" + # 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 fd4f1e692109 -r 2a5cc8208d36 lorcon/receipt --- a/lorcon/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lorcon/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="A generic library for injecting 802.11 frames, capable of injection via multiple driver frameworks, without forcing modification of the application code." MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" WEB_SITE="http://802.11ninja.net/lorcon/" WGET_URL="subversion|http://802.11ninja.net/svn/lorcon/trunk" BRANCH="$VERSION" diff -r fd4f1e692109 -r 2a5cc8208d36 lsdvd/receipt --- a/lsdvd/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lsdvd/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="A console application that displays the content of a DVD." MAINTAINER="erjo@slitaz.org" -DEPENDS="libdvdread" -BUILD_DEPENDS="libdvdread-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://untrepid.com/acidrip/lsdvd.html" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="libdvdread" +BUILD_DEPENDS="libdvdread-dev" + # Rules to configure and make the package. compile_rules() { @@ -26,6 +28,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r fd4f1e692109 -r 2a5cc8208d36 lshw/receipt --- a/lshw/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lshw/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="system-tools" SHORT_DESC="Hardware Lister" MAINTAINER="erjo@slitaz.org" -DEPENDS="gcc-lib-base" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://ezix.org/project/wiki/HardwareLiSter" WGET_URL="http://ezix.org/software/files/$TARBALL" +DEPENDS="gcc-lib-base" + # Rules to configure and make the package. compile_rules() { @@ -19,14 +21,14 @@ sed -i 's|#include |#define u8 __u8\n&|' \ src/core/scsi.cc src/core/burner.cc 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/sbin $fs/usr - cp -a $_pkg/usr/share/lshw $fs/usr/share + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/share/lshw $fs/usr/share } diff -r fd4f1e692109 -r 2a5cc8208d36 lsscsi/receipt --- a/lsscsi/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lsscsi/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Lists information about SCSI devices." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://sg.danny.cz/scsi/lsscsi.html" WGET_URL="http://sg.danny.cz/scsi/$TARBALL" diff -r fd4f1e692109 -r 2a5cc8208d36 lua-dev/receipt --- a/lua-dev/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lua-dev/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Lua devel files." WANTED="lua" MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.lua.org/" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r fd4f1e692109 -r 2a5cc8208d36 lua/receipt --- a/lua/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lua/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -4,13 +4,15 @@ VERSION="5.2.1" CATEGORY="development" SHORT_DESC="Powerful, fast, light-weight, embeddable scripting language." -DEPENDS="readline ncurses" -BUILD_DEPENDS="readline-dev" MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.lua.org/" WGET_URL="http://www.lua.org/ftp/$TARBALL" +DEPENDS="readline ncurses" +BUILD_DEPENDS="readline-dev" + # Rules to configure and make the package. compile_rules() { diff -r fd4f1e692109 -r 2a5cc8208d36 lua5.1-dev/receipt --- a/lua5.1-dev/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lua5.1-dev/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="Lua devel files." WANTED="lua5.1" MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.lua.org/" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r fd4f1e692109 -r 2a5cc8208d36 lua5.1/receipt --- a/lua5.1/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lua5.1/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,13 +5,15 @@ SOURCE="lua" CATEGORY="development" SHORT_DESC="Powerful, fast, light-weight, embeddable scripting language." -DEPENDS="readline ncurses" -BUILD_DEPENDS="readline-dev" MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.lua.org/" WGET_URL="http://www.lua.org/ftp/$TARBALL" +DEPENDS="readline ncurses" +BUILD_DEPENDS="readline-dev" + # Rules to configure and make the package. compile_rules() { diff -r fd4f1e692109 -r 2a5cc8208d36 lv2/receipt --- a/lv2/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lv2/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Portable plugin standard for audio systems." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://lv2plug.in/trac/" WGET_URL="http://lv2plug.in/spec/$TARBALL" diff -r fd4f1e692109 -r 2a5cc8208d36 lxde/receipt --- a/lxde/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lxde/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="meta" SHORT_DESC="LXDE desktop environement meta package with SliTaz integration." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://lxde.org/" TAGS="wm desktop" SUGGESTED="lxterminal lxdm pcmanfm" diff -r fd4f1e692109 -r 2a5cc8208d36 lxmenu-data/receipt --- a/lxmenu-data/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lxmenu-data/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="x-window" SHORT_DESC="Freedesktop.org menu-spec-compliant desktop menus for LXDE." MAINTAINER="rcx@zoominternet.net" -BUILD_DEPENDS="gettext intltool" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.lxde.org/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" CONFIG_FILES="/etc/xdg/menus/lxde-applications.menu" +BUILD_DEPENDS="gettext intltool" + # Rules to configure and make the package. compile_rules() { @@ -20,13 +22,13 @@ --sysconfdir=/etc \ $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 - cp -a $_pkg/usr $fs - cp -a $_pkg/etc $fs + cp -a $install/usr $fs + cp -a $install/etc $fs } diff -r fd4f1e692109 -r 2a5cc8208d36 lxterminal-locales/receipt --- a/lxterminal-locales/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lxterminal-locales/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="utilities" SHORT_DESC="LXDE X Terminal emulator locales." MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="lxterminal" +LICENSE="GPL2" WANTED="lxterminal" WEB_SITE="http://lxde.org" +DEPENDS="lxterminal" + # Rules to configure and make the package. # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/share/locale $fs/usr/share + cp -a $install/usr/share/locale $fs/usr/share } diff -r fd4f1e692109 -r 2a5cc8208d36 lxterminal/receipt --- a/lxterminal/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lxterminal/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -6,13 +6,15 @@ CATEGORY="utilities" SHORT_DESC="LXDE X Terminal emulator." MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="vte gtk+" -BUILD_DEPENDS="intltool vte-dev vte-terminal gtk+-dev" +LICENSE="GPL2" SUGGESTED="lxterminal-locales" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://lxde.org" WGET_URL="http://downloads.sourceforge.net/project/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%20$VERSION/$TARBALL" +DEPENDS="vte gtk+" +BUILD_DEPENDS="intltool vte-dev vte-terminal gtk+-dev" + # Rules to configure and make the package. compile_rules() { @@ -22,15 +24,15 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share $fs/usr # Remove man & locales rm -rf $fs/usr/share/man diff -r fd4f1e692109 -r 2a5cc8208d36 lzlib-dev/receipt --- a/lzlib-dev/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lzlib-dev/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Compressor with a high compression ratio devel files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://sourceforge.net/projects/sevenzip/" WANTED="lzma" diff -r fd4f1e692109 -r 2a5cc8208d36 lzlib/receipt --- a/lzlib/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lzlib/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="Compressor with a high compression ratio library." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://sourceforge.net/projects/sevenzip/" DEPENDS="zlib gcc-lib-base" WANTED="lzma" diff -r fd4f1e692109 -r 2a5cc8208d36 lzma/receipt --- a/lzma/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lzma/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="base-system" SHORT_DESC="Compressor with a high compression ratio." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" TARBALL="lzma$(echo $VERSION | sed 's/\.//').tar.bz2" WEB_SITE="http://sourceforge.net/projects/sevenzip/" WGET_URL="$SF_MIRROR/sevenzip/$TARBALL" +TAGS="compression archive" + DEPENDS="lzlib zlib gcc-lib-base" -TAGS="compression archive" # Rules to compile & install the temporary toolchain. cook_tmp_toolchain() diff -r fd4f1e692109 -r 2a5cc8208d36 lzo-dev/receipt --- a/lzo-dev/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lzo-dev/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="Data compression development library." MAINTAINER="erjo@slitaz.org" -DEPENDS="lzo" +LICENSE="GPL2" WANTED="lzo" WEB_SITE="http://www.oberhumer.com/opensource/lzo/download/" +DEPENDS="lzo" + # 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 fd4f1e692109 -r 2a5cc8208d36 lzo/receipt --- a/lzo/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/lzo/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Data compression library" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.oberhumer.com/opensource/lzo/download/" WGET_URL="http://www.oberhumer.com/opensource/lzo/download/$TARBALL" @@ -22,6 +23,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 fd4f1e692109 -r 2a5cc8208d36 p11-kit-dev/receipt --- a/p11-kit-dev/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/p11-kit-dev/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="development" MAINTAINER="slaxemulator@gmail.com" +LICENSE="BSD" WEB_SITE="http://p11-glue.freedesktop.org" +WANTED="p11-kit" + DEPENDS="p11-kit" -WANTED="p11-kit" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r fd4f1e692109 -r 2a5cc8208d36 p4wn/receipt --- a/p4wn/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/p4wn/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="Chess game in javascript" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="PublicDomain" WEB_SITE="http://p4wn.sourceforge.net/" TARBALL="sven_vehars_fancy_version.zip" WGET_URL="$WEB_SITE/downloads/$TARBALL" diff -r fd4f1e692109 -r 2a5cc8208d36 passenger/receipt --- a/passenger/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/passenger/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="Rails and Rack support for Apache2." MAINTAINER="erjo@slitaz.org" -DEPENDS="ruby rake libev libcurl fastthread daemon_controller spruz file-tail rack apache" -BUILD_DEPENDS="$DEPENDS ruby-dev curl-dev libev-dev apr-dev apr-util-dev apache-dev" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.gem" WEB_SITE="http://rubygems.org/gems/passenger" WGET_URL="http://rubygems.org/downloads/$TARBALL" COOK_OPT="!repack_src !unpack" +DEPENDS="ruby rake libev libcurl fastthread daemon_controller spruz file-tail rack apache" +BUILD_DEPENDS="$DEPENDS ruby-dev curl-dev libev-dev apr-dev apr-util-dev apache-dev" + # Rules to configure and make the package. compile_rules() { diff -r fd4f1e692109 -r 2a5cc8208d36 portmap/receipt --- a/portmap/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/portmap/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,12 +5,13 @@ CATEGORY="network" SHORT_DESC="RPC portmapper" MAINTAINER="erjo@slitaz.org" -DEPENDS="libwrap" -BUILD_DEPENDS="libwrap-dev" +LICENSE="BSD" TARBALL="${PACKAGE}-${VERSION}.tgz" WEB_SITE="http://neil.brown.name/portmap/" WGET_URL="http://neil.brown.name/portmap/$TARBALL" +DEPENDS="libwrap" +BUILD_DEPENDS="libwrap-dev" # rules to configure and make the package. compile_rules() diff -r fd4f1e692109 -r 2a5cc8208d36 portmidi/receipt --- a/portmidi/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/portmidi/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="Platform Independent Library for MIDI I/O" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="alsa-lib" -BUILD_DEPENDS="alsa-lib-dev cmake" +LICENSE="MIT" TARBALL="$PACKAGE-src-$VERSION.zip" WEB_SITE="http://portmedia.sourceforge.net/portmidi/" WGET_URL="$SF_MIRROR/portmedia/$PACKAGE/$VERSION/$TARBALL" +DEPENDS="alsa-lib" +BUILD_DEPENDS="alsa-lib-dev cmake" + # Rules to configure and make the package. compile_rules() { @@ -32,13 +34,13 @@ -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=Release \ -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=Release - 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/* $fs/usr + cp -a $install/usr/* $fs/usr } diff -r fd4f1e692109 -r 2a5cc8208d36 pycrypto/receipt --- a/pycrypto/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/pycrypto/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="Cryptographic algorithms and protocols for python." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="PublicDomain" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.amk.ca/python/code/crypto" WGET_URL="http://ftp.dlitz.net/pub/dlitz/crypto/$PACKAGE/$TARBALL" + DEPENDS="python gmp" BUILD_DEPENDS="python-dev gmp-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 fd4f1e692109 -r 2a5cc8208d36 python-couchdbkit/receipt --- a/python-couchdbkit/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-couchdbkit/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="A framework for python applications to access and manage CouchDB" MAINTAINER="claudinei@slitaz.org" +LICENSE="MIT" TARBALL="$SOURCE-$VERSION.zip" WEB_SITE="http://www.couchdbkit.org" WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip" diff -r fd4f1e692109 -r 2a5cc8208d36 python-cython/receipt --- a/python-cython/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-cython/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Language to write C extensions for Python." MAINTAINER="pankso@slitaz.org" +LICENSE="Apache" SOURCE="Cython" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cython.org/" WGET_URL="http://cython.org/release/$TARBALL" + DEPENDS="python" BUILD_DEPENDS="$DEPENDS python-dev" diff -r fd4f1e692109 -r 2a5cc8208d36 python-docutils/receipt --- a/python-docutils/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-docutils/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="Text processing system." MAINTAINER="claudinei@slitaz.org" +LICENSE="PublicDomain GPL3 BSD" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://docutils.sourceforge.net" WGET_URL="http://switch.dl.sourceforge.net/project/$SOURCE/$SOURCE/$VERSION/$TARBALL" diff -r fd4f1e692109 -r 2a5cc8208d36 python-formalchemy/receipt --- a/python-formalchemy/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-formalchemy/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -6,12 +6,14 @@ CATEGORY="development" SHORT_DESC="Auto-generated, customizable HTML output form fields from SQLAlchemy mapped classes." MAINTAINER="claudinei@slitaz.org" +LICENSE="MIT" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://docs.formalchemy.org" +WGET_URL="https://github.com/FormAlchemy/$SOURCE/archive/$VERSION.tar.gz" + DEPENDS="python python-sqlalchemy python-webhelpers python-markupsafe \ python-tempita python-webob" BUILD_DEPENDS="python-dev setuptools wget" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://docs.formalchemy.org" -WGET_URL="https://github.com/FormAlchemy/$SOURCE/archive/$VERSION.tar.gz" # Rules to configure and make the package. compile_rules() diff -r fd4f1e692109 -r 2a5cc8208d36 python-gdata/receipt --- a/python-gdata/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-gdata/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="The Google Data APIs for Python." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="Apache" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://http://code.google.com/p/gdata-python-client/" WGET_URL="http://gdata-python-client.googlecode.com/files/$TARBALL" @@ -25,5 +26,5 @@ genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r fd4f1e692109 -r 2a5cc8208d36 python-html5lib/receipt --- a/python-html5lib/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-html5lib/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="Standarts-compliant library for parsing HTML documents in Python." MAINTAINER="claudinei@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://github.com/html5lib/html5lib-python" WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" + DEPENDS="python python-six" BUILD_DEPENDS="python-dev setuptools wget" diff -r fd4f1e692109 -r 2a5cc8208d36 python-http-parser/receipt --- a/python-http-parser/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-http-parser/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="HTTP request/response parser for python in C" MAINTAINER="claudinei@slitaz.org" +LICENSE="MIT" TARBALL="$SOURCE-$VERSION.zip" WEB_SITE="https://github.com/benoitc/http-parser/" WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip" diff -r fd4f1e692109 -r 2a5cc8208d36 python-httplib2/receipt --- a/python-httplib2/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-httplib2/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -6,12 +6,14 @@ CATEGORY="development" SHORT_DESC="A comprehensive HTTP client library for python" MAINTAINER="claudinei@slitaz.org" -DEPENDS="python" -BUILD_DEPENDS="python-dev" +LICENSE="MIT" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/httplib2" WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python-dev" + # Rules to configure and make the package. compile_rules() { diff -r fd4f1e692109 -r 2a5cc8208d36 python-ldap/receipt --- a/python-ldap/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-ldap/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -6,8 +6,10 @@ SHORT_DESC="An object-oriented API to access LDAP directory servers." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" +LICENSE="PSL" WEB_SITE="http://www.python-ldap.org/" WGET_URL="http://pypi.python.org/packages/source/p/$PACKAGE/$TARBALL" + DEPENDS="openldap openssl cyrus-sasl python" BUILD_DEPENDS="openldap-dev openssl-dev cyrus-sasl-dev python-dev" @@ -16,13 +18,13 @@ { cd $src python setup.py build - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r fd4f1e692109 -r 2a5cc8208d36 python-llfuse/receipt --- a/python-llfuse/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-llfuse/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="Python bindings for the low level FUSE API." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://code.google.com/p/$PACKAGE/" WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" diff -r fd4f1e692109 -r 2a5cc8208d36 python-lxml/receipt --- a/python-lxml/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-lxml/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Pythonic binding for the libxml2 and libxslt libraries.." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD GPL PSF" SOURCE="lxml" TARBALL="$SOURCE-$VERSION.tgz" WEB_SITE="http://codespeak.net/lxml/" WGET_URL="${WEB_SITE}${TARBALL}" + DEPENDS="python libxml2 libxslt zlib" BUILD_DEPENDS="python libxml2 libxml2-dev libxslt libxslt-dev setuptools" @@ -16,12 +18,12 @@ compile_rules() { cd $src - make && python setup.py install --root=$PWD/_pkg + make && python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r fd4f1e692109 -r 2a5cc8208d36 python-magic/receipt --- a/python-magic/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-magic/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Retrieve file type." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.darwinsys.com/file/" WANTED="file" diff -r fd4f1e692109 -r 2a5cc8208d36 python-mock/receipt --- a/python-mock/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-mock/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="A library for testing in Python." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" SOURCE="mock" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" diff -r fd4f1e692109 -r 2a5cc8208d36 python-mpd/receipt --- a/python-mpd/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-mpd/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,23 +5,24 @@ CATEGORY="multimedia" SHORT_DESC="Python MPD client library" MAINTAINER="jozee@slitaz.org" -DEPENDS="python" -BUILD_DEPENDS="python-dev" +LICENSE="LGPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://mpd.wikia.com/wiki/ClientLib:python-mpd" WGET_URL="http://pypi.python.org/packages/source/p/python-mpd/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python-dev" + # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --prefix=/usr --root="$PWD/_pkg" - + python setup.py install --prefix=/usr --root="$DESTDIR" } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r fd4f1e692109 -r 2a5cc8208d36 python-mygpoclient/receipt --- a/python-mygpoclient/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-mygpoclient/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -6,23 +6,25 @@ CATEGORY="development" SHORT_DESC="Python interface to the gpodder.net web services." MAINTAINER="claudinei@slitaz.org" -DEPENDS="python python-simplejson" -BUILD_DEPENDS="python-dev" +LICENSE="GPL3" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://thpinfo.com/2010/mygpoclient" WGET_URL="$WEB_SITE/$TARBALL" +DEPENDS="python python-simplejson" +BUILD_DEPENDS="python-dev" + # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r fd4f1e692109 -r 2a5cc8208d36 python-nose/receipt --- a/python-nose/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-nose/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,25 +5,27 @@ CATEGORY="development" SHORT_DESC="Unittest extension" MAINTAINER="taziden@slitaz.org" +LICENSE="LGPL2.1" SOURCE="nose" -DEPENDS="python" -BUILD_DEPENDS="python python-dev" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://pylonshq.com" WGET_URL="$WEB_SITE/download/1.0/$TARBALL" TAGS="python" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" + # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r fd4f1e692109 -r 2a5cc8208d36 python-openid/receipt --- a/python-openid/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-openid/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="OpenID libraries for Python." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="Apache" TARBALL="${PACKAGE}_$VERSION.orig.tar.gz" WEB_SITE="http://www.janrain.com/openid-enabled/" WGET_URL="http://ftp.debian.org/debian/pool/main/${PACKAGE:0:1}/$PACKAGE/$TARBALL" @@ -24,5 +25,5 @@ genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r fd4f1e692109 -r 2a5cc8208d36 python-paste/receipt --- a/python-paste/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-paste/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,23 +5,25 @@ CATEGORY="development" SHORT_DESC="Tools for using a Web Server Gateway Interface stack." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="Paste" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://pythonpaste.org/" WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL" +TAGS="python" + DEPENDS="python" BUILD_DEPENDS="python python-dev setuptools" -TAGS="python" # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r fd4f1e692109 -r 2a5cc8208d36 python-phonenumbers/receipt --- a/python-phonenumbers/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-phonenumbers/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="common library for parsing, formatting, storing and validating international phone numbers." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="Apache" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="https://github.com/daviddrysdale/python-phonenumbers" #https://pypi.python.org/pypi/phonenumbers diff -r fd4f1e692109 -r 2a5cc8208d36 python-pil/receipt --- a/python-pil/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-pil/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Python Imaging Library." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SOURCE="Imaging" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.pythonware.com/products/pil/" WGET_URL="http://effbot.org/downloads/$TARBALL" + DEPENDS="python jpeg zlib freetype tk" BUILD_DEPENDS="python python-dev jpeg-dev zlib-dev" @@ -17,14 +19,14 @@ { cd $src python setup.py build && - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } # Remove old package. diff -r fd4f1e692109 -r 2a5cc8208d36 python-psutil/receipt --- a/python-psutil/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-psutil/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="A process and system utilities module for Python." MAINTAINER="paul@slitaz.org" +LICENSE="BSD" SOURCE="psutil" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/psutil/" WGET_URL="http://psutil.googlecode.com/files/$TARBALL" + DEPENDS="python" BUILD_DEPENDS="python-dev setuptools" diff -r fd4f1e692109 -r 2a5cc8208d36 python-pypdf/receipt --- a/python-pypdf/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-pypdf/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="A Pure-Python library built as a PDF tookit." MAINTAINER="claudinei@slitaz.org" +LICENSE="BSD" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://pybrary.net/pyPdf" WGET_URL="$WEB_SITE/$TARBALL" @@ -16,14 +17,14 @@ compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } # Remove old package. diff -r fd4f1e692109 -r 2a5cc8208d36 python-unittest2/receipt --- a/python-unittest2/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/python-unittest2/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="New features backport to the unittest testing framework." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" SOURCE="unittest2" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://pypi.python.org/pypi/unittest2" diff -r fd4f1e692109 -r 2a5cc8208d36 sqlite-dev/receipt --- a/sqlite-dev/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/sqlite-dev/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -6,10 +6,12 @@ CATEGORY="development" SHORT_DESC="Small SQL database engine devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="sqlite" +LICENSE="PublicDomain" WANTED="sqlite" WEB_SITE="http://www.sqlite.org/" +DEPENDS="sqlite" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r fd4f1e692109 -r 2a5cc8208d36 sqlite/receipt --- a/sqlite/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/sqlite/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -6,11 +6,13 @@ CATEGORY="office" SHORT_DESC="Small SQL database engine." MAINTAINER="pankso@slitaz.org" +LICENSE="PublicDomain" TARBALL="$PACKAGE-src-${_realver}.zip" +WEB_SITE="http://www.sqlite.org/" +WGET_URL="http://www.sqlite.org/2013/$TARBALL" + DEPENDS="libsqlite" BUILD_DEPENDS="tcl" -WEB_SITE="http://www.sqlite.org/" -WGET_URL="http://www.sqlite.org/2013/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r fd4f1e692109 -r 2a5cc8208d36 sqlite3-ruby/receipt --- a/sqlite3-ruby/receipt Sat Oct 19 13:53:26 2013 +0000 +++ b/sqlite3-ruby/receipt Sun Oct 20 22:08:25 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="Ruby interface for the SQLite database engine" MAINTAINER="erjo@slitaz.org" +LICENSE="BSD" +TARBALL="$PACKAGE-$VERSION.tgz" +WEB_SITE="rubyforge.org/projects/sqlite-ruby" +WGET_URL="http://rubyforge.org/frs/download.php/71617/$TARBALL" + DEPENDS="ruby sqlite" BUILD_DEPENDS="ruby ruby-dev sqlite-dev" -TARBALL="$PACKAGE-$VERSION.tgz" -WEB_SITE="rubyforge.org/projects/sqlite-ruby" -WGET_URL="http://rubyforge.org/frs/download.php/71617/sqlite3-ruby-1.3.1.tgz" # Rules to configure and make the package. compile_rules() @@ -17,13 +19,13 @@ cd $src ruby setup.rb config ruby setup.rb setup - ruby setup.rb install --prefix=$PWD/_pkg + ruby setup.rb install --prefix=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r fd4f1e692109 -r 2a5cc8208d36 syslinux/stuff/help.en --- a/syslinux/stuff/help.en Sat Oct 19 13:53:26 2013 +0000 +++ b/syslinux/stuff/help.en Sun Oct 20 22:08:25 2013 +0000 @@ -5,7 +5,7 @@ SliTaz operates in RAM, it does not alter your current distribution. SliTaz runs a Linux kernel and free software from the GNU project. When launched, SliTaz gives you many useful commands, file handling, - the internet and more than 3000 installable packages from our repository. + the internet and more than 4000 installable packages from our repository. Display this help file Display SliTaz boot options