# HG changeset patch # User Pascal Bellard # Date 1370941772 -7200 # Node ID 086841d75237cef7e9a4f94b79dc54f43701427d # Parent 3b8da0bc3a5dde18c4d8d86dc6635fb3791b9851 lib[o-r]*: add LICENSE diff -r 3b8da0bc3a5d -r 086841d75237 libpano13-dev/receipt --- a/libpano13-dev/receipt Tue Jun 11 10:56:08 2013 +0200 +++ b/libpano13-dev/receipt Tue Jun 11 11:09:32 2013 +0200 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Panorama tools library, development tools." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://panotools.sourceforge.net/" WANTED="libpano13" diff -r 3b8da0bc3a5d -r 086841d75237 libpano13/receipt --- a/libpano13/receipt Tue Jun 11 10:56:08 2013 +0200 +++ b/libpano13/receipt Tue Jun 11 11:09:32 2013 +0200 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Panorama tools library." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://panotools.sourceforge.net/" WGET_URL="$SF_MIRROR/panotools/$TARBALL" diff -r 3b8da0bc3a5d -r 086841d75237 libpaper-dev/receipt --- a/libpaper-dev/receipt Tue Jun 11 10:56:08 2013 +0200 +++ b/libpaper-dev/receipt Tue Jun 11 11:09:32 2013 +0200 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Devel files and headers for libpaper." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="libpaper" WEB_SITE="http://packages.debian.org/unstable/source/libpaper" diff -r 3b8da0bc3a5d -r 086841d75237 libpaper/receipt --- a/libpaper/receipt Tue Jun 11 10:56:08 2013 +0200 +++ b/libpaper/receipt Tue Jun 11 11:09:32 2013 +0200 @@ -5,11 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="Library for handling paper characteristics." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="${PACKAGE}_$VERSION+nmu1.tar.gz" WEB_SITE="http://packages.debian.org/unstable/source/libpaper" WGET_URL="http://ftp.de.debian.org/debian/pool/main/libp/libpaper/$TARBALL" - # Rules to configure and make the package. compile_rules() { diff -r 3b8da0bc3a5d -r 086841d75237 libplist-dev/receipt --- a/libplist-dev/receipt Tue Jun 11 10:56:08 2013 +0200 +++ b/libplist-dev/receipt Tue Jun 11 11:09:32 2013 +0200 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="Development files for libplist" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" WEB_SITE="http://libimobiledevice.org/" +WANTED="libplist" + DEPENDS="libplist" -WANTED="libplist" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -ar $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -ar $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 3b8da0bc3a5d -r 086841d75237 libplist/receipt --- a/libplist/receipt Tue Jun 11 10:56:08 2013 +0200 +++ b/libplist/receipt Tue Jun 11 11:09:32 2013 +0200 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="A library to handle Apple Property List format whereas it's binary or XMl" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="glib libxml2" -BUILD_DEPENDS="libxml2-dev glib-dev cmake swig python python-dev " +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://libimobiledevice.org/" WGET_URL="http://www.libimobiledevice.org/downloads/$TARBALL" +DEPENDS="glib libxml2" +BUILD_DEPENDS="libxml2-dev glib-dev cmake swig python python-dev " + # Rules to configure and make the package. compile_rules() { @@ -25,7 +27,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/ - cp -a $_pkg/usr/lib/python* $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib/ + cp -a $install/usr/lib/python* $fs/usr/lib + cp -a $install/usr/bin $fs/usr } diff -r 3b8da0bc3a5d -r 086841d75237 libproxy-dev/receipt --- a/libproxy-dev/receipt Tue Jun 11 10:56:08 2013 +0200 +++ b/libproxy-dev/receipt Tue Jun 11 11:09:32 2013 +0200 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="libproxy devel files" MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" WANTED="libproxy" WEB_SITE="http://libproxy.googlecode.com" @@ -12,6 +13,6 @@ 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 3b8da0bc3a5d -r 086841d75237 libproxy/receipt --- a/libproxy/receipt Tue Jun 11 10:56:08 2013 +0200 +++ b/libproxy/receipt Tue Jun 11 11:09:32 2013 +0200 @@ -5,13 +5,15 @@ CATEGORY="multimedia" SHORT_DESC="library to provide automatic proxy configuration management" MAINTAINER="jozee@slitaz.org" -DEPENDS="glib gtk+ gcc-lib-base xorg-libXmu libwebkit libtasn1" -BUILD_DEPENDS="glibc-base cmake libwebkit-dev python python-dev perl" +LICENSE="LGPL2.1" SUGGESTED="python icu libcurl libxslt webkit-r" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://libproxy.googlecode.com" WGET_URL="$WEB_SITE/files/$TARBALL" +DEPENDS="glib gtk+ gcc-lib-base xorg-libXmu libwebkit libtasn1" +BUILD_DEPENDS="glibc-base cmake libwebkit-dev python python-dev perl" + # Rules to configure and make the package. compile_rules() { @@ -21,14 +23,14 @@ -e 's|/usr/local|/usr|' CMakeCache.txt ./autogen.sh && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - #cp -a $_pkg/usr/lib/python* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + #cp -a $install/usr/lib/python* $fs/usr/lib } diff -r 3b8da0bc3a5d -r 086841d75237 libqcow-dev/receipt --- a/libqcow-dev/receipt Tue Jun 11 10:56:08 2013 +0200 +++ b/libqcow-dev/receipt Tue Jun 11 11:09:32 2013 +0200 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Tools for reading QEMU Copy-On-Write (QCOW) images, development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL3" WEB_SITE="http://libqcow.sourceforge.net/" WANTED="libqcow" @@ -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 + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr } diff -r 3b8da0bc3a5d -r 086841d75237 libqcow/receipt --- a/libqcow/receipt Tue Jun 11 10:56:08 2013 +0200 +++ b/libqcow/receipt Tue Jun 11 11:09:32 2013 +0200 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Tools for reading QEMU Copy-On-Write (QCOW) image files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL3" TARBALL="$PACKAGE-alpha-$VERSION.tar.gz" WEB_SITE="http://libqcow.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -27,6 +28,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 3b8da0bc3a5d -r 086841d75237 libquicktime-dev/receipt --- a/libquicktime-dev/receipt Tue Jun 11 10:56:08 2013 +0200 +++ b/libquicktime-dev/receipt Tue Jun 11 11:09:32 2013 +0200 @@ -4,10 +4,12 @@ VERSION="1.2.4" CATEGORY="development" MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" SHORT_DESC="libquicktime devel files" WEB_SITE="http://libquicktime.sourceforge.net/" +WANTED="libquicktime" + DEPENDS="libquicktime" -WANTED="libquicktime" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 3b8da0bc3a5d -r 086841d75237 libquicktime/receipt --- a/libquicktime/receipt Tue Jun 11 10:56:08 2013 +0200 +++ b/libquicktime/receipt Tue Jun 11 11:09:32 2013 +0200 @@ -4,6 +4,7 @@ VERSION="1.2.4" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" SHORT_DESC="A library for reading and writing quicktime files." WEB_SITE="http://libquicktime.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" diff -r 3b8da0bc3a5d -r 086841d75237 libqwt5-qt4-dev/receipt --- a/libqwt5-qt4-dev/receipt Tue Jun 11 10:56:08 2013 +0200 +++ b/libqwt5-qt4-dev/receipt Tue Jun 11 11:09:32 2013 +0200 @@ -13,6 +13,6 @@ genpkg_rules() { mkdir -p $fs/usr/include - cp -a $_pkg/usr/local/qwt-$VERSION/include/*.h \ + cp -a $install/usr/local/qwt-$VERSION/include/*.h \ $fs/usr/include } diff -r 3b8da0bc3a5d -r 086841d75237 libqwt5-qt4/receipt --- a/libqwt5-qt4/receipt Tue Jun 11 10:56:08 2013 +0200 +++ b/libqwt5-qt4/receipt Tue Jun 11 11:09:32 2013 +0200 @@ -25,6 +25,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/qt $fs/usr/lib - cp -a $_pkg/usr/local/qwt-$VERSION/lib/libqwt.so* $fs/usr/lib + cp -a $install/usr/lib/qt $fs/usr/lib + cp -a $install/usr/local/qwt-$VERSION/lib/libqwt.so* $fs/usr/lib } diff -r 3b8da0bc3a5d -r 086841d75237 librsvg-apps/receipt --- a/librsvg-apps/receipt Tue Jun 11 10:56:08 2013 +0200 +++ b/librsvg-apps/receipt Tue Jun 11 11:09:32 2013 +0200 @@ -5,15 +5,17 @@ CATEGORY="graphics" SHORT_DESC="Tiny libSVG utilities (rsvg, rsvg-view, rsvg-convert)." MAINTAINER="erjo@slitaz.org" -DEPENDS="librsvg python gtk+ libgsf" +LICENSE="GPL2" WANTED="librsvg" WEB_SITE="http://librsvg.sourceforge.net/" +DEPENDS="librsvg python gtk+ libgsf" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/pixmaps $fs/usr/share chmod +x $fs/usr/bin/* } diff -r 3b8da0bc3a5d -r 086841d75237 librsvg-dev/receipt --- a/librsvg-dev/receipt Tue Jun 11 10:56:08 2013 +0200 +++ b/librsvg-dev/receipt Tue Jun 11 11:09:32 2013 +0200 @@ -5,19 +5,21 @@ CATEGORY="development" SHORT_DESC="SVG Rendering Library dev files" MAINTAINER="erjo@slitaz.org" -DEPENDS="librsvg cairo-dev gdk-pixbuf-dev libgio-dev glib-dev libcroco-dev" +LICENSE="GPL2" WEB_SITE="http://librsvg.sourceforge.net/" WANTED="librsvg" +DEPENDS="librsvg cairo-dev gdk-pixbuf-dev libgio-dev glib-dev libcroco-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 $_pkg/usr/lib/gtk-2.0 $fs/usr/lib - cp -a $_pkg/usr/lib/gdk-pixbuf-2.0 $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 + cp -a $install/usr/lib/gtk-2.0 $fs/usr/lib + cp -a $install/usr/lib/gdk-pixbuf-2.0 $fs/usr/lib # remove *.*a files find $fs/usr/lib/gtk-2.0 -name "*.so*" -exec rm -f {} \; diff -r 3b8da0bc3a5d -r 086841d75237 librsvg/receipt --- a/librsvg/receipt Tue Jun 11 10:56:08 2013 +0200 +++ b/librsvg/receipt Tue Jun 11 11:09:32 2013 +0200 @@ -5,14 +5,16 @@ CATEGORY="x-window" SHORT_DESC="SVG Rendering Library" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://librsvg.sourceforge.net/" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" + DEPENDS="cairo freetype libxml2 pango fontconfig libcroco libgsf xcb-util \ libgio atk gdk-pixbuf xorg-libXinerama xorg-libXcursor xorg-libXcomposite xorg-libXext \ xorg-libXdamage" BUILD_DEPENDS="$DEPENDS libffi-dev pkg-config cairo-dev freetype-dev libxml2-dev pango-dev \ fontconfig-dev gdk-pixbuf-dev libcroco-dev glib-dev libpng-dev gtk+-dev perl expat-dev expat" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://librsvg.sourceforge.net/" -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -28,9 +30,9 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/gtk-2.0 $fs/usr/lib - cp -a $_pkg/usr/lib/gdk-pixbuf-2.0 $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/gtk-2.0 $fs/usr/lib + cp -a $install/usr/lib/gdk-pixbuf-2.0 $fs/usr/lib # remove *.*a files find $fs/usr/lib/gtk-2.0 -name "*.*a" -exec rm -f {} \; diff -r 3b8da0bc3a5d -r 086841d75237 librsync/receipt --- a/librsync/receipt Tue Jun 11 10:56:08 2013 +0200 +++ b/librsync/receipt Tue Jun 11 11:09:32 2013 +0200 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Library for the rsync remote-delta algorithm" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://librsync.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"