# HG changeset patch # User Pascal Bellard # Date 1381791206 0 # Node ID 1ef621db1c6d890bf955d593829d82567bc48ae7 # Parent 01af0e72b84150ab3524806f2146b55360f08793 Add some licenses diff -r 01af0e72b841 -r 1ef621db1c6d catalyst/receipt --- a/catalyst/receipt Mon Oct 14 22:33:37 2013 +0000 +++ b/catalyst/receipt Mon Oct 14 22:53:26 2013 +0000 @@ -4,6 +4,7 @@ VERSION="10.12" CATEGORY="x-window" MAINTAINER="jozee@slitaz.org" +LICENSE="other" SHORT_DESC="AMD/ATI beta drivers (non-free) for Radeon brand cards " WEB_SITE="http://www.ati.amd.com" TARBALL="ati-driver-installer-${VERSION/./-}-x86.x86_64.run" diff -r 01af0e72b841 -r 1ef621db1c6d cross-arm-binutils/receipt --- a/cross-arm-binutils/receipt Mon Oct 14 22:33:37 2013 +0000 +++ b/cross-arm-binutils/receipt Mon Oct 14 22:53:26 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Cross compilation linker targeting ARM platform." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" SOURCE="binutils" WEB_SITE="http://www.gnu.org/software/binutils/" TARBALL="$SOURCE-$VERSION.tar.bz2" diff -r 01af0e72b841 -r 1ef621db1c6d cross-arm-gcc/receipt --- a/cross-arm-gcc/receipt Mon Oct 14 22:33:37 2013 +0000 +++ b/cross-arm-gcc/receipt Mon Oct 14 22:53:26 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Cross compiler for targeting ARM platform." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" SOURCE="gcc" WEB_SITE="http://gcc.gnu.org/" TARBALL="$SOURCE-$VERSION.tar.bz2" diff -r 01af0e72b841 -r 1ef621db1c6d cross-arm-glibc/receipt --- a/cross-arm-glibc/receipt Mon Oct 14 22:33:37 2013 +0000 +++ b/cross-arm-glibc/receipt Mon Oct 14 22:53:26 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="The GNU C libraries for the ARM cross toolchain" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" SOURCE="glibc" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/libc/" diff -r 01af0e72b841 -r 1ef621db1c6d cross-x86_64-binutils/receipt --- a/cross-x86_64-binutils/receipt Mon Oct 14 22:33:37 2013 +0000 +++ b/cross-x86_64-binutils/receipt Mon Oct 14 22:53:26 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Cross compilation linker targeting x86_64 platform." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" SOURCE="binutils" WEB_SITE="http://www.gnu.org/software/binutils/" TARBALL="$SOURCE-$VERSION.tar.bz2" diff -r 01af0e72b841 -r 1ef621db1c6d evolution-data-server-dev/receipt --- a/evolution-data-server-dev/receipt Mon Oct 14 22:33:37 2013 +0000 +++ b/evolution-data-server-dev/receipt Mon Oct 14 22:53:26 2013 +0000 @@ -5,19 +5,22 @@ CATEGORY="development" SHORT_DESC="Integrated mail, addressbook and calendaring, server developement files." MAINTAINER="erjo@slitaz.org" -DEPENDS="evolution-data-server" +LICENSE="LGPL2" WEB_SITE="http://projects.gnome.org/evolution/download.shtml" WANTED="evolution-data-server" + +DEPENDS="evolution-data-server" + # 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 $install/usr/include $fs/usr - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/evolution-data-server-1.2 $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $instal/usr/lib/evolution-data-server-1.2 $fs/usr/lib # Clean unwated files cd $fs/usr/lib ; find . -name "*.so*" -exec rm -f {} \; diff -r 01af0e72b841 -r 1ef621db1c6d evolution-data-server/receipt --- a/evolution-data-server/receipt Mon Oct 14 22:33:37 2013 +0000 +++ b/evolution-data-server/receipt Mon Oct 14 22:53:26 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Integrated mail, addressbook and calendaring, server." MAINTAINER="erjo@slitaz.org" +LICENSE="LGPL2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://projects.gnome.org/evolution/download.shtml" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/${VERSION%.*}/$TARBALL" + DEPENDS="libgnomeui libsoup" BUILD_DEPENDS="libglade-dev libsoup-dev gtk+-dev ORBit2-dev libbonobo-dev GConf-dev libical-dev firefox-dev db-dev libxcb-dev popt-dev bison flex glib-dev sqlite-dev" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://projects.gnome.org/evolution/download.shtml" -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -28,7 +30,7 @@ --with-nspr-include=/usr/include/firefox-3.5.3/stable \ --with-nspr-libs=/usr/lib/firefox-devel-3.5.3/sdk/lib \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -36,13 +38,13 @@ { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - cp -a $_pkg/usr/share/evolution-data-server-2.28 $fs/usr/share - cp -a $_pkg/usr/share/idl $fs/usr/share + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/evolution-data-server-2.28 $fs/usr/share + cp -a $install/usr/share/idl $fs/usr/share - cp -a $_pkg/usr/lib/bonobo $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/evolution-data-server-1.2 $fs/usr/lib + cp -a $install/usr/lib/bonobo $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/evolution-data-server-1.2 $fs/usr/lib # Clean unwated files cd $fs/usr/lib ; find . -name "*.*a" -exec rm -f {} \; diff -r 01af0e72b841 -r 1ef621db1c6d evolution-mapi/receipt --- a/evolution-mapi/receipt Mon Oct 14 22:33:37 2013 +0000 +++ b/evolution-mapi/receipt Mon Oct 14 22:53:26 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Integrated mail, addressbook and calendaring." MAINTAINER="erjo@slitaz.org" -DEPENDS="" -BUILD_DEPENDS="evolution-data-server-dev" +LICENSE="LGPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://projects.gnome.org/evolution/download.shtml" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" +DEPENDS="" +BUILD_DEPENDS="evolution-data-server-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,13 +22,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 01af0e72b841 -r 1ef621db1c6d evolution-plugin/receipt --- a/evolution-plugin/receipt Mon Oct 14 22:33:37 2013 +0000 +++ b/evolution-plugin/receipt Mon Oct 14 22:53:26 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="network" SHORT_DESC="Integrated mail, addressbook and calendaring plugins." MAINTAINER="erjo@slitaz.org" -DEPENDS="" +LICENSE="LGPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://projects.gnome.org/evolution/download.shtml" WGET_URL="http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/${VERSION%.*}/$TARBALL" +DEPENDS="" + # 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 01af0e72b841 -r 1ef621db1c6d evolution/receipt --- a/evolution/receipt Mon Oct 14 22:33:37 2013 +0000 +++ b/evolution/receipt Mon Oct 14 22:53:26 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="network" SHORT_DESC="Integrated mail, addressbook and calendaring" MAINTAINER="erjo@slitaz.org" +LICENSE="LGPL2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://projects.gnome.org/evolution/" +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" + DEPENDS="glib libgnomecanvas libbonobo libglade" BUILD_DEPENDS="gnome-desktop gnome-doc-utils-dev GConf-dev glib-dev \ libgnomecanvas-dev libbonobo-dev libglade-dev shared-mime-info-dev \ libbonoboui-dev libgnomeui-dev gnome-desktop-dev evolution-data-server-dev \ gnome-icon-theme libgtkhtml-dev bison flex" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://projects.gnome.org/evolution/" -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -23,13 +25,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 01af0e72b841 -r 1ef621db1c6d kdelibs-dev/receipt --- a/kdelibs-dev/receipt Mon Oct 14 22:33:37 2013 +0000 +++ b/kdelibs-dev/receipt Mon Oct 14 22:53:26 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="KDElibs include files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="kdelibs" WEB_SITE="http://www.kde.org/" @@ -12,5 +13,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/include $fs/usr } diff -r 01af0e72b841 -r 1ef621db1c6d kdelibs/receipt --- a/kdelibs/receipt Mon Oct 14 22:33:37 2013 +0000 +++ b/kdelibs/receipt Mon Oct 14 22:53:26 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="The KDE library." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.kde.org/" WGET_URL="http://mirrors.isc.org/pub/kde/stable/$VERSION/src/$TARBALL" diff -r 01af0e72b841 -r 1ef621db1c6d latex/receipt --- a/latex/receipt Mon Oct 14 22:33:37 2013 +0000 +++ b/latex/receipt Mon Oct 14 22:53:26 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="office" SHORT_DESC="LaTeX is a high-quality typesetting system." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="PublicDomain" TARBALL="$SOURCE-$VERSION-source.tar.xz" WEB_SITE="http://www.latex-project.org/" WGET_URL="ftp://tug.org/historic/systems/texlive/${VERSION:0:4}/$TARBALL" @@ -28,5 +29,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 01af0e72b841 -r 1ef621db1c6d tmux-mem-cpu-load/receipt --- a/tmux-mem-cpu-load/receipt Mon Oct 14 22:33:37 2013 +0000 +++ b/tmux-mem-cpu-load/receipt Mon Oct 14 22:53:26 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="utilities" SHORT_DESC="CPU, RAM memory, and load monitor for use with tmux." MAINTAINER="paul@slitaz.org" -DEPENDS="tmux" -BUILD_DEPENDS="cmake python bzip2 git" +LICENSE="Apache" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://github.com/thewtex/tmux-mem-cpu-load" WGET_URL="git|git://github.com/thewtex/tmux-mem-cpu-load" +DEPENDS="tmux" +BUILD_DEPENDS="cmake python bzip2 git" + # Rules to configure and make the package. compile_rules() {