wok-undigest rev 1039

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 14 22:53:26 2013 +0000 (2013-10-14)
parents 01af0e72b841
children 26716db40c0a
files catalyst/receipt cross-arm-binutils/receipt cross-arm-gcc/receipt cross-arm-glibc/receipt cross-x86_64-binutils/receipt evolution-data-server-dev/receipt evolution-data-server/receipt evolution-mapi/receipt evolution-plugin/receipt evolution/receipt kdelibs-dev/receipt kdelibs/receipt latex/receipt tmux-mem-cpu-load/receipt
line diff
     1.1 --- a/catalyst/receipt	Mon Oct 14 22:33:37 2013 +0000
     1.2 +++ b/catalyst/receipt	Mon Oct 14 22:53:26 2013 +0000
     1.3 @@ -4,6 +4,7 @@
     1.4  VERSION="10.12"
     1.5  CATEGORY="x-window"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="other"
     1.8  SHORT_DESC="AMD/ATI beta drivers (non-free) for Radeon brand cards "
     1.9  WEB_SITE="http://www.ati.amd.com"
    1.10  TARBALL="ati-driver-installer-${VERSION/./-}-x86.x86_64.run"
     2.1 --- a/cross-arm-binutils/receipt	Mon Oct 14 22:33:37 2013 +0000
     2.2 +++ b/cross-arm-binutils/receipt	Mon Oct 14 22:53:26 2013 +0000
     2.3 @@ -5,6 +5,7 @@
     2.4  CATEGORY="system-tools"
     2.5  SHORT_DESC="Cross compilation linker targeting ARM platform."
     2.6  MAINTAINER="pankso@slitaz.org"
     2.7 +LICENSE="GPL2"
     2.8  SOURCE="binutils"
     2.9  WEB_SITE="http://www.gnu.org/software/binutils/"
    2.10  TARBALL="$SOURCE-$VERSION.tar.bz2"
     3.1 --- a/cross-arm-gcc/receipt	Mon Oct 14 22:33:37 2013 +0000
     3.2 +++ b/cross-arm-gcc/receipt	Mon Oct 14 22:53:26 2013 +0000
     3.3 @@ -5,6 +5,7 @@
     3.4  CATEGORY="system-tools"
     3.5  SHORT_DESC="Cross compiler for targeting ARM platform."
     3.6  MAINTAINER="pankso@slitaz.org"
     3.7 +LICENSE="GPL2"
     3.8  SOURCE="gcc"
     3.9  WEB_SITE="http://gcc.gnu.org/"
    3.10  TARBALL="$SOURCE-$VERSION.tar.bz2"
     4.1 --- a/cross-arm-glibc/receipt	Mon Oct 14 22:33:37 2013 +0000
     4.2 +++ b/cross-arm-glibc/receipt	Mon Oct 14 22:53:26 2013 +0000
     4.3 @@ -5,6 +5,7 @@
     4.4  CATEGORY="system-tools"
     4.5  SHORT_DESC="The GNU C libraries for the ARM cross toolchain"
     4.6  MAINTAINER="pankso@slitaz.org"
     4.7 +LICENSE="GPL2"
     4.8  SOURCE="glibc"
     4.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    4.10  WEB_SITE="http://www.gnu.org/software/libc/"
     5.1 --- a/cross-x86_64-binutils/receipt	Mon Oct 14 22:33:37 2013 +0000
     5.2 +++ b/cross-x86_64-binutils/receipt	Mon Oct 14 22:53:26 2013 +0000
     5.3 @@ -5,6 +5,7 @@
     5.4  CATEGORY="system-tools"
     5.5  SHORT_DESC="Cross compilation linker targeting x86_64 platform."
     5.6  MAINTAINER="erjo@slitaz.org"
     5.7 +LICENSE="GPL2"
     5.8  SOURCE="binutils"
     5.9  WEB_SITE="http://www.gnu.org/software/binutils/"
    5.10  TARBALL="$SOURCE-$VERSION.tar.bz2"
     6.1 --- a/evolution-data-server-dev/receipt	Mon Oct 14 22:33:37 2013 +0000
     6.2 +++ b/evolution-data-server-dev/receipt	Mon Oct 14 22:53:26 2013 +0000
     6.3 @@ -5,19 +5,22 @@
     6.4  CATEGORY="development"
     6.5  SHORT_DESC="Integrated mail, addressbook and calendaring, server developement files."
     6.6  MAINTAINER="erjo@slitaz.org"
     6.7 -DEPENDS="evolution-data-server"
     6.8 +LICENSE="LGPL2"
     6.9  WEB_SITE="http://projects.gnome.org/evolution/download.shtml"
    6.10  WANTED="evolution-data-server"
    6.11 +
    6.12 +DEPENDS="evolution-data-server"
    6.13 +
    6.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.15  genpkg_rules()
    6.16  {
    6.17  	mkdir -p $fs/usr/lib
    6.18  	
    6.19 -	cp -a $_pkg/usr/include $fs/usr 
    6.20 +	cp -a $install/usr/include $fs/usr 
    6.21  	
    6.22 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    6.23 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    6.24 -	cp -a $_pkg/usr/lib/evolution-data-server-1.2 $fs/usr/lib
    6.25 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    6.26 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    6.27 +	cp -a $instal/usr/lib/evolution-data-server-1.2 $fs/usr/lib
    6.28  	
    6.29  		# Clean unwated files
    6.30  	cd $fs/usr/lib  ; find . -name "*.so*" -exec rm -f {} \;
     7.1 --- a/evolution-data-server/receipt	Mon Oct 14 22:33:37 2013 +0000
     7.2 +++ b/evolution-data-server/receipt	Mon Oct 14 22:53:26 2013 +0000
     7.3 @@ -5,12 +5,14 @@
     7.4  CATEGORY="network"
     7.5  SHORT_DESC="Integrated mail, addressbook and calendaring, server."
     7.6  MAINTAINER="erjo@slitaz.org"
     7.7 +LICENSE="LGPL2"
     7.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
     7.9 +WEB_SITE="http://projects.gnome.org/evolution/download.shtml"
    7.10 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/${VERSION%.*}/$TARBALL"
    7.11 +
    7.12  DEPENDS="libgnomeui libsoup"
    7.13  BUILD_DEPENDS="libglade-dev libsoup-dev gtk+-dev ORBit2-dev libbonobo-dev GConf-dev libical-dev
    7.14   firefox-dev db-dev libxcb-dev popt-dev bison flex glib-dev sqlite-dev"
    7.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    7.16 -WEB_SITE="http://projects.gnome.org/evolution/download.shtml"
    7.17 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/${VERSION%.*}/$TARBALL"
    7.18  
    7.19  # Rules to configure and make the package.
    7.20  compile_rules()
    7.21 @@ -28,7 +30,7 @@
    7.22  		--with-nspr-include=/usr/include/firefox-3.5.3/stable \
    7.23  		--with-nspr-libs=/usr/lib/firefox-devel-3.5.3/sdk/lib \
    7.24  		$CONFIGURE_ARGS &&
    7.25 -	make && make DESTDIR=$PWD/_pkg install
    7.26 +	make && make DESTDIR=$DESTDIR install
    7.27  }
    7.28  
    7.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    7.30 @@ -36,13 +38,13 @@
    7.31  {
    7.32  	mkdir -p $fs/usr/lib $fs/usr/share
    7.33  
    7.34 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    7.35 -	cp -a $_pkg/usr/share/evolution-data-server-2.28 $fs/usr/share
    7.36 -	cp -a $_pkg/usr/share/idl $fs/usr/share
    7.37 +	cp -a $install/usr/share/pixmaps $fs/usr/share
    7.38 +	cp -a $install/usr/share/evolution-data-server-2.28 $fs/usr/share
    7.39 +	cp -a $install/usr/share/idl $fs/usr/share
    7.40  	
    7.41 -	cp -a $_pkg/usr/lib/bonobo $fs/usr/lib
    7.42 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    7.43 -	cp -a $_pkg/usr/lib/evolution-data-server-1.2 $fs/usr/lib
    7.44 +	cp -a $install/usr/lib/bonobo $fs/usr/lib
    7.45 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    7.46 +	cp -a $install/usr/lib/evolution-data-server-1.2 $fs/usr/lib
    7.47  	
    7.48  		# Clean unwated files
    7.49  	cd $fs/usr/lib  ; find . -name "*.*a" -exec rm -f {} \;
     8.1 --- a/evolution-mapi/receipt	Mon Oct 14 22:33:37 2013 +0000
     8.2 +++ b/evolution-mapi/receipt	Mon Oct 14 22:53:26 2013 +0000
     8.3 @@ -5,12 +5,14 @@
     8.4  CATEGORY="network"
     8.5  SHORT_DESC="Integrated mail, addressbook and calendaring."
     8.6  MAINTAINER="erjo@slitaz.org"
     8.7 -DEPENDS=""
     8.8 -BUILD_DEPENDS="evolution-data-server-dev"
     8.9 +LICENSE="LGPL2"
    8.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    8.11  WEB_SITE="http://projects.gnome.org/evolution/download.shtml"
    8.12  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    8.13  
    8.14 +DEPENDS=""
    8.15 +BUILD_DEPENDS="evolution-data-server-dev"
    8.16 +
    8.17  # Rules to configure and make the package.
    8.18  compile_rules()
    8.19  {
    8.20 @@ -20,13 +22,13 @@
    8.21  		--infodir=/usr/share/info \
    8.22  		--mandir=/usr/share/man \
    8.23  		$CONFIGURE_ARGS &&
    8.24 -	make && make DESTDIR=$PWD/_pkg install
    8.25 +	make && make DESTDIR=$DESTDIR install
    8.26  }
    8.27  
    8.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    8.29  genpkg_rules()
    8.30  {
    8.31  	mkdir -p $fs/usr
    8.32 -	cp -a $_pkg/usr/bin $fs/usr
    8.33 +	cp -a $install/usr/bin $fs/usr
    8.34  }
    8.35  
     9.1 --- a/evolution-plugin/receipt	Mon Oct 14 22:33:37 2013 +0000
     9.2 +++ b/evolution-plugin/receipt	Mon Oct 14 22:53:26 2013 +0000
     9.3 @@ -5,11 +5,13 @@
     9.4  CATEGORY="network"
     9.5  SHORT_DESC="Integrated mail, addressbook and calendaring plugins."
     9.6  MAINTAINER="erjo@slitaz.org"
     9.7 -DEPENDS=""
     9.8 +LICENSE="LGPL2"
     9.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    9.10  WEB_SITE="http://projects.gnome.org/evolution/download.shtml"
    9.11  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/${VERSION%.*}/$TARBALL"
    9.12  
    9.13 +DEPENDS=""
    9.14 +
    9.15  # Rules to configure and make the package.
    9.16  compile_rules()
    9.17  {
    9.18 @@ -19,13 +21,13 @@
    9.19  		--infodir=/usr/share/info \
    9.20  		--mandir=/usr/share/man \
    9.21  		$CONFIGURE_ARGS &&
    9.22 -	make && make DESTDIR=$PWD/_pkg install
    9.23 +	make && make DESTDIR=$DESTDIR install
    9.24  }
    9.25  
    9.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    9.27  genpkg_rules()
    9.28  {
    9.29  	mkdir -p $fs/usr
    9.30 -	cp -a $_pkg/usr/bin $fs/usr
    9.31 +	cp -a $install/usr/bin $fs/usr
    9.32  }
    9.33  
    10.1 --- a/evolution/receipt	Mon Oct 14 22:33:37 2013 +0000
    10.2 +++ b/evolution/receipt	Mon Oct 14 22:53:26 2013 +0000
    10.3 @@ -5,14 +5,16 @@
    10.4  CATEGORY="network"
    10.5  SHORT_DESC="Integrated mail, addressbook and calendaring"
    10.6  MAINTAINER="erjo@slitaz.org"
    10.7 +LICENSE="LGPL2"
    10.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    10.9 +WEB_SITE="http://projects.gnome.org/evolution/"
   10.10 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
   10.11 +
   10.12  DEPENDS="glib libgnomecanvas libbonobo libglade"
   10.13  BUILD_DEPENDS="gnome-desktop gnome-doc-utils-dev GConf-dev glib-dev \
   10.14  libgnomecanvas-dev libbonobo-dev libglade-dev shared-mime-info-dev \
   10.15  libbonoboui-dev libgnomeui-dev gnome-desktop-dev evolution-data-server-dev \
   10.16  gnome-icon-theme libgtkhtml-dev bison flex"
   10.17 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   10.18 -WEB_SITE="http://projects.gnome.org/evolution/"
   10.19 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
   10.20  
   10.21  # Rules to configure and make the package.
   10.22  compile_rules()
   10.23 @@ -23,13 +25,13 @@
   10.24  		--infodir=/usr/share/info \
   10.25  		--mandir=/usr/share/man \
   10.26  		$CONFIGURE_ARGS &&
   10.27 -	make && make DESTDIR=$PWD/_pkg install
   10.28 +	make && make DESTDIR=$DESTDIR install
   10.29  }
   10.30  
   10.31  # Rules to gen a SliTaz package suitable for Tazpkg.
   10.32  genpkg_rules()
   10.33  {
   10.34  	mkdir -p $fs/usr
   10.35 -	cp -a $_pkg/usr/bin $fs/usr
   10.36 +	cp -a $install/usr/bin $fs/usr
   10.37  }
   10.38  
    11.1 --- a/kdelibs-dev/receipt	Mon Oct 14 22:33:37 2013 +0000
    11.2 +++ b/kdelibs-dev/receipt	Mon Oct 14 22:53:26 2013 +0000
    11.3 @@ -5,6 +5,7 @@
    11.4  CATEGORY="development"
    11.5  SHORT_DESC="KDElibs include files."
    11.6  MAINTAINER="pankso@slitaz.org"
    11.7 +LICENSE="GPL2"
    11.8  WANTED="kdelibs"
    11.9  WEB_SITE="http://www.kde.org/"
   11.10  
   11.11 @@ -12,5 +13,5 @@
   11.12  genpkg_rules()
   11.13  {
   11.14  	mkdir -p $fs/usr
   11.15 -	cp -a $_pkg/usr/include $fs/usr
   11.16 +	cp -a $install/usr/include $fs/usr
   11.17  }
    12.1 --- a/kdelibs/receipt	Mon Oct 14 22:33:37 2013 +0000
    12.2 +++ b/kdelibs/receipt	Mon Oct 14 22:53:26 2013 +0000
    12.3 @@ -5,6 +5,7 @@
    12.4  CATEGORY="x-window"
    12.5  SHORT_DESC="The KDE library."
    12.6  MAINTAINER="pankso@slitaz.org"
    12.7 +LICENSE="GPL2"
    12.8  TARBALL="$PACKAGE-$VERSION.tar.xz"
    12.9  WEB_SITE="http://www.kde.org/"
   12.10  WGET_URL="http://mirrors.isc.org/pub/kde/stable/$VERSION/src/$TARBALL"
    13.1 --- a/latex/receipt	Mon Oct 14 22:33:37 2013 +0000
    13.2 +++ b/latex/receipt	Mon Oct 14 22:53:26 2013 +0000
    13.3 @@ -6,6 +6,7 @@
    13.4  CATEGORY="office"
    13.5  SHORT_DESC="LaTeX is a high-quality typesetting system."
    13.6  MAINTAINER="pascal.bellard@slitaz.org"
    13.7 +LICENSE="PublicDomain"
    13.8  TARBALL="$SOURCE-$VERSION-source.tar.xz"
    13.9  WEB_SITE="http://www.latex-project.org/"
   13.10  WGET_URL="ftp://tug.org/historic/systems/texlive/${VERSION:0:4}/$TARBALL"
   13.11 @@ -28,5 +29,5 @@
   13.12  # Rules to gen a SliTaz package suitable for Tazpkg.   
   13.13  genpkg_rules()                                      
   13.14  {
   13.15 -	cp -a $_pkg/usr $fs
   13.16 +	cp -a $install/usr $fs
   13.17  }
    14.1 --- a/tmux-mem-cpu-load/receipt	Mon Oct 14 22:33:37 2013 +0000
    14.2 +++ b/tmux-mem-cpu-load/receipt	Mon Oct 14 22:53:26 2013 +0000
    14.3 @@ -5,12 +5,14 @@
    14.4  CATEGORY="utilities"
    14.5  SHORT_DESC="CPU, RAM memory, and load monitor for use with tmux."
    14.6  MAINTAINER="paul@slitaz.org"
    14.7 -DEPENDS="tmux"
    14.8 -BUILD_DEPENDS="cmake python bzip2 git"
    14.9 +LICENSE="Apache"
   14.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
   14.11  WEB_SITE="https://github.com/thewtex/tmux-mem-cpu-load"
   14.12  WGET_URL="git|git://github.com/thewtex/tmux-mem-cpu-load"
   14.13  
   14.14 +DEPENDS="tmux"
   14.15 +BUILD_DEPENDS="cmake python bzip2 git"
   14.16 +
   14.17  # Rules to configure and make the package.
   14.18  compile_rules()
   14.19  {