wok-6.x rev 15601
Add some licenses
line diff
1.1 --- a/jasper-dev/receipt Thu Dec 05 15:25:09 2013 +0000 1.2 +++ b/jasper-dev/receipt Thu Dec 05 20:23:08 2013 +0000 1.3 @@ -5,15 +5,17 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="jasper devel files" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 -DEPENDS="jasper" 1.8 +LICENSE="MIT" 1.9 WANTED="jasper" 1.10 WEB_SITE="http://www.ece.uvic.ca/~mdadams/jasper/" 1.11 1.12 +DEPENDS="jasper" 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/lib 1.18 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.19 - #cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.20 - cp -a $_pkg/usr/include $fs/usr 1.21 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.22 + #cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.23 + cp -a $install/usr/include $fs/usr 1.24 }
2.1 --- a/jasper/receipt Thu Dec 05 15:25:09 2013 +0000 2.2 +++ b/jasper/receipt Thu Dec 05 20:23:08 2013 +0000 2.3 @@ -5,13 +5,14 @@ 2.4 CATEGORY="graphics" 2.5 SHORT_DESC="implementation of JPEG-2000 codec" 2.6 MAINTAINER="jozee@slitaz.org" 2.7 -DEPENDS="xorg-libXi xorg-libXmu jpeg freeglut libglu-mesa util-linux-uuid" 2.8 -BUILD_DEPENDS="jpeg-dev xorg-libXi-dev xorg-libXmu-dev" 2.9 +LICENSE="MIT" 2.10 TARBALL="$PACKAGE-$VERSION.zip" 2.11 WEB_SITE="http://www.ece.uvic.ca/~mdadams/$PACKAGE/" 2.12 WGET_URL="$WEB_SITE/software/$TARBALL" 2.13 TAGS="jpeg jpg photo" 2.14 2.15 +DEPENDS="xorg-libXi xorg-libXmu jpeg freeglut libglu-mesa util-linux-uuid" 2.16 +BUILD_DEPENDS="jpeg-dev xorg-libXi-dev xorg-libXmu-dev" 2.17 2.18 # Rules to configure and make the package. 2.19 compile_rules() 2.20 @@ -20,7 +21,7 @@ 2.21 chmod +x configure 2.22 ./configure --prefix=/usr --mandir=/usr/share/man --enable-shared $CONFIGURE_ARGS && 2.23 make && 2.24 - make DESTDIR=$PWD/_pkg install 2.25 + make DESTDIR=$DESTDIR install 2.26 2.27 } 2.28 2.29 @@ -28,7 +29,7 @@ 2.30 genpkg_rules() 2.31 { 2.32 mkdir -p $fs/usr/lib 2.33 - cp -a $_pkg/usr/bin $fs/usr 2.34 - cp -a $_pkg/usr/lib/*so* $fs/usr/lib 2.35 + cp -a $install/usr/bin $fs/usr 2.36 + cp -a $install/usr/lib/*so* $fs/usr/lib 2.37 2.38 }
3.1 --- a/jbigkit/receipt Thu Dec 05 15:25:09 2013 +0000 3.2 +++ b/jbigkit/receipt Thu Dec 05 20:23:08 2013 +0000 3.3 @@ -5,6 +5,7 @@ 3.4 CATEGORY="development" 3.5 SHORT_DESC="highly effective data compression algorithm for bi-level high-resolution images." 3.6 MAINTAINER="pascal.bellard@slitaz.org" 3.7 +LICENSE="GPL2" 3.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.9 WEB_SITE="http://www.cl.cam.ac.uk/~mgk25/jbigkit/" 3.10 WGET_URL="http://www.cl.cam.ac.uk/~mgk25/download//$TARBALL"
4.1 --- a/jikes-dev/receipt Thu Dec 05 15:25:09 2013 +0000 4.2 +++ b/jikes-dev/receipt Thu Dec 05 20:23:08 2013 +0000 4.3 @@ -5,6 +5,7 @@ 4.4 CATEGORY="development" 4.5 SHORT_DESC="jikes devel files." 4.6 MAINTAINER="rcx@zoominternet.net" 4.7 +LICENSE="EPL" 4.8 WEB_SITE="http://jikes.sourceforge.net/" 4.9 WANTED="jikes" 4.10 4.11 @@ -12,6 +13,5 @@ 4.12 genpkg_rules() 4.13 { 4.14 mkdir -p $fs/usr 4.15 - cp -a $_pkg/usr/include $fs/usr 4.16 + cp -a $install/usr/include $fs/usr 4.17 } 4.18 -
5.1 --- a/jikes/receipt Thu Dec 05 15:25:09 2013 +0000 5.2 +++ b/jikes/receipt Thu Dec 05 20:23:08 2013 +0000 5.3 @@ -5,13 +5,15 @@ 5.4 CATEGORY="development" 5.5 SHORT_DESC="An Open Source compiler for Java." 5.6 MAINTAINER="rcx@zoominternet.net" 5.7 -DEPENDS="gcc-lib-base" 5.8 -BUILD_DEPENDS="slitaz-toolchain" 5.9 +LICENSE="EPL" 5.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 5.11 WEB_SITE="http://jikes.sourceforge.net/" 5.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 5.13 TAGS="java" 5.14 5.15 +DEPENDS="gcc-lib-base" 5.16 +BUILD_DEPENDS="slitaz-toolchain" 5.17 + 5.18 # Rules to configure and make the package. 5.19 compile_rules() 5.20 { 5.21 @@ -22,13 +24,13 @@ 5.22 --mandir=/usr/share/man \ 5.23 $CONFIGURE_ARGS && 5.24 make && 5.25 - make DESTDIR=$PWD/_pkg install 5.26 + make DESTDIR=$DESTDIR install 5.27 } 5.28 5.29 # Rules to gen a SliTaz package suitable for Tazpkg. 5.30 genpkg_rules() 5.31 { 5.32 mkdir -p $fs/usr 5.33 - cp -a $_pkg/usr/bin $fs/usr 5.34 + cp -a $install/usr/bin $fs/usr 5.35 } 5.36
6.1 --- a/jpeg-dev/receipt Thu Dec 05 15:25:09 2013 +0000 6.2 +++ b/jpeg-dev/receipt Thu Dec 05 20:23:08 2013 +0000 6.3 @@ -5,6 +5,7 @@ 6.4 CATEGORY="development" 6.5 SHORT_DESC="JPEG images libs." 6.6 MAINTAINER="pankso@slitaz.org" 6.7 +LICENSE="MIT" 6.8 WEB_SITE="http://www.ijg.org/" 6.9 DEPENDS="jpeg" 6.10 WANTED="jpeg" 6.11 @@ -13,7 +14,7 @@ 6.12 genpkg_rules() 6.13 { 6.14 mkdir -p $fs/usr/lib 6.15 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 6.16 - cp -a $_pkg/usr/include $fs/usr 6.17 + cp -a $install/usr/lib/*.*a $fs/usr/lib 6.18 + cp -a $install/usr/include $fs/usr 6.19 cp -a $src/jpegint.h $fs/usr/include 6.20 }
7.1 --- a/jpegtran/receipt Thu Dec 05 15:25:09 2013 +0000 7.2 +++ b/jpegtran/receipt Thu Dec 05 20:23:08 2013 +0000 7.3 @@ -5,6 +5,7 @@ 7.4 CATEGORY="graphics" 7.5 SHORT_DESC="Convert jpeg files to progressive jpeg files." 7.6 MAINTAINER="pascal.bellard@slitaz.org" 7.7 +LICENSE="MIT" 7.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.9 WEB_SITE="http://jpegclub.org/" 7.10 WGET_URL="${WEB_SITE}jpegcrop.tar.gz"
8.1 --- a/jtoolkit/receipt Thu Dec 05 15:25:09 2013 +0000 8.2 +++ b/jtoolkit/receipt Thu Dec 05 20:23:08 2013 +0000 8.3 @@ -5,23 +5,25 @@ 8.4 CATEGORY="system-tools" 8.5 SHORT_DESC="Python web application framework built on modpython and Apache." 8.6 MAINTAINER="pankso@slitaz.org" 8.7 -DEPENDS="python" 8.8 -BUILD_DEPENDS="python-dev" 8.9 +LICENSE="GPL2" 8.10 SOURCE="jToolkit" 8.11 TARBALL="$SOURCE-$VERSION.tar.gz" 8.12 WEB_SITE="http://$PACKAGE.sourceforge.net/" 8.13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 8.14 8.15 +DEPENDS="python" 8.16 +BUILD_DEPENDS="python-dev" 8.17 + 8.18 # Rules to configure and make the package. 8.19 compile_rules() 8.20 { 8.21 cd $src 8.22 - python jToolkitSetup.py install --root=$PWD/_pkg 8.23 + python jToolkitSetup.py install --root=$DESTDIR 8.24 } 8.25 8.26 # Rules to gen a SliTaz package suitable for Tazpkg. 8.27 genpkg_rules() 8.28 { 8.29 mkdir -p $fs/usr 8.30 - cp -a $_pkg/usr/lib $fs/usr 8.31 + cp -a $install/usr/lib $fs/usr 8.32 }
9.1 --- a/karmen/receipt Thu Dec 05 15:25:09 2013 +0000 9.2 +++ b/karmen/receipt Thu Dec 05 20:23:08 2013 +0000 9.3 @@ -5,6 +5,7 @@ 9.4 CATEGORY="x-window" 9.5 SHORT_DESC="Very light and minimalistic window manager for X." 9.6 MAINTAINER="pankso@slitaz.org" 9.7 +LICENSE="MIT" 9.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 9.9 WEB_SITE="http://karmen.sourceforge.net/" 9.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 9.11 @@ -26,7 +27,7 @@ 9.12 genpkg_rules() 9.13 { 9.14 mkdir -p $fs/usr/share 9.15 - cp -a $_pkg/usr/bin $fs/usr 9.16 + cp -a $install/usr/bin $fs/usr 9.17 # Custom configuration and scripts. 9.18 install -m 0755 $stuff/karmen-session $fs/usr/bin 9.19 install -m 0755 $stuff/karmen-conf $fs/usr/bin
10.1 --- a/keychain/receipt Thu Dec 05 15:25:09 2013 +0000 10.2 +++ b/keychain/receipt Thu Dec 05 20:23:08 2013 +0000 10.3 @@ -5,6 +5,7 @@ 10.4 CATEGORY="network" 10.5 SHORT_DESC="Ssh and GPG keys managment tools." 10.6 MAINTAINER="pascal.bellard@slitaz.org" 10.7 +LICENSE="GPL2" 10.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 10.9 WEB_SITE="http://docs.funtoo.org/wiki/Keychain" 10.10 WGET_URL="http://www.funtoo.org/archive/$PACKAGE/$TARBALL"
11.1 --- a/klavaro/receipt Thu Dec 05 15:25:09 2013 +0000 11.2 +++ b/klavaro/receipt Thu Dec 05 20:23:08 2013 +0000 11.3 @@ -5,6 +5,7 @@ 11.4 CATEGORY="system-tools" 11.5 SHORT_DESC="Free touch typing tutor program." 11.6 MAINTAINER="pankso@slitaz.org" 11.7 +LICENSE="GPL3" 11.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 11.9 WEB_SITE="http://klavaro.sourceforge.net/en/" 11.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12.1 --- a/knock/receipt Thu Dec 05 15:25:09 2013 +0000 12.2 +++ b/knock/receipt Thu Dec 05 20:23:08 2013 +0000 12.3 @@ -5,6 +5,7 @@ 12.4 CATEGORY="security" 12.5 SHORT_DESC="Port knock sequence listener." 12.6 MAINTAINER="pascal.bellard@slitaz.org" 12.7 +LICENSE="GPL2" 12.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 12.9 WEB_SITE="http://www.zeroflux.org/$PACKAGE" 12.10 WGET_URL="http://www.zeroflux.org/proj/$PACKAGE/files/$TARBALL" 12.11 @@ -29,9 +30,9 @@ 12.12 genpkg_rules() 12.13 { 12.14 mkdir -p $fs/usr 12.15 - cp -a $_pkg/etc $fs 12.16 - cp -a $_pkg/usr/sbin $fs/usr 12.17 - cp -a $_pkg/usr/bin $fs/usr 12.18 + cp -a $install/etc $fs 12.19 + cp -a $install/usr/sbin $fs/usr 12.20 + cp -a $install/usr/bin $fs/usr 12.21 cp -a stuff/etc $fs 12.22 } 12.23
13.1 --- a/kobodeluxe/receipt Thu Dec 05 15:25:09 2013 +0000 13.2 +++ b/kobodeluxe/receipt Thu Dec 05 20:23:08 2013 +0000 13.3 @@ -10,12 +10,14 @@ 13.4 CATEGORY="games" 13.5 SHORT_DESC="Kobo Deluxe is a third person scrolling 2D shooter game." 13.6 MAINTAINER="chadi.elahmad@gmail.com" 13.7 +LICENSE="GPL2" 13.8 TARBALL="$SOURCE-$VERSION.tar.bz2" 13.9 WEB_SITE="http://www.olofson.net/kobodl" 13.10 WGET_URL="http://www.olofson.net/kobodl/download/$TARBALL" 13.11 +TAGS="shooting" 13.12 + 13.13 DEPENDS="libsdl libsdl-image gcc-lib-base" 13.14 BUILD_DEPENDS="libsdl-dev libsdl-image-dev " 13.15 -TAGS="shooting" 13.16 13.17 # Rules to configure and make the package. 13.18 compile_rules() 13.19 @@ -30,22 +32,22 @@ 13.20 --sharedstatedir=/var/games \ 13.21 $CONFIGURE_ARGS && 13.22 make && 13.23 - make DESTDIR=$PWD/_pkg install 13.24 + make DESTDIR=$DESTDIR install 13.25 } 13.26 13.27 # Rules to gen a SliTaz package suitable for Tazpkg. 13.28 genpkg_rules() 13.29 { 13.30 # manually moving the pixmap and the .desktop 13.31 - mkdir -p $_pkg/usr/share/pixmaps 13.32 - mkdir -p $_pkg/usr/share/applications 13.33 + mkdir -p $install/usr/share/pixmaps 13.34 + mkdir -p $install/usr/share/applications 13.35 tar xzf $src/icons.tar.gz -C $src 13.36 - cp -a $src/icons/Ubuntu/*.xpm $_pkg/usr/share/pixmaps 13.37 - cp -a $src/icons/Ubuntu/*.desktop $_pkg/usr/share/applications 13.38 + cp -a $src/icons/Ubuntu/*.xpm $install/usr/share/pixmaps 13.39 + cp -a $src/icons/Ubuntu/*.desktop $install/usr/share/applications 13.40 13.41 mkdir -p $fs/usr 13.42 - cp -a $_pkg/usr/bin $fs/usr 13.43 - cp -a $_pkg/usr/share $fs/usr/share 13.44 + cp -a $install/usr/bin $fs/usr 13.45 + cp -a $install/usr/share $fs/usr/share 13.46 13.47 mkdir -p $fs/var/games/kobo-deluxe/scores 13.48 chmod 667 $fs/var/games/kobo-deluxe/scores
14.1 --- a/matplotlib/receipt Thu Dec 05 15:25:09 2013 +0000 14.2 +++ b/matplotlib/receipt Thu Dec 05 20:23:08 2013 +0000 14.3 @@ -5,9 +5,11 @@ 14.4 CATEGORY="graphics" 14.5 SHORT_DESC="2D plotting library for the Python." 14.6 MAINTAINER="pascal.bellard@slitaz.org" 14.7 +LICENSE="PSL BSD" 14.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 14.9 WEB_SITE="http://matplotlib.sourceforge.net/" 14.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 14.11 + 14.12 DEPENDS="python zlib libpng freetype python-numpy gtk+ expat xorg-libXau \ 14.13 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \ 14.14 xorg-libXinerama xorg-libXrandr xorg-libXrender pygtk gcc-lib-base" 14.15 @@ -20,12 +22,12 @@ 14.16 cd $src 14.17 cp -a $stuff/setup.cfg . 14.18 python setup.py build 14.19 - python setup.py install --root=$PWD/_pkg 14.20 + python setup.py install --root=$DESTDIR 14.21 } 14.22 14.23 # Rules to gen a SliTaz package suitable for Tazpkg. 14.24 genpkg_rules() 14.25 { 14.26 - cp -a $_pkg/usr $fs 14.27 + cp -a $install/usr $fs 14.28 } 14.29
15.1 --- a/mdocml-cgi/receipt Thu Dec 05 15:25:09 2013 +0000 15.2 +++ b/mdocml-cgi/receipt Thu Dec 05 20:23:08 2013 +0000 15.3 @@ -5,6 +5,7 @@ 15.4 CATEGORY="development" 15.5 SHORT_DESC="CGI files for mdocml" 15.6 MAINTAINER="al.bobylev@gmail.com" 15.7 +LICENSE="ISC" 15.8 WEB_SITE="http://mdocml.bsd.lv/" 15.9 WANTED="mdocml" 15.10 DEPENDS="glibc-base libdb" 15.11 @@ -13,5 +14,5 @@ 15.12 genpkg_rules() 15.13 { 15.14 mkdir -p $fs/var 15.15 - cp -a $_pkg/var/www $fs/var 15.16 + cp -a $install/var/www $fs/var 15.17 }
16.1 --- a/mdocml-dev/receipt Thu Dec 05 15:25:09 2013 +0000 16.2 +++ b/mdocml-dev/receipt Thu Dec 05 20:23:08 2013 +0000 16.3 @@ -5,6 +5,7 @@ 16.4 CATEGORY="development" 16.5 SHORT_DESC="Devel files for mdocml" 16.6 MAINTAINER="al.bobylev@gmail.com" 16.7 +LICENSE="ISC" 16.8 WEB_SITE="http://mdocml.bsd.lv/" 16.9 WANTED="mdocml" 16.10 DEPENDS="mdocml" 16.11 @@ -13,6 +14,6 @@ 16.12 genpkg_rules() 16.13 { 16.14 mkdir -p $fs/usr 16.15 - cp -a $_pkg/usr/include $fs/usr 16.16 - cp -a $_pkg/usr/lib $fs/usr 16.17 + cp -a $install/usr/include $fs/usr 16.18 + cp -a $install/usr/lib $fs/usr 16.19 }
17.1 --- a/mdocml-extra/receipt Thu Dec 05 15:25:09 2013 +0000 17.2 +++ b/mdocml-extra/receipt Thu Dec 05 20:23:08 2013 +0000 17.3 @@ -5,6 +5,7 @@ 17.4 CATEGORY="base-system" 17.5 SHORT_DESC="Extra files for mdocml" 17.6 MAINTAINER="al.bobylev@gmail.com" 17.7 +LICENSE="ISC" 17.8 WEB_SITE="http://mdocml.bsd.lv/" 17.9 WANTED="mdocml" 17.10 DEPENDS="glibc-base libdb mdocml"
18.1 --- a/mdocml-man/receipt Thu Dec 05 15:25:09 2013 +0000 18.2 +++ b/mdocml-man/receipt Thu Dec 05 20:23:08 2013 +0000 18.3 @@ -5,6 +5,7 @@ 18.4 CATEGORY="development" 18.5 SHORT_DESC="Man files for mdocml" 18.6 MAINTAINER="al.bobylev@gmail.com" 18.7 +LICENSE="ISC" 18.8 WEB_SITE="http://mdocml.bsd.lv/" 18.9 WANTED="mdocml" 18.10 DEPENDS="mdocml" 18.11 @@ -13,5 +14,5 @@ 18.12 genpkg_rules() 18.13 { 18.14 mkdir -p $fs/usr/share 18.15 - cp -a $_pkg/usr/share/man $fs/usr/share 18.16 + cp -a $install/usr/share/man $fs/usr/share 18.17 }
19.1 --- a/mdocml/receipt Thu Dec 05 15:25:09 2013 +0000 19.2 +++ b/mdocml/receipt Thu Dec 05 20:23:08 2013 +0000 19.3 @@ -5,6 +5,7 @@ 19.4 CATEGORY="base-system" 19.5 SHORT_DESC="UNIX manpage compiler" 19.6 MAINTAINER="al.bobylev@gmail.com" 19.7 +LICENSE="ISC" 19.8 WEB_SITE="http://mdocml.bsd.lv/" 19.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 19.10 WGET_URL="http://mdocml.bsd.lv/snapshots/$TARBALL"
20.1 --- a/muparser-dev/receipt Thu Dec 05 15:25:09 2013 +0000 20.2 +++ b/muparser-dev/receipt Thu Dec 05 20:23:08 2013 +0000 20.3 @@ -5,6 +5,7 @@ 20.4 CATEGORY="development" 20.5 SHORT_DESC="A fast math parser library" 20.6 MAINTAINER="devl547@gmail.com" 20.7 +LICENSE="MIT" 20.8 WANTED="muparser" 20.9 WEB_SITE="http://muparser.beltoforion.de" 20.10
21.1 --- a/muparser/receipt Thu Dec 05 15:25:09 2013 +0000 21.2 +++ b/muparser/receipt Thu Dec 05 20:23:08 2013 +0000 21.3 @@ -5,11 +5,14 @@ 21.4 CATEGORY="development" 21.5 SHORT_DESC="A fast math parser library" 21.6 MAINTAINER="devl547@gmail.com" 21.7 -DEPENDS="" 21.8 -BUILD_DEPENDS="" 21.9 +LICENSE="MIT" 21.10 TARBALL="muparser_v2_2_3.zip" 21.11 WEB_SITE="http://muparser.beltoforion.de/" 21.12 WGET_URL="http://downloads.sourceforge.net/project/muparser/muparser/Version%202.2.3/$TARBALL" 21.13 + 21.14 +DEPENDS="" 21.15 +BUILD_DEPENDS="" 21.16 + 21.17 # Rules to configure and make the package. 21.18 compile_rules() 21.19 {
22.1 --- a/ncdu/receipt Thu Dec 05 15:25:09 2013 +0000 22.2 +++ b/ncdu/receipt Thu Dec 05 20:23:08 2013 +0000 22.3 @@ -5,12 +5,14 @@ 22.4 CATEGORY="utilities" 22.5 SHORT_DESC="NCurses Disk Usage." 22.6 MAINTAINER="paul@slitaz.org" 22.7 -DEPENDS="ncurses ncursesw" 22.8 -BUILD_DEPENDS="ncurses-dev" 22.9 +LICENSE="MIT" 22.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 22.11 WEB_SITE="http://dev.yorhel.nl/ncdu" 22.12 WGET_URL="http://dev.yorhel.nl/download/$TARBALL" 22.13 22.14 +DEPENDS="ncurses ncursesw" 22.15 +BUILD_DEPENDS="ncurses-dev" 22.16 + 22.17 # Rules to configure and make the package. 22.18 compile_rules() 22.19 {
23.1 --- a/ncftp/receipt Thu Dec 05 15:25:09 2013 +0000 23.2 +++ b/ncftp/receipt Thu Dec 05 20:23:08 2013 +0000 23.3 @@ -6,6 +6,7 @@ 23.4 SHORT_DESC="A File Transfer Protocol client." 23.5 WEB_SITE="http://www.ncftp.com/ncftp/" 23.6 MAINTAINER="pascal.bellard@slitaz.org" 23.7 +LICENSE="Artistic" 23.8 TARBALL="$PACKAGE-$VERSION-src.tar.bz2" 23.9 WGET_URL="ftp://ftp.ncftp.com/ncftp/$TARBALL" 23.10
24.1 --- a/ncurses-common/receipt Thu Dec 05 15:25:09 2013 +0000 24.2 +++ b/ncurses-common/receipt Thu Dec 05 20:23:08 2013 +0000 24.3 @@ -5,6 +5,7 @@ 24.4 CATEGORY="base-system" 24.5 SHORT_DESC="Common files for the ncurses and ncursesw library." 24.6 MAINTAINER="pankso@slitaz.org" 24.7 +LICENSE="MIT" 24.8 WANTED="ncurses" 24.9 WEB_SITE="http://invisible-island.net/ncurses/" 24.10 HOST_ARCH="i486 arm"
25.1 --- a/ncurses-dev/receipt Thu Dec 05 15:25:09 2013 +0000 25.2 +++ b/ncurses-dev/receipt Thu Dec 05 20:23:08 2013 +0000 25.3 @@ -5,6 +5,7 @@ 25.4 CATEGORY="development" 25.5 SHORT_DESC="Devel files for the ncurses library." 25.6 MAINTAINER="pankso@slitaz.org" 25.7 +LICENSE="MIT" 25.8 WANTED="ncurses" 25.9 WEB_SITE="http://invisible-island.net/ncurses/" 25.10 HOST_ARCH="i486 arm"
26.1 --- a/ncurses-extra/receipt Thu Dec 05 15:25:09 2013 +0000 26.2 +++ b/ncurses-extra/receipt Thu Dec 05 20:23:08 2013 +0000 26.3 @@ -5,6 +5,7 @@ 26.4 CATEGORY="base-system" 26.5 SHORT_DESC="Extra files for the ncurses library." 26.6 MAINTAINER="pascal.bellard@slitaz.org" 26.7 +LICENSE="MIT" 26.8 WANTED="ncurses" 26.9 WEB_SITE="http://invisible-island.net/ncurses/" 26.10
27.1 --- a/ncurses-man/receipt Thu Dec 05 15:25:09 2013 +0000 27.2 +++ b/ncurses-man/receipt Thu Dec 05 20:23:08 2013 +0000 27.3 @@ -5,6 +5,7 @@ 27.4 CATEGORY="development" 27.5 SHORT_DESC="Manual pages for the ncurses library." 27.6 MAINTAINER="pascal.bellard@slitaz.org" 27.7 +LICENSE="MIT" 27.8 WANTED="ncurses" 27.9 WEB_SITE="http://invisible-island.net/ncurses/" 27.10
28.1 --- a/ncurses/receipt Thu Dec 05 15:25:09 2013 +0000 28.2 +++ b/ncurses/receipt Thu Dec 05 20:23:08 2013 +0000 28.3 @@ -6,6 +6,7 @@ 28.4 SHORT_DESC="Library of functions to manage display on terminals." 28.5 MAINTAINER="pankso@slitaz.org" 28.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 28.7 +LICENSE="MIT" 28.8 WEB_SITE="http://invisible-island.net/ncurses/" 28.9 WGET_URL="ftp://invisible-island.net/ncurses/$TARBALL" 28.10 HOST_ARCH="i486 arm"
29.1 --- a/ncursesw-dev/receipt Thu Dec 05 15:25:09 2013 +0000 29.2 +++ b/ncursesw-dev/receipt Thu Dec 05 20:23:08 2013 +0000 29.3 @@ -5,6 +5,7 @@ 29.4 CATEGORY="development" 29.5 SHORT_DESC="Devel files for the ncursesw library." 29.6 MAINTAINER="pankso@slitaz.org" 29.7 +LICENSE="MIT" 29.8 WANTED="ncursesw" 29.9 WEB_SITE="http://invisible-island.net/ncurses/" 29.10 HOST_ARCH="i486 arm"
30.1 --- a/ncursesw-extra/receipt Thu Dec 05 15:25:09 2013 +0000 30.2 +++ b/ncursesw-extra/receipt Thu Dec 05 20:23:08 2013 +0000 30.3 @@ -5,6 +5,7 @@ 30.4 CATEGORY="base-system" 30.5 SHORT_DESC="Extra files for the ncursesw library." 30.6 MAINTAINER="pascal.bellard@slitaz.org" 30.7 +LICENSE="MIT" 30.8 WANTED="ncursesw" 30.9 DEPENDS="ncursesw ncurses-extra" 30.10 WEB_SITE="http://invisible-island.net/ncurses/"
31.1 --- a/ncursesw/receipt Thu Dec 05 15:25:09 2013 +0000 31.2 +++ b/ncursesw/receipt Thu Dec 05 20:23:08 2013 +0000 31.3 @@ -6,6 +6,7 @@ 31.4 CATEGORY="base-system" 31.5 SHORT_DESC="Library of functions to manage display on terminals." 31.6 MAINTAINER="pankso@slitaz.org" 31.7 +LICENSE="MIT" 31.8 TARBALL="$SOURCE-$VERSION.tar.gz" 31.9 WEB_SITE="http://invisible-island.net/ncurses/" 31.10 WGET_URL="ftp://invisible-island.net/ncurses/$TARBALL"
32.1 --- a/ndoutils/receipt Thu Dec 05 15:25:09 2013 +0000 32.2 +++ b/ndoutils/receipt Thu Dec 05 20:23:08 2013 +0000 32.3 @@ -5,12 +5,14 @@ 32.4 CATEGORY="network" 32.5 SHORT_DESC="Provide mysql access to nagios." 32.6 MAINTAINER="pascal.bellard@slitaz.org" 32.7 +LICENSE="GPL2" 32.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 32.9 WEB_SITE="http://www.nagios.org/" 32.10 WGET_URL="$SF_MIRROR/nagios/$TARBALL" 32.11 +CONFIG_FILES="/etc/nagios" 32.12 + 32.13 DEPENDS="nagios mysql" 32.14 BUILD_DEPENDS="mysql-dev" 32.15 -CONFIG_FILES="/etc/nagios" 32.16 32.17 # Rules to configure and make the package. 32.18 compile_rules() 32.19 @@ -34,8 +36,8 @@ 32.20 --libexecdir=/usr/lib/$PACKAGE \ 32.21 --mandir=/usr/share/man $CONFIGURE_ARGS && 32.22 make && \ 32.23 - make DESTDIR=$PWD/_pkg install && \ 32.24 - make DESTDIR=$PWD/_pkg install-config 32.25 + make DESTDIR=$DESTDIR install && \ 32.26 + make DESTDIR=$DESTDIR install-config 32.27 } 32.28 32.29 # Rules to gen a SliTaz package suitable for Tazpkg. 32.30 @@ -46,9 +48,9 @@ 32.31 $fs/var/run/nagios \ 32.32 $fs/etc/mysql.d 32.33 32.34 - cp -a $_pkg/usr/bin $fs/usr 32.35 - cp -a $_pkg/usr/lib $fs/usr 32.36 - cp -a $_pkg/etc $fs 32.37 + cp -a $install/usr/bin $fs/usr 32.38 + cp -a $install/usr/lib $fs/usr 32.39 + cp -a $install/etc $fs 32.40 32.41 # config ndo2db.cfg 32.42 sed -i -e 's/ndo2db_user=nagios/ndo2db_user=nagios/' \
33.1 --- a/nethack/receipt Thu Dec 05 15:25:09 2013 +0000 33.2 +++ b/nethack/receipt Thu Dec 05 20:23:08 2013 +0000 33.3 @@ -5,6 +5,7 @@ 33.4 CATEGORY="games" 33.5 SHORT_DESC="NetHack is a single player dungeon exploration game." 33.6 MAINTAINER="claudinei@slitaz.org" 33.7 +LICENSE="nethack" 33.8 TARBALL="$PACKAGE-343-src.tgz" 33.9 WEB_SITE="http://www.nethack.org" 33.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
34.1 --- a/nethogs/receipt Thu Dec 05 15:25:09 2013 +0000 34.2 +++ b/nethogs/receipt Thu Dec 05 20:23:08 2013 +0000 34.3 @@ -5,13 +5,15 @@ 34.4 CATEGORY="network" 34.5 SHORT_DESC="Small 'net top' tool." 34.6 MAINTAINER="paul@slitaz.org" 34.7 -DEPENDS="ncurses gcc-lib-base libpcap" 34.8 -BUILD_DEPENDS="ncurses-dev libpcap libpcap-dev" 34.9 +LICENSE="GPL" 34.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 34.11 WEB_SITE="http://nethogs.sourceforge.net/" 34.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 34.13 TAGS="network" 34.14 34.15 +DEPENDS="ncurses gcc-lib-base libpcap" 34.16 +BUILD_DEPENDS="ncurses-dev libpcap libpcap-dev" 34.17 + 34.18 # Rules to configure and make the package. 34.19 compile_rules() 34.20 {
35.1 --- a/netkit-rsh/receipt Thu Dec 05 15:25:09 2013 +0000 35.2 +++ b/netkit-rsh/receipt Thu Dec 05 20:23:08 2013 +0000 35.3 @@ -5,6 +5,7 @@ 35.4 CATEGORY="network" 35.5 SHORT_DESC="Remote connexion tools." 35.6 MAINTAINER="pascal.bellard@slitaz.org" 35.7 +LICENSE="BSD" 35.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 35.9 WEB_SITE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit" 35.10 WGET_URL="http://ibiblio.org/pub/linux/system/network/netkit/$TARBALL"
36.1 --- a/nginx/receipt Thu Dec 05 15:25:09 2013 +0000 36.2 +++ b/nginx/receipt Thu Dec 05 20:23:08 2013 +0000 36.3 @@ -5,6 +5,7 @@ 36.4 CATEGORY="network" 36.5 SHORT_DESC="Asynchronous HTTP server designed for heavy loads + mail proxy." 36.6 MAINTAINER="pascal.bellard@slitaz.org" 36.7 +LICENSE="BSD" 36.8 SUGGESTED="php perl python" 36.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 36.10 WEB_SITE="http://nginx.org/"
37.1 --- a/nmon/receipt Thu Dec 05 15:25:09 2013 +0000 37.2 +++ b/nmon/receipt Thu Dec 05 20:23:08 2013 +0000 37.3 @@ -4,9 +4,11 @@ 37.4 CATEGORY="system-tools" 37.5 SHORT_DESC="Nigel's performance Monitor." 37.6 MAINTAINER="meshca@clarkson.edu" 37.7 +LICENSE="GPL3" 37.8 +WEB_SITE="http://nmon.sourceforge.net/" 37.9 + 37.10 DEPENDS="ncurses" 37.11 BUILD_DEPENDS="linux-api-headers ncurses-dev" 37.12 -WEB_SITE="http://nmon.sourceforge.net/" 37.13 37.14 # Rules to configure and make the package. 37.15 compile_rules()
38.1 --- a/nss-dev/receipt Thu Dec 05 15:25:09 2013 +0000 38.2 +++ b/nss-dev/receipt Thu Dec 05 20:23:08 2013 +0000 38.3 @@ -5,6 +5,7 @@ 38.4 CATEGORY="development" 38.5 SHORT_DESC="nss devel library." 38.6 MAINTAINER="rocky@slitaz.org" 38.7 +LICENSE="MPL" 38.8 WANTED="nss" 38.9 WEB_SITE="http://www.mozilla.org/projects/security/pki/nss/" 38.10
39.1 --- a/nss/receipt Thu Dec 05 15:25:09 2013 +0000 39.2 +++ b/nss/receipt Thu Dec 05 20:23:08 2013 +0000 39.3 @@ -5,12 +5,14 @@ 39.4 CATEGORY="utilities" 39.5 SHORT_DESC="Mozilla Network Security Services (NSS)." 39.6 MAINTAINER="rocky@slitaz.org" 39.7 -DEPENDS="nspr sqlite zlib" 39.8 -BUILD_DEPENDS="nspr-dev sqlite-dev zlib-dev perl pkg-config" 39.9 +LICENSE="MPL" 39.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 39.11 WEB_SITE="http://www.mozilla.org/projects/security/pki/nss/" 39.12 WGET_URL="ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_${VERSION//./_}_RTM/src/${TARBALL}" 39.13 39.14 +DEPENDS="nspr sqlite zlib" 39.15 +BUILD_DEPENDS="nspr-dev sqlite-dev zlib-dev perl pkg-config" 39.16 + 39.17 # Rules to configure and make the package. 39.18 compile_rules() 39.19 {
40.1 --- a/ntp/receipt Thu Dec 05 15:25:09 2013 +0000 40.2 +++ b/ntp/receipt Thu Dec 05 20:23:08 2013 +0000 40.3 @@ -5,6 +5,7 @@ 40.4 CATEGORY="network" 40.5 SHORT_DESC="Network Time Protocol daemon." 40.6 MAINTAINER="pascal.bellard@slitaz.org" 40.7 +LICENSE="GPL3" 40.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 40.9 WEB_SITE="http://www.ntp.org/" 40.10 WGET_URL="http://archive.ntp.org/ntp4/$TARBALL" 40.11 @@ -19,14 +20,14 @@ 40.12 ./configure --prefix=/usr --infodir=/usr/share/info \ 40.13 --sysconfdir=/etc --localstatedir=/var \ 40.14 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 40.15 - make && make DESTDIR=$PWD/_pkg install 40.16 + make && make DESTDIR=$DESTDIR install 40.17 } 40.18 40.19 # Rules to gen a SliTaz package suitable for Tazpkg. 40.20 genpkg_rules() 40.21 { 40.22 mkdir -p $fs/usr $fs/etc/init.d 40.23 - cp -a $_pkg/usr/bin $fs/usr 40.24 + cp -a $install/usr/bin $fs/usr 40.25 cp stuff/ntp $fs/etc/init.d 40.26 cat > $fs/etc/ntp.conf <<EOT 40.27 server fr.pool.ntp.org
41.1 --- a/obfsproxy/receipt Thu Dec 05 15:25:09 2013 +0000 41.2 +++ b/obfsproxy/receipt Thu Dec 05 20:23:08 2013 +0000 41.3 @@ -6,6 +6,7 @@ 41.4 CATEGORY="network" 41.5 SHORT_DESC="A simple obfuscating proxy from the Tor project." 41.6 MAINTAINER="pankso@slitaz.org" 41.7 +LICENSE='BSD" 41.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 41.9 WEB_SITE="http://www.torproject.org/" 41.10 WGET_URL="git|http://git.torproject.org/obfsproxy.git " 41.11 @@ -27,4 +28,3 @@ 41.12 mkdir -p $fs/usr 41.13 cp -a $install/usr/bin $fs/usr 41.14 } 41.15 -
42.1 --- a/ocaml/receipt Thu Dec 05 15:25:09 2013 +0000 42.2 +++ b/ocaml/receipt Thu Dec 05 20:23:08 2013 +0000 42.3 @@ -5,12 +5,14 @@ 42.4 CATEGORY="system-tools" 42.5 SHORT_DESC="General-purpose programming language designed for safety and reliability." 42.6 MAINTAINER="pascal.bellard@slitaz.org" 42.7 +LICENSE="QPL LGPL2" 42.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 42.9 -DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp" 42.10 WEB_SITE="http://caml.inria.fr/" 42.11 WGET_URL="${WEB_SITE}pub/distrib/$PACKAGE-${VERSION%.*}/$TARBALL" 42.12 TAGS="language programming" 42.13 42.14 +DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp" 42.15 + 42.16 # Rules to configure and make the package. 42.17 compile_rules() 42.18 {
43.1 --- a/ode-dev/receipt Thu Dec 05 15:25:09 2013 +0000 43.2 +++ b/ode-dev/receipt Thu Dec 05 20:23:08 2013 +0000 43.3 @@ -5,6 +5,7 @@ 43.4 CATEGORY="development" 43.5 SHORT_DESC="devel files for ode" 43.6 MAINTAINER="slaxemulator@gmail.com" 43.7 +LICENSE="LGPL2.1 BSD" 43.8 WEB_SITE="http://www.ode.org/" 43.9 WANTED="ode" 43.10 43.11 @@ -14,9 +15,9 @@ 43.12 genpkg_rules() 43.13 { 43.14 mkdir -p $fs/usr/lib 43.15 - cp -a $_pkg/usr/bin $fs/usr 43.16 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 43.17 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 43.18 - cp -a $_pkg/usr/include $fs/usr 43.19 + cp -a $install/usr/bin $fs/usr 43.20 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 43.21 + cp -a $install/usr/lib/*.*a $fs/usr/lib 43.22 + cp -a $install/usr/include $fs/usr 43.23 } 43.24
44.1 --- a/ode/receipt Thu Dec 05 15:25:09 2013 +0000 44.2 +++ b/ode/receipt Thu Dec 05 20:23:08 2013 +0000 44.3 @@ -5,6 +5,7 @@ 44.4 CATEGORY="misc" 44.5 SHORT_DESC="An open source, high performance library for simulating rigid body dynamics." 44.6 MAINTAINER="slaxemulator@gmail.com" 44.7 +LICENSE="LGPL2.1 BSD" 44.8 DEPENDS="" 44.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 44.10 WEB_SITE="http://www.ode.org/" 44.11 @@ -20,13 +21,12 @@ 44.12 --mandir=/usr/share/man \ 44.13 --enable-shared \ 44.14 $CONFIGURE_ARGS && 44.15 - make && make DESTDIR=$PWD/_pkg install 44.16 + make && make DESTDIR=$DESTDIR install 44.17 } 44.18 44.19 # Rules to gen a SliTaz package suitable for Tazpkg. 44.20 genpkg_rules() 44.21 { 44.22 mkdir -p $fs/usr/lib 44.23 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 44.24 + cp -a $install/usr/lib/*.so* $fs/usr/lib 44.25 } 44.26 -
45.1 --- a/opal-dev/receipt Thu Dec 05 15:25:09 2013 +0000 45.2 +++ b/opal-dev/receipt Thu Dec 05 20:23:08 2013 +0000 45.3 @@ -5,6 +5,7 @@ 45.4 CATEGORY="development" 45.5 SHORT_DESC="Open Phone Abstraction library devel files." 45.6 MAINTAINER="pascal.bellard@slitaz.org" 45.7 +LICENSE="MPL" 45.8 WANTED="opal" 45.9 WEB_SITE="http://www.ekiga.org/" 45.10 45.11 @@ -12,6 +13,6 @@ 45.12 genpkg_rules() 45.13 { 45.14 mkdir -p $fs/usr/lib 45.15 - cp -a $_pkg/usr/include $fs/usr 45.16 - cp $_pkg/usr/lib/*.a $fs/usr/lib 45.17 + cp -a $install/usr/include $fs/usr 45.18 + cp $install/usr/lib/*.a $fs/usr/lib 45.19 }
46.1 --- a/opal/receipt Thu Dec 05 15:25:09 2013 +0000 46.2 +++ b/opal/receipt Thu Dec 05 20:23:08 2013 +0000 46.3 @@ -5,13 +5,15 @@ 46.4 CATEGORY="network" 46.5 SHORT_DESC="Open Phone Abstraction library." 46.6 MAINTAINER="pascal.bellard@slitaz.org" 46.7 +LICENSE="MPL" 46.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 46.9 WEB_SITE="http://www.ekiga.org/" 46.10 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 46.11 +TAGS="telephony" 46.12 + 46.13 DEPENDS="cyrus-sasl expat jpeg libsdl libogg libtheora libunixODBC \ 46.14 openssl ptlib tiff zlib" 46.15 BUILD_DEPENDS="ptlib ptlib-dev openssl-dev" 46.16 -TAGS="telephony" 46.17 46.18 # Rules to configure and make the package. 46.19 compile_rules() 46.20 @@ -21,13 +23,13 @@ 46.21 --libexecdir=/usr/bin --mandir=/usr/share/man \ 46.22 $CONFIGURE_ARGS && 46.23 make $MAKEFLAGS && 46.24 - make DESTDIR=$PWD/_pkg install 46.25 + make DESTDIR=$DESTDIR install 46.26 } 46.27 46.28 # Rules to gen a SliTaz package suitable for Tazpkg. 46.29 genpkg_rules() 46.30 { 46.31 mkdir -p $fs/usr 46.32 - cp -a $_pkg/usr/lib $fs/usr 46.33 + cp -a $install/usr/lib $fs/usr 46.34 rm -f $fs/usr/lib/*.a 46.35 }
47.1 --- a/openerp-web/receipt Thu Dec 05 15:25:09 2013 +0000 47.2 +++ b/openerp-web/receipt Thu Dec 05 20:23:08 2013 +0000 47.3 @@ -5,20 +5,22 @@ 47.4 CATEGORY="office" 47.5 SHORT_DESC="Open source ERP web client." 47.6 MAINTAINER="pankso@slitaz.org" 47.7 +LICENSE="MPL" 47.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 47.9 WEB_SITE="http://openerp.com/" 47.10 WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" 47.11 +CONFIG_FILES="/etc/openerp/openerp-web.conf" 47.12 +# http://doc.openerp.com/install/linux/web/index.html 47.13 + 47.14 DEPENDS="matplotlib setuptools python-turbogears python-pil python \ 47.15 python-pyxml python-pyparsing python-babel python-mako python-markupsafe" 47.16 BUILD_DEPENDS="setuptools python-dev python python-pyxml python-turbogears" 47.17 -CONFIG_FILES="/etc/openerp/openerp-web.conf" 47.18 -# http://doc.openerp.com/install/linux/web/index.html 47.19 47.20 # Rules to configure and make the package. 47.21 compile_rules() 47.22 { 47.23 cd $src 47.24 - python setup.py install --root=$PWD/_pkg 47.25 + python setup.py install --root=$DESTDIR 47.26 } 47.27 47.28 # Rules to gen a SliTaz package suitable for Tazpkg. 47.29 @@ -26,9 +28,9 @@ 47.30 { 47.31 mkdir -p $fs/usr $fs/etc/openerp $fs/usr/share/applications 47.32 cp -a stuff/etc $fs/ 47.33 - cp -a $_pkg/usr/config/openerp-web.cfg $fs/etc/openerp/openerp-web.conf 47.34 - cp -a $_pkg/usr/bin $fs/usr 47.35 - cp -a $_pkg/usr/lib $fs/usr 47.36 + cp -a $install/usr/config/openerp-web.cfg $fs/etc/openerp/openerp-web.conf 47.37 + cp -a $install/usr/bin $fs/usr 47.38 + cp -a $install/usr/lib $fs/usr 47.39 } 47.40 47.41 # Pre and post install commands for Tazpkg.
48.1 --- a/openexr-dev/receipt Thu Dec 05 15:25:09 2013 +0000 48.2 +++ b/openexr-dev/receipt Thu Dec 05 20:23:08 2013 +0000 48.3 @@ -5,6 +5,7 @@ 48.4 CATEGORY="development" 48.5 SHORT_DESC="devel files for openexr" 48.6 MAINTAINER="slaxemulator@gmail.com" 48.7 +LICENSE="BSD" 48.8 WEB_SITE="http://www.openexr.org/" 48.9 WANTED="openexr" 48.10 48.11 @@ -14,9 +15,8 @@ 48.12 genpkg_rules() 48.13 { 48.14 mkdir -p $fs/usr/lib $fs/usr/share 48.15 - cp -a $_pkg/usr/include $fs/usr 48.16 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 48.17 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 48.18 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 48.19 + cp -a $install/usr/include $fs/usr 48.20 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 48.21 + cp -a $install/usr/lib/*.*a $fs/usr/lib 48.22 + cp -a $install/usr/share/aclocal $fs/usr/share 48.23 } 48.24 -
49.1 --- a/openexr/receipt Thu Dec 05 15:25:09 2013 +0000 49.2 +++ b/openexr/receipt Thu Dec 05 20:23:08 2013 +0000 49.3 @@ -5,12 +5,14 @@ 49.4 CATEGORY="x-window" 49.5 SHORT_DESC="openexr library for EXR images" 49.6 MAINTAINER="slaxemulator@gmail.com" 49.7 -DEPENDS="zlib ilmbase" 49.8 -BUILD_DEPENDS="zlib zlib-dev ilmbase-dev" 49.9 +LICENSE="BSD" 49.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 49.11 WEB_SITE="http://www.openexr.org/" 49.12 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" 49.13 49.14 +DEPENDS="zlib ilmbase" 49.15 +BUILD_DEPENDS="zlib zlib-dev ilmbase-dev" 49.16 + 49.17 # Rules to configure and make the package. 49.18 compile_rules() 49.19 { 49.20 @@ -29,7 +31,6 @@ 49.21 genpkg_rules() 49.22 { 49.23 mkdir -p $fs/usr/lib 49.24 - cp -a $_pkg/usr/bin $fs/usr 49.25 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 49.26 + cp -a $install/usr/bin $fs/usr 49.27 + cp -a $install/usr/lib/*.so* $fs/usr/lib 49.28 } 49.29 -
50.1 --- a/openjdk-6-src/receipt Thu Dec 05 15:25:09 2013 +0000 50.2 +++ b/openjdk-6-src/receipt Thu Dec 05 20:23:08 2013 +0000 50.3 @@ -5,6 +5,7 @@ 50.4 CATEGORY="meta" 50.5 SHORT_DESC="Openjdk6 we use to cook icedtea6 (empty package)" 50.6 MAINTAINER="gokhlayeh@slitaz.org" 50.7 +LICENSE="GPL" 50.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 50.9 WEB_SITE="http://java.sun.com" 50.10 WGET_URL="http://download.java.net/openjdk/jdk6/promoted/${VERSION%-*}/$TARBALL"
51.1 --- a/openmpi-dev/receipt Thu Dec 05 15:25:09 2013 +0000 51.2 +++ b/openmpi-dev/receipt Thu Dec 05 20:23:08 2013 +0000 51.3 @@ -5,6 +5,7 @@ 51.4 CATEGORY="development" 51.5 SHORT_DESC="devel files for opemmpi" 51.6 MAINTAINER="slaxemulator@gmail.com" 51.7 +LICENSE="BSD" 51.8 WEB_SITE="http://www.open-mpi.org" 51.9 WANTED="openmpi" 51.10 51.11 @@ -14,9 +15,9 @@ 51.12 genpkg_rules() 51.13 { 51.14 mkdir -p $fs/usr/lib/$WANTED 51.15 - cp -a $_pkg/usr/include $fs/usr 51.16 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 51.17 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 51.18 - cp -a $_pkg/usr/lib/$WANTED/*.*a $fs/usr/lib/$WANTED 51.19 + cp -a $install/usr/include $fs/usr 51.20 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 51.21 + cp -a $install/usr/lib/*.*a $fs/usr/lib 51.22 + cp -a $install/usr/lib/$WANTED/*.*a $fs/usr/lib/$WANTED 51.23 } 51.24
52.1 --- a/openmpi/receipt Thu Dec 05 15:25:09 2013 +0000 52.2 +++ b/openmpi/receipt Thu Dec 05 20:23:08 2013 +0000 52.3 @@ -5,12 +5,14 @@ 52.4 CATEGORY="development" 52.5 SHORT_DESC="High performance message passing library (MPI)" 52.6 MAINTAINER="slaxemulator@gmail.com" 52.7 -DEPENDS="gcc gfortran libtool openssh valgrind" 52.8 -BUILD_DEPENDS="$DEPENDS valgrind-dev" 52.9 +LICENSE="BSD" 52.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 52.11 WEB_SITE="http://www.open-mpi.org" 52.12 WGET_URL="http://www.open-mpi.org/software/ompi/v${VERSION%.*}/downloads/$TARBALL" 52.13 52.14 +DEPENDS="gcc gfortran libtool openssh valgrind" 52.15 +BUILD_DEPENDS="$DEPENDS valgrind-dev" 52.16 + 52.17 # Rules to configure and make the package. 52.18 compile_rules() 52.19 { 52.20 @@ -34,10 +36,9 @@ 52.21 genpkg_rules() 52.22 { 52.23 mkdir -p $fs/usr/lib/$PACKAGE 52.24 - cp -a $_pkg/etc $fs 52.25 - cp -a $_pkg/usr/bin $fs/usr 52.26 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 52.27 - cp -a $_pkg/usr/lib/$PACKAGE/*.so* $fs/usr/lib/$PACKAGE 52.28 - cp -a $_pkg/usr/lib/mpi.mod $fs/usr/lib 52.29 + cp -a $install/etc $fs 52.30 + cp -a $install/usr/bin $fs/usr 52.31 + cp -a $install/usr/lib/*.so* $fs/usr/lib 52.32 + cp -a $install/usr/lib/$PACKAGE/*.so* $fs/usr/lib/$PACKAGE 52.33 + cp -a $install/usr/lib/mpi.mod $fs/usr/lib 52.34 } 52.35 -
53.1 --- a/opensp-dev/receipt Thu Dec 05 15:25:09 2013 +0000 53.2 +++ b/opensp-dev/receipt Thu Dec 05 20:23:08 2013 +0000 53.3 @@ -5,11 +5,13 @@ 53.4 CATEGORY="development" 53.5 SHORT_DESC="OpenSP dev files." 53.6 MAINTAINER="remy.carel@free.fr" 53.7 -DEPENDS="opensp" 53.8 +LICENSE="MIT" 53.9 SOURCE="OpenSP" 53.10 WEB_SITE="http://openjade.sourceforge.net" 53.11 WANTED="opensp" 53.12 53.13 +DEPENDS="opensp" 53.14 + 53.15 # Rules to gen a SliTaz package suitable for Tazpkg. 53.16 genpkg_rules() 53.17 {
54.1 --- a/opensp/receipt Thu Dec 05 15:25:09 2013 +0000 54.2 +++ b/opensp/receipt Thu Dec 05 20:23:08 2013 +0000 54.3 @@ -5,13 +5,15 @@ 54.4 CATEGORY="misc" 54.5 SHORT_DESC="An implementation of DSSSL, a style language to format SGML or XML documents" 54.6 MAINTAINER="remy.carel@free.fr" 54.7 -DEPENDS="" 54.8 +LICENSE="MIT" 54.9 SOURCE="OpenSP" 54.10 -BUILD_DEPENDS="make gcc perl" 54.11 TARBALL="$SOURCE-$VERSION.tar.gz" 54.12 WEB_SITE="http://openjade.sourceforge.net" 54.13 WGET_URL="$SF_MIRROR/openjade/opensp/$VERSION/$TARBALL" 54.14 54.15 +DEPENDS="" 54.16 +BUILD_DEPENDS="make gcc perl" 54.17 + 54.18 # Rules to configure and make the package. 54.19 compile_rules() 54.20 { 54.21 @@ -19,7 +21,7 @@ 54.22 ./configure --prefix=/usr --disable-doc-build --disable-dtddecl \ 54.23 $CONFIGURE_ARGS && 54.24 make && 54.25 - make DESTDIR=$PWD/_pkg install 54.26 + make DESTDIR=$DESTDIR install 54.27 } 54.28 54.29 # Rules to gen a SliTaz package suitable for Tazpkg. 54.30 @@ -27,8 +29,8 @@ 54.31 { 54.32 mkdir -p $fs/usr/bin $fs/usr/lib $fs/usr/share 54.33 54.34 - cp -a $_pkg/usr/bin $fs/usr 54.35 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 54.36 - cp -a $_pkg/usr/share/OpenSP $fs/usr/share 54.37 + cp -a $install/usr/bin $fs/usr 54.38 + cp -a $install/usr/lib/*.so* $fs/usr/lib 54.39 + cp -a $install/usr/share/OpenSP $fs/usr/share 54.40 } 54.41
55.1 --- a/opus-dev/receipt Thu Dec 05 15:25:09 2013 +0000 55.2 +++ b/opus-dev/receipt Thu Dec 05 20:23:08 2013 +0000 55.3 @@ -5,6 +5,7 @@ 55.4 CATEGORY="development" 55.5 SHORT_DESC="Totally open, royalty-free, highly versatile audio codec, development files." 55.6 MAINTAINER="pascal.bellard@slitaz.org" 55.7 +LICENSE="BSD" 55.8 WEB_SITE="http://opus-codec.org/" 55.9 55.10 WANTED="opus"
56.1 --- a/opus/receipt Thu Dec 05 15:25:09 2013 +0000 56.2 +++ b/opus/receipt Thu Dec 05 20:23:08 2013 +0000 56.3 @@ -5,6 +5,7 @@ 56.4 CATEGORY="multimedia" 56.5 SHORT_DESC="Totally open, royalty-free, highly versatile audio codec." 56.6 MAINTAINER="pascal.bellard@slitaz.org" 56.7 +LICENSE="BSD" 56.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 56.9 WEB_SITE="http://opus-codec.org/" 56.10 WGET_URL="http://downloads.xiph.org/releases/$PACKAGE/$TARBALL"
57.1 --- a/orc-dev/receipt Thu Dec 05 15:25:09 2013 +0000 57.2 +++ b/orc-dev/receipt Thu Dec 05 20:23:08 2013 +0000 57.3 @@ -5,6 +5,7 @@ 57.4 CATEGORY="development" 57.5 SHORT_DESC="Oil runtime compiler devel files" 57.6 MAINTAINER="domcox@slitaz.org" 57.7 +LICENSE="BSD" 57.8 WANTED="orc" 57.9 WEB_SITE="http://code.entropywave.com/orc" 57.10 57.11 @@ -14,8 +15,8 @@ 57.12 genpkg_rules() 57.13 { 57.14 mkdir -p $fs/usr/lib $fs/usr/share 57.15 - cp -a $_pkg/usr/include $fs/usr 57.16 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 57.17 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/ 57.18 - cp -a $_pkg/usr/share $fs/usr 57.19 + cp -a $install/usr/include $fs/usr 57.20 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 57.21 + cp -a $install/usr/lib/*.*a $fs/usr/lib/ 57.22 + cp -a $install/usr/share $fs/usr 57.23 }
58.1 --- a/orc/receipt Thu Dec 05 15:25:09 2013 +0000 58.2 +++ b/orc/receipt Thu Dec 05 20:23:08 2013 +0000 58.3 @@ -5,6 +5,7 @@ 58.4 CATEGORY="multimedia" 58.5 SHORT_DESC="The Oil Runtime Compiler" 58.6 MAINTAINER="domcox@slitaz.org" 58.7 +LICENSE="BSD" 58.8 DEPENDS="" 58.9 BUILD_DEPENDS="" 58.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 58.11 @@ -26,6 +27,6 @@ 58.12 genpkg_rules() 58.13 { 58.14 mkdir -p $fs/usr/lib 58.15 - cp -a $_pkg/usr/bin $fs/usr 58.16 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 58.17 + cp -a $install/usr/bin $fs/usr 58.18 + cp -a $install/usr/lib/*.so* $fs/usr/lib 58.19 }
59.1 --- a/pkcs/receipt Thu Dec 05 15:25:09 2013 +0000 59.2 +++ b/pkcs/receipt Thu Dec 05 20:23:08 2013 +0000 59.3 @@ -5,6 +5,7 @@ 59.4 CATEGORY="development" 59.5 SHORT_DESC="Public-key cryptography devel files" 59.6 MAINTAINER="slaxemulator@gmail.com" 59.7 +LICENSE="MIT" 59.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 59.9 WEB_SITE="http://www.truecrypt.org/" 59.10 WGET_URL="ftp://ftp.archlinux.org/other/tc/$TARBALL"
60.1 --- a/qemu-box/receipt Thu Dec 05 15:25:09 2013 +0000 60.2 +++ b/qemu-box/receipt Thu Dec 05 20:23:08 2013 +0000 60.3 @@ -5,6 +5,7 @@ 60.4 CATEGORY="development" 60.5 SHORT_DESC="SliTaz Qemu frontend." 60.6 MAINTAINER="pankso@slitaz.org" 60.7 +LICENSE="BSD" 60.8 SOURCE="slitaz-dev-tools" 60.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 60.10 WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2"
61.1 --- a/qemulator/receipt Thu Dec 05 15:25:09 2013 +0000 61.2 +++ b/qemulator/receipt Thu Dec 05 20:23:08 2013 +0000 61.3 @@ -5,14 +5,16 @@ 61.4 CATEGORY="misc" 61.5 SHORT_DESC="The full featured qemu emulation suite." 61.6 MAINTAINER="pankso@slitaz.org" 61.7 +LICENSE="GPL2" 61.8 SOURCE="Qemulator" 61.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 61.10 WEB_SITE="http://qemulator.createweb.de/" 61.11 WGET_URL="http://qemulator.createweb.de/phocadownload/$TARBALL" 61.12 -DEPENDS="python pygtk qemu" 61.13 SUGGESTED="kqemu" 61.14 TAGS="emulator virtualization" 61.15 61.16 +DEPENDS="python pygtk qemu" 61.17 + 61.18 # Rules to gen a SliTaz package suitable for Tazpkg. 61.19 genpkg_rules() 61.20 {
62.1 --- a/qiv/receipt Thu Dec 05 15:25:09 2013 +0000 62.2 +++ b/qiv/receipt Thu Dec 05 20:23:08 2013 +0000 62.3 @@ -4,9 +4,11 @@ 62.4 CATEGORY="multimedia" 62.5 SHORT_DESC="Quick Image Viewer" 62.6 MAINTAINER="devl547@gmail.com" 62.7 +LICENSE="GPL2" 62.8 TARBALL="$PACKAGE-$VERSION.tgz" 62.9 WEB_SITE="http://spiegl.de/qiv/" 62.10 WGET_URL="$WEB_SITE/download/$TARBALL" 62.11 + 62.12 BUILD_DEPENDS="gtk+-dev imlib2-dev" 62.13 DEPENDS="gtk+ imlib2" 62.14
63.1 --- a/qrencode-dev/receipt Thu Dec 05 15:25:09 2013 +0000 63.2 +++ b/qrencode-dev/receipt Thu Dec 05 20:23:08 2013 +0000 63.3 @@ -5,6 +5,7 @@ 63.4 CATEGORY="development" 63.5 SHORT_DESC="C library for encoding data in a QR Code symbol, development files." 63.6 MAINTAINER="pascal.bellard@slitaz.org" 63.7 +LICENSE="LGPL2.1" 63.8 WEB_SITE="http://megaui.net/fukuchi/works/qrencode/index.en.html" 63.9 WANTED="qrencode" 63.10 63.11 @@ -14,7 +15,7 @@ 63.12 genpkg_rules() 63.13 { 63.14 mkdir -p $fs/usr/lib 63.15 - cp -a $_pkg/usr/lib/lib*a $fs/usr/lib 63.16 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 63.17 - cp -a $_pkg/usr/include $fs/usr 63.18 + cp -a $install/usr/lib/lib*a $fs/usr/lib 63.19 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 63.20 + cp -a $install/usr/include $fs/usr 63.21 }
64.1 --- a/qrencode/receipt Thu Dec 05 15:25:09 2013 +0000 64.2 +++ b/qrencode/receipt Thu Dec 05 20:23:08 2013 +0000 64.3 @@ -5,9 +5,11 @@ 64.4 CATEGORY="misc" 64.5 SHORT_DESC="C library for encoding data in a QR Code symbol." 64.6 MAINTAINER="pascal.bellard@slitaz.org" 64.7 +LICENSE="LGPL2.1" 64.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 64.9 WEB_SITE="http://megaui.net/fukuchi/works/qrencode/index.en.html" 64.10 WGET_URL="http://megaui.net/fukuchi/works/qrencode/$TARBALL" 64.11 + 64.12 DEPENDS="libpng" 64.13 BUILD_DEPENDS="libpng-dev" 64.14 64.15 @@ -19,13 +21,13 @@ 64.16 --mandir=/usr/share/man \ 64.17 $CONFIGURE_ARGS && 64.18 make && 64.19 - make DESTDIR=$PWD/_pkg install 64.20 + make DESTDIR=$DESTDIR install 64.21 } 64.22 64.23 # Rules to gen a SliTaz package suitable for Tazpkg. 64.24 genpkg_rules() 64.25 { 64.26 mkdir -p $fs/usr/lib 64.27 - cp -a $_pkg/usr/bin $fs/usr 64.28 - cp -a $_pkg/usr/lib/lib*so* $fs/usr/lib 64.29 + cp -a $install/usr/bin $fs/usr 64.30 + cp -a $install/usr/lib/lib*so* $fs/usr/lib 64.31 }
65.1 --- a/qtgain/receipt Thu Dec 05 15:25:09 2013 +0000 65.2 +++ b/qtgain/receipt Thu Dec 05 20:23:08 2013 +0000 65.3 @@ -5,6 +5,7 @@ 65.4 CATEGORY="multimedia" 65.5 SHORT_DESC="Simple frontend for MP3Gain, VorbisGain, AACGain and Metaflac." 65.6 MAINTAINER="paul@slitaz.org" 65.7 +LICENSE="GPL2" 65.8 TARBALL="56842-QtGain.tar.lzma" 65.9 WEB_SITE="http://qt-apps.org/content/show.php/QtGain?content=56842" 65.10 WGET_URL="http://qt-apps.org/CONTENT/content-files/$TARBALL"
66.1 --- a/quarry/receipt Thu Dec 05 15:25:09 2013 +0000 66.2 +++ b/quarry/receipt Thu Dec 05 20:23:08 2013 +0000 66.3 @@ -5,12 +5,14 @@ 66.4 CATEGORY="games" 66.5 SHORT_DESC="multi-purpose GUI for Go, Amazons and Reversi." 66.6 MAINTAINER="pascal.bellard@slitaz.org" 66.7 +LICENSE="GPL2" 66.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 66.9 WEB_SITE="http://home.gna.org/quarry/" 66.10 WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL" 66.11 +SUGGESTED="gnugo" 66.12 + 66.13 DEPENDS="gtk+ librsvg libgsf xcb-util" 66.14 BUILD_DEPENDS="gtk+-dev librsvg-dev libgsf" 66.15 -SUGGESTED="gnugo" 66.16 66.17 # Rules to configure and make the package. 66.18 compile_rules() 66.19 @@ -25,11 +27,11 @@ 66.20 --enable-sgf-utils \ 66.21 $CONFIGURE_ARGS && 66.22 make && 66.23 - make DESTDIR=$PWD/_pkg install 66.24 + make DESTDIR=$DESTDIR install 66.25 } 66.26 66.27 # Rules to gen a SliTaz package suitable for Tazpkg. 66.28 genpkg_rules() 66.29 { 66.30 - cp -a $_pkg/usr $fs 66.31 + cp -a $install/usr $fs 66.32 }
67.1 --- a/qutim/receipt Thu Dec 05 15:25:09 2013 +0000 67.2 +++ b/qutim/receipt Thu Dec 05 20:23:08 2013 +0000 67.3 @@ -5,6 +5,7 @@ 67.4 CATEGORY="network" 67.5 SHORT_DESC="Multiprotocol IM, written in qt4" 67.6 MAINTAINER="devl547@gmail.com" 67.7 +LICENSE="GPL LGPL CC-BY" 67.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 67.9 WEB_SITE="http://qutim.org" 67.10 WGET_URL="$WEB_SITE/dwnl/40/$TARBALL"
68.1 --- a/ratmenu/receipt Thu Dec 05 15:25:09 2013 +0000 68.2 +++ b/ratmenu/receipt Thu Dec 05 20:23:08 2013 +0000 68.3 @@ -5,11 +5,13 @@ 68.4 CATEGORY="x-window" 68.5 SHORT_DESC="Menu generator created for ratpoison, but works with any WM" 68.6 MAINTAINER="gokhlayeh@slitaz.org" 68.7 -DEPENDS="xorg-libX11" 68.8 +LICENSE="other" 68.9 TARBALL="${PACKAGE}_$VERSION.tar.gz" 68.10 WEB_SITE="http://packages.debian.org" 68.11 WGET_URL="http://ftp.de.debian.org/debian/pool/main/r/ratmenu/$TARBALL" 68.12 68.13 +DEPENDS="xorg-libX11" 68.14 + 68.15 # Rules to configure and make the package. 68.16 compile_rules() 68.17 { 68.18 @@ -22,6 +24,6 @@ 68.19 genpkg_rules() 68.20 { 68.21 mkdir -p $fs/usr 68.22 - cp -a $_pkg/usr/bin $fs/usr 68.23 + cp -a $install/usr/bin $fs/usr 68.24 } 68.25
69.1 --- a/rdpdesk/receipt Thu Dec 05 15:25:09 2013 +0000 69.2 +++ b/rdpdesk/receipt Thu Dec 05 20:23:08 2013 +0000 69.3 @@ -5,6 +5,7 @@ 69.4 CATEGORY="network" 69.5 SHORT_DESC="RDP, VNC & ICA client." 69.6 MAINTAINER="pascal.bellard@slitaz.org" 69.7 +LICENSE="GPL3" 69.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 69.9 WEB_SITE="http://rdpdesk.com/" 69.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 69.11 @@ -30,5 +31,5 @@ 69.12 # Rules to gen a SliTaz package suitable for Tazpkg. 69.13 genpkg_rules() 69.14 { 69.15 - cp -a $_pkg/usr $fs 69.16 + cp -a $install/usr $fs 69.17 }
70.1 --- a/re2c/receipt Thu Dec 05 15:25:09 2013 +0000 70.2 +++ b/re2c/receipt Thu Dec 05 20:23:08 2013 +0000 70.3 @@ -5,6 +5,7 @@ 70.4 CATEGORY="system-tools" 70.5 SHORT_DESC="Re2c is a tool for writing very fast and very flexible scanners." 70.6 MAINTAINER="pankso@slitaz.org" 70.7 +LICENSE="PublicDomain" 70.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 70.9 WEB_SITE="http://re2c.org/" 70.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 70.11 @@ -18,12 +19,12 @@ 70.12 --prefix=/usr \ 70.13 $CONFIGURE_ARGS && 70.14 make && 70.15 - make DESTDIR=$PWD/_pkg install 70.16 + make DESTDIR=$DESTDIR install 70.17 } 70.18 70.19 # Rules to gen a SliTaz package suitable for Tazpkg. 70.20 genpkg_rules() 70.21 { 70.22 mkdir -p $fs/usr 70.23 - cp -a $_pkg/usr/bin $fs/usr 70.24 + cp -a $install/usr/bin $fs/usr 70.25 }
71.1 --- a/rhapsody/receipt Thu Dec 05 15:25:09 2013 +0000 71.2 +++ b/rhapsody/receipt Thu Dec 05 20:23:08 2013 +0000 71.3 @@ -5,13 +5,15 @@ 71.4 CATEGORY="network" 71.5 SHORT_DESC="Text mode and easy to use IRC client." 71.6 MAINTAINER="pankso@slitaz.org" 71.7 -DEPENDS="ncurses" 71.8 -BUILD_DEPENDS="ncurses-dev" 71.9 +LICENSE="GPL2" 71.10 TARBALL="rhapsody_0.28b.tgz" 71.11 WEB_SITE="http://rhapsody.sourceforge.net/" 71.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 71.13 TAGS="irc" 71.14 71.15 +DEPENDS="ncurses" 71.16 +BUILD_DEPENDS="ncurses-dev" 71.17 + 71.18 # Rules to configure and make the package. 71.19 compile_rules() 71.20 {
72.1 --- a/rhino/receipt Thu Dec 05 15:25:09 2013 +0000 72.2 +++ b/rhino/receipt Thu Dec 05 20:23:08 2013 +0000 72.3 @@ -5,6 +5,7 @@ 72.4 CATEGORY="development" 72.5 SHORT_DESC="JavaScript for Java." 72.6 MAINTAINER="rcx@zoominternet.net" 72.7 +LICENSE="MPL" 72.8 TARBALL="${PACKAGE}1_7R2.zip" 72.9 WEB_SITE="http://www.mozilla.org/rhino/" 72.10 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/js/$TARBALL"
73.1 --- a/rogue/receipt Thu Dec 05 15:25:09 2013 +0000 73.2 +++ b/rogue/receipt Thu Dec 05 20:23:08 2013 +0000 73.3 @@ -5,12 +5,14 @@ 73.4 CATEGORY="non-free" 73.5 SHORT_DESC="The classic dungeon exploration game" 73.6 MAINTAINER="domcox@slitaz.org" 73.7 -DEPENDS="ncurses" 73.8 -BUILD_DEPENDS="ncurses-dev" 73.9 +LICENSE="BSD" 73.10 TARBALL="$PACKAGE$VERSION-src.tar.gz" 73.11 WEB_SITE="http://rogue.rogueforge.net/" 73.12 WGET_URL="http://rogue.rogueforge.net/files/rogue5.4/$TARBALL" 73.13 73.14 +DEPENDS="ncurses" 73.15 +BUILD_DEPENDS="ncurses-dev" 73.16 + 73.17 # Rules to configure and make the package. 73.18 compile_rules() 73.19 { 73.20 @@ -23,7 +25,7 @@ 73.21 --enable-scorefile=/usr/games/rogue.scr \ 73.22 --enable-lockfile=/var/lock/rogue.lck \ 73.23 $CONFIGURE_ARGS && 73.24 - make && make DESTDIR=$PWD/_pkg install 73.25 + make && make DESTDIR=$DESTDIR install 73.26 } 73.27 73.28 # Rules to gen a SliTaz package suitable for Tazpkg. 73.29 @@ -34,11 +36,11 @@ 73.30 mkdir -p $fs/usr/share/licenses 73.31 mkdir -p $fs/usr/share/pixmaps 73.32 mkdir -p $fs/usr/share/applications 73.33 - cp -a $_pkg/usr/bin $fs/usr 73.34 - cp -a $_pkg/usr/games/rogue.scr $fs/usr/games/ 73.35 + cp -a $install/usr/bin $fs/usr 73.36 + cp -a $install/usr/games/rogue.scr $fs/usr/games/ 73.37 chmod 666 $fs/usr/games/rogue.scr 73.38 - cp -a $_pkg/usr/share/doc/$PACKAGE-$VERSION/LICENSE.TXT $fs/usr/share/licenses/rogue.txt 73.39 - cp -a $_pkg/usr/share/doc/$PACKAGE-$VERSION/rogue.html $fs/usr/share/rogue 73.40 + cp -a $install/usr/share/doc/$PACKAGE-$VERSION/LICENSE.TXT $fs/usr/share/licenses/rogue.txt 73.41 + cp -a $install/usr/share/doc/$PACKAGE-$VERSION/rogue.html $fs/usr/share/rogue 73.42 cp -a $src/rogue.png $fs/usr/share/pixmaps 73.43 sed -i 's/Exec.*/Exec=xterm -e rogue/' $src/rogue.desktop 73.44 cp -a $src/rogue.desktop $fs/usr/share/applications
74.1 --- a/roundup/receipt Thu Dec 05 15:25:09 2013 +0000 74.2 +++ b/roundup/receipt Thu Dec 05 20:23:08 2013 +0000 74.3 @@ -22,8 +22,8 @@ 74.4 genpkg_rules() 74.5 { 74.6 mkdir -p $fs/usr/share 74.7 - cp -a $_pkg/usr/bin $fs/usr 74.8 - cp -a $_pkg/usr/lib $fs/usr 74.9 - cp -a $_pkg/usr/share/roundup $fs/usr/share 74.10 + cp -a $install/usr/bin $fs/usr 74.11 + cp -a $install/usr/lib $fs/usr 74.12 + cp -a $install/usr/share/roundup $fs/usr/share 74.13 } 74.14
75.1 --- a/rpcbind/receipt Thu Dec 05 15:25:09 2013 +0000 75.2 +++ b/rpcbind/receipt Thu Dec 05 20:23:08 2013 +0000 75.3 @@ -5,6 +5,7 @@ 75.4 CATEGORY="network" 75.5 SHORT_DESC="RPC program numbers to universal addresses converter." 75.6 MAINTAINER="pascal.bellard@slitaz.org" 75.7 +LICENSE="BSD" 75.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 75.9 WEB_SITE="http://rpcbind.sourceforge.net/" 75.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 75.11 @@ -19,12 +20,12 @@ 75.12 --mandir=/usr/share/man \ 75.13 $CONFIGURE_ARGS && 75.14 make && 75.15 - make DESTDIR=$PWD/_pkg install 75.16 + make DESTDIR=$DESTDIR install 75.17 } 75.18 75.19 # Rules to gen a SliTaz package suitable for Tazpkg. 75.20 genpkg_rules() 75.21 { 75.22 mkdir -p $fs/usr 75.23 - cp -a $_pkg/usr/bin $fs/usr 75.24 + cp -a $install/usr/bin $fs/usr 75.25 }
76.1 --- a/rsbep/receipt Thu Dec 05 15:25:09 2013 +0000 76.2 +++ b/rsbep/receipt Thu Dec 05 20:23:08 2013 +0000 76.3 @@ -5,6 +5,7 @@ 76.4 CATEGORY="misc" 76.5 SHORT_DESC="Shielding your files with Reed-Solomon codes." 76.6 MAINTAINER="pascal.bellard@slitaz.org" 76.7 +LICENSE="GPL2" 76.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 76.9 WEB_SITE="http://users.softlab.ntua.gr/~ttsiod/rsbep.html" 76.10 WGET_URL="http://users.softlab.ntua.gr/~ttsiod/$TARBALL" 76.11 @@ -26,5 +27,5 @@ 76.12 genpkg_rules() 76.13 { 76.14 mkdir -p $fs/usr 76.15 - cp -a $_pkg/usr/bin $fs/usr 76.16 + cp -a $install/usr/bin $fs/usr 76.17 }
77.1 --- a/rubygems/receipt Thu Dec 05 15:25:09 2013 +0000 77.2 +++ b/rubygems/receipt Thu Dec 05 20:23:08 2013 +0000 77.3 @@ -5,18 +5,20 @@ 77.4 CATEGORY="development" 77.5 SHORT_DESC="Ruby packages Manager." 77.6 MAINTAINER="pankso@slitaz.org" 77.7 +LICENSE="MIT" 77.8 TARBALL="$PACKAGE-$VERSION.tgz" 77.9 -DEPENDS="ruby libruby-extras" 77.10 -BUILD_DEPENDS="ruby ruby-dev libruby-extras" 77.11 WEB_SITE="http://www.rubygems.org/" 77.12 WGET_URL="http://production.cf.rubygems.org/rubygems/$TARBALL" 77.13 TAGS="ruby" 77.14 77.15 +DEPENDS="ruby libruby-extras" 77.16 +BUILD_DEPENDS="ruby ruby-dev libruby-extras" 77.17 + 77.18 # Rules to configure and make the package. 77.19 compile_rules() 77.20 { 77.21 cd $src 77.22 - ruby setup.rb --destdir=$PWD/_pkg 77.23 + ruby setup.rb --destdir=$DESTDIR 77.24 } 77.25 77.26 # Rules to gen a SliTaz package suitable for Tazpkg. 77.27 @@ -24,6 +26,6 @@ 77.28 { 77.29 mkdir -p $fs/usr/ 77.30 77.31 - cp -a $_pkg/usr/lib $fs/usr 77.32 - cp -a $_pkg/usr/bin $fs/usr 77.33 + cp -a $install/usr/lib $fs/usr 77.34 + cp -a $install/usr/bin $fs/usr 77.35 }
78.1 --- a/rubyripper/receipt Thu Dec 05 15:25:09 2013 +0000 78.2 +++ b/rubyripper/receipt Thu Dec 05 20:23:08 2013 +0000 78.3 @@ -5,6 +5,7 @@ 78.4 CATEGORY="multimedia" 78.5 SHORT_DESC="A secure audio disc ripper" 78.6 MAINTAINER="domcox@slitaz.org" 78.7 +LICENSE="GPL3" 78.8 WEB_SITE="http://code.google.com/p/rubyripper" 78.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 78.10 WGET_URL="http://rubyripper.googlecode.com/files/$TARBALL"
79.1 --- a/terminus-font-base/receipt Thu Dec 05 15:25:09 2013 +0000 79.2 +++ b/terminus-font-base/receipt Thu Dec 05 20:23:08 2013 +0000 79.3 @@ -5,6 +5,7 @@ 79.4 CATEGORY="system-tools" 79.5 SHORT_DESC="8x14 Unicode console font" 79.6 MAINTAINER="al.bobylev@gmail.com" 79.7 +LICENSE="OFL" 79.8 WEB_SITE="http://terminus-font.sourceforge.net/" 79.9 SOURCE="terminus-font" 79.10 TARBALL="$SOURCE-$VERSION.tar.gz"
80.1 --- a/terminus-font/receipt Thu Dec 05 15:25:09 2013 +0000 80.2 +++ b/terminus-font/receipt Thu Dec 05 20:23:08 2013 +0000 80.3 @@ -5,6 +5,7 @@ 80.4 CATEGORY="system-tools" 80.5 SHORT_DESC="Monospaced font designed for long (8+ hours per day) work with computers." 80.6 MAINTAINER="al.bobylev@gmail.com" 80.7 +LICENSE="OFL" 80.8 WEB_SITE="http://terminus-font.sourceforge.net/" 80.9 WANTED="terminus-font-base" 80.10
81.1 --- a/thunderbird/receipt Thu Dec 05 15:25:09 2013 +0000 81.2 +++ b/thunderbird/receipt Thu Dec 05 20:23:08 2013 +0000 81.3 @@ -5,6 +5,7 @@ 81.4 CATEGORY="network" 81.5 SHORT_DESC="Mozilla's Thunderbird email application." 81.6 MAINTAINER="domcox@slitaz.org" 81.7 +LICENSE="MPL" 81.8 TARBALL="$PACKAGE-$VERSION.source.tar.bz2" 81.9 WEB_SITE="http://www.mozilla.org/" 81.10 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/source/$TARBALL"
82.1 --- a/tinypy/receipt Thu Dec 05 15:25:09 2013 +0000 82.2 +++ b/tinypy/receipt Thu Dec 05 20:23:08 2013 +0000 82.3 @@ -5,13 +5,15 @@ 82.4 CATEGORY="development" 82.5 SHORT_DESC="A minimalist implementation of Python." 82.6 MAINTAINER="pankso@slitaz.org" 82.7 +LICENSE="MIT" 82.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 82.9 -DEPENDS="glibc-base" 82.10 -BUILD_DEPENDS="python-dev" 82.11 WEB_SITE="http://www.tinypy.org/" 82.12 WGET_URL="http://tinypy.googlecode.com/files/$TARBALL" 82.13 TAGS="python" 82.14 82.15 +DEPENDS="glibc-base" 82.16 +BUILD_DEPENDS="python-dev" 82.17 + 82.18 # Rules to configure and make the package. 82.19 compile_rules() 82.20 {
83.1 --- a/tls/receipt Thu Dec 05 15:25:09 2013 +0000 83.2 +++ b/tls/receipt Thu Dec 05 20:23:08 2013 +0000 83.3 @@ -5,12 +5,14 @@ 83.4 CATEGORY="network" 83.5 SHORT_DESC="OpenSSL Tcl extension." 83.6 MAINTAINER="erjo@slitaz.org" 83.7 -DEPENDS="openssl tcl" 83.8 -BUILD_DEPENDS="openssl-dev tcl-dev" 83.9 +LICENSE="MIT" 83.10 TARBALL="${PACKAGE}${VERSION}-src.tar.gz" 83.11 WEB_SITE="http://tls.sourceforge.net/" 83.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 83.13 83.14 +DEPENDS="openssl tcl" 83.15 +BUILD_DEPENDS="openssl-dev tcl-dev" 83.16 + 83.17 # Rules to configure and make the package. 83.18 compile_rules() 83.19 {
84.1 --- a/tmux/receipt Thu Dec 05 15:25:09 2013 +0000 84.2 +++ b/tmux/receipt Thu Dec 05 20:23:08 2013 +0000 84.3 @@ -5,6 +5,7 @@ 84.4 CATEGORY="utilities" 84.5 SHORT_DESC="Terminal multiplexer." 84.6 MAINTAINER="paul@slitaz.org" 84.7 +LICENSE="MIT" 84.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 84.9 WEB_SITE="http://tmux.sourceforge.net/" 84.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
85.1 --- a/tor/receipt Thu Dec 05 15:25:09 2013 +0000 85.2 +++ b/tor/receipt Thu Dec 05 20:23:08 2013 +0000 85.3 @@ -5,6 +5,7 @@ 85.4 CATEGORY="network" 85.5 SHORT_DESC="An anonymizing overlay network for TCP." 85.6 MAINTAINER="0dddba11@googlemail.com" 85.7 +LICENSE="BSD" 85.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 85.9 WEB_SITE="http://www.torproject.org/" 85.10 WGET_URL="https://www.torproject.org/dist/$TARBALL"
86.1 --- a/tp_smapi/receipt Thu Dec 05 15:25:09 2013 +0000 86.2 +++ b/tp_smapi/receipt Thu Dec 05 20:23:08 2013 +0000 86.3 @@ -5,11 +5,13 @@ 86.4 CATEGORY="base-system" 86.5 SHORT_DESC="IBM ThinkPad SMAPI BIOS driver" 86.6 MAINTAINER="domcox@slitaz.org" 86.7 -BUILD_DEPENDS="linux-module-headers linux-source wget" 86.8 +LICENSE="GPL2" 86.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 86.10 WEB_SITE="https://github.com/evgeni/tp_smapi" 86.11 WGET_URL="https://github.com/downloads/evgeni/$PACKAGE/$TARBALL" 86.12 86.13 +BUILD_DEPENDS="linux-module-headers linux-source wget" 86.14 + 86.15 # Rules to configure and make the package. 86.16 compile_rules() 86.17 {
87.1 --- a/trafshow/receipt Thu Dec 05 15:25:09 2013 +0000 87.2 +++ b/trafshow/receipt Thu Dec 05 20:23:08 2013 +0000 87.3 @@ -5,12 +5,14 @@ 87.4 CATEGORY="network" 87.5 SHORT_DESC="Full screen network traffic monitor." 87.6 MAINTAINER="paul@slitaz.org" 87.7 -DEPENDS="ncurses libpcap" 87.8 -BUILD_DEPENDS="ncurses-dev libpcap-dev" 87.9 +LICENSE="BSD" 87.10 TARBALL="$PACKAGE-$VERSION.tgz" 87.11 WEB_SITE="http://soft.risp.ru/trafshow/index_en.shtml" 87.12 WGET_URL="http://fossies.org/linux/misc/$TARBALL" 87.13 87.14 +DEPENDS="ncurses libpcap" 87.15 +BUILD_DEPENDS="ncurses-dev libpcap-dev" 87.16 + 87.17 # Rules to configure and make the package. 87.18 compile_rules() 87.19 {
88.1 --- a/transfig/receipt Thu Dec 05 15:25:09 2013 +0000 88.2 +++ b/transfig/receipt Thu Dec 05 20:23:08 2013 +0000 88.3 @@ -5,6 +5,7 @@ 88.4 CATEGORY="x-window" 88.5 SHORT_DESC="Utilities for converting XFig figure files." 88.6 MAINTAINER="pascal.bellard@slitaz.org" 88.7 +LICENSE="BSD" 88.8 TARBALL="$PACKAGE.$VERSION.tar.gz" 88.9 WEB_SITE="http://www.xfig.org/" 88.10 WGET_URL="http://downloads.sourceforge.net/mcj/$TARBALL"
89.1 --- a/transset-df/receipt Thu Dec 05 15:25:09 2013 +0000 89.2 +++ b/transset-df/receipt Thu Dec 05 20:23:08 2013 +0000 89.3 @@ -5,12 +5,14 @@ 89.4 CATEGORY="x-window" 89.5 SHORT_DESC="Tool to set windows opacity." 89.6 MAINTAINER="pankso@slitaz.org" 89.7 +LICENSE="MIT" 89.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 89.9 +WEB_SITE="http://www.forchheimer.se/transset-df/" 89.10 +WGET_URL="http://www.forchheimer.se/transset-df/$TARBALL" 89.11 + 89.12 DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-xcompmgr xorg-libXrender \ 89.13 xorg-libXext" 89.14 BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev" 89.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 89.16 -WEB_SITE="http://www.forchheimer.se/transset-df/" 89.17 -WGET_URL="http://www.forchheimer.se/transset-df/$TARBALL" 89.18 89.19 # Rules to configure and make the package. 89.20 compile_rules()
90.1 --- a/truecrypt/receipt Thu Dec 05 15:25:09 2013 +0000 90.2 +++ b/truecrypt/receipt Thu Dec 05 20:23:08 2013 +0000 90.3 @@ -5,6 +5,7 @@ 90.4 CATEGORY="security" 90.5 SHORT_DESC="Free open-source cross-platform disk encryption software" 90.6 MAINTAINER="slaxemulator@gmail.com" 90.7 +LICENSE="other" 90.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 90.9 WEB_SITE="http://www.truecrypt.org" 90.10 WGET_URL="ftp://ftp.archlinux.org/other/tc/$TARBALL"
91.1 --- a/ttf-dejavu-extra/receipt Thu Dec 05 15:25:09 2013 +0000 91.2 +++ b/ttf-dejavu-extra/receipt Thu Dec 05 20:23:08 2013 +0000 91.3 @@ -5,6 +5,7 @@ 91.4 CATEGORY="x-window" 91.5 SHORT_DESC="DejaVu True Type Font (extra)." 91.6 MAINTAINER="pankso@slitaz.org" 91.7 +LICENSE="other" 91.8 WEB_SITE="http://dejavu.sourceforge.net/" 91.9 WANTED="ttf-dejavu" 91.10 TAGS="font"
92.1 --- a/ttf-dejavu/receipt Thu Dec 05 15:25:09 2013 +0000 92.2 +++ b/ttf-dejavu/receipt Thu Dec 05 20:23:08 2013 +0000 92.3 @@ -5,6 +5,7 @@ 92.4 CATEGORY="x-window" 92.5 SHORT_DESC="DejaVu True Type Font (minimum)." 92.6 MAINTAINER="pankso@slitaz.org" 92.7 +LICENSE="other" 92.8 WEB_SITE="http://dejavu.sourceforge.net/" 92.9 SOURCE="dejavu-fonts-ttf" 92.10 TARBALL="$SOURCE-$VERSION.tar.bz2"
93.1 --- a/ttf-open-dyslexic/receipt Thu Dec 05 15:25:09 2013 +0000 93.2 +++ b/ttf-open-dyslexic/receipt Thu Dec 05 20:23:08 2013 +0000 93.3 @@ -5,6 +5,7 @@ 93.4 CATEGORY="x-window" 93.5 SHORT_DESC="TrueType font to increase readability for dyslexic readers." 93.6 MAINTAINER="pascal.bellard@slitaz.org" 93.7 +LICENSE="CC-SA" 93.8 WEB_SITE="http://dyslexicfonts.com/" 93.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 93.10 WGET_URL="https://github.com/antijingoist/open-dyslexic/archive/$VERSION-Stable.tar.gz"
94.1 --- a/tty-clock/receipt Thu Dec 05 15:25:09 2013 +0000 94.2 +++ b/tty-clock/receipt Thu Dec 05 20:23:08 2013 +0000 94.3 @@ -5,6 +5,7 @@ 94.4 CATEGORY="utilities" 94.5 SHORT_DESC="Analog ncurses clock." 94.6 MAINTAINER="paul@slitaz.org" 94.7 +LICENSE="BSD" 94.8 WEB_SITE="http://github.com/xorg62/tty-clock" 94.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 94.10 TAGS="clock"
95.1 --- a/ttyload/receipt Thu Dec 05 15:25:09 2013 +0000 95.2 +++ b/ttyload/receipt Thu Dec 05 20:23:08 2013 +0000 95.3 @@ -5,6 +5,7 @@ 95.4 CATEGORY="system-tools" 95.5 SHORT_DESC="color-coded graph of load averages over time." 95.6 MAINTAINER="pascal.bellard@slitaz.org" 95.7 +LICENSE="ISC" 95.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 95.9 WEB_SITE="http://www.daveltd.com/src/util/ttyload/" 95.10 WGET_URL="${WEB_SITE}$TARBALL"
96.1 --- a/turses/receipt Thu Dec 05 15:25:09 2013 +0000 96.2 +++ b/turses/receipt Thu Dec 05 20:23:08 2013 +0000 96.3 @@ -5,23 +5,25 @@ 96.4 CATEGORY="network" 96.5 SHORT_DESC="A Twitter client for the console." 96.6 MAINTAINER="paul@slitaz.org" 96.7 -DEPENDS="python setuptools python-httplib2 python-urwid python-oauth2 python-tweepy" 96.8 -BUILD_DEPENDS="python python-dev setuptools" 96.9 +LICENSE="GPL3" 96.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 96.11 WEB_SITE="https://github.com/alejandrogomez/turses" 96.12 WGET_URL="http://pypi.python.org/packages/source/t/$PACKAGE/$TARBALL" 96.13 96.14 +DEPENDS="python setuptools python-httplib2 python-urwid python-oauth2 python-tweepy" 96.15 +BUILD_DEPENDS="python python-dev setuptools" 96.16 + 96.17 # Rules to configure and make the package. 96.18 compile_rules() 96.19 { 96.20 cd $src 96.21 python setup.py build 96.22 - python setup.py install --root=$PWD/_pkg 96.23 + python setup.py install --root=$DESTDIR 96.24 } 96.25 96.26 # Rules to gen a SliTaz package suitable for Tazpkg. 96.27 genpkg_rules() 96.28 { 96.29 - cp -a $_pkg/usr $fs 96.30 + cp -a $install/usr $fs 96.31 } 96.32
97.1 --- a/ubuntu-font-family/receipt Thu Dec 05 15:25:09 2013 +0000 97.2 +++ b/ubuntu-font-family/receipt Thu Dec 05 20:23:08 2013 +0000 97.3 @@ -5,6 +5,7 @@ 97.4 CATEGORY="x-window" 97.5 SHORT_DESC="Set of new libre/open fonts" 97.6 MAINTAINER="al.bobylev@gmail.com" 97.7 +LICENSE="other" 97.8 TARBALL="$PACKAGE-$VERSION.zip" 97.9 WEB_SITE="http://font.ubuntu.com/" 97.10 WGET_URL="$WEB_SITE/download/$TARBALL"
98.1 --- a/unfs3/receipt Thu Dec 05 15:25:09 2013 +0000 98.2 +++ b/unfs3/receipt Thu Dec 05 20:23:08 2013 +0000 98.3 @@ -5,14 +5,16 @@ 98.4 CATEGORY="network" 98.5 SHORT_DESC="User-land NFSv3 Server" 98.6 MAINTAINER="erjo@slitaz.org" 98.7 -DEPENDS="portmap" 98.8 -BUILD_DEPENDS="flex" 98.9 +LICENSE="BSD" 98.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 98.11 WEB_SITE="http://unfs3.sourceforge.net/" 98.12 WGET_URL="http://ovh.dl.sourceforge.net/sourceforge/unfs3/${TARBALL}" 98.13 TAGS="network nfs" 98.14 CONFIG_FILES="/etc/exports" 98.15 98.16 +DEPENDS="portmap" 98.17 +BUILD_DEPENDS="flex" 98.18 + 98.19 # Rules to configure and make the package. 98.20 compile_rules() 98.21 {
99.1 --- a/unionfs-fuse/receipt Thu Dec 05 15:25:09 2013 +0000 99.2 +++ b/unionfs-fuse/receipt Thu Dec 05 20:23:08 2013 +0000 99.3 @@ -5,12 +5,14 @@ 99.4 CATEGORY="system-tools" 99.5 SHORT_DESC="unionfs-fuse is an effort to create a userland unionfs implementation that is way more flexible than the current in-kernel based unionfs solution." 99.6 MAINTAINER="slaxemulator@gmail.com" 99.7 -DEPENDS="fuse" 99.8 -BUILD_DEPENDS="cmake fuse-dev" 99.9 +LICENSE="BSD" 99.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 99.11 WEB_SITE="http://podgorny.cz/moin/UnionFsFuse" 99.12 WGET_URL="http://podgorny.cz/unionfs-fuse/releases/$TARBALL" 99.13 99.14 +DEPENDS="fuse" 99.15 +BUILD_DEPENDS="cmake fuse-dev" 99.16 + 99.17 # Rules to configure and make the package. 99.18 compile_rules() 99.19 { 99.20 @@ -23,6 +25,6 @@ 99.21 genpkg_rules() 99.22 { 99.23 mkdir -p $fs/usr 99.24 - cp -a $_pkg/usr/bin $fs/usr 99.25 + cp -a $install/usr/bin $fs/usr 99.26 } 99.27
100.1 --- a/unison/receipt Thu Dec 05 15:25:09 2013 +0000 100.2 +++ b/unison/receipt Thu Dec 05 20:23:08 2013 +0000 100.3 @@ -5,6 +5,7 @@ 100.4 CATEGORY="system-tools" 100.5 SHORT_DESC="File-synchronization tool." 100.6 MAINTAINER="pascal.bellard@slitaz.org" 100.7 +LICENSE="GPL3" 100.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 100.9 WEB_SITE="http://www.cis.upenn.edu/~bcpierce/unison" 100.10 WGET_URL="http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/$TARBALL"
101.1 --- a/unshield/receipt Thu Dec 05 15:25:09 2013 +0000 101.2 +++ b/unshield/receipt Thu Dec 05 20:23:08 2013 +0000 101.3 @@ -5,13 +5,15 @@ 101.4 CATEGORY="utilities" 101.5 SHORT_DESC="Extract files from InstallShield CAB archive." 101.6 MAINTAINER="erjo@slitaz.org" 101.7 -DEPENDS="zlib" 101.8 -BUILD_DEPENDS="zlib-dev mysql-dev" 101.9 +LICENSE="MIT" 101.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 101.11 WEB_SITE="http://kent.dl.sourceforge.net/sourceforge/synce/" 101.12 WGET_URL="http://kent.dl.sourceforge.net/sourceforge/synce/$TARBALL" 101.13 TAGS="windows exe cab" 101.14 101.15 +DEPENDS="zlib" 101.16 +BUILD_DEPENDS="zlib-dev mysql-dev" 101.17 + 101.18 # Rules to configure and make the package. 101.19 compile_rules() 101.20 { 101.21 @@ -19,14 +21,14 @@ 101.22 ./configure --prefix=/usr --infodir=/usr/share/info \ 101.23 --mandir=/usr/share/man $CONFIGURE_ARGS && 101.24 make && 101.25 - make DESTDIR=$PWD/_pkg install 101.26 + make DESTDIR=$DESTDIR install 101.27 } 101.28 101.29 # Rules to gen a SliTaz package suitable for Tazpkg. 101.30 genpkg_rules() 101.31 { 101.32 mkdir -p $fs/usr/lib 101.33 - cp -a $_pkg/usr/bin $fs/usr 101.34 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 101.35 + cp -a $install/usr/bin $fs/usr 101.36 + cp -a $install/usr/lib/*.so* $fs/usr/lib 101.37 } 101.38
102.1 --- a/unzip/receipt Thu Dec 05 15:25:09 2013 +0000 102.2 +++ b/unzip/receipt Thu Dec 05 20:23:08 2013 +0000 102.3 @@ -5,6 +5,7 @@ 102.4 CATEGORY="system-tools" 102.5 SHORT_DESC="Zip dearchiver." 102.6 MAINTAINER="pascal.bellard@slitaz.org" 102.7 +LICENSE="other" 102.8 TARBALL="unzip60.tar.gz" 102.9 WEB_SITE="http://www.info-zip.org/" 102.10 WGET_URL="$SF_MIRROR/infozip/$TARBALL" 102.11 @@ -16,14 +17,14 @@ 102.12 ln -sf $WOK/$PACKAGE/unzip60 $WOK/$PACKAGE/$PACKAGE-$VERSION 102.13 cd $src 102.14 make -f unix/Makefile generic 102.15 - make -f unix/Makefile prefix=$PWD/_pkg install 102.16 + make -f unix/Makefile prefix=$DESTDIR install 102.17 } 102.18 102.19 # Rules to gen a SliTaz package suitable for Tazpkg. 102.20 genpkg_rules() 102.21 { 102.22 mkdir -p $fs/usr 102.23 - cp -a $_pkg/bin $fs/usr/bin 102.24 + cp -a $install/bin $fs/usr/bin 102.25 } 102.26 102.27 # Remove Busybox symlink before installing
103.1 --- a/w3m/receipt Thu Dec 05 15:25:09 2013 +0000 103.2 +++ b/w3m/receipt Thu Dec 05 20:23:08 2013 +0000 103.3 @@ -5,6 +5,7 @@ 103.4 CATEGORY="network" 103.5 SHORT_DESC="Text Mode Web Browser" 103.6 MAINTAINER="mojo@slitaz.org" 103.7 +LICENSE="MIT" 103.8 WEB_SITE="http://w3m.sourceforge.net" 103.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 103.10 WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$TARBALL"
104.1 --- a/wavpack-dev/receipt Thu Dec 05 15:25:09 2013 +0000 104.2 +++ b/wavpack-dev/receipt Thu Dec 05 20:23:08 2013 +0000 104.3 @@ -5,6 +5,7 @@ 104.4 CATEGORY="development" 104.5 SHORT_DESC="devel files for wavpack." 104.6 MAINTAINER="slaxemulator@gmail.com" 104.7 +LICENSE="BSD" 104.8 WEB_SITE="http://www.wavpack.com" 104.9 WANTED="wavpack" 104.10 104.11 @@ -14,8 +15,7 @@ 104.12 genpkg_rules() 104.13 { 104.14 mkdir -p $fs/usr/lib 104.15 - cp -a $_pkg/usr/include $fs/usr 104.16 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 104.17 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 104.18 + cp -a $install/usr/include $fs/usr 104.19 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 104.20 + cp -a $install/usr/lib/*.*a $fs/usr/lib 104.21 } 104.22 -
105.1 --- a/wavpack/receipt Thu Dec 05 15:25:09 2013 +0000 105.2 +++ b/wavpack/receipt Thu Dec 05 20:23:08 2013 +0000 105.3 @@ -5,11 +5,13 @@ 105.4 CATEGORY="multimedia" 105.5 SHORT_DESC="Auto compression format with lossless, lossy, and hybrid compression modes." 105.6 MAINTAINER="slaxemulator@gmail.com" 105.7 -DEPENDS="glibc-base" 105.8 +LICENSE="BSD" 105.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 105.10 WEB_SITE="http://www.wavpack.com" 105.11 WGET_URL="$WEB_SITE/$TARBALL" 105.12 105.13 +DEPENDS="glibc-base" 105.14 + 105.15 # Rules to configure and make the package. 105.16 compile_rules() 105.17 { 105.18 @@ -19,14 +21,14 @@ 105.19 --infodir=/usr/share/info \ 105.20 --mandir=/usr/share/man \ 105.21 $CONFIGURE_ARGS && 105.22 - make && make DESTDIR=$PWD/_pkg install 105.23 + make && make DESTDIR=$DESTDIR install 105.24 } 105.25 105.26 # Rules to gen a SliTaz package suitable for Tazpkg. 105.27 genpkg_rules() 105.28 { 105.29 mkdir -p $fs/usr/lib 105.30 - cp -a $_pkg/usr/bin $fs/usr 105.31 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 105.32 + cp -a $install/usr/bin $fs/usr 105.33 + cp -a $install/usr/lib/*.so* $fs/usr/lib 105.34 } 105.35
106.1 --- a/wepbuster/receipt Thu Dec 05 15:25:09 2013 +0000 106.2 +++ b/wepbuster/receipt Thu Dec 05 20:23:08 2013 +0000 106.3 @@ -5,12 +5,14 @@ 106.4 CATEGORY="network" 106.5 SHORT_DESC="A set of tools for auditing wireless networks" 106.6 MAINTAINER="pascal.bellard@slitaz.org" 106.7 +LICENSE="BSD" 106.8 WEB_SITE="http://code.google.com/p/wepbuster/" 106.9 +TARBALL="$PACKAGE-$VERSION.tgz" 106.10 +WGET_URL="http://wepbuster.googlecode.com/files/$TARBALL" 106.11 + 106.12 DEPENDS="perl-number-range perl-expect perl-algorithm-permute perl-file-slurp \ 106.13 perl-getopt-long perl-term-readkey macchanger aircrack-ng dhcp-client \ 106.14 wireless_tools" 106.15 -TARBALL="$PACKAGE-$VERSION.tgz" 106.16 -WGET_URL="http://wepbuster.googlecode.com/files/$TARBALL" 106.17 106.18 # Rules to configure and make the package. 106.19 compile_rules() 106.20 @@ -24,4 +26,3 @@ 106.21 mkdir -p $fs/usr/bin 106.22 cp -a $src/wepbuster $fs/usr/bin 106.23 } 106.24 -
107.1 --- a/wxWidgets-dev/receipt Thu Dec 05 15:25:09 2013 +0000 107.2 +++ b/wxWidgets-dev/receipt Thu Dec 05 20:23:08 2013 +0000 107.3 @@ -5,17 +5,19 @@ 107.4 CATEGORY="development" 107.5 SHORT_DESC="Cross-platform GUI Library devel files." 107.6 MAINTAINER="pankso@slitaz.org" 107.7 +LICENSE="LGPL" 107.8 +WANTED="wxWidgets" 107.9 +WEB_SITE="http://www.wxwidgets.org/" 107.10 + 107.11 DEPENDS="pkg-config gtk+-dev xorg-libXinerama-dev xorg-libSM-dev \ 107.12 xorg-libICE-dev expat wxWidgets zlib" 107.13 -WANTED="wxWidgets" 107.14 -WEB_SITE="http://www.wxwidgets.org/" 107.15 107.16 # Rules to gen a SliTaz package suitable for Tazpkg. 107.17 genpkg_rules() 107.18 { 107.19 mkdir -p $fs/usr/lib/wx 107.20 - cp -a $_pkg/usr/bin/ $fs/usr 107.21 - cp -a $_pkg/usr/include/ $fs/usr 107.22 + cp -a $install/usr/bin/ $fs/usr 107.23 + cp -a $install/usr/include/ $fs/usr 107.24 # Just copy setup.h and contrib include 107.25 - cp -a $_pkg/usr/lib/wx/include $fs/usr/lib/wx 107.26 + cp -a $install/usr/lib/wx/include $fs/usr/lib/wx 107.27 }
108.1 --- a/wxWidgets/receipt Thu Dec 05 15:25:09 2013 +0000 108.2 +++ b/wxWidgets/receipt Thu Dec 05 20:23:08 2013 +0000 108.3 @@ -5,6 +5,7 @@ 108.4 CATEGORY="x-window" 108.5 SHORT_DESC="Cross-platform GUI Library" 108.6 MAINTAINER="pankso@slitaz.org" 108.7 +LICENSE="LGPL" 108.8 SOURCE="wxPython" 108.9 TARBALL="$SOURCE-src-$VERSION.tar.bz2" 108.10 WEB_SITE="http://www.wxwidgets.org/"
109.1 --- a/wxpython-dev/receipt Thu Dec 05 15:25:09 2013 +0000 109.2 +++ b/wxpython-dev/receipt Thu Dec 05 20:23:08 2013 +0000 109.3 @@ -5,14 +5,16 @@ 109.4 CATEGORY="x-window" 109.5 SHORT_DESC="wxPython devel files." 109.6 MAINTAINER="pankso@slitaz.org" 109.7 -DEPENDS="wxpython" 109.8 +LICENSE="LGPL" 109.9 SOURCE="wxPython-src" 109.10 WANTED="wxpython" 109.11 WEB_SITE="http://www.wxpython.org/" 109.12 109.13 +DEPENDS="wxpython" 109.14 + 109.15 # Rules to gen a SliTaz package suitable for Tazpkg. 109.16 genpkg_rules() 109.17 { 109.18 mkdir -p $fs/usr 109.19 - cp -a $_pkg/usr/include $fs/usr 109.20 + cp -a $install/usr/include $fs/usr 109.21 }
110.1 --- a/wxpython/receipt Thu Dec 05 15:25:09 2013 +0000 110.2 +++ b/wxpython/receipt Thu Dec 05 20:23:08 2013 +0000 110.3 @@ -5,6 +5,7 @@ 110.4 CATEGORY="x-window" 110.5 SHORT_DESC="GUI toolkit for the Python programming language." 110.6 MAINTAINER="pankso@slitaz.org" 110.7 +LICENSE="LGPL" 110.8 SOURCE="wxPython" 110.9 TARBALL="$SOURCE-src-$VERSION.tar.bz2" 110.10 WEB_SITE="http://www.wxpython.org/"
111.1 --- a/xbill/receipt Thu Dec 05 15:25:09 2013 +0000 111.2 +++ b/xbill/receipt Thu Dec 05 20:23:08 2013 +0000 111.3 @@ -5,12 +5,14 @@ 111.4 CATEGORY="games" 111.5 SHORT_DESC="Xbill is a game that tests your reflexes as you seek and destroy all forms of Bill." 111.6 MAINTAINER="slaxemulator@gmail.com" 111.7 -DEPENDS="gtk+ xorg-libXaw lesstif" 111.8 -BUILD_DEPENDS="gtk+-dev xorg-libXaw-dev lesstif-dev" 111.9 +LICENSE="GPL" 111.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 111.11 WEB_SITE="http://www.xbill.org/" 111.12 WGET_URL="$WEB_SITE/download/$TARBALL" 111.13 111.14 +DEPENDS="gtk+ xorg-libXaw lesstif" 111.15 +BUILD_DEPENDS="gtk+-dev xorg-libXaw-dev lesstif-dev" 111.16 + 111.17 # Rules to configure and make the package. 111.18 compile_rules() 111.19 { 111.20 @@ -29,7 +31,6 @@ 111.21 genpkg_rules() 111.22 { 111.23 mkdir -p $fs/usr/share 111.24 - cp -a $_pkg/usr/bin $fs/usr 111.25 - cp -a $_pkg/usr/share/xbill $fs/usr/share 111.26 + cp -a $install/usr/bin $fs/usr 111.27 + cp -a $install/usr/share/xbill $fs/usr/share 111.28 } 111.29 -
112.1 --- a/xcb-util-dev/receipt Thu Dec 05 15:25:09 2013 +0000 112.2 +++ b/xcb-util-dev/receipt Thu Dec 05 20:23:08 2013 +0000 112.3 @@ -4,6 +4,7 @@ 112.4 CATEGORY="development" 112.5 SHORT_DESC="xcb-util development files" 112.6 MAINTAINER="mallory@sweetpeople.org" 112.7 +LICENSE="MIT" 112.8 WANTED="xcb-util" 112.9 WEB_SITE="http://xcb.freedesktop.org" 112.10 112.11 @@ -13,7 +14,7 @@ 112.12 genpkg_rules() 112.13 { 112.14 mkdir -p $fs/usr/lib 112.15 - cp -a $_pkg/usr/include $fs/usr 112.16 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 112.17 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 112.18 + cp -a $install/usr/include $fs/usr 112.19 + cp -a $install/usr/lib/*.*a $fs/usr/lib 112.20 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 112.21 }
113.1 --- a/xcb-util/receipt Thu Dec 05 15:25:09 2013 +0000 113.2 +++ b/xcb-util/receipt Thu Dec 05 20:23:08 2013 +0000 113.3 @@ -5,12 +5,14 @@ 113.4 CATEGORY="x-window" 113.5 SHORT_DESC="XCB Utilites" 113.6 MAINTAINER="mallory@sweetpeople.org" 113.7 -DEPENDS="libxcb xorg-libXdmcp" 113.8 -BUILD_DEPENDS="libxcb-dev libxcb gperf" 113.9 +LICENSE="MIT" 113.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 113.11 WEB_SITE="http://xcb.freedesktop.org" 113.12 WGET_URL="$WEB_SITE/dist/$TARBALL" 113.13 113.14 +DEPENDS="libxcb xorg-libXdmcp" 113.15 +BUILD_DEPENDS="libxcb-dev libxcb gperf" 113.16 + 113.17 # Rules to configure and make the package. 113.18 compile_rules() 113.19 { 113.20 @@ -27,6 +29,6 @@ 113.21 genpkg_rules() 113.22 { 113.23 mkdir -p $fs/usr/lib 113.24 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 113.25 + cp -a $install/usr/lib/*.so* $fs/usr/lib 113.26 } 113.27
114.1 --- a/xdg-utils/receipt Thu Dec 05 15:25:09 2013 +0000 114.2 +++ b/xdg-utils/receipt Thu Dec 05 20:23:08 2013 +0000 114.3 @@ -5,6 +5,7 @@ 114.4 CATEGORY="development" 114.5 SHORT_DESC="Assists desktop integration tasks." 114.6 MAINTAINER="paul@slitaz.org" 114.7 +LICENSE="MIT" 114.8 DEPENDS="" 114.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 114.10 WEB_SITE="http://portland.freedesktop.org/wiki/" 114.11 @@ -27,13 +28,13 @@ 114.12 --infodir=/usr/share/info \ 114.13 --mandir=/usr/share/man \ 114.14 $CONFIGURE_ARGS && 114.15 - make && make DESTDIR=$PWD/_pkg install 114.16 + make && make DESTDIR=$DESTDIR install 114.17 } 114.18 114.19 # Rules to gen a SliTaz package suitable for Tazpkg. 114.20 genpkg_rules() 114.21 { 114.22 mkdir -p $fs/usr 114.23 - cp -a $_pkg/usr/bin $fs/usr 114.24 + cp -a $install/usr/bin $fs/usr 114.25 } 114.26
115.1 --- a/xdotool/receipt Thu Dec 05 15:25:09 2013 +0000 115.2 +++ b/xdotool/receipt Thu Dec 05 20:23:08 2013 +0000 115.3 @@ -5,12 +5,14 @@ 115.4 CATEGORY="misc" 115.5 SHORT_DESC="fake key emulator" 115.6 MAINTAINER="jozee@slitaz.org" 115.7 -DEPENDS="xorg-libX11 xorg-libXtst" 115.8 -BUILD_DEPENDS="xorg-libX11-dev xorg-libXtst-dev xorg-libXtst" 115.9 +LICENSE="BSD" 115.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 115.11 WEB_SITE="http://www.semicomplete.com/projects/xdotool/" 115.12 WGET_URL="http://semicomplete.googlecode.com/files/$TARBALL" 115.13 115.14 +DEPENDS="xorg-libX11 xorg-libXtst" 115.15 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXtst-dev xorg-libXtst" 115.16 + 115.17 # Rules to configure and make the package. 115.18 compile_rules() 115.19 { 115.20 @@ -23,6 +25,4 @@ 115.21 { 115.22 mkdir -p $fs/usr/bin 115.23 cp -a $src/xdotool $fs/usr/bin 115.24 - 115.25 } 115.26 -
116.1 --- a/xfig/receipt Thu Dec 05 15:25:09 2013 +0000 116.2 +++ b/xfig/receipt Thu Dec 05 20:23:08 2013 +0000 116.3 @@ -5,6 +5,7 @@ 116.4 CATEGORY="x-window" 116.5 SHORT_DESC="Vector graphics editor for X." 116.6 MAINTAINER="pascal.bellard@slitaz.org" 116.7 +LICENSE="MIT" 116.8 TARBALL="$PACKAGE.$VERSION.full.tar.gz" 116.9 WEB_SITE="http://www.xfig.org/" 116.10 WGET_URL="http://downloads.sourceforge.net/mcj/$TARBALL" 116.11 @@ -28,6 +29,6 @@ 116.12 # Rules to gen a SliTaz package suitable for Tazpkg. 116.13 genpkg_rules() 116.14 { 116.15 - cp -a $_pkg/* $fs 116.16 + cp -a $install/* $fs 116.17 sed -i 's/^Fig\*Font:.*/Fig*Font:\t\t\tfixed/' $fs/etc/X11/app-defaults/Fig 116.18 }
117.1 --- a/xflux/receipt Thu Dec 05 15:25:09 2013 +0000 117.2 +++ b/xflux/receipt Thu Dec 05 20:23:08 2013 +0000 117.3 @@ -5,12 +5,14 @@ 117.4 CATEGORY="x-window" 117.5 SHORT_DESC="f.lux for X." 117.6 MAINTAINER="paul@slitaz.org" 117.7 -DEPENDS="" 117.8 -BUILD_DEPENDS="git bzip2" 117.9 +LICENSE="MIT" 117.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 117.11 WEB_SITE="http://stereopsis.com/flux/linux.html" 117.12 WGET_URL="git|git://github.com/Kilian/f.lux-indicator-applet.git" 117.13 117.14 +DEPENDS="" 117.15 +BUILD_DEPENDS="git bzip2" 117.16 + 117.17 # Rules to gen a SliTaz package suitable for Tazpkg. 117.18 genpkg_rules() 117.19 {
118.1 --- a/xget/receipt Thu Dec 05 15:25:09 2013 +0000 118.2 +++ b/xget/receipt Thu Dec 05 20:23:08 2013 +0000 118.3 @@ -6,6 +6,7 @@ 118.4 CATEGORY="network" 118.5 SHORT_DESC="Scalable file-transfer agent." 118.6 MAINTAINER="pascal.bellard@slitaz.org" 118.7 +LICENSE="MIT GPL" 118.8 TARBALL="${SOURCE}1-$VERSION.tar.gz" 118.9 WEB_SITE="http://xcpu.sourceforge.net/xget" 118.10 WGET_URL="$SF_MIRROR/xcpu/$VERSION/$TARBALL" 118.11 @@ -25,5 +26,5 @@ 118.12 genpkg_rules() 118.13 { 118.14 mkdir -p $fs/usr/sbin 118.15 - cp -a $_pkg/usr/sbin/xget $fs/usr/sbin 118.16 + cp -a $install/usr/sbin/xget $fs/usr/sbin 118.17 }
119.1 --- a/xlockmore/receipt Thu Dec 05 15:25:09 2013 +0000 119.2 +++ b/xlockmore/receipt Thu Dec 05 20:23:08 2013 +0000 119.3 @@ -5,12 +5,14 @@ 119.4 CATEGORY="utilities" 119.5 SHORT_DESC="X Window System Lock Screen." 119.6 MAINTAINER="rocky@slitaz.org" 119.7 -DEPENDS="xorg-libX11 freetype freetype1" 119.8 -BUILD_DEPENDS="xorg-libXdmcp-dev xorg-libXpm-dev xorg-libX11-dev xorg-libXt-dev" 119.9 +LICENSE="BSD" 119.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 119.11 WEB_SITE="http://www.tux.org/~bagleyd/xlockmore.html" 119.12 WGET_URL="http://www.tux.org/~bagleyd/xlock/$PACKAGE-$VERSION/$TARBALL" 119.13 119.14 +DEPENDS="xorg-libX11 freetype freetype1" 119.15 +BUILD_DEPENDS="xorg-libXdmcp-dev xorg-libXpm-dev xorg-libX11-dev xorg-libXt-dev" 119.16 + 119.17 # Rules to configure and make the package. 119.18 compile_rules() 119.19 { 119.20 @@ -30,7 +32,7 @@ 119.21 genpkg_rules() 119.22 { 119.23 mkdir -p $fs 119.24 - cp -a $_pkg/usr $fs 119.25 + cp -a $install/usr $fs 119.26 } 119.27 119.28 post_install()
120.1 --- a/xlogo/receipt Thu Dec 05 15:25:09 2013 +0000 120.2 +++ b/xlogo/receipt Thu Dec 05 20:23:08 2013 +0000 120.3 @@ -5,6 +5,7 @@ 120.4 CATEGORY="games" 120.5 SHORT_DESC="A logo interpreter written in java." 120.6 MAINTAINER="claudinei@slitaz.org" 120.7 +LICENSE="GPL" 120.8 TARBALL="xlogo.jar" 120.9 WEB_SITE="http://xlogo.tuxfamily.org" 120.10 120.11 @@ -25,4 +26,3 @@ 120.12 mkdir -p $fs/usr/lib/xlogo 120.13 cp $SOURCES_REPOSITORY/xlogo.jar $fs/usr/lib/xlogo 120.14 } 120.15 -
121.1 --- a/xmlrpc-c-dev/receipt Thu Dec 05 15:25:09 2013 +0000 121.2 +++ b/xmlrpc-c-dev/receipt Thu Dec 05 20:23:08 2013 +0000 121.3 @@ -5,6 +5,7 @@ 121.4 CATEGORY="development" 121.5 SHORT_DESC="A lightweight RPC library based on XML and HTTP, development files." 121.6 MAINTAINER="pascal.bellard@slitaz.org" 121.7 +LICENSE="BSD" 121.8 WEB_SITE="http://xmlrpc-c.sourceforge.net/" 121.9 WANTED="xmlrpc-c" 121.10
122.1 --- a/xmlrpc-c/receipt Thu Dec 05 15:25:09 2013 +0000 122.2 +++ b/xmlrpc-c/receipt Thu Dec 05 20:23:08 2013 +0000 122.3 @@ -5,6 +5,7 @@ 122.4 CATEGORY="network" 122.5 SHORT_DESC="A lightweight RPC library based on XML and HTTP." 122.6 MAINTAINER="pascal.bellard@slitaz.org" 122.7 +LICENSE="BSD" 122.8 WEB_SITE="http://xmlrpc-c.sourceforge.net/" 122.9 TARBALL="$PACKAGE-$VERSION.tgz" 122.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
123.1 --- a/xsane/receipt Thu Dec 05 15:25:09 2013 +0000 123.2 +++ b/xsane/receipt Thu Dec 05 20:23:08 2013 +0000 123.3 @@ -5,6 +5,7 @@ 123.4 CATEGORY="office" 123.5 SHORT_DESC="XSane - graphical scanning frontend." 123.6 MAINTAINER="pankso@slitaz.org" 123.7 +LICENSE="GPL2" 123.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 123.9 WEB_SITE="http://www.xsane.org/" 123.10 WGET_URL="http://www.xsane.org/download/$TARBALL" 123.11 @@ -29,7 +30,7 @@ 123.12 genpkg_rules() 123.13 { 123.14 mkdir -p $fs/usr/share 123.15 - cp -a $_pkg/usr/bin $fs/usr 123.16 - cp -a $_pkg/usr/share/sane $fs/usr/share 123.17 + cp -a $install/usr/bin $fs/usr 123.18 + cp -a $install/usr/share/sane $fs/usr/share 123.19 rm -rf $fs/usr/share/sane/xsane/doc 123.20 }
124.1 --- a/xscavenger/receipt Thu Dec 05 15:25:09 2013 +0000 124.2 +++ b/xscavenger/receipt Thu Dec 05 20:23:08 2013 +0000 124.3 @@ -5,6 +5,7 @@ 124.4 CATEGORY="games" 124.5 SHORT_DESC="Lode Runner rewritten for X11." 124.6 MAINTAINER="pascal.bellard@slitaz.org" 124.7 +LICENSE="GPL2" 124.8 WEB_SITE="http://www.xdr.com/dash/scavenger.html" 124.9 TARBALL="$PACKAGE-$VERSION.tgz" 124.10 WGET_URL="$(dirname $WEB_SITE)/$TARBALL"
125.1 --- a/xterm/receipt Thu Dec 05 15:25:09 2013 +0000 125.2 +++ b/xterm/receipt Thu Dec 05 20:23:08 2013 +0000 125.3 @@ -5,6 +5,7 @@ 125.4 CATEGORY="utilities" 125.5 SHORT_DESC="X Terminal emulator." 125.6 MAINTAINER="pankso@slitaz.org" 125.7 +LICENSE="MIT" 125.8 TARBALL="$PACKAGE-$VERSION.tgz" 125.9 WEB_SITE="http://invisible-island.net/xterm/" 125.10 WGET_URL="ftp://invisible-island.net/xterm/$TARBALL"
126.1 --- a/xtrkcad-doc/receipt Thu Dec 05 15:25:09 2013 +0000 126.2 +++ b/xtrkcad-doc/receipt Thu Dec 05 20:23:08 2013 +0000 126.3 @@ -5,6 +5,7 @@ 126.4 CATEGORY="games" 126.5 SHORT_DESC="Documentation, examples, and how-to demos for xtrkcad." 126.6 MAINTAINER="rcx@zoominternet.net" 126.7 +LICENSE="GPL2" 126.8 WEB_SITE="http://www.xtrkcad.org/" 126.9 WANTED="xtrkcad" 126.10 126.11 @@ -12,7 +13,7 @@ 126.12 genpkg_rules() 126.13 { 126.14 mkdir -p $fs/usr/share/$WANTED 126.15 - cp -a $_pkg/usr/share/$WANTED/html $fs/usr/share/$WANTED 126.16 - cp -a $_pkg/usr/share/$WANTED/examples $fs/usr/share/$WANTED 126.17 - cp -a $_pkg/usr/share/$WANTED/demos $fs/usr/share/$WANTED 126.18 + cp -a $install/usr/share/$WANTED/html $fs/usr/share/$WANTED 126.19 + cp -a $install/usr/share/$WANTED/examples $fs/usr/share/$WANTED 126.20 + cp -a $install/usr/share/$WANTED/demos $fs/usr/share/$WANTED 126.21 }
127.1 --- a/xtrkcad/receipt Thu Dec 05 15:25:09 2013 +0000 127.2 +++ b/xtrkcad/receipt Thu Dec 05 20:23:08 2013 +0000 127.3 @@ -5,6 +5,12 @@ 127.4 CATEGORY="games" 127.5 SHORT_DESC="A CAD program for designing model railroad layouts." 127.6 MAINTAINER="rcx@zoominternet.net" 127.7 +LICENSE="GPL2" 127.8 +TARBALL="$PACKAGE-source-$VERSION.tar.gz" 127.9 +WEB_SITE="http://www.xtrkcad.org/" 127.10 +#WGET_URL="$SF_MIRROR/$PACKAGE-fork/$TARBALL" 127.11 +WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL" 127.12 + 127.13 DEPENDS="menu-railroad glibc-base glib libgio zlib expat libxml2 gtk+ \ 127.14 libgtkhtml fontconfig freetype atk cairo libpng pango pixman libxcb \ 127.15 xcb-util xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \ 127.16 @@ -14,10 +20,6 @@ 127.17 gtk+-dev libxml2-dev libgtkhtml-dev libgtkhtml doxygen xorg-xproto \ 127.18 xorg-renderproto xorg-libX11-dev xorg-kbproto xorg-libXau-dev \ 127.19 xorg-libXdmcp-dev" 127.20 -TARBALL="$PACKAGE-source-$VERSION.tar.gz" 127.21 -WEB_SITE="http://www.xtrkcad.org/" 127.22 -#WGET_URL="$SF_MIRROR/$PACKAGE-fork/$TARBALL" 127.23 -WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL" 127.24 127.25 # Rules to configure and make the package. 127.26 compile_rules() 127.27 @@ -35,25 +37,25 @@ 127.28 -D CMAKE_INSTALL_PREFIX=/usr \ 127.29 -D XTRKCAD_USE_GTK=ON -D XTRKCAD_USE_GTK_CAIRO=ON . && 127.30 make PREFIX=/usr && 127.31 - make DESTDIR=$src/_pkg install && 127.32 - mkdir -p $src/_pkg/usr/share/pixmaps && 127.33 - cp -f $XTRKCAD_STUFF/$PACKAGE.png $src/_pkg/usr/share/pixmaps && 127.34 - mkdir -p $src/_pkg/usr/share/applications && 127.35 - cp -f $XTRKCAD_STUFF/$PACKAGE.desktop $src/_pkg/usr/share/applications && 127.36 - sed -e 's|^Categories=[^$]*$|Categories=Application;Railroad;|g' -i $src/_pkg/usr/share/applications/*.desktop 127.37 + make DESTDIR=$DESTDIR install && 127.38 + mkdir -p $DESTDIR/usr/share/pixmaps && 127.39 + cp -f $XTRKCAD_STUFF/$PACKAGE.png $DESTDIR/usr/share/pixmaps && 127.40 + mkdir -p $DESTDIR/usr/share/applications && 127.41 + cp -f $XTRKCAD_STUFF/$PACKAGE.desktop $DESTDIR/usr/share/applications && 127.42 + sed -e 's|^Categories=[^$]*$|Categories=Application;Railroad;|g' -i $DESTDIR/usr/share/applications/*.desktop 127.43 } 127.44 127.45 # Rules to gen a SliTaz package suitable for Tazpkg. 127.46 genpkg_rules() 127.47 { 127.48 mkdir -p $fs/usr/share/$PACKAGE 127.49 - cp -f $_pkg/usr/share/$PACKAGE/$PACKAGE.tip $fs/usr/share/$PACKAGE 127.50 - cp -f $_pkg/usr/share/$PACKAGE/$PACKAGE.xtq $fs/usr/share/$PACKAGE 127.51 - cp -f $_pkg/usr/share/$PACKAGE/logo.bmp $fs/usr/share/$PACKAGE 127.52 - cp -a $_pkg/usr/share/$PACKAGE/params $fs/usr/share/$PACKAGE 127.53 + cp -f $install/usr/share/$PACKAGE/$PACKAGE.tip $fs/usr/share/$PACKAGE 127.54 + cp -f $install/usr/share/$PACKAGE/$PACKAGE.xtq $fs/usr/share/$PACKAGE 127.55 + cp -f $install/usr/share/$PACKAGE/logo.bmp $fs/usr/share/$PACKAGE 127.56 + cp -a $install/usr/share/$PACKAGE/params $fs/usr/share/$PACKAGE 127.57 127.58 - cp -a $_pkg/usr/share/applications $fs/usr/share 127.59 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 127.60 + cp -a $install/usr/share/applications $fs/usr/share 127.61 + cp -a $install/usr/share/pixmaps $fs/usr/share 127.62 127.63 - cp -a $_pkg/usr/bin $fs/usr 127.64 + cp -a $install/usr/bin $fs/usr 127.65 }