wok-6.x rev 15579
Remove cromfs-or-squashfs; add some licenses
line diff
1.1 --- a/bcrypt/receipt Fri Nov 29 13:39:45 2013 +0000 1.2 +++ b/bcrypt/receipt Sat Nov 30 10:06:29 2013 +0000 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="security" 1.5 SHORT_DESC="File encryption utility" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="zlib" 1.8 -BUILD_DEPENDS="zlib-dev" 1.9 +LICENSE="BSD" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://bcrypt.sourceforge.net/" 1.12 WGET_URL="http://bcrypt.sourceforge.net/${TARBALL}" 1.13 TAGS="encrypt" 1.14 1.15 +DEPENDS="zlib" 1.16 +BUILD_DEPENDS="zlib-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 {
2.1 --- a/billardgl/receipt Fri Nov 29 13:39:45 2013 +0000 2.2 +++ b/billardgl/receipt Sat Nov 30 10:06:29 2013 +0000 2.3 @@ -5,6 +5,7 @@ 2.4 CATEGORY="games" 2.5 SHORT_DESC="OpenGL billard game." 2.6 MAINTAINER="pascal.bellard@slitaz.org" 2.7 +LICENSE="GPL2" 2.8 SOURCE="BillardGL" 2.9 TARBALL="$SOURCE-$VERSION.tar.gz" 2.10 WEB_SITE="http://www.billardgl.de/" 2.11 @@ -32,6 +33,6 @@ 2.12 # Rules to gen a SliTaz package suitable for Tazpkg. 2.13 genpkg_rules() 2.14 { 2.15 - cp -a $_pkg/usr $fs 2.16 + cp -a $install/usr $fs 2.17 } 2.18
3.1 --- a/bird/receipt Fri Nov 29 13:39:45 2013 +0000 3.2 +++ b/bird/receipt Sat Nov 30 10:06:29 2013 +0000 3.3 @@ -5,6 +5,7 @@ 3.4 CATEGORY="network" 3.5 SHORT_DESC="internet routing daemon" 3.6 MAINTAINER="allan316@gmail.com" 3.7 +LICENSE="GPL2" 3.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.9 WEB_SITE="http://bird.network.cz" 3.10 WGET_URL="ftp://bird.network.cz/pub/$PACKAGE/$TARBALL" 3.11 @@ -29,8 +30,8 @@ 3.12 genpkg_rules() 3.13 { 3.14 mkdir -p $fs/usr 3.15 - cp -a $_pkg/usr/sbin $fs/usr 3.16 - cp -a $_pkg/etc $fs 3.17 - cp -a $_pkg/var $fs 3.18 + cp -a $install/usr/sbin $fs/usr 3.19 + cp -a $install/etc $fs 3.20 + cp -a $install/var $fs 3.21 } 3.22
4.1 --- a/blackbox/receipt Fri Nov 29 13:39:45 2013 +0000 4.2 +++ b/blackbox/receipt Sat Nov 30 10:06:29 2013 +0000 4.3 @@ -5,6 +5,7 @@ 4.4 CATEGORY="x-window" 4.5 SHORT_DESC="A small, fast, full-featured window manager for X" 4.6 MAINTAINER="devl547@gmail.com" 4.7 +LICENSE="MIT" 4.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.9 WEB_SITE="http://blackboxwm.sourceforge.net/" 4.10 WGET_URL="$SF_MIRROR/blackboxwm/$TARBALL"
5.1 --- a/bogofilter/receipt Fri Nov 29 13:39:45 2013 +0000 5.2 +++ b/bogofilter/receipt Sat Nov 30 10:06:29 2013 +0000 5.3 @@ -5,13 +5,15 @@ 5.4 CATEGORY="network" 5.5 SHORT_DESC="Mail filter that classifies mail as spam or ham." 5.6 MAINTAINER="pankso@slitaz.org" 5.7 -DEPENDS="sqlite gsl" 5.8 -BUILD_DEPENDS="sqlite-dev" 5.9 +LICENSE="GPL2 GPL3" 5.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.11 WEB_SITE="http://bogofilter.sourceforge.net/" 5.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 5.13 TAGS="mail email filter spam C" 5.14 5.15 +DEPENDS="sqlite gsl" 5.16 +BUILD_DEPENDS="sqlite-dev" 5.17 + 5.18 # Rules to configure and make the package. 5.19 compile_rules() 5.20 { 5.21 @@ -21,14 +23,14 @@ 5.22 --infodir=/usr/share/info \ 5.23 --mandir=/usr/share/man $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 $_pkg/etc $fs 5.35 + cp -a $install/usr/bin $fs/usr 5.36 + cp -a $install/etc $fs 5.37 chmod +x $fs/usr/bin/bf_* 5.38 }
6.1 --- a/bozohttpd/receipt Fri Nov 29 13:39:45 2013 +0000 6.2 +++ b/bozohttpd/receipt Sat Nov 30 10:06:29 2013 +0000 6.3 @@ -5,6 +5,7 @@ 6.4 CATEGORY="network" 6.5 SHORT_DESC="Small and secure http version 1.1 server" 6.6 MAINTAINER="milka@konstelacioj.info" 6.7 +LICENSE="BSD" 6.8 WEB_SITE="http://www.eterna.com.au/$PACKAGE/" 6.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.10 WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL"
7.1 --- a/bridge-utils/receipt Fri Nov 29 13:39:45 2013 +0000 7.2 +++ b/bridge-utils/receipt Sat Nov 30 10:06:29 2013 +0000 7.3 @@ -5,6 +5,7 @@ 7.4 CATEGORY="system-tools" 7.5 SHORT_DESC="IEEE 802.1d ethernet bridging" 7.6 MAINTAINER="erjo@slitaz.org" 7.7 +LICENSE="GPL2" 7.8 TARBALL="${PACKAGE}-${VERSION}.tar.gz" 7.9 WEB_SITE="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge" 7.10 WGET_URL="$SF_MIRROR/bridge/$TARBALL" 7.11 @@ -25,7 +26,7 @@ 7.12 genpkg_rules() 7.13 { 7.14 mkdir -p $fs/usr 7.15 - cp -a $_pkg/usr/sbin $fs/usr 7.16 + cp -a $install/usr/sbin $fs/usr 7.17 } 7.18 7.19 # Overlap busybox
8.1 --- a/brscan/receipt Fri Nov 29 13:39:45 2013 +0000 8.2 +++ b/brscan/receipt Sat Nov 30 10:06:29 2013 +0000 8.3 @@ -5,6 +5,7 @@ 8.4 CATEGORY="office" 8.5 SHORT_DESC="Brother Scanner driver for SANE." 8.6 MAINTAINER="pascal.bellard@slitaz.org" 8.7 +LICENSE="GPL2" 8.8 SOURCE="$PACKAGE-src" 8.9 TARBALL="$SOURCE-$VERSION.tar.gz" 8.10 WEB_SITE="http://solutions.brother.com/linux/sol/printer/linux/sane_drivers.html"
9.1 --- a/brscan2/receipt Fri Nov 29 13:39:45 2013 +0000 9.2 +++ b/brscan2/receipt Sat Nov 30 10:06:29 2013 +0000 9.3 @@ -5,10 +5,12 @@ 9.4 CATEGORY="office" 9.5 SHORT_DESC="Brother Scanner driver for SANE." 9.6 MAINTAINER="pascal.bellard@slitaz.org" 9.7 +LICENSE="GPL2" 9.8 WANTED="brscan" 9.9 WEB_SITE="http://solutions.brother.com/linux/sol/printer/linux/sane_drivers.html" 9.10 +TAGS="scanner driver" 9.11 + 9.12 DEPENDS="sane-backends" 9.13 -TAGS="scanner driver" 9.14 9.15 # Rules to gen a SliTaz package suitable for Tazpkg. 9.16 genpkg_rules()
10.1 --- a/btmgr/receipt Fri Nov 29 13:39:45 2013 +0000 10.2 +++ b/btmgr/receipt Sat Nov 30 10:06:29 2013 +0000 10.3 @@ -5,6 +5,7 @@ 10.4 CATEGORY="system-tools" 10.5 SHORT_DESC="Versatile floppy bootloader (can boot many CD-ROM)." 10.6 MAINTAINER="pascal.bellard@slitaz.org" 10.7 +LICENSE="GPL2" 10.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 10.9 WEB_SITE="http://$PACKAGE.sourceforge.net/about.html" 10.10 WGET_URL="http://$PACKAGE.sourceforge.net/${VERSION%-*}/$TARBALL"
11.1 --- a/buildbot-slave/receipt Fri Nov 29 13:39:45 2013 +0000 11.2 +++ b/buildbot-slave/receipt Sat Nov 30 10:06:29 2013 +0000 11.3 @@ -5,12 +5,14 @@ 11.4 CATEGORY="development" 11.5 SHORT_DESC="Tool to automate the compile/test cycle of code source (slave part)." 11.6 MAINTAINER="pankso@slitaz.org" 11.7 +LICENSE="GPL2" 11.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 11.9 WEB_SITE="http://buildbot.net/" 11.10 WGET_URL="http://buildbot.googlecode.com/files/$TARBALL" 11.11 +TAGS="python buildtools" 11.12 + 11.13 DEPENDS="python twisted" 11.14 BUILD_DEPENDS="python python-dev" 11.15 -TAGS="python buildtools" 11.16 11.17 # Rules to configure and make the package. 11.18 compile_rules() 11.19 @@ -22,5 +24,5 @@ 11.20 # Rules to gen a SliTaz package suitable for Tazpkg. 11.21 genpkg_rules() 11.22 { 11.23 - cp -a $_pkg/usr $fs 11.24 + cp -a $install/usr $fs 11.25 }
12.1 --- a/buildbot/receipt Fri Nov 29 13:39:45 2013 +0000 12.2 +++ b/buildbot/receipt Sat Nov 30 10:06:29 2013 +0000 12.3 @@ -5,12 +5,14 @@ 12.4 CATEGORY="development" 12.5 SHORT_DESC="Tool to automate the compile/test cycle of code source." 12.6 MAINTAINER="pankso@slitaz.org" 12.7 +LICENSE="GPL2" 12.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 12.9 WEB_SITE="http://buildbot.net/" 12.10 WGET_URL="http://buildbot.googlecode.com/files/$TARBALL" 12.11 +TAGS="python buildtools" 12.12 + 12.13 DEPENDS="python twisted" 12.14 BUILD_DEPENDS="python python-dev" 12.15 -TAGS="python buildtools" 12.16 12.17 # Rules to configure and make the package. 12.18 compile_rules() 12.19 @@ -22,5 +24,5 @@ 12.20 # Rules to gen a SliTaz package suitable for Tazpkg. 12.21 genpkg_rules() 12.22 { 12.23 - cp -a $_pkg/usr $fs 12.24 + cp -a $install/usr $fs 12.25 }
13.1 --- a/buildroot/receipt Fri Nov 29 13:39:45 2013 +0000 13.2 +++ b/buildroot/receipt Sat Nov 30 10:06:29 2013 +0000 13.3 @@ -5,11 +5,13 @@ 13.4 CATEGORY="development" 13.5 SHORT_DESC="Tools to build toolchains and root filesystems with uClibc." 13.6 MAINTAINER="pascal.bellard@slitaz.org" 13.7 +LICENSE="GPL2" 13.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 13.9 WEB_SITE="http://www.buildroot.org/" 13.10 WGET_URL="${WEB_SITE}downloads/$TARBALL" 13.11 +SUGGESTED="subversion bazaar git elfkickers ccache" 13.12 + 13.13 DEPENDS="slitaz-toolchain ncurses wget ncursesw-extra" 13.14 -SUGGESTED="subversion bazaar git elfkickers ccache" 13.15 13.16 # Rules to gen a SliTaz package suitable for Tazpkg. 13.17 genpkg_rules()
14.1 --- a/burp/receipt Fri Nov 29 13:39:45 2013 +0000 14.2 +++ b/burp/receipt Sat Nov 30 10:06:29 2013 +0000 14.3 @@ -5,6 +5,7 @@ 14.4 CATEGORY="utilities" 14.5 SHORT_DESC="KISS BackUp and Restore Program" 14.6 MAINTAINER="pascal.bellard@slitaz.org" 14.7 +LICENSE="GPL3" 14.8 WEB_SITE="http://burp.grke.net/" 14.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 14.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15.1 --- a/c-client/receipt Fri Nov 29 13:39:45 2013 +0000 15.2 +++ b/c-client/receipt Sat Nov 30 10:06:29 2013 +0000 15.3 @@ -5,6 +5,7 @@ 15.4 CATEGORY="development" 15.5 SHORT_DESC="mail store formats support." 15.6 MAINTAINER="pascal.bellard@slitaz.org" 15.7 +LICENSE="Apache" 15.8 WEB_SITE="http://www.washington.edu/imap/" 15.9 SOURCE="imap" 15.10 TARBALL="$SOURCE-$VERSION.tar.gz"
16.1 --- a/cabextract/receipt Fri Nov 29 13:39:45 2013 +0000 16.2 +++ b/cabextract/receipt Sat Nov 30 10:06:29 2013 +0000 16.3 @@ -5,6 +5,7 @@ 16.4 CATEGORY="utilities" 16.5 SHORT_DESC="Extracting Microsoft cabinet files" 16.6 MAINTAINER="erjo@slitaz.org" 16.7 +LICENSE="GPL3" 16.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 16.9 WEB_SITE="http://www.cabextract.org.uk/" 16.10 WGET_URL="http://www.cabextract.org.uk/$TARBALL"
17.1 --- a/calcurse/receipt Fri Nov 29 13:39:45 2013 +0000 17.2 +++ b/calcurse/receipt Sat Nov 30 10:06:29 2013 +0000 17.3 @@ -5,6 +5,7 @@ 17.4 CATEGORY="office" 17.5 SHORT_DESC="Text-based calender and scheduling application." 17.6 MAINTAINER="paul@slitaz.org" 17.7 +LICENSE="BSD" 17.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 17.9 WEB_SITE="http://calcurse.org/" 17.10 WGET_URL="http://calcurse.org/files/$TARBALL" 17.11 @@ -25,6 +26,6 @@ 17.12 genpkg_rules() 17.13 { 17.14 mkdir -p $fs/usr 17.15 - cp -a $_pkg/usr/bin $fs/usr 17.16 + cp -a $install/usr/bin $fs/usr 17.17 } 17.18
18.1 --- a/ccache/receipt Fri Nov 29 13:39:45 2013 +0000 18.2 +++ b/ccache/receipt Sat Nov 30 10:06:29 2013 +0000 18.3 @@ -5,14 +5,16 @@ 18.4 CATEGORY="development" 18.5 SHORT_DESC="Compiler cache" 18.6 MAINTAINER="erjo@slitaz.org" 18.7 -DEPENDS="zlib" 18.8 -BUILD_DEPENDS="zlib-dev" 18.9 +LICENSE="GPL3" 18.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 18.11 WEB_SITE="http://ccache.samba.org/" 18.12 WGET_URL="http://samba.org/ftp/$PACKAGE/$TARBALL" 18.13 SUGGESTED="gcc" 18.14 TAGS="compiler" 18.15 18.16 +DEPENDS="zlib" 18.17 +BUILD_DEPENDS="zlib-dev" 18.18 + 18.19 # Rules to configure and make the package. 18.20 compile_rules() 18.21 { 18.22 @@ -22,13 +24,13 @@ 18.23 --infodir=/usr/share/info \ 18.24 --mandir=/usr/share/man \ 18.25 $CONFIGURE_ARGS && 18.26 - make && make DESTDIR=$PWD/_pkg install 18.27 + make && make DESTDIR=$DESTDIR install 18.28 } 18.29 18.30 # Rules to gen a SliTaz package suitable for Tazpkg. 18.31 genpkg_rules() 18.32 { 18.33 mkdir -p $fs/usr 18.34 - cp -a $_pkg/usr/bin $fs/usr 18.35 + cp -a $install/usr/bin $fs/usr 18.36 } 18.37
19.1 --- a/cclcfox/receipt Fri Nov 29 13:39:45 2013 +0000 19.2 +++ b/cclcfox/receipt Sat Nov 30 10:06:29 2013 +0000 19.3 @@ -5,12 +5,14 @@ 19.4 CATEGORY="development" 19.5 SHORT_DESC="server gui for libccls" 19.6 MAINTAINER="allan316@gmail.com" 19.7 -DEPENDS="libcclc fox14" 19.8 -BUILD_DEPENDS="libcclc-dev fox14-dev" 19.9 +LICENSE="GPL2" 19.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 19.11 WEB_SITE="http://ccl.sourceforge.net" 19.12 WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/cclcfox/0.7.0/$TARBALL" 19.13 19.14 +DEPENDS="libcclc fox14" 19.15 +BUILD_DEPENDS="libcclc-dev fox14-dev" 19.16 + 19.17 # Rules to configure and make the package. 19.18 compile_rules() 19.19 { 19.20 @@ -21,13 +23,13 @@ 19.21 --infodir=/usr/share/info \ 19.22 --mandir=/usr/share/man \ 19.23 $CONFIGURE_ARGS && 19.24 - make && make DESTDIR=$PWD/_pkg install 19.25 + make && make DESTDIR=$DESTDIR install 19.26 } 19.27 19.28 # Rules to gen a SliTaz package suitable for Tazpkg. 19.29 genpkg_rules() 19.30 { 19.31 mkdir -p $fs/usr 19.32 - cp -a $_pkg/usr/bin $fs/usr 19.33 + cp -a $install/usr/bin $fs/usr 19.34 } 19.35
20.1 --- a/cdf/receipt Fri Nov 29 13:39:45 2013 +0000 20.2 +++ b/cdf/receipt Sat Nov 30 10:06:29 2013 +0000 20.3 @@ -5,12 +5,14 @@ 20.4 CATEGORY="system-tools" 20.5 SHORT_DESC="Colorized df (color schemes)." 20.6 MAINTAINER="paul@slitaz.org" 20.7 -DEPENDS="" 20.8 +LICENSE="GPL2" 20.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 20.10 WEB_SITE="http://bmp-plugins.berlios.de/misc/cdf/cdf.html" 20.11 WGET_URL="http://download.berlios.de/bmp-plugins/$TARBALL" 20.12 TAGS="color schemes" 20.13 20.14 +DEPENDS="" 20.15 + 20.16 # Rules to configure and make the package. 20.17 compile_rules() 20.18 { 20.19 @@ -24,12 +26,12 @@ 20.20 --infodir=/usr/share/info \ 20.21 --mandir=/usr/share/man \ 20.22 $CONFIGURE_ARGS && 20.23 - make && make DESTDIR=$PWD/_pkg install 20.24 + make && make DESTDIR=$DESTDIR install 20.25 } 20.26 20.27 # Rules to gen a SliTaz package suitable for Tazpkg. 20.28 genpkg_rules() 20.29 { 20.30 mkdir -p $fs/usr 20.31 - cp -a $_pkg/usr/bin $fs/usr 20.32 + cp -a $install/usr/bin $fs/usr 20.33 }
21.1 --- a/cdrdao-utils/receipt Fri Nov 29 13:39:45 2013 +0000 21.2 +++ b/cdrdao-utils/receipt Sat Nov 30 10:06:29 2013 +0000 21.3 @@ -5,14 +5,16 @@ 21.4 CATEGORY="multimedia" 21.5 SHORT_DESC=" cdrdao extra utilities for recording audio/data CD-Rs" 21.6 MAINTAINER="jozee@slitaz.org" 21.7 -DEPENDS="lame libao libmad libogg libvorbis" 21.8 +LICENSE="GPL2" 21.9 WANTED="cdrdao" 21.10 WEB_SITE="http://downloads.sourceforge.net/$PACKAGE" 21.11 21.12 +DEPENDS="lame libao libmad libogg libvorbis" 21.13 + 21.14 # Rules to gen a SliTaz package suitable for Tazpkg. 21.15 genpkg_rules() 21.16 { 21.17 mkdir -p $fs/usr/bin 21.18 - cp -a $_pkg/usr/bin/ $fs/usr 21.19 + cp -a $install/usr/bin/ $fs/usr 21.20 rm $fs/usr/bin/cdrdao 21.21 }
22.1 --- a/cdrdao/receipt Fri Nov 29 13:39:45 2013 +0000 22.2 +++ b/cdrdao/receipt Sat Nov 30 10:06:29 2013 +0000 22.3 @@ -5,12 +5,14 @@ 22.4 CATEGORY="multimedia" 22.5 SHORT_DESC="Records audio/data CD-Rs using toc files" 22.6 MAINTAINER="jozee@slitaz.org" 22.7 -DEPENDS="gcc-lib-base lame libmad libvorbis libao" 22.8 -BUILD_DEPENDS="lame-dev libmad-dev libvorbis-dev libao-dev libao libogg-dev" 22.9 +LICENSE="GPL2" 22.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 22.11 WEB_SITE="http://downloads.sourceforge.net/$PACKAGE" 22.12 WGET_URL="$WEB_SITE/$TARBALL" 22.13 22.14 +DEPENDS="gcc-lib-base lame libmad libvorbis libao" 22.15 +BUILD_DEPENDS="lame-dev libmad-dev libvorbis-dev libao-dev libao libogg-dev" 22.16 + 22.17 # Rules to configure and make the package. 22.18 compile_rules() 22.19 { 22.20 @@ -35,6 +37,6 @@ 22.21 genpkg_rules() 22.22 { 22.23 mkdir -p $fs/usr/bin 22.24 - cp -a $_pkg/usr/bin/cdrdao $fs/usr/bin 22.25 - cp -a $_pkg/usr/share $fs/usr 22.26 + cp -a $install/usr/bin/cdrdao $fs/usr/bin 22.27 + cp -a $install/usr/share $fs/usr 22.28 }
23.1 --- a/cdrkit-audio/receipt Fri Nov 29 13:39:45 2013 +0000 23.2 +++ b/cdrkit-audio/receipt Sat Nov 30 10:06:29 2013 +0000 23.3 @@ -5,6 +5,7 @@ 23.4 CATEGORY="multimedia" 23.5 SHORT_DESC="Icedax, cdda2ogg and other tools for extracting audio files." 23.6 MAINTAINER="pankso@slitaz.org" 23.7 +LICENSE="GPL2" 23.8 WANTED="cdrkit" 23.9 WEB_SITE="http://www.cdrkit.org/" 23.10 23.11 @@ -12,9 +13,9 @@ 23.12 genpkg_rules() 23.13 { 23.14 mkdir -p $fs/usr/bin 23.15 - cp -a $_pkg/usr/bin/cdda* $fs/usr/bin 23.16 - cp $_pkg/usr/bin/icedax $fs/usr/bin 23.17 - cp $_pkg/usr/bin/pitchplay $fs/usr/bin 23.18 + cp -a $install/usr/bin/cdda* $fs/usr/bin 23.19 + cp $install/usr/bin/icedax $fs/usr/bin 23.20 + cp $install/usr/bin/pitchplay $fs/usr/bin 23.21 # Make symlinks for cdrtools compatibility 23.22 cd $fs/usr/bin 23.23 ln -s icedax cdda2wav
24.1 --- a/cdrkit-isoinfo/receipt Fri Nov 29 13:39:45 2013 +0000 24.2 +++ b/cdrkit-isoinfo/receipt Sat Nov 30 10:06:29 2013 +0000 24.3 @@ -5,6 +5,7 @@ 24.4 CATEGORY="multimedia" 24.5 SHORT_DESC="Isoinfo Utility programs for iso9660 images" 24.6 MAINTAINER="jozee@slitaz.org" 24.7 +LICENSE="GPL2" 24.8 WANTED="cdrkit" 24.9 WEB_SITE="http://www.cdrkit.org/" 24.10 24.11 @@ -12,5 +13,5 @@ 24.12 genpkg_rules() 24.13 { 24.14 mkdir -p $fs/usr/bin 24.15 - cp -a $_pkg/usr/bin/isoinfo $fs/usr/bin 24.16 + cp -a $install/usr/bin/isoinfo $fs/usr/bin 24.17 }
25.1 --- a/cdrkit/receipt Fri Nov 29 13:39:45 2013 +0000 25.2 +++ b/cdrkit/receipt Sat Nov 30 10:06:29 2013 +0000 25.3 @@ -5,6 +5,7 @@ 25.4 CATEGORY="utilities" 25.5 SHORT_DESC="Wodim for recording/blanking CDs/DVDs and genisoimage for ISO." 25.6 MAINTAINER="pankso@slitaz.org" 25.7 +LICENSE="GPL2" 25.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 25.9 WEB_SITE="http://www.cdrkit.org/" 25.10 WGET_URL="http://cdrkit.org/releases/$TARBALL" 25.11 @@ -28,8 +29,8 @@ 25.12 genpkg_rules() 25.13 { 25.14 mkdir -p $fs/usr/bin 25.15 - cp $_pkg/usr/bin/genisoimage $fs/usr/bin 25.16 - cp $_pkg/usr/bin/wodim $fs/usr/bin 25.17 + cp $install/usr/bin/genisoimage $fs/usr/bin 25.18 + cp $install/usr/bin/wodim $fs/usr/bin 25.19 # Make symlinks for cdrtools compatibility 25.20 cd $fs/usr/bin 25.21 ln -s wodim cdrecord
26.1 --- a/cgdb/receipt Fri Nov 29 13:39:45 2013 +0000 26.2 +++ b/cgdb/receipt Sat Nov 30 10:06:29 2013 +0000 26.3 @@ -5,6 +5,7 @@ 26.4 CATEGORY="development" 26.5 SHORT_DESC="Curses interface for GDB" 26.6 MAINTAINER="erjo@slitaz.org" 26.7 +LICENSE="GPL2" 26.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 26.9 WEB_SITE="http://cgdb.sourceforge.net/" 26.10 WGET_URL="http://prdownloads.sourceforge.net/cgdb/$TARBALL" 26.11 @@ -27,6 +28,6 @@ 26.12 genpkg_rules() 26.13 { 26.14 mkdir -p $fs/usr 26.15 - cp -a $_pkg/usr/bin $fs/usr 26.16 + cp -a $install/usr/bin $fs/usr 26.17 } 26.18
27.1 --- a/chillispot/receipt Fri Nov 29 13:39:45 2013 +0000 27.2 +++ b/chillispot/receipt Sat Nov 30 10:06:29 2013 +0000 27.3 @@ -5,6 +5,7 @@ 27.4 CATEGORY="network" 27.5 SHORT_DESC="Captive portal or wireless LAN access point controller." 27.6 MAINTAINER="pascal.bellard@slitaz.org" 27.7 +LICENSE="GPL2" 27.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 27.9 WEB_SITE="http://www.chillispot.info/" 27.10 WGET_URL="${WEB_SITE}download/$TARBALL" 27.11 @@ -17,14 +18,14 @@ 27.12 sed -i 's/) defined (/) || defined (/' src/tun.c 27.13 ./configure --prefix=/usr --infodir=/usr/share/info \ 27.14 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && \ 27.15 - make && make DESTDIR=$PWD/_pkg install 27.16 + make && make DESTDIR=$DESTDIR install 27.17 } 27.18 27.19 # Rules to gen a SliTaz package suitable for Tazpkg. 27.20 genpkg_rules() 27.21 { 27.22 mkdir -p $fs/usr $fs/etc/init.d $fs/var/lib/chilli/ 27.23 - cp -a $_pkg/usr/sbin $fs/usr 27.24 + cp -a $install/usr/sbin $fs/usr 27.25 cp $src/doc/chilli.conf $fs/etc 27.26 cp $stuff/chilli $fs/etc/init.d 27.27 }
28.1 --- a/chkrootkit/receipt Fri Nov 29 13:39:45 2013 +0000 28.2 +++ b/chkrootkit/receipt Sat Nov 30 10:06:29 2013 +0000 28.3 @@ -5,6 +5,7 @@ 28.4 CATEGORY="system-tools" 28.5 SHORT_DESC="Locally checks for signs of a rootkit." 28.6 MAINTAINER="pascal.bellard@slitaz.org" 28.7 +LICENSE="BSD" 28.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 28.9 WEB_SITE="http://www.chkrootkit.org/" 28.10 WGET_URL="ftp://ftp.pangeia.com.br/pub/seg/pac/$TARBALL"
29.1 --- a/chmlib-dev/receipt Fri Nov 29 13:39:45 2013 +0000 29.2 +++ b/chmlib-dev/receipt Sat Nov 30 10:06:29 2013 +0000 29.3 @@ -5,16 +5,18 @@ 29.4 CATEGORY="development" 29.5 SHORT_DESC="library for dealing with CHM format" 29.6 MAINTAINER="allan316@gmail.com" 29.7 -DEPENDS="chmlib" 29.8 +LICENSE="LGPL2.1" 29.9 WEB_SITE="http://www.jedrea.com/chmlib" 29.10 WANTED="chmlib" 29.11 29.12 +DEPENDS="chmlib" 29.13 + 29.14 # Rules to gen a SliTaz package suitable for Tazpkg. 29.15 genpkg_rules() 29.16 { 29.17 mkdir -p $fs/usr/lib 29.18 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/ 29.19 - cp -a $_pkg/usr/include $fs/usr 29.20 + cp -a $install/usr/lib/*.*a $fs/usr/lib/ 29.21 + cp -a $install/usr/include $fs/usr 29.22 } 29.23 29.24
30.1 --- a/chmlib/receipt Fri Nov 29 13:39:45 2013 +0000 30.2 +++ b/chmlib/receipt Sat Nov 30 10:06:29 2013 +0000 30.3 @@ -5,12 +5,14 @@ 30.4 CATEGORY="misc" 30.5 SHORT_DESC="library for dealing with CHM format or windows help files" 30.6 MAINTAINER="allan316@gmail.com" 30.7 -DEPENDS="" 30.8 +LICENSE="LGPL2.1" 30.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 30.10 WEB_SITE="http://www.jedrea.com/chmlib" 30.11 WGET_URL="http://www.jedrea.com/chmlib/$TARBALL" 30.12 TAGS="CHM windows" 30.13 30.14 +DEPENDS="" 30.15 + 30.16 # Rules to configure and make the package. 30.17 compile_rules() 30.18 { 30.19 @@ -18,12 +20,12 @@ 30.20 ./configure --prefix=/usr --infodir=/usr/share/info \ 30.21 --mandir=/usr/share/man $CONFIGURE_ARGS 30.22 make 30.23 - make DESTDIR=$PWD/_pkg install 30.24 + make DESTDIR=$DESTDIR install 30.25 } 30.26 30.27 # Rules to gen a SliTaz package suitable for Tazpkg. 30.28 genpkg_rules() 30.29 { 30.30 mkdir -p $fs/usr/lib 30.31 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/ 30.32 + cp -a $install/usr/lib/*.so* $fs/usr/lib/ 30.33 }
31.1 --- a/chocolate-doom/receipt Fri Nov 29 13:39:45 2013 +0000 31.2 +++ b/chocolate-doom/receipt Sat Nov 30 10:06:29 2013 +0000 31.3 @@ -5,9 +5,11 @@ 31.4 CATEGORY="games" 31.5 SHORT_DESC="Doom source port as close as possible to vanilla Doom." 31.6 MAINTAINER="pascal.bellard@slitaz.org" 31.7 +LICENSE="GPL2" 31.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 31.9 WEB_SITE="http://$PACKAGE.sourceforge.net/" 31.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 31.11 + 31.12 DEPENDS="libsdl libsdl-mixer libsdl-net libsamplerate" 31.13 BUILD_DEPENDS="libsdl-mixer-dev libsdl-net-dev libsdl-dev" 31.14
32.1 --- a/chrpath/receipt Fri Nov 29 13:39:45 2013 +0000 32.2 +++ b/chrpath/receipt Sat Nov 30 10:06:29 2013 +0000 32.3 @@ -5,6 +5,7 @@ 32.4 CATEGORY="misc" 32.5 SHORT_DESC="Change or delete the rpath or runpath in ELF files" 32.6 MAINTAINER="slaxemulator@gmail.com" 32.7 +LICENSE="GPL2" 32.8 TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" 32.9 WEB_SITE="http://packages.debian.org/chrpath" 32.10 WGET_URL="http://ftp.debian.org/debian/pool/main/c/$PACKAGE/$TARBALL" 32.11 @@ -18,13 +19,13 @@ 32.12 --infodir=/usr/share/info \ 32.13 --mandir=/usr/share/man \ 32.14 $CONFIGURE_ARGS && 32.15 - make && make DESTDIR=$PWD/_pkg install 32.16 + make && make DESTDIR=$DESTDIR install 32.17 } 32.18 32.19 # Rules to gen a SliTaz package suitable for Tazpkg. 32.20 genpkg_rules() 32.21 { 32.22 mkdir -p $fs/usr 32.23 - cp -a $_pkg/usr/bin $fs/usr 32.24 + cp -a $install/usr/bin $fs/usr 32.25 } 32.26
33.1 --- a/ckermit/receipt Fri Nov 29 13:39:45 2013 +0000 33.2 +++ b/ckermit/receipt Sat Nov 30 10:06:29 2013 +0000 33.3 @@ -5,6 +5,7 @@ 33.4 CATEGORY="network" 33.5 SHORT_DESC="Portable Scriptable Network and Serial Communication Software." 33.6 MAINTAINER="pascal.bellard@slitaz.org" 33.7 +LICENSE="BSD" 33.8 WEB_SITE="http://www.columbia.edu/kermit/ck90.html" 33.9 TARBALL="cku${VERSION##*.}.tar.gz" 33.10 WGET_URL="ftp://kermit.columbia.edu/kermit/archives/$TARBALL"
34.1 --- a/claws-mail-extras/receipt Fri Nov 29 13:39:45 2013 +0000 34.2 +++ b/claws-mail-extras/receipt Sat Nov 30 10:06:29 2013 +0000 34.3 @@ -5,11 +5,12 @@ 34.4 CATEGORY="meta" 34.5 SHORT_DESC="All extras plugins for Claws-mail." 34.6 MAINTAINER="erjo@slitaz.org" 34.7 +LICENSE="GPL3" 34.8 +WEB_SITE="http://www.claws-mail.org/index.php" 34.9 + 34.10 DEPENDS="claws-mail-archive claws-mail-attremover 34.11 claws-mail-notification claws-mail-spam_report claws-mail-vcalendar 34.12 claws-mail-gtkhtml2_viewer claws-mail-rssyl " 34.13 -WEB_SITE="http://www.claws-mail.org/index.php" 34.14 - 34.15 34.16 # Rules to gen a SliTaz package suitable for Tazpkg. 34.17 genpkg_rules()
35.1 --- a/clearlooks/receipt Fri Nov 29 13:39:45 2013 +0000 35.2 +++ b/clearlooks/receipt Sat Nov 30 10:06:29 2013 +0000 35.3 @@ -5,11 +5,13 @@ 35.4 CATEGORY="x-window" 35.5 SHORT_DESC="Clearlooks GTK+ theme." 35.6 MAINTAINER="pankso@slitaz.org" 35.7 +LICENSE="GPL2" 35.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 35.9 +WEB_SITE="http://clearlooks.sourceforge.net/" 35.10 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 35.11 + 35.12 DEPENDS="gtk+ xorg-libXdamage" 35.13 BUILD_DEPENDS="pkg-config file gtk+-dev" 35.14 -WEB_SITE="http://clearlooks.sourceforge.net/" 35.15 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 35.16 35.17 # Rules to configure and make the package. 35.18 compile_rules() 35.19 @@ -21,13 +23,13 @@ 35.20 --mandir=/usr/share/man \ 35.21 $CONFIGURE_ARGS && 35.22 make && 35.23 - make DESTDIR=$PWD/_pkg install 35.24 + make DESTDIR=$DESTDIR install 35.25 } 35.26 35.27 # Rules to gen a SliTaz package suitable for Tazpkg. 35.28 genpkg_rules() 35.29 { 35.30 - cp -a $_pkg/* $fs 35.31 + cp -a $install/* $fs 35.32 rm $fs/usr/lib/gtk-2.0/2.10.0/engines/*.la 35.33 rm -rf $fs/usr/share/icons 35.34 }
36.1 --- a/cloudvpn/receipt Fri Nov 29 13:39:45 2013 +0000 36.2 +++ b/cloudvpn/receipt Sat Nov 30 10:06:29 2013 +0000 36.3 @@ -5,12 +5,14 @@ 36.4 CATEGORY="network" 36.5 SHORT_DESC="Mesh-networked Virtual Private Network." 36.6 MAINTAINER="pascal.bellard@slitaz.org" 36.7 +LICENSE="GPL3" 36.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 36.9 WEB_SITE="http://dev.e-x-a.org/projects/cloudvpn/wiki" 36.10 WGET_URL="http://dev.e-x-a.org/attachments/download/1/$TARBALL" 36.11 +TAGS="vpn tunnel" 36.12 + 36.13 BUILD_DEPENDS="gnutls-dev zlib-dev" 36.14 DEPENDS="gcc-lib-base gnutls zlib libtasn1" 36.15 -TAGS="vpn tunnel" 36.16 36.17 # Rules to configure and make the package. 36.18 compile_rules() 36.19 @@ -27,6 +29,6 @@ 36.20 genpkg_rules() 36.21 { 36.22 mkdir -p $fs/usr 36.23 - cp -a $_pkg/usr/bin $fs/usr 36.24 + cp -a $install/usr/bin $fs/usr 36.25 } 36.26
37.1 --- a/cmake/receipt Fri Nov 29 13:39:45 2013 +0000 37.2 +++ b/cmake/receipt Sat Nov 30 10:06:29 2013 +0000 37.3 @@ -5,12 +5,14 @@ 37.4 CATEGORY="development" 37.5 SHORT_DESC="Cross-platform Make." 37.6 MAINTAINER="pankso@slitaz.org" 37.7 -DEPENDS="openssl libidn gcc-lib-base" 37.8 -BUILD_DEPENDS="ncurses-dev gcc-lib-base" 37.9 +LICENSE="BSD" 37.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 37.11 WEB_SITE="http://www.cmake.org/" 37.12 WGET_URL="http://www.cmake.org/files/v2.8/$TARBALL" 37.13 37.14 +DEPENDS="openssl libidn gcc-lib-base" 37.15 +BUILD_DEPENDS="ncurses-dev gcc-lib-base" 37.16 + 37.17 # Rules to configure and make the package. 37.18 compile_rules() 37.19 { 37.20 @@ -26,7 +28,7 @@ 37.21 # Rules to gen a SliTaz package suitable for Tazpkg. 37.22 genpkg_rules() 37.23 { 37.24 - cp -a $_pkg/usr $fs 37.25 + cp -a $install/usr $fs 37.26 rm -rf $fs/usr/share/man 37.27 } 37.28
38.1 --- a/cmatrix/receipt Fri Nov 29 13:39:45 2013 +0000 38.2 +++ b/cmatrix/receipt Sat Nov 30 10:06:29 2013 +0000 38.3 @@ -5,12 +5,14 @@ 38.4 CATEGORY="misc" 38.5 SHORT_DESC="Matrix screensaver." 38.6 MAINTAINER="paul@slitaz.org" 38.7 -DEPENDS="ncurses" 38.8 -BUILD_DEPENDS="ncurses-dev" 38.9 +LICENSE="GPL2" 38.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 38.11 WEB_SITE="http://www.asty.org/cmatrix/" 38.12 WGET_URL="http://www.asty.org/cmatrix/dist/$TARBALL" 38.13 38.14 +DEPENDS="ncurses" 38.15 +BUILD_DEPENDS="ncurses-dev" 38.16 + 38.17 # Rules to configure and make the package. 38.18 compile_rules() 38.19 { 38.20 @@ -20,13 +22,13 @@ 38.21 --infodir=/usr/share/info \ 38.22 --mandir=/usr/share/man \ 38.23 $CONFIGURE_ARGS && 38.24 - make && make DESTDIR=$PWD/_pkg install 38.25 + make && make DESTDIR=$DESTDIR install 38.26 } 38.27 38.28 # Rules to gen a SliTaz package suitable for Tazpkg. 38.29 genpkg_rules() 38.30 { 38.31 mkdir -p $fs/usr 38.32 - cp -a $_pkg/usr/bin $fs/usr 38.33 + cp -a $install/usr/bin $fs/usr 38.34 } 38.35
39.1 --- a/codiad/receipt Fri Nov 29 13:39:45 2013 +0000 39.2 +++ b/codiad/receipt Sat Nov 30 10:06:29 2013 +0000 39.3 @@ -6,6 +6,7 @@ 39.4 CATEGORY="office" 39.5 SHORT_DESC="web-based IDE framework with a small footprint." 39.6 MAINTAINER="pascal.bellard@slitaz.org" 39.7 +LICENSE="MIT" 39.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 39.9 WEB_SITE="http://codiad.com/" 39.10 WGET_URL="https://nodeload.github.com/Fluidbyte/Codiad/tarball/$GITHASH"
40.1 --- a/collectd-bind/receipt Fri Nov 29 13:39:45 2013 +0000 40.2 +++ b/collectd-bind/receipt Sat Nov 30 10:06:29 2013 +0000 40.3 @@ -6,6 +6,7 @@ 40.4 CATEGORY="network" 40.5 SHORT_DESC="Apache plugin for Collectd" 40.6 MAINTAINER="erjo@slitaz.org" 40.7 +LICENSE="GPL2" 40.8 DEPENDS="libcurl libxml2" 40.9 BUILD_DEPENDS="libcurl curl-dev libxml2 libxml2-dev" 40.10 TARBALL="$SOURCE-$VERSION.tar.gz" 40.11 @@ -24,7 +25,7 @@ 40.12 --disable-all-plugins \ 40.13 --sysconfdir=/etc/collectd \ 40.14 $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 @@ -32,6 +33,6 @@ 40.21 { 40.22 mkdir -p $fs/usr/lib/collectd 40.23 40.24 - cp -a $_pkg/usr/lib/collectd/bind.so* $fs/usr/lib/collectd 40.25 + cp -a $install/usr/lib/collectd/bind.so* $fs/usr/lib/collectd 40.26 } 40.27
41.1 --- a/compiz/receipt Fri Nov 29 13:39:45 2013 +0000 41.2 +++ b/compiz/receipt Sat Nov 30 10:06:29 2013 +0000 41.3 @@ -5,6 +5,7 @@ 41.4 CATEGORY="meta" 41.5 SHORT_DESC="Compiz 3D effect support on SliTaz." 41.6 MAINTAINER="pankso@slitaz.org" 41.7 +LICENSE="MIT GPL LGPL" 41.8 WEB_SITE="http://www.compiz.org/" 41.9 SUGGESTED="compiz-ccsm compiz-compizconfig-python" 41.10
42.1 --- a/couchdb/receipt Fri Nov 29 13:39:45 2013 +0000 42.2 +++ b/couchdb/receipt Sat Nov 30 10:06:29 2013 +0000 42.3 @@ -6,6 +6,7 @@ 42.4 CATEGORY="development" 42.5 SHORT_DESC="Apache CouchDB is document-oriented database." 42.6 MAINTAINER="claudinei@slitaz.org" 42.7 +LICENSE="Apache" 42.8 TARBALL="$SOURCE-$VERSION.tar.gz" 42.9 WEB_SITE="http://couchdb.apache.org" 42.10 APACHE_MIRROR="http://mirrors.dedipower.com/ftp.apache.org/" 42.11 @@ -26,21 +27,21 @@ 42.12 --infodir=/usr/share/info \ 42.13 --mandir=/usr/share/man \ 42.14 $CONFIGURE_ARGS && 42.15 - make && make DESTDIR=$PWD/_pkg install 42.16 + make && make DESTDIR=$DESTDIR install 42.17 } 42.18 42.19 # Rules to gen a SliTaz package suitable for Tazpkg. 42.20 genpkg_rules() 42.21 { 42.22 mkdir -p $fs/usr/share $fs/etc 42.23 - cp -a $_pkg/usr/bin $fs/usr 42.24 - cp -a $_pkg/usr/lib $fs/usr 42.25 - cp -a $_pkg/usr/share/couchdb $fs/usr/share 42.26 - cp -a $_pkg/var $fs 42.27 - cp -a $_pkg/etc/couchdb $fs/etc 42.28 - cp -a $_pkg/etc/default/couchdb $fs/etc/couchdb 42.29 - cp -a $_pkg/etc/init.d $fs/etc 42.30 - cp -a $_pkg/etc/logrotate.d $fs/etc 42.31 + cp -a $install/usr/bin $fs/usr 42.32 + cp -a $install/usr/lib $fs/usr 42.33 + cp -a $install/usr/share/couchdb $fs/usr/share 42.34 + cp -a $install/var $fs 42.35 + cp -a $install/etc/couchdb $fs/etc 42.36 + cp -a $install/etc/default/couchdb $fs/etc/couchdb 42.37 + cp -a $install/etc/init.d $fs/etc 42.38 + cp -a $install/etc/logrotate.d $fs/etc 42.39 sed -i "s|/etc/default/couchdb|/etc/couchdb/couchdb|" \ 42.40 $fs/etc/init.d/couchdb 42.41 }
43.1 --- a/cppunit-dev/receipt Fri Nov 29 13:39:45 2013 +0000 43.2 +++ b/cppunit-dev/receipt Sat Nov 30 10:06:29 2013 +0000 43.3 @@ -5,6 +5,7 @@ 43.4 CATEGORY="development" 43.5 SHORT_DESC="Devel file for the cppunit framework." 43.6 MAINTAINER="pankso@slitaz.org" 43.7 +LICENSE="LGPL2.1" 43.8 WEB_SITE="http://cppunit.sourceforge.net/" 43.9 WANTED="cppunit" 43.10
44.1 --- a/cppunit/receipt Fri Nov 29 13:39:45 2013 +0000 44.2 +++ b/cppunit/receipt Sat Nov 30 10:06:29 2013 +0000 44.3 @@ -5,6 +5,7 @@ 44.4 CATEGORY="system-tools" 44.5 SHORT_DESC="A C++ unit testing framework." 44.6 MAINTAINER="pankso@slitaz.org" 44.7 +LICENSE="LGPL2.1" 44.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 44.9 WEB_SITE="http://cppunit.sourceforge.net/" 44.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
45.1 --- a/cpufrequtils-dev/receipt Fri Nov 29 13:39:45 2013 +0000 45.2 +++ b/cpufrequtils-dev/receipt Sat Nov 30 10:06:29 2013 +0000 45.3 @@ -5,6 +5,7 @@ 45.4 CATEGORY="development" 45.5 SHORT_DESC="Userspace tools for the kernel cpufreq subsystem devel files." 45.6 MAINTAINER="gokhlayeh@slitaz.org" 45.7 +LICENSE="GPL2" 45.8 WANTED="cpufrequtils" 45.9 WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html" 45.10 45.11 @@ -12,8 +13,8 @@ 45.12 genpkg_rules() 45.13 { 45.14 mkdir -p $fs/usr 45.15 - cp -a $_pkg/usr/include $fs/usr 45.16 - cp -a $_pkg/usr/lib $fs/usr 45.17 + cp -a $install/usr/include $fs/usr 45.18 + cp -a $install/usr/lib $fs/usr 45.19 # Remove non-devel files 45.20 rm $fs/usr/lib/libcpufreq.so* 45.21 }
46.1 --- a/cpufrequtils/receipt Fri Nov 29 13:39:45 2013 +0000 46.2 +++ b/cpufrequtils/receipt Sat Nov 30 10:06:29 2013 +0000 46.3 @@ -5,24 +5,26 @@ 46.4 CATEGORY="system-tools" 46.5 SHORT_DESC="Userspace tools for the kernel cpufreq subsystem." 46.6 MAINTAINER="gokhlayeh@slitaz.org" 46.7 -DEPENDS="sysfsutils linux-cpufreq" 46.8 -BUILD_DEPENDS="libtool gettext sed" 46.9 +LICENSE="GPL2" 46.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 46.11 WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html" 46.12 WGET_URL="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/$TARBALL" 46.13 46.14 +DEPENDS="sysfsutils linux-cpufreq" 46.15 +BUILD_DEPENDS="libtool gettext sed" 46.16 + 46.17 # Rules to configure and make the package. 46.18 compile_rules() 46.19 { 46.20 cd $src 46.21 - make LIBTOOL_OPT="--silent --tag=CC" && make DESTDIR=$PWD/_pkg install 46.22 + make LIBTOOL_OPT="--silent --tag=CC" && make DESTDIR=$DESTDIR install 46.23 } 46.24 46.25 # Rules to gen a SliTaz package suitable for Tazpkg. 46.26 genpkg_rules() 46.27 { 46.28 mkdir -p $fs/usr 46.29 - cp -a $_pkg/usr/bin $fs/usr 46.30 - cp -a $_pkg/usr/lib $fs/usr 46.31 - cp -a $_pkg/usr/share $fs/usr 46.32 + cp -a $install/usr/bin $fs/usr 46.33 + cp -a $install/usr/lib $fs/usr 46.34 + cp -a $install/usr/share $fs/usr 46.35 }
47.1 --- a/cpulimit/receipt Fri Nov 29 13:39:45 2013 +0000 47.2 +++ b/cpulimit/receipt Sat Nov 30 10:06:29 2013 +0000 47.3 @@ -5,11 +5,13 @@ 47.4 CATEGORY="system-tools" 47.5 SHORT_DESC="Limits the cpu usage of a process" 47.6 MAINTAINER="allan316@gmail.com" 47.7 -DEPENDS="" 47.8 +LICENSE="GPL2" 47.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 47.10 WEB_SITE="http://cpulimit.sourceforge.net" 47.11 WGET_URL="http://ovh.dl.sourceforge.net/sourceforge/cpulimit/$TARBALL" 47.12 47.13 +DEPENDS="" 47.14 + 47.15 # Rules to configure and make the package. 47.16 compile_rules() 47.17 {
48.1 --- a/cream/receipt Fri Nov 29 13:39:45 2013 +0000 48.2 +++ b/cream/receipt Sat Nov 30 10:06:29 2013 +0000 48.3 @@ -5,12 +5,14 @@ 48.4 CATEGORY="network" 48.5 SHORT_DESC="light web browser based on WebKit and using GTK+." 48.6 MAINTAINER="pascal.bellard@slitaz.org" 48.7 +LICENSE="GPL3" 48.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 48.9 WEB_SITE="http://cream-browser.sourceforge.net/" 48.10 WGET_URL="$SF_MIRROR/cream-browser/$TARBALL" 48.11 +TAGS="browser" 48.12 + 48.13 DEPENDS="gtk+ gcc-lib-base libwebkit libtasn1" 48.14 BUILD_DEPENDS="libwebkit-dev libwebkit libsoup-dev gtk+-dev" 48.15 -TAGS="browser" 48.16 48.17 # Rules to configure and make the package. 48.18 compile_rules() 48.19 @@ -21,12 +23,12 @@ 48.20 --mandir=/usr/share/man \ 48.21 $CONFIGURE_ARGS && 48.22 make && 48.23 - make DESTDIR=$PWD/_pkg install 48.24 + make DESTDIR=$DESTDIR install 48.25 } 48.26 48.27 # Rules to gen a SliTaz package suitable for Tazpkg. 48.28 genpkg_rules() 48.29 { 48.30 - cp -a $_pkg/usr $fs 48.31 + cp -a $install/usr $fs 48.32 } 48.33
49.1 --- a/cromfs-or-squashfs/receipt Fri Nov 29 13:39:45 2013 +0000 49.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 49.3 @@ -1,16 +0,0 @@ 49.4 -# SliTaz package receipt. 49.5 - 49.6 -PACKAGE="cromfs-or-squashfs" 49.7 -VERSION="1.0" 49.8 -CATEGORY="meta" 49.9 -SHORT_DESC="Read only compressed filesystem." 49.10 -MAINTAINER="pascal.bellard@slitaz.org" 49.11 -WEB_SITE="http://www.slitaz.org/" 49.12 -DEPENDS="squashfs" 49.13 - 49.14 -# Rules to gen a SliTaz package suitable for Tazpkg. 49.15 -genpkg_rules() 49.16 -{ 49.17 - # Have a file to avoid errors with tazpkg install. 49.18 - mkdir -p $fs/usr 49.19 -}
50.1 --- a/cromfs/receipt Fri Nov 29 13:39:45 2013 +0000 50.2 +++ b/cromfs/receipt Sat Nov 30 10:06:29 2013 +0000 50.3 @@ -9,7 +9,6 @@ 50.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 50.5 WEB_SITE="http://bisqwit.iki.fi/source/cromfs.html" 50.6 WGET_URL="http://bisqwit.iki.fi/src/arch/$TARBALL" 50.7 -PROVIDE="cromfs-or-squashfs" 50.8 50.9 DEPENDS="fuse lzma lzo libgomp" 50.10 BUILD_DEPENDS="$DEPENDS fuse-dev lzo-dev pkg-config coreutils-file-format perl"
51.1 --- a/crosstool-ng/receipt Fri Nov 29 13:39:45 2013 +0000 51.2 +++ b/crosstool-ng/receipt Sat Nov 30 10:06:29 2013 +0000 51.3 @@ -5,9 +5,11 @@ 51.4 CATEGORY="development" 51.5 SHORT_DESC="Tool to Build toolchains." 51.6 MAINTAINER="pascal.bellard@slitaz.org" 51.7 +LICENSE="GPL2" 51.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 51.9 WEB_SITE="http://ymorin.is-a-geek.org/projects/crosstool" 51.10 WGET_URL="http://ymorin.is-a-geek.org/download/$PACKAGE/$TARBALL" 51.11 + 51.12 DEPENDS="slitaz-toolchain" 51.13 BUILD_DEPENDS="subversion flex cvs gawk texinfo ncurses-dev" 51.14
52.1 --- a/ctags/receipt Fri Nov 29 13:39:45 2013 +0000 52.2 +++ b/ctags/receipt Sat Nov 30 10:06:29 2013 +0000 52.3 @@ -5,11 +5,13 @@ 52.4 CATEGORY="utilities" 52.5 SHORT_DESC="Generates an index file of language objects found in source files." 52.6 MAINTAINER="rocky@slitaz.org" 52.7 -BUILD_DEPENDS="" 52.8 +LICENSE="GPL2" 52.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 52.10 WEB_SITE="http://ctags.sourceforge.net/" 52.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 52.12 52.13 +BUILD_DEPENDS="" 52.14 + 52.15 # Rules to configure and make the package. 52.16 compile_rules() 52.17 { 52.18 @@ -17,12 +19,12 @@ 52.19 ./configure --prefix=/usr \ 52.20 $CONFIGURE_ARGS && 52.21 make && 52.22 - make prefix=$PWD/_pkg/usr install 52.23 + make prefix=$DESTDIR/usr install 52.24 } 52.25 52.26 # Rules to gen a SliTaz package suitable for Tazpkg. 52.27 genpkg_rules() 52.28 { 52.29 mkdir -p $fs/usr 52.30 - cp -a $_pkg/usr/bin $fs/usr 52.31 + cp -a $install/usr/bin $fs/usr 52.32 }
53.1 --- a/cvs-contrib/receipt Fri Nov 29 13:39:45 2013 +0000 53.2 +++ b/cvs-contrib/receipt Sat Nov 30 10:06:29 2013 +0000 53.3 @@ -5,15 +5,17 @@ 53.4 CATEGORY="development" 53.5 SHORT_DESC="CVS contrib utilities" 53.6 MAINTAINER="erjo@slitaz.org" 53.7 -DEPENDS="libcomerr libcrypto libkrb5" 53.8 +LICENSE="GPL" 53.9 WANTED="cvs" 53.10 WEB_SITE="http://ximbiot.com/cvs/" 53.11 53.12 +DEPENDS="libcomerr libcrypto libkrb5" 53.13 + 53.14 # Rules to gen a SliTaz package suitable for Tazpkg. 53.15 genpkg_rules() 53.16 { 53.17 mkdir -p $fs/usr/share 53.18 - cp -a $_pkg/usr/share/cvs $fs/usr/share 53.19 + cp -a $install/usr/share/cvs $fs/usr/share 53.20 53.21 rm -f $fs/usr/share/cvs/contrib/intro.doc 53.22 }
54.1 --- a/cvs/receipt Fri Nov 29 13:39:45 2013 +0000 54.2 +++ b/cvs/receipt Sat Nov 30 10:06:29 2013 +0000 54.3 @@ -5,12 +5,14 @@ 54.4 CATEGORY="development" 54.5 SHORT_DESC="Concurrent Versions System" 54.6 MAINTAINER="erjo@slitaz.org" 54.7 -DEPENDS="libcomerr libcomerr3 libcrypto libkrb5" 54.8 +LICENSE="GPL" 54.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 54.10 WEB_SITE="http://ximbiot.com/cvs/" 54.11 WGET_URL=""http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION/$TARBALL 54.12 TAGS="version-control versioning" 54.13 54.14 +DEPENDS="libcomerr libcomerr3 libcrypto libkrb5" 54.15 + 54.16 # Rules to configure and make the package. 54.17 compile_rules() 54.18 { 54.19 @@ -19,13 +21,13 @@ 54.20 --with-ssh \ 54.21 --mandir=/usr/share/man $CONFIGURE_ARGS && 54.22 make && 54.23 - make DESTDIR=$PWD/_pkg install 54.24 + make DESTDIR=$DESTDIR install 54.25 } 54.26 54.27 # Rules to gen a SliTaz package suitable for Tazpkg. 54.28 genpkg_rules() 54.29 { 54.30 mkdir -p $fs/usr/bin 54.31 - cp -a $_pkg/usr/bin/cvs* $fs/usr/bin 54.32 + cp -a $install/usr/bin/cvs* $fs/usr/bin 54.33 } 54.34
55.1 --- a/cyrus-imapd-dev/receipt Fri Nov 29 13:39:45 2013 +0000 55.2 +++ b/cyrus-imapd-dev/receipt Sat Nov 30 10:06:29 2013 +0000 55.3 @@ -5,6 +5,7 @@ 55.4 CATEGORY="development" 55.5 SHORT_DESC="IMAP server development files." 55.6 MAINTAINER="pascal.bellard@slitaz.org" 55.7 +LICENSE="BSD" 55.8 WEB_SITE="http://cyrusimap.web.cmu.edu//" 55.9 WANTED="cyrus-imapd" 55.10 55.11 @@ -12,7 +13,7 @@ 55.12 genpkg_rules() 55.13 { 55.14 mkdir -p $fs/usr/lib 55.15 - cp -a $_pkg/usr/lib/lib* $fs/usr/lib 55.16 - cp -a $_pkg/usr/include $fs/usr 55.17 + cp -a $install/usr/lib/lib* $fs/usr/lib 55.18 + cp -a $install/usr/include $fs/usr 55.19 } 55.20
56.1 --- a/cyrus-imapd/receipt Fri Nov 29 13:39:45 2013 +0000 56.2 +++ b/cyrus-imapd/receipt Sat Nov 30 10:06:29 2013 +0000 56.3 @@ -5,14 +5,16 @@ 56.4 CATEGORY="network" 56.5 SHORT_DESC="IMAP server." 56.6 MAINTAINER="pascal.bellard@slitaz.org" 56.7 +LICENSE="BSD" 56.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 56.9 WEB_SITE="http://cyrusimap.web.cmu.edu/" 56.10 WGET_URL="ftp://ftp.cyrusimap.org/$PACKAGE/$TARBALL" 56.11 +CONFIG_FILES="/etc/imapd.conf /etc/cyrus.conf" 56.12 + 56.13 BUILD_DEPENDS="libcomerr libcomerr-dev cyrus-sasl cyrus-sasl-dev openssl-dev \ 56.14 db-dev perl" 56.15 DEPENDS="libcomerr cyrus-sasl openssl db perl libwrap slitaz-base-files \ 56.16 net-snmp" 56.17 -CONFIG_FILES="/etc/imapd.conf /etc/cyrus.conf" 56.18 56.19 # Rules to configure and make the package. 56.20 compile_rules() 56.21 @@ -31,9 +33,9 @@ 56.22 genpkg_rules() 56.23 { 56.24 mkdir -p $fs/usr/lib $fs/var/imap $fs/var/spool/imap/stage. 56.25 - cp -a $_pkg/usr/bin $fs/usr 56.26 - cp -a $_pkg/usr/lib/cyrus $fs/usr/lib 56.27 - cp -a $_pkg/usr/lib/perl5 $fs/usr/lib 56.28 + cp -a $install/usr/bin $fs/usr 56.29 + cp -a $install/usr/lib/cyrus $fs/usr/lib 56.30 + cp -a $install/usr/lib/perl5 $fs/usr/lib 56.31 strip -s $fs/usr/lib/cyrus/* 56.32 cp $src/tools/mkimap $fs/usr/lib/cyrus 56.33 cp -a $stuff/etc $fs
57.1 --- a/cyrus-sasl-dev/receipt Fri Nov 29 13:39:45 2013 +0000 57.2 +++ b/cyrus-sasl-dev/receipt Sat Nov 30 10:06:29 2013 +0000 57.3 @@ -5,16 +5,18 @@ 57.4 CATEGORY="network" 57.5 SHORT_DESC="SASL authentication server development files" 57.6 MAINTAINER="pascal.bellard@slitaz.org" 57.7 +LICENSE="BSD" 57.8 WEB_SITE="http://cyrusimap.web.cmu.edu/" 57.9 WANTED="cyrus-sasl" 57.10 + 57.11 DEPENDS="cyrus-sasl" 57.12 57.13 # Rules to gen a SliTaz package suitable for Tazpkg. 57.14 genpkg_rules() 57.15 { 57.16 mkdir -p $fs/usr/lib/sasl2 57.17 - cp -a $_pkg/usr/include $fs/usr 57.18 - cp -a $_pkg/usr/lib/*a $fs/usr/lib 57.19 - cp -a $_pkg/usr/lib/sasl2/*a $fs/usr/lib/sasl2 57.20 + cp -a $install/usr/include $fs/usr 57.21 + cp -a $install/usr/lib/*a $fs/usr/lib 57.22 + cp -a $install/usr/lib/sasl2/*a $fs/usr/lib/sasl2 57.23 } 57.24
58.1 --- a/cyrus-sasl-pam/receipt Fri Nov 29 13:39:45 2013 +0000 58.2 +++ b/cyrus-sasl-pam/receipt Sat Nov 30 10:06:29 2013 +0000 58.3 @@ -5,13 +5,15 @@ 58.4 CATEGORY="network" 58.5 SHORT_DESC="SASL authentication server using PAM." 58.6 MAINTAINER="pascal.bellard@slitaz.org" 58.7 +LICENSE="BSD" 58.8 SOURCE="cyrus-sasl" 58.9 TARBALL="$SOURCE-$VERSION.tar.gz" 58.10 WEB_SITE="http://cyrusimap.web.cmu.edu/" 58.11 WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL" 58.12 +PROVIDE="cyrus-sasl:pam" 58.13 + 58.14 DEPENDS="libldap openssl libdb pam libkrb5 libcomerr3" 58.15 BUILD_DEPENDS="openldap-dev pam pam-dev openssl-dev" 58.16 -PROVIDE="cyrus-sasl:pam" 58.17 58.18 # Rules to configure and make the package. 58.19 compile_rules() 58.20 @@ -22,16 +24,16 @@ 58.21 --mandir=/usr/share/man $CONFIGURE_ARGS 58.22 sed -i 's/WITH_DES/WITH_DES 1/' config.h 58.23 make && 58.24 - make -j1 DESTDIR=$PWD/_pkg install 58.25 + make -j1 DESTDIR=$DESTDIR install 58.26 } 58.27 58.28 # Rules to gen a SliTaz package suitable for Tazpkg. 58.29 genpkg_rules() 58.30 { 58.31 mkdir -p $fs/usr/lib/sasl2 $fs/var/state/saslauthd 58.32 - cp -a $_pkg/usr/sbin $fs/usr 58.33 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 58.34 - cp -a $_pkg/usr/lib/sasl2/*.so* $fs/usr/lib/sasl2 58.35 + cp -a $install/usr/sbin $fs/usr 58.36 + cp -a $install/usr/lib/*.so* $fs/usr/lib 58.37 + cp -a $install/usr/lib/sasl2/*.so* $fs/usr/lib/sasl2 58.38 cp -a ../$SOURCE/stuff/etc $fs 58.39 sed -i 's/shadow/pam/' $fs/etc/init.d/cyrus-sasl 58.40 }
59.1 --- a/cyrus-sasl/receipt Fri Nov 29 13:39:45 2013 +0000 59.2 +++ b/cyrus-sasl/receipt Sat Nov 30 10:06:29 2013 +0000 59.3 @@ -5,6 +5,7 @@ 59.4 CATEGORY="network" 59.5 SHORT_DESC="SASL authentication server." 59.6 MAINTAINER="pascal.bellard@slitaz.org" 59.7 +LICENSE="BSD" 59.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 59.9 WEB_SITE="http://cyrusimap.web.cmu.edu/" 59.10 WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL" 59.11 @@ -31,9 +32,9 @@ 59.12 genpkg_rules() 59.13 { 59.14 mkdir -p $fs/usr/lib/sasl2 $fs/var/state/saslauthd 59.15 - cp -a $_pkg/usr/sbin $fs/usr 59.16 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 59.17 - cp -a $_pkg/usr/lib/sasl2/*.so* $fs/usr/lib/sasl2 59.18 + cp -a $install/usr/sbin $fs/usr 59.19 + cp -a $install/usr/lib/*.so* $fs/usr/lib 59.20 + cp -a $install/usr/lib/sasl2/*.so* $fs/usr/lib/sasl2 59.21 cp -a $stuff/etc $fs 59.22 59.23 cat $stuff/*.files-list | while read file; do
60.1 --- a/daemon_controller/receipt Fri Nov 29 13:39:45 2013 +0000 60.2 +++ b/daemon_controller/receipt Sat Nov 30 10:06:29 2013 +0000 60.3 @@ -5,13 +5,15 @@ 60.4 CATEGORY="development" 60.5 SHORT_DESC="Daemon management for Ruby" 60.6 MAINTAINER="erjo@slitaz.org" 60.7 -DEPENDS="ruby" 60.8 -BUILD_DEPENDS="ruby-dev" 60.9 +LICENSE="MIT" 60.10 TARBALL="$PACKAGE-$VERSION.gem" 60.11 WEB_SITE="http://rubygems.org/gems/daemon_controller" 60.12 WGET_URL="http://rubygems.org/downloads/$TARBALL" 60.13 COOK_OPT="!repack_src !unpack" 60.14 60.15 +DEPENDS="ruby" 60.16 +BUILD_DEPENDS="ruby-dev" 60.17 + 60.18 # Rules to configure and make the package. 60.19 compile_rules() 60.20 { 60.21 @@ -22,5 +24,5 @@ 60.22 # Rules to gen a SliTaz package suitable for Tazpkg. 60.23 genpkg_rules() 60.24 { 60.25 - cp -a $_pkg/usr $fs 60.26 + cp -a $install/usr $fs 60.27 } 60.28 \ No newline at end of file
61.1 --- a/darkstat/receipt Fri Nov 29 13:39:45 2013 +0000 61.2 +++ b/darkstat/receipt Sat Nov 30 10:06:29 2013 +0000 61.3 @@ -5,13 +5,15 @@ 61.4 CATEGORY="network" 61.5 SHORT_DESC="Simpel network traffic statistics" 61.6 MAINTAINER="erjo@slitaz.org" 61.7 -DEPENDS="libpcap zlib" 61.8 -BUILD_DEPENDS="libpcap-dev zlib-dev" 61.9 +LICENSE="GPL2 BSD" 61.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 61.11 WEB_SITE="http://dmr.ath.cx/net/darkstat/" 61.12 WGET_URL="http://dmr.ath.cx/net/darkstat/$TARBALL" 61.13 TAGS="network monitor stats statistics" 61.14 61.15 +DEPENDS="libpcap zlib" 61.16 +BUILD_DEPENDS="libpcap-dev zlib-dev" 61.17 + 61.18 # Rules to configure and make the package. 61.19 compile_rules() 61.20 { 61.21 @@ -19,14 +21,13 @@ 61.22 ./configure --prefix=/usr \ 61.23 --with-chroot-dir=/var/lib/darkstat 61.24 61.25 - make && make DESTDIR=$PWD/_pkg install 61.26 + make && make DESTDIR=$DESTDIR install 61.27 } 61.28 61.29 # Rules to gen a SliTaz package suitable for Tazpkg. 61.30 genpkg_rules() 61.31 { 61.32 mkdir -p $fs/usr $fs/var/lib/darkstat 61.33 - cp -a $_pkg/usr/sbin $fs/usr 61.34 - 61.35 + cp -a $install/usr/sbin $fs/usr 61.36 } 61.37
62.1 --- a/dashel/receipt Fri Nov 29 13:39:45 2013 +0000 62.2 +++ b/dashel/receipt Sat Nov 30 10:06:29 2013 +0000 62.3 @@ -5,6 +5,7 @@ 62.4 CATEGORY="system-tools" 62.5 SHORT_DESC="C++ cross-platform data stream helper encapsulation library." 62.6 MAINTAINER="pankso@slitaz.org" 62.7 +LICENSE="BSD" 62.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 62.9 WEB_SITE="http://gna.org/projects/dashel" 62.10 WGET_URL="http://download.gna.org/dashel/$VERSION/$TARBALL"
63.1 --- a/davmail/receipt Fri Nov 29 13:39:45 2013 +0000 63.2 +++ b/davmail/receipt Sat Nov 30 10:06:29 2013 +0000 63.3 @@ -5,6 +5,7 @@ 63.4 CATEGORY="network" 63.5 SHORT_DESC="POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway" 63.6 MAINTAINER="pascal.bellard@slitaz.org" 63.7 +LICENSE="GPL2" 63.8 TARBALL="$PACKAGE-src-$VERSION.tgz" 63.9 WEB_SITE="http://davmail.sourceforge.net/" 63.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
64.1 --- a/dbus-python-dev/receipt Fri Nov 29 13:39:45 2013 +0000 64.2 +++ b/dbus-python-dev/receipt Sat Nov 30 10:06:29 2013 +0000 64.3 @@ -4,11 +4,13 @@ 64.4 VERSION="1.1.1" 64.5 CATEGORY="development" 64.6 SHORT_DESC="D-Bus python binding devel files." 64.7 -DEPENDS="dbus-python" 64.8 WANTED="dbus-python" 64.9 MAINTAINER="pankso@slitaz.org" 64.10 +LICENSE="GPL2" 64.11 WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings" 64.12 64.13 +DEPENDS="dbus-python" 64.14 + 64.15 # Rules to gen a SliTaz package suitable for Tazpkg. 64.16 genpkg_rules() 64.17 {
65.1 --- a/dbus-python/receipt Fri Nov 29 13:39:45 2013 +0000 65.2 +++ b/dbus-python/receipt Sat Nov 30 10:06:29 2013 +0000 65.3 @@ -5,6 +5,7 @@ 65.4 CATEGORY="system-tools" 65.5 SHORT_DESC="D-Bus python binding." 65.6 MAINTAINER="pankso@slitaz.org" 65.7 +LICENSE="GPL2" 65.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 65.9 WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings" 65.10 WGET_URL="http://dbus.freedesktop.org/releases/dbus-python/$TARBALL"
66.1 --- a/dd_rescue/receipt Fri Nov 29 13:39:45 2013 +0000 66.2 +++ b/dd_rescue/receipt Sat Nov 30 10:06:29 2013 +0000 66.3 @@ -5,11 +5,13 @@ 66.4 CATEGORY="system-tools" 66.5 SHORT_DESC="Block device copy tools." 66.6 MAINTAINER="erjo@slitaz.org" 66.7 -DEPENDS="" 66.8 +LICENSE="GPL2" 66.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 66.10 WEB_SITE="http://www.garloff.de/kurt/linux/ddrescue/" 66.11 WGET_URL="http://www.garloff.de/kurt/linux/ddrescue/$TARBALL" 66.12 66.13 +DEPENDS="" 66.14 + 66.15 # Rules to configure and make the package. 66.16 compile_rules() 66.17 {
67.1 --- a/ddclient/receipt Fri Nov 29 13:39:45 2013 +0000 67.2 +++ b/ddclient/receipt Sat Nov 30 10:06:29 2013 +0000 67.3 @@ -5,6 +5,7 @@ 67.4 CATEGORY="network" 67.5 SHORT_DESC="Dynamic DNS update tool." 67.6 MAINTAINER="pascal.bellard@slitaz.org" 67.7 +LICENSE="GPL2" 67.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 67.9 WEB_SITE="http://ddclient.sourceforge.net/" 67.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
68.1 --- a/ddrescue/receipt Fri Nov 29 13:39:45 2013 +0000 68.2 +++ b/ddrescue/receipt Sat Nov 30 10:06:29 2013 +0000 68.3 @@ -5,12 +5,13 @@ 68.4 CATEGORY="system-tools" 68.5 SHORT_DESC="Data recovery tool." 68.6 MAINTAINER="erjo@slitaz.org" 68.7 -DEPENDS="gcc-lib-base" 68.8 +LICENSE="GPL3" 68.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 68.10 WEB_SITE="http://www.gnu.org/software/ddrescue/ddrescue.html" 68.11 WGET_URL="http://ftp.gnu.org/gnu/ddrescue/$TARBALL" 68.12 TAGS="recovery toolkit tools" 68.13 68.14 +DEPENDS="gcc-lib-base" 68.15 68.16 # Rules to configure and make the package. 68.17 compile_rules() 68.18 @@ -19,13 +20,13 @@ 68.19 ./configure --prefix=/usr --infodir=/usr/share/info \ 68.20 --mandir=/usr/share/man $CONFIGURE_ARGS && 68.21 make && 68.22 - make DESTDIR=$PWD/_pkg install 68.23 + make DESTDIR=$DESTDIR install 68.24 } 68.25 68.26 # Rules to gen a SliTaz package suitable for Tazpkg. 68.27 genpkg_rules() 68.28 { 68.29 mkdir -p $fs/usr 68.30 - cp -a $_pkg/usr/bin $fs/usr 68.31 + cp -a $install/usr/bin $fs/usr 68.32 } 68.33
69.1 --- a/decibel/receipt Fri Nov 29 13:39:45 2013 +0000 69.2 +++ b/decibel/receipt Sat Nov 30 10:06:29 2013 +0000 69.3 @@ -5,13 +5,15 @@ 69.4 CATEGORY="multimedia" 69.5 SHORT_DESC="Decibel audio player for Gnome Desktop." 69.6 MAINTAINER="slaxemulator@gmail.com" 69.7 -DEPENDS="python gst-python notify-python pygtk dbus-python mutagen" 69.8 -BUILD_DEPENDS="gettext" 69.9 +LICENSE="GPL2" 69.10 SOURCE="$PACKAGE-audio-player" 69.11 TARBALL="$SOURCE-$VERSION.tar.gz" 69.12 WEB_SITE="http://decibel.silent-blade.org/" 69.13 WGET_URL="http://decibel.silent-blade.org/uploads/Main/$TARBALL" 69.14 69.15 +DEPENDS="python gst-python notify-python pygtk dbus-python mutagen" 69.16 +BUILD_DEPENDS="gettext" 69.17 + 69.18 # Rules to configure and make the package. 69.19 compile_rules() 69.20 { 69.21 @@ -25,9 +27,9 @@ 69.22 genpkg_rules() 69.23 { 69.24 mkdir -p $fs/usr/share 69.25 - cp -a $_pkg/usr/bin $fs/usr 69.26 - cp -a $_pkg/usr/share/$SOURCE $fs/usr/share 69.27 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 69.28 - cp -a $_pkg/usr/share/applications $fs/usr/share 69.29 + cp -a $install/usr/bin $fs/usr 69.30 + cp -a $install/usr/share/$SOURCE $fs/usr/share 69.31 + cp -a $install/usr/share/pixmaps $fs/usr/share 69.32 + cp -a $install/usr/share/applications $fs/usr/share 69.33 } 69.34
70.1 --- a/dega/receipt Fri Nov 29 13:39:45 2013 +0000 70.2 +++ b/dega/receipt Sat Nov 30 10:06:29 2013 +0000 70.3 @@ -5,6 +5,7 @@ 70.4 CATEGORY="games" 70.5 SHORT_DESC="A small Sega Master System and Game Gear emulator" 70.6 MAINTAINER="slaxemulator@gmail.com" 70.7 +LICENSE="other" 70.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 70.9 WEB_SITE="http://www.finalburn.com/dega" 70.10 WGET_URL="http://www.emulinks.de/emus/$TARBALL"
71.1 --- a/deutex-devel/receipt Fri Nov 29 13:39:45 2013 +0000 71.2 +++ b/deutex-devel/receipt Sat Nov 30 10:06:29 2013 +0000 71.3 @@ -5,6 +5,7 @@ 71.4 CATEGORY="development" 71.5 SHORT_DESC="A WAD file composer for Doom, Heretic, Hexen and Strife." 71.6 MAINTAINER="slaxemulator@gmail.com" 71.7 +LICENSE="GPL2" 71.8 SOURCE="deutex" 71.9 TARBALL="$SOURCE-$VERSION.tar.gz" 71.10 WEB_SITE="http://www.teaser.fr/~amajorel/deutex/" 71.11 @@ -25,6 +26,6 @@ 71.12 genpkg_rules() 71.13 { 71.14 mkdir -p $fs/usr 71.15 - cp -a $_pkg/usr/bin $fs/usr 71.16 + cp -a $install/usr/bin $fs/usr 71.17 } 71.18
72.1 --- a/devilspie/receipt Fri Nov 29 13:39:45 2013 +0000 72.2 +++ b/devilspie/receipt Sat Nov 30 10:06:29 2013 +0000 72.3 @@ -5,6 +5,7 @@ 72.4 CATEGORY="x-window" 72.5 SHORT_DESC="Windows matching utility." 72.6 MAINTAINER="pankso@slitaz.org" 72.7 +LICENSE="GPL2" 72.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 72.9 WEB_SITE="http://burtonini.com/blog/computers/devilspie" 72.10 WGET_URL="http://burtonini.com/computing/$TARBALL"
73.1 --- a/dhcp-client/receipt Fri Nov 29 13:39:45 2013 +0000 73.2 +++ b/dhcp-client/receipt Sat Nov 30 10:06:29 2013 +0000 73.3 @@ -5,6 +5,7 @@ 73.4 CATEGORY="network" 73.5 SHORT_DESC="Dynamic Host Configuration Protocol ISC client." 73.6 MAINTAINER="pascal.bellard@slitaz.org" 73.7 +LICENSE="ISC" 73.8 WEB_SITE="http://www.isc.org/products/DHCP/" 73.9 WANTED="dhcp" 73.10 DEPENDS="libcrypto" 73.11 @@ -14,9 +15,9 @@ 73.12 genpkg_rules() 73.13 { 73.14 mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc 73.15 - cp $_pkg/etc/dhclient.conf $fs/etc 73.16 + cp $install/etc/dhclient.conf $fs/etc 73.17 cp $src/client/scripts/linux $fs/etc/dhclient-script 73.18 - cp $_pkg/usr/sbin/dhclient $fs/usr/sbin 73.19 - cp $_pkg/usr/bin/omshell $fs/usr/bin 73.20 + cp $install/usr/sbin/dhclient $fs/usr/sbin 73.21 + cp $install/usr/bin/omshell $fs/usr/bin 73.22 } 73.23
74.1 --- a/dhcp-dev/receipt Fri Nov 29 13:39:45 2013 +0000 74.2 +++ b/dhcp-dev/receipt Sat Nov 30 10:06:29 2013 +0000 74.3 @@ -5,6 +5,7 @@ 74.4 CATEGORY="development" 74.5 SHORT_DESC="Dynamic Host Configuration Protocol development files." 74.6 MAINTAINER="pascal.bellard@slitaz.org" 74.7 +LICENSE="ISC" 74.8 WEB_SITE="http://www.isc.org/products/DHCP/" 74.9 WANTED="dhcp" 74.10 74.11 @@ -12,7 +13,7 @@ 74.12 genpkg_rules() 74.13 { 74.14 mkdir -p $fs/usr 74.15 - cp -a $_pkg/usr/lib $fs/usr 74.16 - cp -a $_pkg/usr/include $fs/usr 74.17 + cp -a $install/usr/lib $fs/usr 74.18 + cp -a $install/usr/include $fs/usr 74.19 } 74.20
75.1 --- a/dhcp-relay/receipt Fri Nov 29 13:39:45 2013 +0000 75.2 +++ b/dhcp-relay/receipt Sat Nov 30 10:06:29 2013 +0000 75.3 @@ -5,14 +5,16 @@ 75.4 CATEGORY="network" 75.5 SHORT_DESC="Dynamic Host Configuration Protocol relay." 75.6 MAINTAINER="pascal.bellard@slitaz.org" 75.7 +LICENSE="ISC" 75.8 WEB_SITE="http://www.isc.org/products/DHCP/" 75.9 +WANTED="dhcp" 75.10 + 75.11 DEPENDS="libcrypto" 75.12 -WANTED="dhcp" 75.13 75.14 # Rules to gen a SliTaz package suitable for Tazpkg. 75.15 genpkg_rules() 75.16 { 75.17 mkdir -p $fs/usr/sbin 75.18 - cp -a $_pkg/usr/sbin/dhcrelay $fs/usr/sbin 75.19 + cp -a $install/usr/sbin/dhcrelay $fs/usr/sbin 75.20 } 75.21
76.1 --- a/dhcp/receipt Fri Nov 29 13:39:45 2013 +0000 76.2 +++ b/dhcp/receipt Sat Nov 30 10:06:29 2013 +0000 76.3 @@ -5,6 +5,7 @@ 76.4 CATEGORY="network" 76.5 SHORT_DESC="Dynamic Host Configuration Protocol server." 76.6 MAINTAINER="pascal.bellard@slitaz.org" 76.7 +LICENSE="ISC" 76.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 76.9 WEB_SITE="http://www.isc.org/products/DHCP/" 76.10 WGET_URL="http://ftp.isc.org/isc/$PACKAGE/$TARBALL" 76.11 @@ -31,8 +32,8 @@ 76.12 genpkg_rules() 76.13 { 76.14 mkdir -p $fs/usr/sbin $fs/etc/init.d 76.15 - cp $_pkg/etc/dhcpd.conf $fs/etc 76.16 - cp $_pkg/usr/sbin/dhcpd $fs/usr/sbin 76.17 + cp $install/etc/dhcpd.conf $fs/etc 76.18 + cp $install/usr/sbin/dhcpd $fs/usr/sbin 76.19 cp $stuff/dhcpd $fs/etc/init.d 76.20 } 76.21
77.1 --- a/dhcp6-client/receipt Fri Nov 29 13:39:45 2013 +0000 77.2 +++ b/dhcp6-client/receipt Sat Nov 30 10:06:29 2013 +0000 77.3 @@ -5,6 +5,7 @@ 77.4 CATEGORY="network" 77.5 SHORT_DESC="Dynamic Host Configuration Protocol ISC client with ipv6 support." 77.6 MAINTAINER="pascal.bellard@slitaz.org" 77.7 +LICENSE="ISC" 77.8 WEB_SITE="http://www.isc.org/products/DHCP/" 77.9 WANTED="dhcp6" 77.10 DEPENDS="libcrypto" 77.11 @@ -15,9 +16,9 @@ 77.12 genpkg_rules() 77.13 { 77.14 mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc 77.15 - cp $_pkg/etc/dhclient.conf $fs/etc 77.16 + cp $install/etc/dhclient.conf $fs/etc 77.17 cp $src/client/scripts/linux $fs/etc/dhclient-script 77.18 - cp $_pkg/usr/sbin/dhclient $fs/usr/sbin 77.19 - cp $_pkg/usr/bin/omshell $fs/usr/bin 77.20 + cp $install/usr/sbin/dhclient $fs/usr/sbin 77.21 + cp $install/usr/bin/omshell $fs/usr/bin 77.22 } 77.23
78.1 --- a/dhcp6-relay/receipt Fri Nov 29 13:39:45 2013 +0000 78.2 +++ b/dhcp6-relay/receipt Sat Nov 30 10:06:29 2013 +0000 78.3 @@ -5,15 +5,16 @@ 78.4 CATEGORY="network" 78.5 SHORT_DESC="Dynamic Host Configuration Protocol relay with ipv6 support." 78.6 MAINTAINER="pascal.bellard@slitaz.org" 78.7 +LICENSE="ISC" 78.8 WEB_SITE="http://www.isc.org/products/DHCP/" 78.9 -DEPENDS="libcrypto" 78.10 WANTED="dhcp6" 78.11 PROVIDE="dhcp-relay" 78.12 78.13 +DEPENDS="libcrypto" 78.14 + 78.15 # Rules to gen a SliTaz package suitable for Tazpkg. 78.16 genpkg_rules() 78.17 { 78.18 mkdir -p $fs/usr/sbin 78.19 - cp -a $_pkg/usr/sbin/dhcrelay $fs/usr/sbin 78.20 + cp -a $install/usr/sbin/dhcrelay $fs/usr/sbin 78.21 } 78.22 -
79.1 --- a/dhcp6/receipt Fri Nov 29 13:39:45 2013 +0000 79.2 +++ b/dhcp6/receipt Sat Nov 30 10:06:29 2013 +0000 79.3 @@ -5,14 +5,16 @@ 79.4 CATEGORY="network" 79.5 SHORT_DESC="Dynamic Host Configuration Protocol server with ipv6 support." 79.6 MAINTAINER="pascal.bellard@slitaz.org" 79.7 +LICENSE="ISC" 79.8 SOURCE="dhcp" 79.9 TARBALL="$SOURCE-$VERSION.tar.gz" 79.10 WEB_SITE="http://www.isc.org/products/DHCP/" 79.11 WGET_URL="http://ftp.isc.org/isc/$SOURCE/$TARBALL" 79.12 +CONFIG_FILES="/etc/dhcpd.conf" 79.13 +PROVIDE="dhcp" 79.14 + 79.15 DEPENDS="libcrypto" 79.16 BUILD_DEPENDS="perl" 79.17 -CONFIG_FILES="/etc/dhcpd.conf" 79.18 -PROVIDE="dhcp" 79.19 79.20 # Rules to configure and make the package. 79.21 compile_rules() 79.22 @@ -25,15 +27,15 @@ 79.23 sed -i 's/== NOERROR/== (isc_result_t) NOERROR/' server/ddns.c 79.24 ./configure --prefix=/usr --infodir=/usr/share/info \ 79.25 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && \ 79.26 - make && make DESTDIR=$PWD/_pkg install 79.27 + make && make DESTDIR=$DESTDIR install 79.28 } 79.29 79.30 # Rules to gen a SliTaz package suitable for Tazpkg. 79.31 genpkg_rules() 79.32 { 79.33 mkdir -p $fs/usr/sbin $fs/etc/init.d 79.34 - cp $_pkg/etc/dhcpd.conf $fs/etc 79.35 - cp $_pkg/usr/sbin/dhcpd $fs/usr/sbin 79.36 + cp $install/etc/dhcpd.conf $fs/etc 79.37 + cp $install/usr/sbin/dhcpd $fs/usr/sbin 79.38 cp $WOK/dhcp/stuff/dhcpd $fs/etc/init.d 79.39 } 79.40
80.1 --- a/diffutils/receipt Fri Nov 29 13:39:45 2013 +0000 80.2 +++ b/diffutils/receipt Sat Nov 30 10:06:29 2013 +0000 80.3 @@ -5,6 +5,7 @@ 80.4 CATEGORY="development" 80.5 SHORT_DESC="Show differences between two files." 80.6 MAINTAINER="pascal.bellard@slitaz.org" 80.7 +LICENSE="GPL3" 80.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 80.9 WEB_SITE="http://www.gnu.org/software/diffutils/" 80.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 80.11 @@ -22,7 +23,7 @@ 80.12 genpkg_rules() 80.13 { 80.14 mkdir -p $fs/usr 80.15 - cp -a $_pkg/usr/bin $fs/usr 80.16 + cp -a $install/usr/bin $fs/usr 80.17 } 80.18 80.19 # Overlap busybox
81.1 --- a/directfb-dev/receipt Fri Nov 29 13:39:45 2013 +0000 81.2 +++ b/directfb-dev/receipt Sat Nov 30 10:06:29 2013 +0000 81.3 @@ -7,15 +7,16 @@ 81.4 WANTED="directfb" 81.5 SOURCE="DirectFB" 81.6 MAINTAINER="pankso@slitaz.org" 81.7 +LICENSE="LGPL2.1" 81.8 WEB_SITE="http://www.directfb.org/" 81.9 81.10 # Rules to gen a SliTaz package suitable for Tazpkg. 81.11 genpkg_rules() 81.12 { 81.13 mkdir -p $fs/usr/lib 81.14 - cp -a $_pkg/usr/include $fs/usr 81.15 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 81.16 - cp -a $_pkg/usr/lib/directfb-1.4-0 $fs/usr/lib 81.17 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 81.18 + cp -a $install/usr/include $fs/usr 81.19 + cp -a $install/usr/lib/*.*a $fs/usr/lib 81.20 + cp -a $install/usr/lib/directfb-1.4-0 $fs/usr/lib 81.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 81.22 find $fs/usr/lib -name "*.so*" -exec rm '{}' \; 81.23 }
82.1 --- a/directfb/receipt Fri Nov 29 13:39:45 2013 +0000 82.2 +++ b/directfb/receipt Sat Nov 30 10:06:29 2013 +0000 82.3 @@ -5,13 +5,15 @@ 82.4 CATEGORY="system-tools" 82.5 SHORT_DESC="Thin library that provides hardware graphics acceleration." 82.6 MAINTAINER="pankso@slitaz.org" 82.7 -DEPENDS="libpng tslib" 82.8 -BUILD_DEPENDS="libpng-dev tslib-dev" 82.9 +LICENSE="LGPL2.1" 82.10 SOURCE="DirectFB" 82.11 TARBALL="$SOURCE-$VERSION.tar.gz" 82.12 WEB_SITE="http://www.directfb.org/" 82.13 WGET_URL="http://www.directfb.org/downloads/Core/$SOURCE-1.4/$TARBALL" 82.14 82.15 +DEPENDS="libpng tslib" 82.16 +BUILD_DEPENDS="libpng-dev tslib-dev" 82.17 + 82.18 # Rules to configure and make the package. 82.19 compile_rules() 82.20 { 82.21 @@ -19,16 +21,16 @@ 82.22 ./configure --prefix=/usr --sysconfdir=/etc --with-dither-rgb16=none \ 82.23 $CONFIGURE_ARGS && 82.24 make && 82.25 - make DESTDIR=$PWD/_pkg install 82.26 + make DESTDIR=$DESTDIR install 82.27 } 82.28 82.29 # Rules to gen a SliTaz package suitable for Tazpkg. 82.30 genpkg_rules() 82.31 { 82.32 mkdir -p $fs/usr/lib $fs/usr/share 82.33 - cp -a $_pkg/usr/bin $fs/usr 82.34 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 82.35 - cp -a $_pkg/usr/lib/directfb-1.4-0 $fs/usr/lib 82.36 - cp -a $_pkg/usr/share/directfb-* $fs/usr/share 82.37 + cp -a $install/usr/bin $fs/usr 82.38 + cp -a $install/usr/lib/*.so* $fs/usr/lib 82.39 + cp -a $install/usr/lib/directfb-1.4-0 $fs/usr/lib 82.40 + cp -a $install/usr/share/directfb-* $fs/usr/share 82.41 find $fs/usr/lib -name "*.*a" -exec rm '{}' \; 82.42 }
83.1 --- a/disktype/receipt Fri Nov 29 13:39:45 2013 +0000 83.2 +++ b/disktype/receipt Sat Nov 30 10:06:29 2013 +0000 83.3 @@ -5,11 +5,13 @@ 83.4 CATEGORY="system-tools" 83.5 SHORT_DESC="Detects the content format of a disk or disk image (file systems, partition tables, and boot codes)" 83.6 MAINTAINER="db_slitaz@m4x.org" 83.7 -DEPENDS="" 83.8 +LICENSE="MIT" 83.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 83.10 WEB_SITE="http://disktype.sourceforge.net/" 83.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 83.12 83.13 +DEPENDS="" 83.14 + 83.15 # Rules to configure and make the package. 83.16 compile_rules() 83.17 {
84.1 --- a/dkms/receipt Fri Nov 29 13:39:45 2013 +0000 84.2 +++ b/dkms/receipt Sat Nov 30 10:06:29 2013 +0000 84.3 @@ -5,6 +5,7 @@ 84.4 CATEGORY="system-tools" 84.5 SHORT_DESC="Dynamic Kernel Module Support." 84.6 MAINTAINER="pascal.bellard@slitaz.org" 84.7 +LICENSE="GPL2" 84.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 84.9 WEB_SITE="http://linux.dell.com/dkms" 84.10 WGET_URL="$WEB_SITE/permalink/$TARBALL" 84.11 @@ -13,12 +14,12 @@ 84.12 compile_rules() 84.13 { 84.14 cd $src 84.15 - make DESTDIR=$PWD/_pkg install 84.16 + make DESTDIR=$DESTDIR install 84.17 } 84.18 84.19 # Rules to gen a SliTaz package suitable for Tazpkg. 84.20 genpkg_rules() 84.21 { 84.22 - cp -a $_pkg/* $fs 84.23 + cp -a $install/* $fs 84.24 } 84.25
85.1 --- a/dmenu/receipt Fri Nov 29 13:39:45 2013 +0000 85.2 +++ b/dmenu/receipt Sat Nov 30 10:06:29 2013 +0000 85.3 @@ -5,25 +5,26 @@ 85.4 CATEGORY="misc" 85.5 SHORT_DESC="dynamic menu lauch bar" 85.6 MAINTAINER="jozee@slitaz.org" 85.7 -DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXinerama" 85.8 -BUILD_DEPENDS="xorg-libX11-dev xorg-libXinerama-dev" 85.9 +LICENSE="MIT" 85.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 85.11 WEB_SITE="http://tools.suckless.org/dmenu/" 85.12 WGET_URL="http://dl.suckless.org/tools/$TARBALL" 85.13 TAGS="launchbar" 85.14 85.15 +DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXinerama" 85.16 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXinerama-dev" 85.17 + 85.18 # Rules to configure and make the package. 85.19 compile_rules() 85.20 { 85.21 cd $src 85.22 make && 85.23 - make DESTDIR=$PWD/_pkg install 85.24 + make DESTDIR=$DESTDIR install 85.25 } 85.26 85.27 # Rules to gen a SliTaz package suitable for Tazpkg. 85.28 genpkg_rules() 85.29 { 85.30 mkdir -p $fs/usr/bin 85.31 - cp -a $_pkg/usr/local/bin/* $fs/usr/bin/ 85.32 - 85.33 + cp -a $install/usr/local/bin/* $fs/usr/bin/ 85.34 }
86.1 --- a/dmidecode/receipt Fri Nov 29 13:39:45 2013 +0000 86.2 +++ b/dmidecode/receipt Sat Nov 30 10:06:29 2013 +0000 86.3 @@ -5,23 +5,25 @@ 86.4 CATEGORY="system-tools" 86.5 SHORT_DESC="SMBIOS/DMI reports." 86.6 MAINTAINER="erjo@slitaz.org" 86.7 -DEPENDS="" 86.8 +LICENSE="GPL2" 86.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 86.10 WEB_SITE="http://www.nongnu.org/dmidecode/" 86.11 WGET_URL="http://download.savannah.gnu.org/releases/dmidecode/$TARBALL" 86.12 86.13 +DEPENDS="" 86.14 + 86.15 # Rules to configure and make the package. 86.16 compile_rules() 86.17 { 86.18 cd $src 86.19 make 86.20 - make DESTDIR=$PWD/_pkg install 86.21 + make DESTDIR=$DESTDIR install 86.22 } 86.23 86.24 # Rules to gen a SliTaz package suitable for Tazpkg. 86.25 genpkg_rules() 86.26 { 86.27 mkdir -p $fs/usr/sbin 86.28 - cp -a $_pkg/usr/local/sbin/* $fs/usr/sbin 86.29 + cp -a $install/usr/local/sbin/* $fs/usr/sbin 86.30 } 86.31
87.1 --- a/dmraid/receipt Fri Nov 29 13:39:45 2013 +0000 87.2 +++ b/dmraid/receipt Sat Nov 30 10:06:29 2013 +0000 87.3 @@ -5,6 +5,7 @@ 87.4 CATEGORY="system-tools" 87.5 SHORT_DESC="Device-Mapper Software Raid Tool." 87.6 MAINTAINER="pascal.bellard@slitaz.org" 87.7 +LICENSE="GPL2" 87.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 87.9 WEB_SITE="http://people.redhat.com/~heinzm/sw/dmraid/" 87.10 WGET_URL="$WEB_SITE/src/$TARBALL"
88.1 --- a/dnstracer/receipt Fri Nov 29 13:39:45 2013 +0000 88.2 +++ b/dnstracer/receipt Sat Nov 30 10:06:29 2013 +0000 88.3 @@ -5,12 +5,14 @@ 88.4 CATEGORY="network" 88.5 SHORT_DESC="Traces a chain of DNS servers to the source." 88.6 MAINTAINER="paul@slitaz.org" 88.7 -DEPENDS="" 88.8 -BUILD_DEPENDS="autoconf" 88.9 +LICENSE="BSD" 88.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 88.11 WEB_SITE="http://www.mavetju.org/unix/dnstracer.php" 88.12 WGET_URL="http://www.mavetju.org/download/$TARBALL" 88.13 88.14 +DEPENDS="" 88.15 +BUILD_DEPENDS="autoconf" 88.16 + 88.17 # Rules to configure and make the package. 88.18 compile_rules() 88.19 {
89.1 --- a/docbook-xml-412/receipt Fri Nov 29 13:39:45 2013 +0000 89.2 +++ b/docbook-xml-412/receipt Sat Nov 30 10:06:29 2013 +0000 89.3 @@ -5,12 +5,14 @@ 89.4 CATEGORY="development" 89.5 SHORT_DESC="A widely used XML scheme for writing documentation and help. (version 4.1.2)" 89.6 MAINTAINER="slaxemulator@gmail.com" 89.7 -DEPENDS="libxml2-tools libxml2" 89.8 +LICENSE="MIT" 89.9 SOURCE="docbkx" 89.10 TARBALL="${SOURCE}412.zip" 89.11 WEB_SITE="http://www.oasis-open.org/docbook/" 89.12 WGET_URL="http://www.docbook.org/xml/$VERSION/$TARBALL" 89.13 89.14 +DEPENDS="libxml2-tools libxml2" 89.15 + 89.16 # Rules to configure and make the package. 89.17 compile_rules() 89.18 { 89.19 @@ -25,6 +27,6 @@ 89.20 genpkg_rules() 89.21 { 89.22 mkdir -p $fs 89.23 - cp -a $_pkg/usr $fs 89.24 + cp -a $install/usr $fs 89.25 } 89.26
90.1 --- a/docbook-xml-42/receipt Fri Nov 29 13:39:45 2013 +0000 90.2 +++ b/docbook-xml-42/receipt Sat Nov 30 10:06:29 2013 +0000 90.3 @@ -5,12 +5,14 @@ 90.4 CATEGORY="development" 90.5 SHORT_DESC="A widely used XML scheme for writing documentation and help. (version 4.2)" 90.6 MAINTAINER="slaxemulator@gmail.com" 90.7 -DEPENDS="libxml2-tools libxml2" 90.8 +LICENSE="MIT" 90.9 SOURCE="docbook-xml" 90.10 TARBALL="${SOURCE}-${VERSION}.zip" 90.11 WEB_SITE="http://www.oasis-open.org/docbook/" 90.12 WGET_URL="http://www.docbook.org/xml/$VERSION/$TARBALL" 90.13 90.14 +DEPENDS="libxml2-tools libxml2" 90.15 + 90.16 # Rules to configure and make the package. 90.17 compile_rules() 90.18 { 90.19 @@ -25,5 +27,5 @@ 90.20 genpkg_rules() 90.21 { 90.22 mkdir -p $fs 90.23 - cp -a $_pkg/usr $fs 90.24 + cp -a $install/usr $fs 90.25 }
91.1 --- a/docbook-xml-43/receipt Fri Nov 29 13:39:45 2013 +0000 91.2 +++ b/docbook-xml-43/receipt Sat Nov 30 10:06:29 2013 +0000 91.3 @@ -5,12 +5,14 @@ 91.4 CATEGORY="development" 91.5 SHORT_DESC="A widely used XML scheme for writing documentation and help. (version 4.3)" 91.6 MAINTAINER="slaxemulator@gmail.com" 91.7 -DEPENDS="libxml2-tools libxml2" 91.8 +LICENSE="MIT" 91.9 SOURCE="docbook-xml" 91.10 TARBALL="${SOURCE}-${VERSION}.zip" 91.11 WEB_SITE="http://www.oasis-open.org/docbook/" 91.12 WGET_URL="http://www.docbook.org/xml/$VERSION/$TARBALL" 91.13 91.14 +DEPENDS="libxml2-tools libxml2" 91.15 + 91.16 # Rules to configure and make the package. 91.17 compile_rules() 91.18 { 91.19 @@ -25,6 +27,6 @@ 91.20 genpkg_rules() 91.21 { 91.22 mkdir -p $fs 91.23 - cp -a $_pkg/usr $fs 91.24 + cp -a $install/usr $fs 91.25 } 91.26
92.1 --- a/docbook-xml-44/receipt Fri Nov 29 13:39:45 2013 +0000 92.2 +++ b/docbook-xml-44/receipt Sat Nov 30 10:06:29 2013 +0000 92.3 @@ -5,12 +5,14 @@ 92.4 CATEGORY="development" 92.5 SHORT_DESC="A widely used XML scheme for writing documentation and help. (version 4.4)" 92.6 MAINTAINER="slaxemulator@gmail.com" 92.7 -DEPENDS="libxml2-tools libxml2" 92.8 +LICENSE="MIT" 92.9 SOURCE="docbook-xml" 92.10 TARBALL="${SOURCE}-${VERSION}.zip" 92.11 WEB_SITE="http://www.oasis-open.org/docbook/" 92.12 WGET_URL="http://www.docbook.org/xml/$VERSION/$TARBALL" 92.13 92.14 +DEPENDS="libxml2-tools libxml2" 92.15 + 92.16 # Rules to configure and make the package. 92.17 compile_rules() 92.18 { 92.19 @@ -25,6 +27,6 @@ 92.20 genpkg_rules() 92.21 { 92.22 mkdir -p $fs 92.23 - cp -a $_pkg/usr $fs 92.24 + cp -a $install/usr $fs 92.25 } 92.26
93.1 --- a/docbook-xml/receipt Fri Nov 29 13:39:45 2013 +0000 93.2 +++ b/docbook-xml/receipt Sat Nov 30 10:06:29 2013 +0000 93.3 @@ -5,11 +5,13 @@ 93.4 CATEGORY="development" 93.5 SHORT_DESC="A widely used XML scheme for writing documentation and help. (version 4.5)" 93.6 MAINTAINER="slaxemulator@gmail.com" 93.7 -DEPENDS="libxml2-tools libxml2 docbook-xml-412 docbook-xml-42 docbook-xml-43 docbook-xml-44" 93.8 +LICENSE="MIT" 93.9 TARBALL="${PACKAGE}-${VERSION}.zip" 93.10 WEB_SITE="http://www.oasis-open.org/docbook/" 93.11 WGET_URL="http://www.docbook.org/xml/$VERSION/$TARBALL" 93.12 93.13 +DEPENDS="libxml2-tools libxml2 docbook-xml-412 docbook-xml-42 docbook-xml-43 docbook-xml-44" 93.14 + 93.15 # Rules to configure and make the package. 93.16 compile_rules() 93.17 { 93.18 @@ -24,7 +26,7 @@ 93.19 genpkg_rules() 93.20 { 93.21 mkdir -p $fs 93.22 - cp -a $_pkg/usr $fs 93.23 + cp -a $install/usr $fs 93.24 } 93.25 93.26 post_install()
94.1 --- a/docbook-xsl-ns/receipt Fri Nov 29 13:39:45 2013 +0000 94.2 +++ b/docbook-xsl-ns/receipt Sat Nov 30 10:06:29 2013 +0000 94.3 @@ -5,11 +5,13 @@ 94.4 CATEGORY="development" 94.5 SHORT_DESC="DocBook XSL (namespaced) stylesheets." 94.6 MAINTAINER="paul@slitaz.org" 94.7 -DEPENDS="libxml2-tools libxslt" 94.8 +LICENSE="MIT" 94.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 94.10 WEB_SITE="http://wiki.docbook.org/topic/DocBookXslStylesheets" 94.11 WGET_URL="http://jaist.dl.sourceforge.net/sourceforge/docbook/$TARBALL" 94.12 94.13 +DEPENDS="libxml2-tools libxslt" 94.14 + 94.15 # Rules to gen a SliTaz package suitable for Tazpkg. 94.16 genpkg_rules() 94.17 {
95.1 --- a/docbook-xsl/receipt Fri Nov 29 13:39:45 2013 +0000 95.2 +++ b/docbook-xsl/receipt Sat Nov 30 10:06:29 2013 +0000 95.3 @@ -5,11 +5,13 @@ 95.4 CATEGORY="development" 95.5 SHORT_DESC="DocBook XSL stylesheets." 95.6 MAINTAINER="paul@slitaz.org" 95.7 -DEPENDS="docbook-xml libxml2-tools libxslt" 95.8 +LICENSE="MIT" 95.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 95.10 WEB_SITE="http://docbook.sourceforge.net/" 95.11 WGET_URL="$SF_MIRROR/docbook/$TARBALL" 95.12 95.13 +DEPENDS="docbook-xml libxml2-tools libxslt" 95.14 + 95.15 # Rules to gen a SliTaz package suitable for Tazpkg. 95.16 genpkg_rules() 95.17 {
96.1 --- a/dokuwiki/receipt Fri Nov 29 13:39:45 2013 +0000 96.2 +++ b/dokuwiki/receipt Sat Nov 30 10:06:29 2013 +0000 96.3 @@ -5,6 +5,7 @@ 96.4 CATEGORY="development" 96.5 SHORT_DESC="DokuWiki is a simple to use Wiki aimed at the documentation needs of a smail company." 96.6 MAINTAINER="slaxemulator@gmail.com" 96.7 +LICENSE="GPL2" 96.8 TARBALL="$PACKAGE-$VERSION.tgz" 96.9 WEB_SITE="http://www.splitbrain.org/projects/dokuwiki" 96.10 WGET_URL="http://www.splitbrain.org/_media/projects/dokuwiki/$TARBALL"
97.1 --- a/dosfstools/receipt Fri Nov 29 13:39:45 2013 +0000 97.2 +++ b/dosfstools/receipt Sat Nov 30 10:06:29 2013 +0000 97.3 @@ -5,6 +5,7 @@ 97.4 CATEGORY="system-tools" 97.5 SHORT_DESC="Tools to create and check dos filesystems." 97.6 MAINTAINER="pankso@slitaz.org" 97.7 +LICENSE="GPL3" 97.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 97.9 WEB_SITE="http://www.daniel-baumann.ch/software/dosfstools" 97.10 WGET_URL="$WEB_SITE/$TARBALL"
98.1 --- a/dotconf-dev/receipt Fri Nov 29 13:39:45 2013 +0000 98.2 +++ b/dotconf-dev/receipt Sat Nov 30 10:06:29 2013 +0000 98.3 @@ -5,6 +5,7 @@ 98.4 CATEGORY="development" 98.5 SHORT_DESC="Configuration file parser devel library." 98.6 MAINTAINER="paul@slitaz.org" 98.7 +LICENSE="LGPL2.1" 98.8 WANTED="dotconf" 98.9 WEB_SITE="http://www.azzit.de/dotconf/" 98.10 98.11 @@ -12,8 +13,8 @@ 98.12 genpkg_rules() 98.13 { 98.14 mkdir -p $fs/usr/lib 98.15 - cp -a $_pkg/usr/include $fs/usr 98.16 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 98.17 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 98.18 + cp -a $install/usr/include $fs/usr 98.19 + cp -a $install/usr/lib/*.*a $fs/usr/lib 98.20 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 98.21 } 98.22
99.1 --- a/dotconf/receipt Fri Nov 29 13:39:45 2013 +0000 99.2 +++ b/dotconf/receipt Sat Nov 30 10:06:29 2013 +0000 99.3 @@ -5,11 +5,13 @@ 99.4 CATEGORY="development" 99.5 SHORT_DESC="Configuration file parser library." 99.6 MAINTAINER="paul@slitaz.org" 99.7 -DEPENDS="" 99.8 +LICENSE="LGPL2.1" 99.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 99.10 WEB_SITE="http://www.azzit.de/dotconf/" 99.11 WGET_URL="http://www.azzit.de/dotconf/download/v1.0/$TARBALL" 99.12 99.13 +DEPENDS="" 99.14 + 99.15 # Rules to configure and make the package. 99.16 compile_rules() 99.17 { 99.18 @@ -19,15 +21,15 @@ 99.19 --infodir=/usr/share/info \ 99.20 --mandir=/usr/share/man \ 99.21 $CONFIGURE_ARGS && 99.22 - make && make DESTDIR=$PWD/_pkg install 99.23 + make && make DESTDIR=$DESTDIR install 99.24 } 99.25 99.26 # Rules to gen a SliTaz package suitable for Tazpkg. 99.27 genpkg_rules() 99.28 { 99.29 mkdir -p $fs/usr/lib 99.30 - cp -a $_pkg/usr/bin $fs/usr 99.31 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 99.32 - cp -a $_pkg/usr/share $fs/usr 99.33 + cp -a $install/usr/bin $fs/usr 99.34 + cp -a $install/usr/lib/*.so* $fs/usr/lib 99.35 + cp -a $install/usr/share $fs/usr 99.36 } 99.37
100.1 --- a/doxygen/receipt Fri Nov 29 13:39:45 2013 +0000 100.2 +++ b/doxygen/receipt Sat Nov 30 10:06:29 2013 +0000 100.3 @@ -5,12 +5,13 @@ 100.4 CATEGORY="development" 100.5 SHORT_DESC="Source code documentation generator tool." 100.6 MAINTAINER="pascal.bellard@slitaz.org" 100.7 +LICENSE="GPL2" 100.8 TARBALL="$PACKAGE-$VERSION.src.tar.gz" 100.9 -BUILD_DEPENDS="perl graphviz flex" 100.10 WEB_SITE="http://www.stack.nl/~dimitri/doxygen/" 100.11 WGET_URL="ftp://ftp.stack.nl/pub/users/dimitri/$TARBALL" 100.12 TAGS="language documentation" 100.13 100.14 +BUILD_DEPENDS="perl graphviz flex" 100.15 100.16 # Rules to configure and make the package. 100.17 compile_rules() 100.18 @@ -19,13 +20,13 @@ 100.19 ./configure --shared --prefix /usr --docdir /usr/share/doc \ 100.20 --install /usr/bin/install && 100.21 make && 100.22 - make DESTDIR=$PWD/_pkg install 100.23 + make DESTDIR=$DESTDIR install 100.24 } 100.25 100.26 # Rules to gen a SliTaz package suitable for Tazpkg. 100.27 genpkg_rules() 100.28 { 100.29 mkdir -p $fs/usr 100.30 - cp -a $_pkg/usr/bin $fs/usr 100.31 + cp -a $install/usr/bin $fs/usr 100.32 } 100.33
101.1 --- a/droid-font/receipt Fri Nov 29 13:39:45 2013 +0000 101.2 +++ b/droid-font/receipt Sat Nov 30 10:06:29 2013 +0000 101.3 @@ -6,12 +6,14 @@ 101.4 CATEGORY="x-window" 101.5 SHORT_DESC="Font family from Google's Android project" 101.6 MAINTAINER="devl547@gmail.com" 101.7 -BUILD_DEPENDS="wget" 101.8 +LICENSE="Apache" 101.9 WEB_SITE="http://www.droidfonts.com/" 101.10 # Located in git repo, so we need a snapshot and some dirty hacks. 101.11 TARBALL="$PACKAGE-$VERSION.tgz" 101.12 WGET_URL="http://android.git.kernel.org/?p=platform/frameworks/base.git;f=data/fonts;a=snapshot;h=$GIT_HASH;sf=tgz" 101.13 101.14 +BUILD_DEPENDS="wget" 101.15 + 101.16 # Rules to configure and make the package. 101.17 # Keep an empty compile_rules to make tazwok install build depends. 101.18 compile_rules()
102.1 --- a/dstat/receipt Fri Nov 29 13:39:45 2013 +0000 102.2 +++ b/dstat/receipt Sat Nov 30 10:06:29 2013 +0000 102.3 @@ -5,23 +5,25 @@ 102.4 CATEGORY="system-tools" 102.5 SHORT_DESC="Versatile tool for generating system resource statistics." 102.6 MAINTAINER="paul@slitaz.org" 102.7 -DEPENDS="python" 102.8 +LICENSE="GPL2" 102.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 102.10 WEB_SITE="http://dag.wieers.com/home-made/dstat/" 102.11 WGET_URL="http://dag.wieers.com/home-made/dstat/$TARBALL" 102.12 TAGS="resource system monitor stats statistics" 102.13 102.14 +DEPENDS="python" 102.15 + 102.16 # Rules to configure and make the package. 102.17 compile_rules() 102.18 { 102.19 cd $src 102.20 - make DESTDIR=$PWD/_pkg install 102.21 + make DESTDIR=$DESTDIR install 102.22 } 102.23 102.24 # Rules to gen a SliTaz package suitable for Tazpkg. 102.25 genpkg_rules() 102.26 { 102.27 mkdir -p $fs/usr/share 102.28 - cp -a $_pkg/usr/bin $fs/usr 102.29 - cp -a $_pkg/usr/share/dstat $fs/usr/share 102.30 + cp -a $install/usr/bin $fs/usr 102.31 + cp -a $install/usr/share/dstat $fs/usr/share 102.32 }
103.1 --- a/dtach/receipt Fri Nov 29 13:39:45 2013 +0000 103.2 +++ b/dtach/receipt Sat Nov 30 10:06:29 2013 +0000 103.3 @@ -5,6 +5,7 @@ 103.4 CATEGORY="system-tools" 103.5 SHORT_DESC="Emulates the detach feature of screen." 103.6 MAINTAINER="christophe.paris@free.fr" 103.7 +LICENSE="GPL2" 103.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 103.9 WEB_SITE="http://dtach.sourceforge.net/" 103.10 WGET_URL="http://downloads.sourceforge.net/dtach/$TARBALL" 103.11 @@ -17,14 +18,14 @@ 103.12 --mandir=/usr/share/man $CONFIGURE_ARGS && 103.13 make || return 1 103.14 # no install rules, let's do it by hand 103.15 - mkdir -p $PWD/_pkg/usr/bin $PWD/_pkg/usr/share/man/man1 103.16 - cp dtach $PWD/_pkg/usr/bin 103.17 - cp dtach.1 $PWD/_pkg/usr/share/man/man1 103.18 + mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/share/man/man1 103.19 + cp dtach $DESTDIR/usr/bin 103.20 + cp dtach.1 $DESTDIR/usr/share/man/man1 103.21 } 103.22 103.23 # Rules to gen a SliTaz package suitable for Tazpkg. 103.24 genpkg_rules() 103.25 { 103.26 mkdir -p $fs/usr/bin 103.27 - cp -a $_pkg/usr/bin $fs/usr 103.28 + cp -a $install/usr/bin $fs/usr 103.29 }
104.1 --- a/dummynet/receipt Fri Nov 29 13:39:45 2013 +0000 104.2 +++ b/dummynet/receipt Sat Nov 30 10:06:29 2013 +0000 104.3 @@ -5,6 +5,7 @@ 104.4 CATEGORY="network" 104.5 SHORT_DESC="Network testing/emulation tool." 104.6 MAINTAINER="samuel_trassare@yahoo.com" 104.7 +LICENSE="BSD" 104.8 WEB_SITE="http://info.iet.unipi.it/~luigi/dummynet/" 104.9 TARBALL="$VERSION-ipfw3.tgz" 104.10 WGET_URL="http://info.iet.unipi.it/~luigi/doc/$TARBALL"
105.1 --- a/dvd+rw-media-tools/receipt Fri Nov 29 13:39:45 2013 +0000 105.2 +++ b/dvd+rw-media-tools/receipt Sat Nov 30 10:06:29 2013 +0000 105.3 @@ -5,6 +5,7 @@ 105.4 CATEGORY="multimedia" 105.5 SHORT_DESC="DVD RW media tools" 105.6 MAINTAINER="jozee@slitaz.org" 105.7 +LICENSE="GPL2" 105.8 WANTED="dvd+rw-tools" 105.9 WEB_SITE="http://fy.chalmers.se/~appro/linux/DVD+RW" 105.10 105.11 @@ -12,7 +13,7 @@ 105.12 genpkg_rules() 105.13 { 105.14 mkdir -p $fs/usr/bin 105.15 - cp -a $_pkg/usr/bin $fs/usr 105.16 + cp -a $install/usr/bin $fs/usr 105.17 rm $fs/usr/bin/growisofs 105.18 105.19 }
106.1 --- a/dvd+rw-tools/receipt Fri Nov 29 13:39:45 2013 +0000 106.2 +++ b/dvd+rw-tools/receipt Sat Nov 30 10:06:29 2013 +0000 106.3 @@ -5,12 +5,14 @@ 106.4 CATEGORY="multimedia" 106.5 SHORT_DESC="DVD RW tools" 106.6 MAINTAINER="jozee@slitaz.org" 106.7 -DEPENDS="cdrkit" 106.8 -BUILD_DEPENDS="cdrkit gcc-lib-base m4" 106.9 +LICENSE="GPL2" 106.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 106.11 WEB_SITE="http://fy.chalmers.se/~appro/linux/DVD+RW" 106.12 WGET_URL="$WEB_SITE/tools/$TARBALL" 106.13 106.14 +DEPENDS="cdrkit" 106.15 +BUILD_DEPENDS="cdrkit gcc-lib-base m4" 106.16 + 106.17 # Rules to configure and make the package. 106.18 compile_rules() 106.19 { 106.20 @@ -19,9 +21,9 @@ 106.21 grep -qs 'define u8' growisofs.c || 106.22 sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' growisofs.c 106.23 make 106.24 - mkdir -p $PWD/_pkg/usr/bin/ 106.25 + mkdir -p $DESTDIR/usr/bin/ 106.26 for bin in growisofs dvd+rw-booktype dvd+rw-format dvd+rw-mediainfo dvd-ram-control; do 106.27 - install -m755 $bin $PWD/_pkg/usr/bin/ 106.28 + install -m755 $bin $DESTDIR/usr/bin/ 106.29 done 106.30 } 106.31 106.32 @@ -29,6 +31,6 @@ 106.33 genpkg_rules() 106.34 { 106.35 mkdir -p $fs/usr/bin 106.36 - cp -a $_pkg/usr/bin/growisofs $fs/usr/bin 106.37 + cp -a $install/usr/bin/growisofs $fs/usr/bin 106.38 106.39 }
107.1 --- a/dzen2/receipt Fri Nov 29 13:39:45 2013 +0000 107.2 +++ b/dzen2/receipt Sat Nov 30 10:06:29 2013 +0000 107.3 @@ -5,11 +5,13 @@ 107.4 CATEGORY="utilities" 107.5 SHORT_DESC="A general purpose messaging and notification program. " 107.6 MAINTAINER="mallory@sweetpeople.org" 107.7 +LICENSE="MIT" 107.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 107.9 WEB_SITE="http://gotmor.googlepages.com/dzen" 107.10 WGET_URL="http://gotmor.googlepages.com/$TARBALL" 107.11 +TAGS="system monitor notification" 107.12 + 107.13 DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp" 107.14 -TAGS="system monitor notification" 107.15 107.16 # Rules to configure and make the package. 107.17 compile_rules() 107.18 @@ -17,13 +19,13 @@ 107.19 cd $src 107.20 sed -e 's/\/usr\/local/\/usr/' < config.mk > config.mk.slitaz 107.21 mv config.mk.slitaz config.mk 107.22 - make && make DESTDIR=$PWD/_pkg install 107.23 + make && make DESTDIR=$DESTDIR install 107.24 } 107.25 107.26 # Rules to gen a SliTaz package suitable for Tazpkg. 107.27 genpkg_rules() 107.28 { 107.29 mkdir -p $fs/usr 107.30 - cp -a $_pkg/usr/bin $fs/usr 107.31 + cp -a $install/usr/bin $fs/usr 107.32 } 107.33
108.1 --- a/ez-ipupdate/receipt Fri Nov 29 13:39:45 2013 +0000 108.2 +++ b/ez-ipupdate/receipt Sat Nov 30 10:06:29 2013 +0000 108.3 @@ -5,6 +5,7 @@ 108.4 CATEGORY="network" 108.5 SHORT_DESC="Update your host name for some dynamic DNS services." 108.6 MAINTAINER="pascal.bellard@slitaz.org" 108.7 +LICENSE="GPL2" 108.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 108.9 WEB_SITE="http://www.$PACKAGE.com/" 108.10 WGET_URL="${WEB_SITE}dist/$TARBALL" 108.11 @@ -19,12 +20,12 @@ 108.12 --enable-default-service=dyndns \ 108.13 --mandir=/usr/share/man $CONFIGURE_ARGS && 108.14 make && 108.15 - make DESTDIR=$PWD/_pkg install 108.16 + make DESTDIR=$DESTDIR install 108.17 } 108.18 108.19 # Rules to gen a SliTaz package suitable for Tazpkg. 108.20 genpkg_rules() 108.21 { 108.22 - cp -a $_pkg/usr $fs 108.23 + cp -a $install/usr $fs 108.24 } 108.25
109.1 --- a/lighttpd-ssl/receipt Fri Nov 29 13:39:45 2013 +0000 109.2 +++ b/lighttpd-ssl/receipt Sat Nov 30 10:06:29 2013 +0000 109.3 @@ -1,14 +1,14 @@ 109.4 # SliTaz package receipt. 109.5 109.6 PACKAGE="lighttpd-ssl" 109.7 -VERSION="1.4.30" 109.8 +VERSION="1.4.33" 109.9 CATEGORY="network" 109.10 SHORT_DESC="Fast and light HTTP Web server with SSL support." 109.11 MAINTAINER="pankso@slitaz.org" 109.12 LICENSE="BSD" 109.13 SUGGESTED="lighttpd-modules php perl python" 109.14 SOURCE="lighttpd" 109.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 109.16 +TARBALL="$SOURCE-$VERSION.tar.xz" 109.17 WEB_SITE="http://www.lighttpd.net/" 109.18 WGET_URL="http://download.lighttpd.net/lighttpd/releases-1.4.x/$TARBALL" 109.19 CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf /etc/ssl/lighttpd" 109.20 @@ -32,10 +32,7 @@ 109.21 compile_rules() 109.22 { 109.23 cd $src 109.24 - if [ ! done.fastcgi_detach.patch ]; then 109.25 - patch -i $WOK/$SOURCE/stuff/fastcgi_detach.patch || return 1 109.26 - touch done.fastcgi_detach.patch 109.27 - fi 109.28 + sed -i '/addrs_left/d' src/mod_extforward.c 109.29 ./configure \ 109.30 --enable-shared \ 109.31 --disable-ipv6 \ 109.32 @@ -45,7 +42,7 @@ 109.33 --mandir=/usr/share/man \ 109.34 $CONFIGURE_ARGS && 109.35 make && 109.36 - make DESTDIR=$PWD/_pkg install 109.37 + make DESTDIR=$DESTDIR install 109.38 } 109.39 109.40 # Rules to gen a SliTaz package suitable for Tazpkg. 109.41 @@ -53,14 +50,14 @@ 109.42 genpkg_rules() 109.43 { 109.44 mkdir -p $fs/usr 109.45 - #cp -a $_pkg/usr/bin $fs/usr 109.46 - cp -a $_pkg/usr/sbin $fs/usr 109.47 + #cp -a $install/usr/bin $fs/usr 109.48 + cp -a $install/usr/sbin $fs/usr 109.49 109.50 # Modules. 109.51 mkdir -p $fs/usr/lib/lighttpd 109.52 for module in $BASE_MODULES 109.53 do 109.54 - cp $_pkg/usr/lib/lighttpd/mod_${module}.so $fs/usr/lib/lighttpd 109.55 + cp $install/usr/lib/lighttpd/mod_${module}.so $fs/usr/lib/lighttpd 109.56 echo -n "Copying : mod_${module}.so" && status 109.57 done 109.58
110.1 --- a/slitaz-doc/receipt Fri Nov 29 13:39:45 2013 +0000 110.2 +++ b/slitaz-doc/receipt Sat Nov 30 10:06:29 2013 +0000 110.3 @@ -5,6 +5,7 @@ 110.4 CATEGORY="base-system" 110.5 SHORT_DESC="SliTaz system documentation." 110.6 MAINTAINER="pankso@slitaz.org" 110.7 +LICENSE="GPL3" 110.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 110.9 WEB_SITE="http://www.slitaz.org/" 110.10 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz"
111.1 --- a/slitaz-eeepc/receipt Fri Nov 29 13:39:45 2013 +0000 111.2 +++ b/slitaz-eeepc/receipt Sat Nov 30 10:06:29 2013 +0000 111.3 @@ -3,10 +3,12 @@ 111.4 PACKAGE="slitaz-eeepc" 111.5 VERSION="1.2" 111.6 CATEGORY="system-tools" 111.7 +MAINTAINER="pankso@slitaz.org" 111.8 +LICENSE="GPL3" 111.9 +WEB_SITE="http://www.slitaz.org/" 111.10 + 111.11 SHORT_DESC="SliTaz EeePC scripts and configuration files." 111.12 DEPENDS="915resolution dmidecode linux-acpi linux-wireless" 111.13 -MAINTAINER="pankso@slitaz.org" 111.14 -WEB_SITE="http://www.slitaz.org/" 111.15 111.16 # Rules to gen a SliTaz package suitable for Tazpkg. 111.17 genpkg_rules()
112.1 --- a/slitaz-i18n-extra/receipt Fri Nov 29 13:39:45 2013 +0000 112.2 +++ b/slitaz-i18n-extra/receipt Sat Nov 30 10:06:29 2013 +0000 112.3 @@ -5,6 +5,7 @@ 112.4 CATEGORY="meta" 112.5 SHORT_DESC="SliTaz internationalization meta package to build extra locale pack." 112.6 MAINTAINER="pankso@slitaz.org" 112.7 +LICENSE="GPL3" 112.8 WEB_SITE="http://www.slitaz.org/" 112.9 112.10 # Bdeps ensure packages are built so we can get generated po files.
113.1 --- a/slitaz-i18n/receipt Fri Nov 29 13:39:45 2013 +0000 113.2 +++ b/slitaz-i18n/receipt Sat Nov 30 10:06:29 2013 +0000 113.3 @@ -5,6 +5,7 @@ 113.4 CATEGORY="meta" 113.5 SHORT_DESC="SliTaz internationalization meta package to build locale pack." 113.6 MAINTAINER="pankso@slitaz.org" 113.7 +LICENSE="GPL3" 113.8 WEB_SITE="http://www.slitaz.org/" 113.9 113.10 # Bdeps ensure packages are built so we can get generated po files.
114.1 --- a/slitaz-icon/receipt Fri Nov 29 13:39:45 2013 +0000 114.2 +++ b/slitaz-icon/receipt Sat Nov 30 10:06:29 2013 +0000 114.3 @@ -5,6 +5,7 @@ 114.4 CATEGORY="misc" 114.5 SHORT_DESC="SliTaz icons in size 22x22 and 32x32 (minimum)." 114.6 MAINTAINER="pankso@slitaz.org" 114.7 +LICENSE="GPL3" 114.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 114.9 WEB_SITE="http://www.slitaz.org/" 114.10 WGET_URL="http://mirror.slitaz.org/sources/artwok/$TARBALL"
115.1 --- a/slitaz-menus/receipt Fri Nov 29 13:39:45 2013 +0000 115.2 +++ b/slitaz-menus/receipt Sat Nov 30 10:06:29 2013 +0000 115.3 @@ -5,6 +5,7 @@ 115.4 CATEGORY="x-window" 115.5 SHORT_DESC="SliTaz i18n Freedesktop menus" 115.6 MAINTAINER="pankso@slitaz.org" 115.7 +LICENSE="GPL3" 115.8 WEB_SITE="http://www.slitaz.org/" 115.9 115.10 # Rules to gen a SliTaz package suitable for Tazpkg.
116.1 --- a/slitaz-mercurial-style/receipt Fri Nov 29 13:39:45 2013 +0000 116.2 +++ b/slitaz-mercurial-style/receipt Sat Nov 30 10:06:29 2013 +0000 116.3 @@ -5,6 +5,7 @@ 116.4 CATEGORY="misc" 116.5 SHORT_DESC="SliTaz CSS style and images for Mercurial Web repos." 116.6 MAINTAINER="pankso@slitaz.org" 116.7 +LICENSE="GPL3" 116.8 SOURCE="slitaz-dev-tools" 116.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 116.10 WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2"
117.1 --- a/slitaz-polar-cursors/receipt Fri Nov 29 13:39:45 2013 +0000 117.2 +++ b/slitaz-polar-cursors/receipt Sat Nov 30 10:06:29 2013 +0000 117.3 @@ -5,11 +5,13 @@ 117.4 CATEGORY="x-window" 117.5 SHORT_DESC="SliTaz Freedesktop menus." 117.6 MAINTAINER="pankso@slitaz.org" 117.7 -BUILD_DEPENDS="xorg-xcursorgen" 117.8 +LICENSE="GPL3" 117.9 TARBALL=$PACKAGE-$VERSION.tar.gz 117.10 WEB_SITE="http://www.slitaz.org/" 117.11 WGET_URL="ftp://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL" 117.12 117.13 +BUILD_DEPENDS="xorg-xcursorgen" 117.14 + 117.15 # Rules to configure and make the package. 117.16 compile_rules() 117.17 {
118.1 --- a/slitaz-tango-icon/receipt Fri Nov 29 13:39:45 2013 +0000 118.2 +++ b/slitaz-tango-icon/receipt Sat Nov 30 10:06:29 2013 +0000 118.3 @@ -5,6 +5,7 @@ 118.4 CATEGORY="misc" 118.5 SHORT_DESC="Tango icons unofficial in size 16x16 and 32x32 (minimum)." 118.6 MAINTAINER="pankso@slitaz.org" 118.7 +LICENSE="GPL3" 118.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 118.9 WEB_SITE="http://tango.freedesktop.org/" 118.10 WGET_URL="http://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL"
119.1 --- a/slitaz-violet-theme/receipt Fri Nov 29 13:39:45 2013 +0000 119.2 +++ b/slitaz-violet-theme/receipt Sat Nov 30 10:06:29 2013 +0000 119.3 @@ -5,8 +5,10 @@ 119.4 CATEGORY="x-window" 119.5 SHORT_DESC="fresh violet theme for gtk+-2.0 (clearlooks) and openbox." 119.6 MAINTAINER="sygne@ombres.eu" 119.7 +LICENSE="GPL3" 119.8 +WEB_SITE="http://www.souffles.eu/linux" 119.9 + 119.10 DEPENDS="openbox clearlooks" 119.11 -WEB_SITE="http://www.souffles.eu/linux" 119.12 119.13 # Rules to gen a SliTaz package suitable for Tazpkg. 119.14 genpkg_rules()
120.1 --- a/squashfs/receipt Fri Nov 29 13:39:45 2013 +0000 120.2 +++ b/squashfs/receipt Sat Nov 30 10:06:29 2013 +0000 120.3 @@ -5,12 +5,13 @@ 120.4 CATEGORY="base-system" 120.5 SHORT_DESC="Linux squashfs userland tools." 120.6 MAINTAINER="pascal.bellard@slitaz.org" 120.7 +LICENSE="GPL2" 120.8 WEB_SITE="http://$PACKAGE.sourceforge.net/" 120.9 TARBALL="squashfs$VERSION.tar.gz" 120.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 120.11 + 120.12 DEPENDS="zlib liblzma linux-squashfs" 120.13 BUILD_DEPENDS="zlib-dev attr-dev liblzma-dev" 120.14 -PROVIDE="cromfs-or-squashfs" 120.15 120.16 # Rules to configure and make the package. 120.17 compile_rules() 120.18 @@ -27,5 +28,5 @@ 120.19 # Rules to gen a SliTaz package suitable for Tazpkg. 120.20 genpkg_rules() 120.21 { 120.22 - cp -a $_pkg/usr $_pkg/sbin $fs 120.23 + cp -a $install/usr $_pkg/sbin $fs 120.24 }
121.1 --- a/sysfsutils-dev/receipt Fri Nov 29 13:39:45 2013 +0000 121.2 +++ b/sysfsutils-dev/receipt Sat Nov 30 10:06:29 2013 +0000 121.3 @@ -5,15 +5,16 @@ 121.4 CATEGORY="development" 121.5 SHORT_DESC="Utilites built upon sysfs." 121.6 MAINTAINER="pankso@slitaz.org" 121.7 -DEPENDS="linux sysfsutils" 121.8 +LICENSE="GPL2 LGPL2.1" 121.9 WANTED="sysfsutils" 121.10 WEB_SITE="http://linux-diag.sourceforge.net/Sysfsutils.html" 121.11 121.12 +DEPENDS="linux sysfsutils" 121.13 + 121.14 # Rules to gen a SliTaz package suitable for Tazpkg. 121.15 genpkg_rules() 121.16 { 121.17 mkdir -p $fs/usr/lib 121.18 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 121.19 - cp -a $_pkg/usr/include $fs/usr 121.20 + cp -a $install/usr/lib/*.*a $fs/usr/lib 121.21 + cp -a $install/usr/include $fs/usr 121.22 } 121.23 -
122.1 --- a/sysfsutils/receipt Fri Nov 29 13:39:45 2013 +0000 122.2 +++ b/sysfsutils/receipt Sat Nov 30 10:06:29 2013 +0000 122.3 @@ -5,6 +5,7 @@ 122.4 CATEGORY="system-tools" 122.5 SHORT_DESC="Utilites built upon sysfs." 122.6 MAINTAINER="pankso@slitaz.org" 122.7 +LICENSE="GPL2 LGPL2.1" 122.8 DEPENDS="linux" 122.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 122.10 WEB_SITE="http://linux-diag.sourceforge.net/Sysfsutils.html" 122.11 @@ -17,14 +18,13 @@ 122.12 ./configure --prefix=/usr --infodir=/usr/share/info \ 122.13 --mandir=/usr/share/man $CONFIGURE_ARGS 122.14 make 122.15 - make DESTDIR=$PWD/_pkg install 122.16 + make DESTDIR=$DESTDIR install 122.17 } 122.18 122.19 # Rules to gen a SliTaz package suitable for Tazpkg. 122.20 genpkg_rules() 122.21 { 122.22 mkdir -p $fs/usr/lib 122.23 - cp -a $_pkg/usr/bin $fs/usr 122.24 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 122.25 + cp -a $install/usr/bin $fs/usr 122.26 + cp -a $install/usr/lib/*.so* $fs/usr/lib 122.27 } 122.28 -
123.1 --- a/systemd/receipt Fri Nov 29 13:39:45 2013 +0000 123.2 +++ b/systemd/receipt Sat Nov 30 10:06:29 2013 +0000 123.3 @@ -5,6 +5,7 @@ 123.4 CATEGORY="base-system" 123.5 SHORT_DESC="System and service manager for Linux." 123.6 MAINTAINER="pankso@slitaz.org" 123.7 +LICENSE="GPL2 LGPL2.1 MIT" 123.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 123.9 WEB_SITE="http://freedesktop.org/wiki/Software/systemd/" 123.10 WGET_URL="http://www.freedesktop.org/software/systemd/$TARBALL"
124.1 --- a/xalan-c-dev/receipt Fri Nov 29 13:39:45 2013 +0000 124.2 +++ b/xalan-c-dev/receipt Sat Nov 30 10:06:29 2013 +0000 124.3 @@ -6,11 +6,12 @@ 124.4 SHORT_DESC="xalan-c devel files." 124.5 WEB_SITE="http://xalan.apache.org/" 124.6 MAINTAINER="rcx@zoominternet.net" 124.7 +LICENSE="Apache" 124.8 WANTED="xalan-c" 124.9 124.10 # Rules to gen a SliTaz package suitable for Tazpkg. 124.11 genpkg_rules() 124.12 { 124.13 mkdir -p $fs/usr 124.14 - cp -a $_pkg/usr/include $fs/usr 124.15 + cp -a $install/usr/include $fs/usr 124.16 }
125.1 --- a/xalan-c/receipt Fri Nov 29 13:39:45 2013 +0000 125.2 +++ b/xalan-c/receipt Sat Nov 30 10:06:29 2013 +0000 125.3 @@ -5,6 +5,7 @@ 125.4 CATEGORY="development" 125.5 SHORT_DESC="An XSLT processor for transforming XML documents into HTML, text, or other XML document types." 125.6 MAINTAINER="rcx@zoominternet.net" 125.7 +LICENSE="Apache" 125.8 TARBALL="Xalan-C_r705082-src.tar.gz" 125.9 WEB_SITE="http://xalan.apache.org/" 125.10 # Need to use the patched r705082 version on Gentoo's mirrors 125.11 @@ -34,7 +35,6 @@ 125.12 genpkg_rules() 125.13 { 125.14 mkdir -p $fs/usr/lib 125.15 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 125.16 - 125.17 - cp -a $_pkg/usr/bin $fs/usr 125.18 + cp -a $install/usr/lib/*.so* $fs/usr/lib 125.19 + cp -a $install/usr/bin $fs/usr 125.20 }
126.1 --- a/xalan-xerces-j/receipt Fri Nov 29 13:39:45 2013 +0000 126.2 +++ b/xalan-xerces-j/receipt Sat Nov 30 10:06:29 2013 +0000 126.3 @@ -6,6 +6,7 @@ 126.4 CATEGORY="development" 126.5 SHORT_DESC="A validating XML parser and an XSLT processor written in Java." 126.6 MAINTAINER="rcx@zoominternet.net" 126.7 +LICENSE="Apache" 126.8 SUGGESTED="java-jre" 126.9 TARBALL="${SOURCE}_2_7_1-bin-2jars.tar.gz" 126.10 WEB_SITE="http://xalan.apache.org/" 126.11 @@ -28,5 +29,5 @@ 126.12 genpkg_rules() 126.13 { 126.14 mkdir -p $fs 126.15 - cp -a $_pkg/usr $fs 126.16 + cp -a $install/usr $fs 126.17 }
127.1 --- a/xarchive/receipt Fri Nov 29 13:39:45 2013 +0000 127.2 +++ b/xarchive/receipt Sat Nov 30 10:06:29 2013 +0000 127.3 @@ -5,14 +5,16 @@ 127.4 CATEGORY="x-window" 127.5 SHORT_DESC="A GTK+ front-end for command line archiving tools." 127.6 MAINTAINER="erjo@slitaz.org" 127.7 +LICENSE="GPL2" 127.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 127.9 -DEPENDS="gtk+ xorg-libXdamage" 127.10 -BUILD_DEPENDS="pkg-config gtk+ gtk+-dev" 127.11 SUGGESTED="zip rar unace arj lha p7zip lzop linux-squashfs cromfs cabextract \ 127.12 xz lrzip" 127.13 WEB_SITE="http://xarchive.sourceforge.net/" 127.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 127.15 127.16 +DEPENDS="gtk+ xorg-libXdamage" 127.17 +BUILD_DEPENDS="pkg-config gtk+ gtk+-dev" 127.18 + 127.19 # Rules to configure and make the package.ls sr 127.20 compile_rules() 127.21 { 127.22 @@ -26,15 +28,15 @@ 127.23 --mandir=/usr/share/man $CONFIGURE_ARGS && 127.24 127.25 make && 127.26 - make DESTDIR=$PWD/_pkg install 127.27 + make DESTDIR=$DESTDIR install 127.28 } 127.29 127.30 # Rules to gen a SliTaz package suitable for Tazpkg. 127.31 genpkg_rules() 127.32 { 127.33 mkdir -p $fs/usr/lib/xarchive/wrappers 127.34 - cp -a $_pkg/usr/bin $fs/usr 127.35 - sed -i 's|#!\s*/bin/bash|#!/bin/sh|' $_pkg/usr/lib/xarchive/wrappers/* 127.36 + cp -a $install/usr/bin $fs/usr 127.37 + sed -i 's|#!\s*/bin/bash|#!/bin/sh|' $install/usr/lib/xarchive/wrappers/* 127.38 cp $stuff/slitaz-wrap.sh $fs/usr/lib/xarchive/wrappers 127.39 } 127.40
128.1 --- a/xarchiver/receipt Fri Nov 29 13:39:45 2013 +0000 128.2 +++ b/xarchiver/receipt Sat Nov 30 10:06:29 2013 +0000 128.3 @@ -5,12 +5,14 @@ 128.4 CATEGORY="x-window" 128.5 SHORT_DESC="Archive manager for thunar" 128.6 MAINTAINER="erjo@slitaz.org" 128.7 -DEPENDS="gtk+ tar" 128.8 -BUILD_DEPENDS="gtk+-dev" 128.9 +LICENSE="GPL2" 128.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 128.11 WEB_SITE="http://xarchiver.sourceforge.net/" 128.12 WGET_URL="http://downloads.sourceforge.net/project/xarchiver/xarchiver/$VERSION/$TARBALL" 128.13 128.14 +DEPENDS="gtk+ tar" 128.15 +BUILD_DEPENDS="gtk+-dev" 128.16 + 128.17 # Rules to configure and make the package. 128.18 compile_rules() 128.19 { 128.20 @@ -19,19 +21,19 @@ 128.21 --prefix=/usr \ 128.22 --libexecdir=/usr/lib \ 128.23 $CONFIGURE_ARGS && 128.24 - make && make DESTDIR=$PWD/_pkg install 128.25 + make && make DESTDIR=$DESTDIR install 128.26 } 128.27 128.28 # Rules to gen a SliTaz package suitable for Tazpkg. 128.29 genpkg_rules() 128.30 { 128.31 mkdir -p $fs/usr/share/locale 128.32 - cp -a $_pkg/usr/bin $fs/usr 128.33 - cp -a $_pkg/usr/lib $fs/usr 128.34 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 128.35 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 128.36 - cp -a $_pkg/usr/share/applications $fs/usr/share 128.37 - cp -a $_pkg/usr/share/icons $fs/usr/share 128.38 + cp -a $install/usr/bin $fs/usr 128.39 + cp -a $install/usr/lib $fs/usr 128.40 + cp -a $install/usr/share/pixmaps $fs/usr/share 128.41 + cp -a $install/usr/share/locale/fr $fs/usr/share/locale 128.42 + cp -a $install/usr/share/applications $fs/usr/share 128.43 + cp -a $install/usr/share/icons $fs/usr/share 128.44 128.45 chmod 755 $fs/usr/lib/thunar-archive-plugin/* 128.46 rm -rf $fs/usr/share/icons/hicolor/scalable
129.1 --- a/xbindkeys/receipt Fri Nov 29 13:39:45 2013 +0000 129.2 +++ b/xbindkeys/receipt Sat Nov 30 10:06:29 2013 +0000 129.3 @@ -4,29 +4,30 @@ 129.4 VERSION="1.8.3" 129.5 CATEGORY="x-window" 129.6 MAINTAINER="jozee@slitaz.org" 129.7 +LICENSE="GPL2" 129.8 SHORT_DESC="Launch shell commands with your keyboard or your mouse under X" 129.9 -BUILD_DEPENDS=" xorg-libX11-dev" 129.10 WEB_SITE="http://hocwp.free.fr/xbindkeys" 129.11 -DEPENDS="xorg-libX11" 129.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 129.13 WGET_URL="$WEB_SITE/$TARBALL" 129.14 TAGS="keyboard" 129.15 129.16 +DEPENDS="xorg-libX11" 129.17 +BUILD_DEPENDS=" xorg-libX11-dev" 129.18 + 129.19 # Rules to configure and make the package. 129.20 129.21 compile_rules() { 129.22 - cd $src 129.23 - ./configure --prefix=/usr \ 129.24 + cd $src 129.25 + ./configure --prefix=/usr \ 129.26 --disable-tk \ 129.27 --disable-guile && 129.28 - make && 129.29 - make DESTDIR=$PWD/_pkg install 129.30 + make && 129.31 + make DESTDIR=$DESTDIR install 129.32 } 129.33 129.34 # Rules to gen a SliTaz package suitable for Tazpkg. 129.35 genpkg_rules() 129.36 { 129.37 mkdir -p $fs/usr 129.38 - cp -a $_pkg/usr/bin $fs/usr 129.39 - 129.40 + cp -a $install/usr/bin $fs/usr 129.41 }
130.1 --- a/xcircuit/receipt Fri Nov 29 13:39:45 2013 +0000 130.2 +++ b/xcircuit/receipt Sat Nov 30 10:06:29 2013 +0000 130.3 @@ -5,12 +5,14 @@ 130.4 CATEGORY="graphics" 130.5 SHORT_DESC="A program for drawing publishable-quality electrical circuit schematic diagrams" 130.6 MAINTAINER="slaxemulator@gmail.com" 130.7 -DEPENDS="tcl tk xorg-libXpm zlib" 130.8 -BUILD_DEPENDS="tk-dev tcl-dev xorg-libXpm-dev xorg-libXt-dev zlib-dev automake" 130.9 +LICENSE="GPL2" 130.10 TARBALL="$PACKAGE-$VERSION.tgz" 130.11 WEB_SITE="http://opencircuitdesign.com/xcircuit" 130.12 WGET_URL="http://opencircuitdesign.com/xcircuit/archive/$TARBALL" 130.13 130.14 +DEPENDS="tcl tk xorg-libXpm zlib" 130.15 +BUILD_DEPENDS="tk-dev tcl-dev xorg-libXpm-dev xorg-libXt-dev zlib-dev automake" 130.16 + 130.17 # Rules to configure and make the package. 130.18 compile_rules() 130.19 { 130.20 @@ -26,7 +28,6 @@ 130.21 genpkg_rules() 130.22 { 130.23 mkdir -p $fs/usr/lib 130.24 - cp -a $_pkg/usr/bin $fs/usr 130.25 - cp -a $_pkg/usr/lib/$PACKAGE-${VERSION%.*} $fs/usr/lib 130.26 + cp -a $install/usr/bin $fs/usr 130.27 + cp -a $install/usr/lib/$PACKAGE-${VERSION%.*} $fs/usr/lib 130.28 } 130.29 -
131.1 --- a/xdelta/receipt Fri Nov 29 13:39:45 2013 +0000 131.2 +++ b/xdelta/receipt Sat Nov 30 10:06:29 2013 +0000 131.3 @@ -5,6 +5,7 @@ 131.4 CATEGORY="system-tools" 131.5 SHORT_DESC="Binary diff, VCDIFF/RFC 3284 delta compression." 131.6 MAINTAINER="pascal.bellard@slitaz.org" 131.7 +LICENSE="GPL2" 131.8 TARBALL="$PACKAGE$VERSION.tar.gz" 131.9 WEB_SITE="http://xdelta.org/" 131.10 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
132.1 --- a/xerces-c-dev/receipt Fri Nov 29 13:39:45 2013 +0000 132.2 +++ b/xerces-c-dev/receipt Sat Nov 30 10:06:29 2013 +0000 132.3 @@ -6,13 +6,14 @@ 132.4 SHORT_DESC="xerces-c devel files." 132.5 WEB_SITE="http://xerces.apache.org/" 132.6 MAINTAINER="rcx@zoominternet.net" 132.7 +LICENSE="Apache" 132.8 WANTED="xerces-c" 132.9 132.10 # Rules to gen a SliTaz package suitable for Tazpkg. 132.11 genpkg_rules() 132.12 { 132.13 mkdir -p $fs/usr/lib 132.14 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 132.15 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 132.16 - cp -a $_pkg/usr/include $fs/usr 132.17 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 132.18 + cp -a $install/usr/lib/*.*a $fs/usr/lib 132.19 + cp -a $install/usr/include $fs/usr 132.20 }
133.1 --- a/xerces-c/receipt Fri Nov 29 13:39:45 2013 +0000 133.2 +++ b/xerces-c/receipt Sat Nov 30 10:06:29 2013 +0000 133.3 @@ -5,11 +5,13 @@ 133.4 CATEGORY="development" 133.5 SHORT_DESC="A validating XML parser written in a portable subset of C++." 133.6 MAINTAINER="rcx@zoominternet.net" 133.7 -DEPENDS="glibc-base gcc-lib-base libcurl libcrypto icu" 133.8 +LICENSE="Apache" 133.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 133.10 WEB_SITE="http://xerces.apache.org/xerces-c" 133.11 WGET_URL="http://apache.osuosl.org/xerces/c/3/sources/$TARBALL" 133.12 133.13 +DEPENDS="glibc-base gcc-lib-base libcurl libcrypto icu" 133.14 + 133.15 # Rules to configure and make the package. 133.16 compile_rules() 133.17 { 133.18 @@ -24,7 +26,6 @@ 133.19 genpkg_rules() 133.20 { 133.21 mkdir -p $fs/usr/lib 133.22 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 133.23 - 133.24 - cp -a $_pkg/usr/bin $fs/usr 133.25 + cp -a $install/usr/lib/*.so* $fs/usr/lib 133.26 + cp -a $install/usr/bin $fs/usr 133.27 }
134.1 --- a/xfce4-dev-tools/receipt Fri Nov 29 13:39:45 2013 +0000 134.2 +++ b/xfce4-dev-tools/receipt Sat Nov 30 10:06:29 2013 +0000 134.3 @@ -5,11 +5,13 @@ 134.4 CATEGORY="development" 134.5 SHORT_DESC="Xfce Developpers Tools " 134.6 MAINTAINER="erjo@slitaz.org" 134.7 -DEPENDS="subversion autoconf automake intltool pkg-config" 134.8 +LICENSE="GPL2" 134.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 134.10 WEB_SITE="http://xfce.org/~benny/projects/xfce4-dev-tools/" 134.11 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" 134.12 134.13 +DEPENDS="subversion autoconf automake intltool pkg-config" 134.14 + 134.15 # Rules to configure and make the package. 134.16 compile_rules() 134.17 { 134.18 @@ -20,17 +22,15 @@ 134.19 --infodir=/usr/share/info \ 134.20 --mandir=/usr/share/man \ 134.21 $CONFIGURE_ARGS && 134.22 - make && make DESTDIR=$PWD/_pkg install 134.23 + make && make DESTDIR=$DESTDIR install 134.24 } 134.25 134.26 # Rules to gen a SliTaz package suitable for Tazpkg. 134.27 genpkg_rules() 134.28 { 134.29 mkdir -p $fs/usr 134.30 - cp -a $_pkg/usr/bin $fs/usr 134.31 - cp -a $_pkg/usr/share $fs/usr 134.32 + cp -a $install/usr/bin $fs/usr 134.33 + cp -a $install/usr/share $fs/usr 134.34 134.35 chmod 755 $fs/usr/bin/xdt-* 134.36 - 134.37 } 134.38 -
135.1 --- a/xfce4-icon-theme/receipt Fri Nov 29 13:39:45 2013 +0000 135.2 +++ b/xfce4-icon-theme/receipt Sat Nov 30 10:06:29 2013 +0000 135.3 @@ -5,32 +5,29 @@ 135.4 CATEGORY="x-window" 135.5 SHORT_DESC="Icon theme for Xfce Desktop Environment" 135.6 MAINTAINER="erjo@slitaz.org" 135.7 -DEPENDS="" 135.8 -BUILD_DEPENDS="intltool" 135.9 +LICENSE="GPL2" 135.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 135.11 WEB_SITE="http://www.xfce.org/" 135.12 WGET_URL="http://archive.xfce.org/src/art/$PACKAGE/${VERSION%.*}/$TARBALL" 135.13 135.14 +DEPENDS="" 135.15 +BUILD_DEPENDS="intltool" 135.16 + 135.17 # Rules to configure and make the package. 135.18 compile_rules() 135.19 { 135.20 cd $src 135.21 ./configure --prefix=/usr --infodir=/usr/share/info \ 135.22 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 135.23 - make && make DESTDIR=$PWD/_pkg install 135.24 + make && make DESTDIR=$DESTDIR install 135.25 } 135.26 135.27 # Rules to gen a SliTaz package suitable for Tazpkg. 135.28 genpkg_rules() 135.29 { 135.30 # Remove SVG Icons 135.31 - #find $_pkg/usr/share -name "*scalable*" -exec rm -rf {} \; 135.32 + #find $install/usr/share -name "*scalable*" -exec rm -rf {} \; 135.33 135.34 mkdir -p $fs/usr 135.35 - cp -a $_pkg/usr/share $fs/usr 135.36 - 135.37 - 135.38 - 135.39 + cp -a $install/usr/share $fs/usr 135.40 } 135.41 - 135.42 -
136.1 --- a/xfce4-slitaz-config/receipt Fri Nov 29 13:39:45 2013 +0000 136.2 +++ b/xfce4-slitaz-config/receipt Sat Nov 30 10:06:29 2013 +0000 136.3 @@ -5,9 +5,10 @@ 136.4 CATEGORY="misc" 136.5 SHORT_DESC="Slitaz config files for XFCE" 136.6 MAINTAINER="erjo@slitaz.org" 136.7 -DEPENDS="xfce4" 136.8 +LICENSE="BSD" 136.9 WEB_SITE="http://www.slitaz.org" 136.10 136.11 +DEPENDS="xfce4" 136.12 136.13 # Rules to gen a SliTaz package suitable for Tazpkg. 136.14 genpkg_rules()
137.1 --- a/xfce4/receipt Fri Nov 29 13:39:45 2013 +0000 137.2 +++ b/xfce4/receipt Sat Nov 30 10:06:29 2013 +0000 137.3 @@ -5,11 +5,13 @@ 137.4 CATEGORY="meta" 137.5 SHORT_DESC="Xfce Desktop Environment" 137.6 MAINTAINER="erjo@slitaz.org" 137.7 +LICENSE="GPL2" 137.8 +SUGGESTED="xfce4-slitaz-config" 137.9 +WEB_SITE="http://www.xfce.org" 137.10 + 137.11 DEPENDS="libxfce4util xfconf libxfce4ui garcon libexo 137.12 xfce4-panel thunar xfce4-settings xfce4-session xfwm4 xfdesktop thunar-volman 137.13 thunar-archive-plugin xfce-utils" 137.14 -SUGGESTED="xfce4-slitaz-config" 137.15 -WEB_SITE="http://www.xfce.org" 137.16 137.17 # Rules to gen a SliTaz package suitable for Tazpkg. 137.18 genpkg_rules()
138.1 --- a/xhtml2pdf/receipt Fri Nov 29 13:39:45 2013 +0000 138.2 +++ b/xhtml2pdf/receipt Sat Nov 30 10:06:29 2013 +0000 138.3 @@ -6,9 +6,11 @@ 138.4 CATEGORY="utilities" 138.5 SHORT_DESC="Converter for HTML/XHTML and CSS to PDF." 138.6 MAINTAINER="claudinei@slitaz.org" 138.7 +LICENSE="GPL2" 138.8 TARBALL="$SOURCE-$VERSION.tar.gz" 138.9 WEB_SITE="http://www.xhtml2pdf.com" 138.10 WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" 138.11 + 138.12 DEPENDS="python python-reportlab python-html5lib python-pypdf setuptools" 138.13 BUILD_DEPENDS="$DEPENDS python-dev" 138.14 138.15 @@ -16,13 +18,13 @@ 138.16 compile_rules() 138.17 { 138.18 cd $src 138.19 - python setup.py install --root=$PWD/_pkg 138.20 + python setup.py install --root=$DESTDIR 138.21 } 138.22 138.23 # Rules to gen a SliTaz package suitable for Tazpkg. 138.24 genpkg_rules() 138.25 { 138.26 mkdir -p $fs/usr 138.27 - cp -a $_pkg/usr $fs 138.28 + cp -a $install/usr $fs 138.29 } 138.30
139.1 --- a/xorg-base-fonts/receipt Fri Nov 29 13:39:45 2013 +0000 139.2 +++ b/xorg-base-fonts/receipt Sat Nov 30 10:06:29 2013 +0000 139.3 @@ -5,6 +5,7 @@ 139.4 CATEGORY="x-window" 139.5 SHORT_DESC="X window base/minimal fonts from the Xorg project." 139.6 MAINTAINER="pankso@slitaz.org" 139.7 +LICENSE="MIT" 139.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 139.9 WEB_SITE="http://www.x.org/" 139.10 WGET_URL="http://download.tuxfamily.org/slitaz/sources/fonts/$TARBALL"
140.1 --- a/xorg-bdftopcf/receipt Fri Nov 29 13:39:45 2013 +0000 140.2 +++ b/xorg-bdftopcf/receipt Sat Nov 30 10:06:29 2013 +0000 140.3 @@ -5,6 +5,7 @@ 140.4 CATEGORY="x-window" 140.5 SHORT_DESC="Font compiler for the X server and font server." 140.6 MAINTAINER="pascal.bellard@slitaz.org" 140.7 +LICENSE="MIT" 140.8 SOURCE="bdftopcf" 140.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 140.10 WEB_SITE="http://xorg.freedesktop.org/" 140.11 @@ -27,6 +28,6 @@ 140.12 genpkg_rules() 140.13 { 140.14 mkdir -p $fs/usr 140.15 - cp -a $_pkg/usr/bin $fs/usr 140.16 + cp -a $install/usr/bin $fs/usr 140.17 } 140.18
141.1 --- a/xorg-cf-files/receipt Fri Nov 29 13:39:45 2013 +0000 141.2 +++ b/xorg-cf-files/receipt Sat Nov 30 10:06:29 2013 +0000 141.3 @@ -5,12 +5,14 @@ 141.4 CATEGORY="development" 141.5 SHORT_DESC="Conf files used by xorg and imake." 141.6 MAINTAINER="rcx@zoominternet.net" 141.7 -DEPENDS="" 141.8 -BUILD_DEPENDS="" 141.9 +LICENSE="MIT" 141.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 141.11 WEB_SITE="http://www.x.org/" 141.12 WGET_URL="$XORG_MIRROR/util/$TARBALL" 141.13 141.14 +DEPENDS="" 141.15 +BUILD_DEPENDS="" 141.16 + 141.17 # Rules to configure and make the package. 141.18 compile_rules() 141.19 { 141.20 @@ -20,13 +22,12 @@ 141.21 --infodir=/usr/share/info \ 141.22 --mandir=/usr/share/man \ 141.23 $CONFIGURE_ARGS && 141.24 - make && make DESTDIR=$PWD/_pkg install 141.25 + make && make DESTDIR=$DESTIDR install 141.26 } 141.27 141.28 # Rules to gen a SliTaz package suitable for Tazpkg. 141.29 genpkg_rules() 141.30 { 141.31 mkdir -p $fs/usr 141.32 - cp -a $_pkg/usr/lib $fs/usr 141.33 + cp -a $install/usr/lib $fs/usr 141.34 } 141.35 -
142.1 --- a/xorg-dev-proto/receipt Fri Nov 29 13:39:45 2013 +0000 142.2 +++ b/xorg-dev-proto/receipt Sat Nov 30 10:06:29 2013 +0000 142.3 @@ -5,6 +5,7 @@ 142.4 CATEGORY="meta" 142.5 SHORT_DESC="Meta-package to install all Xorg protocols." 142.6 MAINTAINER="pankso@slitaz.org" 142.7 +LICENSE="MIT" 142.8 WEB_SITE="http://www.x.org/" 142.9 DEPENDS=" 142.10 xorg-bigreqsproto
143.1 --- a/xorg-dev/receipt Fri Nov 29 13:39:45 2013 +0000 143.2 +++ b/xorg-dev/receipt Sat Nov 30 10:06:29 2013 +0000 143.3 @@ -5,6 +5,7 @@ 143.4 CATEGORY="meta" 143.5 SHORT_DESC="Meta-package to install all Xorg devel packages." 143.6 MAINTAINER="pankso@slitaz.org" 143.7 +LICENSE="MIT" 143.8 WEB_SITE="http://www.x.org/" 143.9 WANTED="xorg" 143.10 DEPENDS="
144.1 --- a/xorg-fonttosfnt/receipt Fri Nov 29 13:39:45 2013 +0000 144.2 +++ b/xorg-fonttosfnt/receipt Sat Nov 30 10:06:29 2013 +0000 144.3 @@ -5,6 +5,7 @@ 144.4 CATEGORY="x-window" 144.5 SHORT_DESC="Wrap a bitmap font in a sfnt (TrueType) wrapper." 144.6 MAINTAINER="pascal.bellard@slitaz.org" 144.7 +LICENSE="MIT" 144.8 SOURCE="fonttosfnt" 144.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 144.10 WEB_SITE="http://xorg.freedesktop.org/" 144.11 @@ -28,6 +29,6 @@ 144.12 genpkg_rules() 144.13 { 144.14 mkdir -p $fs/usr 144.15 - cp -a $_pkg/usr/bin $fs/usr 144.16 + cp -a $install/usr/bin $fs/usr 144.17 } 144.18
145.1 --- a/xorg-gccmakedep/receipt Fri Nov 29 13:39:45 2013 +0000 145.2 +++ b/xorg-gccmakedep/receipt Sat Nov 30 10:06:29 2013 +0000 145.3 @@ -5,12 +5,14 @@ 145.4 CATEGORY="x-window" 145.5 SHORT_DESC="X gccmakedep utility." 145.6 MAINTAINER="pascal.bellard@slitaz.org" 145.7 -BUILD_DEPENDS="xorg-dev-proto" 145.8 +LICENSE="MIT" 145.9 SOURCE="gccmakedep" 145.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 145.11 WEB_SITE="http://www.x.org/" 145.12 WGET_URL="$XORG_MIRROR/util/$TARBALL" 145.13 145.14 +BUILD_DEPENDS="xorg-dev-proto" 145.15 + 145.16 # Rules to configure and make the package. 145.17 compile_rules() 145.18 { 145.19 @@ -18,13 +20,13 @@ 145.20 ./configure --prefix=/usr --mandir=/usr/share/man \ 145.21 $CONFIGURE_ARGS 145.22 make 145.23 - make DESTDIR=$PWD/_pkg install 145.24 - chmod +x $PWD/_pkg/usr/bin/* 145.25 + make DESTDIR=$DESTDIR install 145.26 + chmod +x $DESTDIR/usr/bin/* 145.27 } 145.28 145.29 # Rules to gen a SliTaz package suitable for Tazpkg. 145.30 genpkg_rules() 145.31 { 145.32 mkdir -p $fs/usr 145.33 - cp -a $_pkg/usr/bin $fs/usr 145.34 + cp -a $install/usr/bin $fs/usr 145.35 }
146.1 --- a/xorg-iceauth/receipt Fri Nov 29 13:39:45 2013 +0000 146.2 +++ b/xorg-iceauth/receipt Sat Nov 30 10:06:29 2013 +0000 146.3 @@ -5,13 +5,15 @@ 146.4 CATEGORY="x-window" 146.5 SHORT_DESC="ICE authority file utility" 146.6 MAINTAINER="erjo@slitaz.org" 146.7 -DEPENDS="xorg-libICE" 146.8 -BUILD_DEPENDS="xorg-libICE-dev pkg-config" 146.9 +LICENSE="MIT" 146.10 SOURCE="iceauth" 146.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 146.12 WEB_SITE="http://xorg.freedesktop.org/" 146.13 WGET_URL="http://xorg.freedesktop.org/archive/individual/app/$TARBALL" 146.14 146.15 +DEPENDS="xorg-libICE" 146.16 +BUILD_DEPENDS="xorg-libICE-dev pkg-config" 146.17 + 146.18 # Rules to configure and make the package. 146.19 compile_rules() 146.20 { 146.21 @@ -19,13 +21,13 @@ 146.22 ./configure --prefix=/usr \ 146.23 --infodir=/usr/share/info \ 146.24 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 146.25 - make && make DESTDIR=$PWD/_pkg install 146.26 + make && make DESTDIR=$DESTDIR install 146.27 } 146.28 146.29 # Rules to gen a SliTaz package suitable for Tazpkg. 146.30 genpkg_rules() 146.31 { 146.32 mkdir -p $fs/usr 146.33 - cp -a $_pkg/usr/bin $fs/usr 146.34 + cp -a $install/usr/bin $fs/usr 146.35 } 146.36
147.1 --- a/xorg-imake/receipt Fri Nov 29 13:39:45 2013 +0000 147.2 +++ b/xorg-imake/receipt Sat Nov 30 10:06:29 2013 +0000 147.3 @@ -5,13 +5,15 @@ 147.4 CATEGORY="x-window" 147.5 SHORT_DESC="X imake utility." 147.6 MAINTAINER="pascal.bellard@slitaz.org" 147.7 -DEPENDS="xorg-cf-files" 147.8 -BUILD_DEPENDS="xorg-gccmakedep xorg-makedepend pkg-config xorg-xproto perl" 147.9 +LICENSE="MIT" 147.10 SOURCE="imake" 147.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 147.12 WEB_SITE="http://www.x.org/" 147.13 WGET_URL="$XORG_MIRROR/util/$TARBALL" 147.14 147.15 +DEPENDS="xorg-cf-files" 147.16 +BUILD_DEPENDS="xorg-gccmakedep xorg-makedepend pkg-config xorg-xproto perl" 147.17 + 147.18 # Rules to configure and make the package. 147.19 compile_rules() 147.20 { 147.21 @@ -19,13 +21,13 @@ 147.22 ./configure --prefix=/usr --mandir=/usr/share/man \ 147.23 $CONFIGURE_ARGS 147.24 make 147.25 - make DESTDIR=$PWD/_pkg install 147.26 - chmod +x $PWD/_pkg/usr/bin/* 147.27 + make DESTDIR=$DESTDIR install 147.28 + chmod +x $DESTDIR/usr/bin/* 147.29 } 147.30 147.31 # Rules to gen a SliTaz package suitable for Tazpkg. 147.32 genpkg_rules() 147.33 { 147.34 mkdir -p $fs/usr 147.35 - cp -a $_pkg/usr/bin $fs/usr 147.36 + cp -a $install/usr/bin $fs/usr 147.37 }
148.1 --- a/xorg-libXau-dev/receipt Fri Nov 29 13:39:45 2013 +0000 148.2 +++ b/xorg-libXau-dev/receipt Sat Nov 30 10:06:29 2013 +0000 148.3 @@ -5,6 +5,7 @@ 148.4 CATEGORY="development" 148.5 SHORT_DESC="Development files for libXau" 148.6 MAINTAINER="pankso@slitaz.org" 148.7 +LICENSE="MIT" 148.8 WEB_SITE="http://www.x.org/" 148.9 148.10 DEPENDS="xorg-libXau xorg-xproto"
149.1 --- a/xorg-libXdmcp-dev/receipt Fri Nov 29 13:39:45 2013 +0000 149.2 +++ b/xorg-libXdmcp-dev/receipt Sat Nov 30 10:06:29 2013 +0000 149.3 @@ -5,6 +5,7 @@ 149.4 CATEGORY="development" 149.5 SHORT_DESC="Development files for libXdmcp" 149.6 MAINTAINER="pankso@slitaz.org" 149.7 +LICENSE="MIT" 149.8 WEB_SITE="http://www.x.org/" 149.9 149.10 DEPENDS="xorg-libXdmcp xorg-xproto"
150.1 --- a/xorg-libXinerama-dev/receipt Fri Nov 29 13:39:45 2013 +0000 150.2 +++ b/xorg-libXinerama-dev/receipt Sat Nov 30 10:06:29 2013 +0000 150.3 @@ -5,11 +5,13 @@ 150.4 CATEGORY="development" 150.5 SHORT_DESC="Xorg module devel files." 150.6 MAINTAINER="pankso@slitaz.org" 150.7 -DEPENDS="xorg-libXinerama xorg-libXext-dev xorg-xineramaproto" 150.8 +LICENSE="MIT" 150.9 WANTED="xorg-libXinerama" 150.10 SOURCE="libXinerama" 150.11 WEB_SITE="http://www.x.org/" 150.12 150.13 +DEPENDS="xorg-libXinerama xorg-libXext-dev xorg-xineramaproto" 150.14 + 150.15 # Rules to gen a SliTaz package suitable for Tazpkg. 150.16 genpkg_rules() 150.17 {
151.1 --- a/xorg-libXinerama/receipt Fri Nov 29 13:39:45 2013 +0000 151.2 +++ b/xorg-libXinerama/receipt Sat Nov 30 10:06:29 2013 +0000 151.3 @@ -5,6 +5,7 @@ 151.4 CATEGORY="x-window" 151.5 SHORT_DESC="Xorg server module." 151.6 MAINTAINER="pankso@slitaz.org" 151.7 +LICENSE="MIT" 151.8 SOURCE="libXinerama" 151.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 151.10 WEB_SITE="http://www.x.org/"
152.1 --- a/xorg-libXp-dev/receipt Fri Nov 29 13:39:45 2013 +0000 152.2 +++ b/xorg-libXp-dev/receipt Sat Nov 30 10:06:29 2013 +0000 152.3 @@ -5,10 +5,12 @@ 152.4 CATEGORY="development" 152.5 SHORT_DESC="Xorg module devel files." 152.6 MAINTAINER="rcx@zoominternet.net" 152.7 -DEPENDS="xorg-libXp xorg-libXext-dev xorg-printproto" 152.8 +LICENSE="MIT" 152.9 WEB_SITE="http://www.x.org/" 152.10 WANTED="xorg-libXp" 152.11 152.12 +DEPENDS="xorg-libXp xorg-libXext-dev xorg-printproto" 152.13 + 152.14 # Rules to gen a SliTaz package suitable for Tazpkg. 152.15 genpkg_rules() 152.16 {
153.1 --- a/xorg-libXp/receipt Fri Nov 29 13:39:45 2013 +0000 153.2 +++ b/xorg-libXp/receipt Sat Nov 30 10:06:29 2013 +0000 153.3 @@ -6,6 +6,7 @@ 153.4 CATEGORY="development" 153.5 SHORT_DESC="Provides public APIs to allow client applications to render to non-display devices." 153.6 MAINTAINER="rcx@zoominternet.net" 153.7 +LICENSE="MIT" 153.8 SOURCE="libXp" 153.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 153.10 WEB_SITE="http://www.x.org/"
154.1 --- a/xorg-libXrandr-dev/receipt Fri Nov 29 13:39:45 2013 +0000 154.2 +++ b/xorg-libXrandr-dev/receipt Sat Nov 30 10:06:29 2013 +0000 154.3 @@ -5,11 +5,13 @@ 154.4 CATEGORY="development" 154.5 SHORT_DESC="Xorg module devel files." 154.6 MAINTAINER="pankso@slitaz.org" 154.7 -DEPENDS="xorg-libXrandr xorg-libXext-dev xorg-libXrender-dev xorg-randrproto" 154.8 +LICENSE="MIT" 154.9 WANTED="xorg-libXrandr" 154.10 SOURCE="libXrandr" 154.11 WEB_SITE="http://www.x.org/" 154.12 154.13 +DEPENDS="xorg-libXrandr xorg-libXext-dev xorg-libXrender-dev xorg-randrproto" 154.14 + 154.15 # Rules to gen a SliTaz package suitable for Tazpkg. 154.16 genpkg_rules() 154.17 {
155.1 --- a/xorg-libXrandr/receipt Fri Nov 29 13:39:45 2013 +0000 155.2 +++ b/xorg-libXrandr/receipt Sat Nov 30 10:06:29 2013 +0000 155.3 @@ -5,14 +5,16 @@ 155.4 CATEGORY="x-window" 155.5 SHORT_DESC="Xorg server module." 155.6 MAINTAINER="pankso@slitaz.org" 155.7 +LICENSE="MIT" 155.8 SOURCE="libXrandr" 155.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 155.10 -DEPENDS="xorg-libXext xorg-libXrender" 155.11 -BUILD_DEPENDS="xorg-randrproto xorg-libXext-dev xorg-libXrender-dev" 155.12 WEB_SITE="http://www.x.org/" 155.13 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 155.14 CROSS="bug: can not run test programm" 155.15 155.16 +DEPENDS="xorg-libXext xorg-libXrender" 155.17 +BUILD_DEPENDS="xorg-randrproto xorg-libXext-dev xorg-libXrender-dev" 155.18 + 155.19 # Rules to configure and make the package. 155.20 compile_rules() 155.21 {
156.1 --- a/xorg-libXres-dev/receipt Fri Nov 29 13:39:45 2013 +0000 156.2 +++ b/xorg-libXres-dev/receipt Sat Nov 30 10:06:29 2013 +0000 156.3 @@ -5,6 +5,7 @@ 156.4 CATEGORY="development" 156.5 SHORT_DESC="Xorg module devel files." 156.6 MAINTAINER="pascal.bellard@slitaz.org" 156.7 +LICENSE="MIT" 156.8 WEB_SITE="http://www.x.org/" 156.9 WANTED="xorg-libXres" 156.10
157.1 --- a/xorg-libXres/receipt Fri Nov 29 13:39:45 2013 +0000 157.2 +++ b/xorg-libXres/receipt Sat Nov 30 10:06:29 2013 +0000 157.3 @@ -5,6 +5,7 @@ 157.4 CATEGORY="x-window" 157.5 SHORT_DESC="Xorg server module." 157.6 MAINTAINER="pascal.bellard@slitaz.org" 157.7 +LICENSE="MIT" 157.8 SOURCE="libXres" 157.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 157.10 WEB_SITE="http://www.x.org/"
158.1 --- a/xorg-libXss-dev/receipt Fri Nov 29 13:39:45 2013 +0000 158.2 +++ b/xorg-libXss-dev/receipt Sat Nov 30 10:06:29 2013 +0000 158.3 @@ -5,17 +5,19 @@ 158.4 CATEGORY="development" 158.5 SHORT_DESC="Xorg screen saver module devel files." 158.6 MAINTAINER="pascal.bellard@slitaz.org" 158.7 -DEPENDS="xorg-libXss xorg-libXext-dev xorg-scrnsaverproto" 158.8 +LICENSE="MIT" 158.9 WANTED="xorg-libXss" 158.10 SOURCE="libXScrnSaver" 158.11 WEB_SITE="http://www.x.org/" 158.12 158.13 +DEPENDS="xorg-libXss xorg-libXext-dev xorg-scrnsaverproto" 158.14 + 158.15 # Rules to gen a SliTaz package suitable for Tazpkg. 158.16 genpkg_rules() 158.17 { 158.18 mkdir -p $fs/usr/lib 158.19 158.20 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 158.21 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 158.22 - cp -a $_pkg/usr/include $fs/usr 158.23 + cp -a $install/usr/lib/*.*a $fs/usr/lib 158.24 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 158.25 + cp -a $install/usr/include $fs/usr 158.26 }
159.1 --- a/xorg-libXss/receipt Fri Nov 29 13:39:45 2013 +0000 159.2 +++ b/xorg-libXss/receipt Sat Nov 30 10:06:29 2013 +0000 159.3 @@ -5,13 +5,15 @@ 159.4 CATEGORY="x-window" 159.5 SHORT_DESC="Xorg screen saver module." 159.6 MAINTAINER="pascal.bellard@slitaz.org" 159.7 -DEPENDS="xorg-libXext" 159.8 -BUILD_DEPENDS="xorg-scrnsaverproto" 159.9 +LICENSE="MIT" 159.10 SOURCE="libXScrnSaver" 159.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 159.12 WEB_SITE="http://www.x.org/" 159.13 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 159.14 159.15 +DEPENDS="xorg-libXext" 159.16 +BUILD_DEPENDS="xorg-scrnsaverproto" 159.17 + 159.18 # Rules to configure and make the package. 159.19 compile_rules() 159.20 { 159.21 @@ -20,12 +22,12 @@ 159.22 --mandir=/usr/share/man --localstatedir=/var \ 159.23 $CONFIGURE_ARGS 159.24 make 159.25 - make DESTDIR=$PWD/_pkg install 159.26 + make DESTDIR=$DESTDIR install 159.27 } 159.28 159.29 # Rules to gen a SliTaz package suitable for Tazpkg. 159.30 genpkg_rules() 159.31 { 159.32 mkdir -p $fs/usr/lib 159.33 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 159.34 + cp -a $install/usr/lib/*.so* $fs/usr/lib 159.35 }
160.1 --- a/xorg-libXtst-dev/receipt Fri Nov 29 13:39:45 2013 +0000 160.2 +++ b/xorg-libXtst-dev/receipt Sat Nov 30 10:06:29 2013 +0000 160.3 @@ -5,11 +5,13 @@ 160.4 CATEGORY="development" 160.5 SHORT_DESC="Xorg module devel files." 160.6 MAINTAINER="pankso@slitaz.org" 160.7 -DEPENDS="xorg-libXtst xorg-recordproto xorg-libXext-dev xorg-libXi-dev" 160.8 +LICENSE="MIT" 160.9 WANTED="xorg-libXtst" 160.10 SOURCE="libXtst" 160.11 WEB_SITE="http://www.x.org/" 160.12 160.13 +DEPENDS="xorg-libXtst xorg-recordproto xorg-libXext-dev xorg-libXi-dev" 160.14 + 160.15 # Rules to gen a SliTaz package suitable for Tazpkg. 160.16 genpkg_rules() 160.17 {
161.1 --- a/xorg-libXtst/receipt Fri Nov 29 13:39:45 2013 +0000 161.2 +++ b/xorg-libXtst/receipt Sat Nov 30 10:06:29 2013 +0000 161.3 @@ -5,6 +5,7 @@ 161.4 CATEGORY="x-window" 161.5 SHORT_DESC="Xorg server module." 161.6 MAINTAINER="pankso@slitaz.org" 161.7 +LICENSE="MIT" 161.8 SOURCE="libXtst" 161.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 161.10 WEB_SITE="http://www.x.org/"
162.1 --- a/xorg-libXv-dev/receipt Fri Nov 29 13:39:45 2013 +0000 162.2 +++ b/xorg-libXv-dev/receipt Sat Nov 30 10:06:29 2013 +0000 162.3 @@ -5,11 +5,13 @@ 162.4 CATEGORY="development" 162.5 SHORT_DESC="Xorg module devel files." 162.6 MAINTAINER="pankso@slitaz.org" 162.7 -DEPENDS="xorg-libXv xorg-libXext-dev xorg-videoproto" 162.8 +LICENSE="MIT" 162.9 WANTED="xorg-libXv" 162.10 SOURCE="libXv" 162.11 WEB_SITE="http://www.x.org/" 162.12 162.13 +DEPENDS="xorg-libXv xorg-libXext-dev xorg-videoproto" 162.14 + 162.15 # Rules to gen a SliTaz package suitable for Tazpkg. 162.16 genpkg_rules() 162.17 {
163.1 --- a/xorg-libXv/receipt Fri Nov 29 13:39:45 2013 +0000 163.2 +++ b/xorg-libXv/receipt Sat Nov 30 10:06:29 2013 +0000 163.3 @@ -5,6 +5,7 @@ 163.4 CATEGORY="x-window" 163.5 SHORT_DESC="Xorg server module." 163.6 MAINTAINER="pankso@slitaz.org" 163.7 +LICENSE="MIT" 163.8 SOURCE="libXv" 163.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 163.10 WEB_SITE="http://www.x.org/"
164.1 --- a/xorg-libXvMC-dev/receipt Fri Nov 29 13:39:45 2013 +0000 164.2 +++ b/xorg-libXvMC-dev/receipt Sat Nov 30 10:06:29 2013 +0000 164.3 @@ -5,10 +5,12 @@ 164.4 CATEGORY="development" 164.5 SHORT_DESC="Xorg module devel files." 164.6 MAINTAINER="pankso@slitaz.org" 164.7 -DEPENDS="xorg-libXvMC xorg-libXv-dev" 164.8 +LICENSE="MIT" 164.9 WANTED="xorg-libXvMC" 164.10 WEB_SITE="http://www.x.org/" 164.11 164.12 +DEPENDS="xorg-libXvMC xorg-libXv-dev" 164.13 + 164.14 # Rules to gen a SliTaz package suitable for Tazpkg. 164.15 genpkg_rules() 164.16 {
165.1 --- a/xorg-libXvMC/receipt Fri Nov 29 13:39:45 2013 +0000 165.2 +++ b/xorg-libXvMC/receipt Sat Nov 30 10:06:29 2013 +0000 165.3 @@ -5,6 +5,7 @@ 165.4 CATEGORY="x-window" 165.5 SHORT_DESC="Xorg server module." 165.6 MAINTAINER="pankso@slitaz.org" 165.7 +LICENSE="MIT" 165.8 SOURCE="libXvMC" 165.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 165.10 WEB_SITE="http://www.x.org/"
166.1 --- a/xorg-libXxf86dga-dev/receipt Fri Nov 29 13:39:45 2013 +0000 166.2 +++ b/xorg-libXxf86dga-dev/receipt Sat Nov 30 10:06:29 2013 +0000 166.3 @@ -5,6 +5,7 @@ 166.4 CATEGORY="development" 166.5 SHORT_DESC="Xorg module devel files." 166.6 MAINTAINER="pascal.bellard@slitaz.org" 166.7 +LICENSE="MIT" 166.8 WEB_SITE="http://www.x.org/" 166.9 WANTED="xorg-libXxf86dga" 166.10
167.1 --- a/xorg-libXxf86dga/receipt Fri Nov 29 13:39:45 2013 +0000 167.2 +++ b/xorg-libXxf86dga/receipt Sat Nov 30 10:06:29 2013 +0000 167.3 @@ -5,6 +5,7 @@ 167.4 CATEGORY="x-window" 167.5 SHORT_DESC="Xorg server module." 167.6 MAINTAINER="pascal.bellard@slitaz.org" 167.7 +LICENSE="MIT" 167.8 SOURCE="libXxf86dga" 167.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 167.10 WEB_SITE="http://www.x.org/"
168.1 --- a/xorg-libXxf86vm-dev/receipt Fri Nov 29 13:39:45 2013 +0000 168.2 +++ b/xorg-libXxf86vm-dev/receipt Sat Nov 30 10:06:29 2013 +0000 168.3 @@ -5,11 +5,13 @@ 168.4 CATEGORY="development" 168.5 SHORT_DESC="Xorg module devel files." 168.6 MAINTAINER="pankso@slitaz.org" 168.7 -DEPENDS="xorg-libXxf86vm xorg-libXext-dev xorg-xf86vidmodeproto" 168.8 +LICENSE="MIT" 168.9 WANTED="xorg-libXxf86vm" 168.10 SOURCE="libXxf86vm" 168.11 WEB_SITE="http://www.x.org/" 168.12 168.13 +DEPENDS="xorg-libXxf86vm xorg-libXext-dev xorg-xf86vidmodeproto" 168.14 + 168.15 # Rules to gen a SliTaz package suitable for Tazpkg. 168.16 genpkg_rules() 168.17 {
169.1 --- a/xorg-libXxf86vm/receipt Fri Nov 29 13:39:45 2013 +0000 169.2 +++ b/xorg-libXxf86vm/receipt Sat Nov 30 10:06:29 2013 +0000 169.3 @@ -5,6 +5,7 @@ 169.4 CATEGORY="x-window" 169.5 SHORT_DESC="Xorg server module." 169.6 MAINTAINER="pankso@slitaz.org" 169.7 +LICENSE="MIT" 169.8 SOURCE="libXxf86vm" 169.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 169.10 WEB_SITE="http://www.x.org/"
170.1 --- a/xorg-libdmx-dev/receipt Fri Nov 29 13:39:45 2013 +0000 170.2 +++ b/xorg-libdmx-dev/receipt Sat Nov 30 10:06:29 2013 +0000 170.3 @@ -5,10 +5,12 @@ 170.4 CATEGORY="development" 170.5 SHORT_DESC="Xorg DMX module devel files." 170.6 MAINTAINER="pankso@slitaz.org" 170.7 -DEPENDS="xorg-dmxproto" 170.8 +LICENSE="MIT" 170.9 WANTED="xorg-libdmx" 170.10 WEB_SITE="http://www.x.org/" 170.11 170.12 +DEPENDS="xorg-dmxproto" 170.13 + 170.14 # Rules to gen a SliTaz package suitable for Tazpkg. 170.15 genpkg_rules() 170.16 {
171.1 --- a/xorg-libdmx/receipt Fri Nov 29 13:39:45 2013 +0000 171.2 +++ b/xorg-libdmx/receipt Sat Nov 30 10:06:29 2013 +0000 171.3 @@ -5,6 +5,7 @@ 171.4 CATEGORY="x-window" 171.5 SHORT_DESC="Xorg DMX library." 171.6 MAINTAINER="pankso@slitaz.org" 171.7 +LICENSE="MIT" 171.8 SOURCE="libdmx" 171.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 171.10 WEB_SITE="http://www.x.org/"
172.1 --- a/xorg-libpciaccess-dev/receipt Fri Nov 29 13:39:45 2013 +0000 172.2 +++ b/xorg-libpciaccess-dev/receipt Sat Nov 30 10:06:29 2013 +0000 172.3 @@ -5,11 +5,13 @@ 172.4 CATEGORY="development" 172.5 SHORT_DESC="Xorg module devel files." 172.6 MAINTAINER="pankso@slitaz.org" 172.7 -DEPENDS="xorg-libpciaccess" 172.8 +LICENSE="MIT" 172.9 WANTED="xorg-libpciaccess" 172.10 SOURCE="libpciaccess" 172.11 WEB_SITE="http://www.x.org/" 172.12 172.13 +DEPENDS="xorg-libpciaccess" 172.14 + 172.15 # Rules to gen a SliTaz package suitable for Tazpkg. 172.16 genpkg_rules() 172.17 {
173.1 --- a/xorg-libpciaccess/receipt Fri Nov 29 13:39:45 2013 +0000 173.2 +++ b/xorg-libpciaccess/receipt Sat Nov 30 10:06:29 2013 +0000 173.3 @@ -5,6 +5,7 @@ 173.4 CATEGORY="x-window" 173.5 SHORT_DESC="Xorg server module." 173.6 MAINTAINER="pankso@slitaz.org" 173.7 +LICENSE="MIT" 173.8 SOURCE="libpciaccess" 173.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 173.10 WEB_SITE="http://www.x.org/"
174.1 --- a/xorg-libxkbfile-dev/receipt Fri Nov 29 13:39:45 2013 +0000 174.2 +++ b/xorg-libxkbfile-dev/receipt Sat Nov 30 10:06:29 2013 +0000 174.3 @@ -5,18 +5,20 @@ 174.4 CATEGORY="development" 174.5 SHORT_DESC="Xorg server keyboard library devel files." 174.6 MAINTAINER="pankso@slitaz.org" 174.7 -DEPENDS="xorg-libX11-dev xorg-libxkbfile" 174.8 +LICENSE="MIT" 174.9 SOURCE="libxkbfile" 174.10 WANTED="xorg-libxkbfile" 174.11 WEB_SITE="http://www.x.org/" 174.12 174.13 +DEPENDS="xorg-libX11-dev xorg-libxkbfile" 174.14 + 174.15 # Rules to gen a SliTaz package suitable for Tazpkg. 174.16 genpkg_rules() 174.17 { 174.18 mkdir -p $fs/usr/lib 174.19 174.20 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 174.21 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 174.22 - cp -a $_pkg/usr/include $fs/usr 174.23 + cp -a $install/usr/lib/*.*a $fs/usr/lib 174.24 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 174.25 + cp -a $install/usr/include $fs/usr 174.26 } 174.27
175.1 --- a/xorg-libxkbfile/receipt Fri Nov 29 13:39:45 2013 +0000 175.2 +++ b/xorg-libxkbfile/receipt Sat Nov 30 10:06:29 2013 +0000 175.3 @@ -5,13 +5,15 @@ 175.4 CATEGORY="x-window" 175.5 SHORT_DESC="Xorg server keyboard library." 175.6 MAINTAINER="pankso@slitaz.org" 175.7 -DEPENDS="xorg-libX11" 175.8 -BUILD_DEPENDS="xorg-libX11-dev" 175.9 +LICENSE="MIT" 175.10 SOURCE="libxkbfile" 175.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 175.12 WEB_SITE="http://www.x.org/" 175.13 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 175.14 175.15 +DEPENDS="xorg-libX11" 175.16 +BUILD_DEPENDS="xorg-libX11-dev" 175.17 + 175.18 # Rules to configure and make the package. 175.19 compile_rules() 175.20 { 175.21 @@ -20,13 +22,13 @@ 175.22 --mandir=/usr/share/man --localstatedir=/var \ 175.23 $CONFIGURE_ARGS 175.24 make 175.25 - make DESTDIR=$PWD/_pkg install 175.26 + make DESTDIR=$DESTDIR install 175.27 } 175.28 175.29 # Rules to gen a SliTaz package suitable for Tazpkg. 175.30 genpkg_rules() 175.31 { 175.32 mkdir -p $fs/usr/lib 175.33 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 175.34 + cp -a $install/usr/lib/*.so* $fs/usr/lib 175.35 } 175.36
176.1 --- a/xorg-mkfontdir/receipt Fri Nov 29 13:39:45 2013 +0000 176.2 +++ b/xorg-mkfontdir/receipt Sat Nov 30 10:06:29 2013 +0000 176.3 @@ -5,6 +5,7 @@ 176.4 CATEGORY="x-window" 176.5 SHORT_DESC="Create an index of X font files in a directory." 176.6 MAINTAINER="pascal.bellard@slitaz.org" 176.7 +LICENSE="MIT" 176.8 SOURCE="mkfontdir" 176.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 176.10 WEB_SITE="http://xorg.freedesktop.org/"
177.1 --- a/xorg-mkfontscale/receipt Fri Nov 29 13:39:45 2013 +0000 177.2 +++ b/xorg-mkfontscale/receipt Sat Nov 30 10:06:29 2013 +0000 177.3 @@ -5,6 +5,7 @@ 177.4 CATEGORY="x-window" 177.5 SHORT_DESC="Create an index of scalable font files for X." 177.6 MAINTAINER="pascal.bellard@slitaz.org" 177.7 +LICENSE="MIT" 177.8 SOURCE="mkfontscale" 177.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 177.10 WEB_SITE="http://xorg.freedesktop.org/" 177.11 @@ -27,6 +28,6 @@ 177.12 genpkg_rules() 177.13 { 177.14 mkdir -p $fs/usr 177.15 - cp -a $_pkg/usr/bin $fs/usr 177.16 + cp -a $install/usr/bin $fs/usr 177.17 } 177.18
178.1 --- a/xorg-rgb/receipt Fri Nov 29 13:39:45 2013 +0000 178.2 +++ b/xorg-rgb/receipt Sat Nov 30 10:06:29 2013 +0000 178.3 @@ -5,12 +5,14 @@ 178.4 CATEGORY="x-window" 178.5 SHORT_DESC="X11 RGB colors definitions." 178.6 MAINTAINER="pankso@slitaz.org" 178.7 -BUILD_DEPENDS="pkg-config xorg-xproto" 178.8 +LICENSE="MIT" 178.9 SOURCE="rgb" 178.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 178.11 WEB_SITE="http://www.x.org/" 178.12 WGET_URL="$XORG_MIRROR/app/$TARBALL" 178.13 178.14 +BUILD_DEPENDS="pkg-config xorg-xproto" 178.15 + 178.16 # Rules to configure and make the package. 178.17 compile_rules() 178.18 { 178.19 @@ -19,13 +21,13 @@ 178.20 --mandir=/usr/share/man --localstatedir=/var \ 178.21 $CONFIGURE_ARGS && 178.22 make && 178.23 - make DESTDIR=$PWD/_pkg install 178.24 + make DESTDIR=$DESTDIR install 178.25 } 178.26 178.27 # Rules to gen a SliTaz package suitable for Tazpkg. 178.28 genpkg_rules() 178.29 { 178.30 mkdir -p $fs/usr/share 178.31 - cp -a $_pkg/usr/bin $fs/usr 178.32 - cp -a $_pkg/usr/share/X11 $fs/usr/share 178.33 + cp -a $install/usr/bin $fs/usr 178.34 + cp -a $install/usr/share/X11 $fs/usr/share 178.35 }
179.1 --- a/xorg-setxkbmap/receipt Fri Nov 29 13:39:45 2013 +0000 179.2 +++ b/xorg-setxkbmap/receipt Sat Nov 30 10:06:29 2013 +0000 179.3 @@ -5,6 +5,7 @@ 179.4 CATEGORY="x-window" 179.5 SHORT_DESC="Set the keyboard using the X Keyboard Extension." 179.6 MAINTAINER="pascal.bellard@slitaz.org" 179.7 +LICENSE="MIT" 179.8 SOURCE="setxkbmap" 179.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 179.10 WEB_SITE="http://www.x.org/"
180.1 --- a/xorg-x11perf/receipt Fri Nov 29 13:39:45 2013 +0000 180.2 +++ b/xorg-x11perf/receipt Sat Nov 30 10:06:29 2013 +0000 180.3 @@ -5,26 +5,28 @@ 180.4 CATEGORY="x-window" 180.5 SHORT_DESC="Utility who runs one or more performance tests and reports." 180.6 MAINTAINER="paul@slitaz.org" 180.7 -DEPENDS="xorg-libXmu xorg-libXft" 180.8 -BUILD_DEPENDS="xorg-libXmu-dev xorg-libXft-dev" 180.9 +LICENSE="MIT" 180.10 SOURCE="x11perf" 180.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 180.12 WEB_SITE="http://xorg.freedesktop.org/" 180.13 WGET_URL="$XORG_MIRROR/app/$TARBALL" 180.14 180.15 +DEPENDS="xorg-libXmu xorg-libXft" 180.16 +BUILD_DEPENDS="xorg-libXmu-dev xorg-libXft-dev" 180.17 + 180.18 # Rules to configure and make the package. 180.19 compile_rules() 180.20 { 180.21 cd $src 180.22 ./configure --prefix=/usr \ 180.23 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 180.24 - make && make DESTDIR=$PWD/_pkg install 180.25 + make && make DESTDIR=$DESTDIR install 180.26 } 180.27 180.28 # Rules to gen a SliTaz package suitable for Tazpkg. 180.29 genpkg_rules() 180.30 { 180.31 mkdir -p $fs/usr 180.32 - cp -a $_pkg/usr/bin $fs/usr 180.33 - cp -a $_pkg/usr/lib $fs/usr 180.34 + cp -a $install/usr/bin $fs/usr 180.35 + cp -a $install/usr/lib $fs/usr 180.36 }
181.1 --- a/xorg-xauth/receipt Fri Nov 29 13:39:45 2013 +0000 181.2 +++ b/xorg-xauth/receipt Sat Nov 30 10:06:29 2013 +0000 181.3 @@ -5,6 +5,7 @@ 181.4 CATEGORY="x-window" 181.5 SHORT_DESC="X authority file utility." 181.6 MAINTAINER="pankso@slitaz.org" 181.7 +LICENSE="MIT" 181.8 SOURCE="xauth" 181.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 181.10 WEB_SITE="http://www.x.org/"
182.1 --- a/xorg-xbacklight/receipt Fri Nov 29 13:39:45 2013 +0000 182.2 +++ b/xorg-xbacklight/receipt Sat Nov 30 10:06:29 2013 +0000 182.3 @@ -5,14 +5,16 @@ 182.4 CATEGORY="x-window" 182.5 SHORT_DESC="utility for x-server to set the backlight level using the RandR" 182.6 MAINTAINER="jozee@slitaz.org" 182.7 +LICENSE="MIT" 182.8 SOURCE="xbacklight" 182.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 182.10 -DEPENDS="xorg-libXrandr" 182.11 -BUILD_DEPENDS="xorg-libXrandr-dev" 182.12 WEB_SITE="http://xorg.freedesktop.org/" 182.13 WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 182.14 TAGS="utility xorg power backlight" 182.15 182.16 +DEPENDS="xorg-libXrandr" 182.17 +BUILD_DEPENDS="xorg-libXrandr-dev" 182.18 + 182.19 # Rules to configure and make the package.ls sr 182.20 compile_rules() 182.21 { 182.22 @@ -22,13 +24,12 @@ 182.23 --mandir=/usr/share/man \ 182.24 $CONFIGURE_ARGS && 182.25 make && 182.26 - make DESTDIR=$PWD/_pkg install 182.27 + make DESTDIR=$DESTDIR install 182.28 } 182.29 182.30 # Rules to gen a SliTaz package suitable for Tazpkg. 182.31 genpkg_rules() 182.32 { 182.33 mkdir -p $fs/usr 182.34 - cp -a $_pkg/usr/bin $fs/usr 182.35 + cp -a $install/usr/bin $fs/usr 182.36 } 182.37 -
183.1 --- a/xorg-xbitmaps/receipt Fri Nov 29 13:39:45 2013 +0000 183.2 +++ b/xorg-xbitmaps/receipt Sat Nov 30 10:06:29 2013 +0000 183.3 @@ -5,13 +5,15 @@ 183.4 CATEGORY="development" 183.5 SHORT_DESC="Devel files for X (bitmaps)." 183.6 MAINTAINER="pankso@slitaz.org" 183.7 -DEPENDS="xorg-util-macros" 183.8 -BUILD_DEPENDS="xorg-util-macros" 183.9 +LICENSE="MIT" 183.10 SOURCE="xbitmaps" 183.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 183.12 WEB_SITE="http://www.x.org/" 183.13 WGET_URL="$XORG_MIRROR/data/$TARBALL" 183.14 183.15 +DEPENDS="xorg-util-macros" 183.16 +BUILD_DEPENDS="xorg-util-macros" 183.17 + 183.18 # Rules to configure and make the package. 183.19 compile_rules() 183.20 { 183.21 @@ -21,11 +23,11 @@ 183.22 --mandir=/usr/share/man \ 183.23 $CONFIGURE_ARGS 183.24 make 183.25 - make DESTDIR=$PWD/_pkg install 183.26 + make DESTDIR=$DESTDIR install 183.27 } 183.28 183.29 # Rules to gen a SliTaz package suitable for Tazpkg. 183.30 genpkg_rules() 183.31 { 183.32 - cp -a $_pkg/* $fs 183.33 + cp -a $install/* $fs 183.34 }
184.1 --- a/xorg-xclock/receipt Fri Nov 29 13:39:45 2013 +0000 184.2 +++ b/xorg-xclock/receipt Sat Nov 30 10:06:29 2013 +0000 184.3 @@ -5,6 +5,7 @@ 184.4 CATEGORY="x-window" 184.5 SHORT_DESC="Simple clock for X." 184.6 MAINTAINER="pankso@slitaz.org" 184.7 +LICENSE="MIT" 184.8 SOURCE="xclock" 184.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 184.10 WEB_SITE="http://www.x.org/"
185.1 --- a/xorg-xcompmgr/receipt Fri Nov 29 13:39:45 2013 +0000 185.2 +++ b/xorg-xcompmgr/receipt Sat Nov 30 10:06:29 2013 +0000 185.3 @@ -5,6 +5,7 @@ 185.4 CATEGORY="x-window" 185.5 SHORT_DESC="X composite manager." 185.6 MAINTAINER="pankso@slitaz.org" 185.7 +LICENSE="MIT" 185.8 SOURCE="xcompmgr" 185.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 185.10 WEB_SITE="http://www.x.org/"
186.1 --- a/xorg-xcursorgen/receipt Fri Nov 29 13:39:45 2013 +0000 186.2 +++ b/xorg-xcursorgen/receipt Sat Nov 30 10:06:29 2013 +0000 186.3 @@ -5,13 +5,15 @@ 186.4 CATEGORY="x-window" 186.5 SHORT_DESC="X cursor generator." 186.6 MAINTAINER="pankso@slitaz.org" 186.7 -DEPENDS="xorg-libX11 xorg-libXcursor libpng" 186.8 -BUILD_DEPENDS="xorg-libX11-dev xorg-libXcursor-dev libpng-dev" 186.9 +LICENSE="MIT" 186.10 SOURCE="xcursorgen" 186.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 186.12 WEB_SITE="http://www.x.org/" 186.13 WGET_URL="$XORG_MIRROR/app/$TARBALL" 186.14 186.15 +DEPENDS="xorg-libX11 xorg-libXcursor libpng" 186.16 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXcursor-dev libpng-dev" 186.17 + 186.18 # Rules to configure and make the package. 186.19 compile_rules() 186.20 { 186.21 @@ -21,12 +23,12 @@ 186.22 --mandir=/usr/share/man \ 186.23 $CONFIGURE_ARGS && 186.24 make && 186.25 - make DESTDIR=$PWD/_pkg install 186.26 + make DESTDIR=$DESTDIR install 186.27 } 186.28 186.29 # Rules to gen a SliTaz package suitable for Tazpkg. 186.30 genpkg_rules() 186.31 { 186.32 mkdir -p $fs/usr 186.33 - cp -a $_pkg/usr/bin $fs/usr 186.34 + cp -a $install/usr/bin $fs/usr 186.35 }
187.1 --- a/xorg-xdpyinfo/receipt Fri Nov 29 13:39:45 2013 +0000 187.2 +++ b/xorg-xdpyinfo/receipt Sat Nov 30 10:06:29 2013 +0000 187.3 @@ -5,15 +5,17 @@ 187.4 CATEGORY="x-window" 187.5 SHORT_DESC="display information utility for X-server" 187.6 MAINTAINER="jozee@slitaz.org" 187.7 +LICENSE="MIT" 187.8 SOURCE="xdpyinfo" 187.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 187.10 +WEB_SITE="http://xorg.freedesktop.org/" 187.11 +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 187.12 +TAGS="utility xorg display" 187.13 + 187.14 DEPENDS="xorg-libXtst xorg-libXxf86vm xorg-libXrender \ 187.15 xorg-libXinerama xorg-libXp" 187.16 BUILD_DEPENDS="xorg-libXtst-dev xorg-libXxf86vm-dev \ 187.17 xorg-libXrender-dev xorg-libXinerama-dev xorg-libXp-dev" 187.18 -WEB_SITE="http://xorg.freedesktop.org/" 187.19 -WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 187.20 -TAGS="utility xorg display" 187.21 187.22 # Rules to configure and make the package.ls sr 187.23 compile_rules() 187.24 @@ -24,14 +26,12 @@ 187.25 --mandir=/usr/share/man \ 187.26 $CONFIGURE_ARGS && 187.27 make && 187.28 - make DESTDIR=$PWD/_pkg install 187.29 + make DESTDIR=$DESTDIR install 187.30 } 187.31 187.32 # Rules to gen a SliTaz package suitable for Tazpkg. 187.33 genpkg_rules() 187.34 { 187.35 mkdir -p $fs/usr 187.36 - cp -a $_pkg/usr/bin $fs/usr 187.37 - 187.38 + cp -a $install/usr/bin $fs/usr 187.39 } 187.40 -
188.1 --- a/xorg-xdriinfo/receipt Fri Nov 29 13:39:45 2013 +0000 188.2 +++ b/xorg-xdriinfo/receipt Sat Nov 30 10:06:29 2013 +0000 188.3 @@ -6,6 +6,7 @@ 188.4 CATEGORY="x-window" 188.5 SHORT_DESC="Query configuration information of DRI drivers" 188.6 MAINTAINER="pankso@slitaz.org" 188.7 +LICENSE="MIT" 188.8 TARBALL="$SOURCE-$VERSION.tar.bz2" 188.9 WEB_SITE="http://www.x.org/" 188.10 WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL"
189.1 --- a/xorg-xedit/receipt Fri Nov 29 13:39:45 2013 +0000 189.2 +++ b/xorg-xedit/receipt Sat Nov 30 10:06:29 2013 +0000 189.3 @@ -5,6 +5,7 @@ 189.4 CATEGORY="x-window" 189.5 SHORT_DESC="Simple text editor for X." 189.6 MAINTAINER="pascal.bellard@slitaz.org" 189.7 +LICENSE="MIT" 189.8 SOURCE="xedit" 189.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 189.10 WEB_SITE="http://xorg.freedesktop.org/"
190.1 --- a/xorg-xev/receipt Fri Nov 29 13:39:45 2013 +0000 190.2 +++ b/xorg-xev/receipt Sat Nov 30 10:06:29 2013 +0000 190.3 @@ -5,14 +5,16 @@ 190.4 CATEGORY="x-window" 190.5 SHORT_DESC="print contents of x-server events " 190.6 MAINTAINER="jozee@slitaz.org" 190.7 +LICENSE="MIT" 190.8 SOURCE="xev" 190.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 190.10 -DEPENDS="xorg-libX11" 190.11 -BUILD_DEPENDS="xorg-libX11-dev" 190.12 WEB_SITE="http://xorg.freedesktop.org/" 190.13 WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 190.14 TAGS="utility xorg debug" 190.15 190.16 +DEPENDS="xorg-libX11" 190.17 +BUILD_DEPENDS="xorg-libX11-dev" 190.18 + 190.19 # Rules to configure and make the package.ls sr 190.20 compile_rules() 190.21 { 190.22 @@ -22,13 +24,12 @@ 190.23 --mandir=/usr/share/man \ 190.24 $CONFIGURE_ARGS && 190.25 make && 190.26 - make DESTDIR=$PWD/_pkg install 190.27 + make DESTDIR=$DESTDIR install 190.28 } 190.29 190.30 # Rules to gen a SliTaz package suitable for Tazpkg. 190.31 genpkg_rules() 190.32 { 190.33 mkdir -p $fs/usr 190.34 - cp -a $_pkg/usr/bin $fs/usr 190.35 + cp -a $install/usr/bin $fs/usr 190.36 } 190.37 -
191.1 --- a/xorg-xeyes/receipt Fri Nov 29 13:39:45 2013 +0000 191.2 +++ b/xorg-xeyes/receipt Sat Nov 30 10:06:29 2013 +0000 191.3 @@ -5,10 +5,12 @@ 191.4 CATEGORY="x-window" 191.5 SHORT_DESC="A follow the mouse X demo." 191.6 MAINTAINER="pascal.bellard@slitaz.org" 191.7 +LICENSE="MIT" 191.8 SOURCE="xeyes" 191.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 191.10 WEB_SITE="http://xorg.freedesktop.org/" 191.11 WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 191.12 + 191.13 DEPENDS="xorg-libX11 xorg-libXt xorg-libXext xorg-libXmu xorg-libXrender" 191.14 191.15 # Rules to configure and make the package. 191.16 @@ -27,7 +29,7 @@ 191.17 genpkg_rules() 191.18 { 191.19 mkdir -p $fs/usr 191.20 - cp -a $_pkg/usr/bin $fs/usr 191.21 + cp -a $install/usr/bin $fs/usr 191.22 chmod +x $fs/usr/bin/* 191.23 } 191.24
192.1 --- a/xorg-xf86-input-elographics/receipt Fri Nov 29 13:39:45 2013 +0000 192.2 +++ b/xorg-xf86-input-elographics/receipt Sat Nov 30 10:06:29 2013 +0000 192.3 @@ -5,6 +5,7 @@ 192.4 CATEGORY="x-window" 192.5 SHORT_DESC="Xorg elographics driver." 192.6 MAINTAINER="pankso@slitaz.org" 192.7 +LICENSE="MIT" 192.8 SOURCE="xf86-input-elographics" 192.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 192.10 WEB_SITE="http://www.x.org/"
193.1 --- a/xorg-xf86-input-evdev/receipt Fri Nov 29 13:39:45 2013 +0000 193.2 +++ b/xorg-xf86-input-evdev/receipt Sat Nov 30 10:06:29 2013 +0000 193.3 @@ -5,6 +5,7 @@ 193.4 CATEGORY="x-window" 193.5 SHORT_DESC="Xorg input evdev driver." 193.6 MAINTAINER="pankso@slitaz.org" 193.7 +LICENSE="MIT" 193.8 SOURCE="xf86-input-evdev" 193.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 193.10 WEB_SITE="http://www.x.org/"
194.1 --- a/xorg-xf86-input-evtouch/receipt Fri Nov 29 13:39:45 2013 +0000 194.2 +++ b/xorg-xf86-input-evtouch/receipt Sat Nov 30 10:06:29 2013 +0000 194.3 @@ -5,13 +5,15 @@ 194.4 CATEGORY="x-window" 194.5 SHORT_DESC="Xorg server protocol." 194.6 MAINTAINER="pankso@slitaz.org" 194.7 -DEPENDS="xorg-server" 194.8 -BUILD_DEPENDS="xorg-server-dev" 194.9 +LICENSE="MIT" 194.10 SOURCE="xf86-input-evtouch" 194.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 194.12 WEB_SITE="http://www.x.org/" 194.13 WGET_URL="http://www.conan.de/touchscreen/$TARBALL" 194.14 194.15 +DEPENDS="xorg-server" 194.16 +BUILD_DEPENDS="xorg-server-dev" 194.17 + 194.18 # Rules to configure and make the package. 194.19 compile_rules() 194.20 { 194.21 @@ -26,13 +28,13 @@ 194.22 --enable-evcalibrate \ 194.23 $CONFIGURE_ARGS && 194.24 make && 194.25 - make DESTDIR=$PWD/_pkg install 194.26 + make DESTDIR=$DESTDIR install 194.27 } 194.28 194.29 # Rules to gen a SliTaz package suitable for Tazpkg. 194.30 genpkg_rules() 194.31 { 194.32 - cp -a $_pkg/usr $fs 194.33 + cp -a $install/usr $fs 194.34 rm -f $fs/usr/lib/X11/modules/input/*.la 194.35 } 194.36
195.1 --- a/xorg-xf86-input-keyboard/receipt Fri Nov 29 13:39:45 2013 +0000 195.2 +++ b/xorg-xf86-input-keyboard/receipt Sat Nov 30 10:06:29 2013 +0000 195.3 @@ -5,6 +5,7 @@ 195.4 CATEGORY="x-window" 195.5 SHORT_DESC="Xorg server keyboard driver." 195.6 MAINTAINER="pankso@slitaz.org" 195.7 +LICENSE="MIT" 195.8 SOURCE="xf86-input-keyboard" 195.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 195.10 WEB_SITE="http://www.x.org/"
196.1 --- a/xorg-xf86-input-microtouch/receipt Fri Nov 29 13:39:45 2013 +0000 196.2 +++ b/xorg-xf86-input-microtouch/receipt Sat Nov 30 10:06:29 2013 +0000 196.3 @@ -5,13 +5,15 @@ 196.4 CATEGORY="x-window" 196.5 SHORT_DESC="Xorg server protocol." 196.6 MAINTAINER="pankso@slitaz.org" 196.7 -DEPENDS="xorg-server" 196.8 -BUILD_DEPENDS="xorg-server-dev" 196.9 +LICENSE="MIT" 196.10 SOURCE="xf86-input-microtouch" 196.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 196.12 WEB_SITE="http://www.x.org/" 196.13 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 196.14 196.15 +DEPENDS="xorg-server" 196.16 +BUILD_DEPENDS="xorg-server-dev" 196.17 + 196.18 # Rules to configure and make the package. 196.19 compile_rules() 196.20 { 196.21 @@ -25,14 +27,14 @@ 196.22 --with-xorg-module-dir=/usr/lib/X11/modules \ 196.23 $CONFIGURE_ARGS && 196.24 make && 196.25 - make DESTDIR=$PWD/_pkg install 196.26 + make DESTDIR=$DESTDIR install 196.27 } 196.28 196.29 # Rules to gen a SliTaz package suitable for Tazpkg. 196.30 genpkg_rules() 196.31 { 196.32 mkdir -p $fs/usr/lib/X11/modules/input/ 196.33 - cp -a $_pkg/usr/lib/X11/modules/input/*.so \ 196.34 + cp -a $install/usr/lib/X11/modules/input/*.so \ 196.35 $fs/usr/lib/X11/modules/input/ 196.36 } 196.37
197.1 --- a/xorg-xf86-input-mouse/receipt Fri Nov 29 13:39:45 2013 +0000 197.2 +++ b/xorg-xf86-input-mouse/receipt Sat Nov 30 10:06:29 2013 +0000 197.3 @@ -5,13 +5,15 @@ 197.4 CATEGORY="x-window" 197.5 SHORT_DESC="Xorg server protocol." 197.6 MAINTAINER="pankso@slitaz.org" 197.7 -DEPENDS="xorg-server" 197.8 -BUILD_DEPENDS="xorg-server-dev" 197.9 +LICENSE="MIT" 197.10 SOURCE="xf86-input-mouse" 197.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 197.12 WEB_SITE="http://www.x.org/" 197.13 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 197.14 197.15 +DEPENDS="xorg-server" 197.16 +BUILD_DEPENDS="xorg-server-dev" 197.17 + 197.18 # Rules to configure and make the package. 197.19 compile_rules() 197.20 { 197.21 @@ -24,14 +26,14 @@ 197.22 --with-xorg-module-dir=/usr/lib/X11/modules \ 197.23 $CONFIGURE_ARGS && 197.24 make && 197.25 - make DESTDIR=$PWD/_pkg install 197.26 + make DESTDIR=$DESTDIR install 197.27 } 197.28 197.29 # Rules to gen a SliTaz package suitable for Tazpkg. 197.30 genpkg_rules() 197.31 { 197.32 mkdir -p $fs/usr/lib/X11/modules/input/ 197.33 - cp -a $_pkg/usr/lib/X11/modules/input/*.so \ 197.34 - $fs/usr/lib/X11/modules/input/ 197.35 + cp -a $install/usr/lib/X11/modules/input/*.so \ 197.36 + $fs/usr/lib/X11/modules/input/ 197.37 } 197.38
198.1 --- a/xorg-xf86-input-mutouch/receipt Fri Nov 29 13:39:45 2013 +0000 198.2 +++ b/xorg-xf86-input-mutouch/receipt Sat Nov 30 10:06:29 2013 +0000 198.3 @@ -5,13 +5,15 @@ 198.4 CATEGORY="x-window" 198.5 SHORT_DESC="Xorg server protocol." 198.6 MAINTAINER="pankso@slitaz.org" 198.7 -DEPENDS="xorg-server" 198.8 -BUILD_DEPENDS="xorg-server-dev" 198.9 +LICENSE="MIT" 198.10 SOURCE="xf86-input-mutouch" 198.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 198.12 WEB_SITE="http://www.x.org/" 198.13 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 198.14 198.15 +DEPENDS="xorg-server" 198.16 +BUILD_DEPENDS="xorg-server-dev" 198.17 + 198.18 # Rules to configure and make the package. 198.19 compile_rules() 198.20 { 198.21 @@ -25,14 +27,14 @@ 198.22 --with-xorg-module-dir=/usr/lib/X11/modules \ 198.23 $CONFIGURE_ARGS && 198.24 make && 198.25 - make DESTDIR=$PWD/_pkg install 198.26 + make DESTDIR=$DESTDIR install 198.27 } 198.28 198.29 # Rules to gen a SliTaz package suitable for Tazpkg. 198.30 genpkg_rules() 198.31 { 198.32 mkdir -p $fs/usr/lib/X11/modules/input/ 198.33 - cp -a $_pkg/usr/lib/X11/modules/input/*.so \ 198.34 - $fs/usr/lib/X11/modules/input/ 198.35 + cp -a $install/usr/lib/X11/modules/input/*.so \ 198.36 + $fs/usr/lib/X11/modules/input/ 198.37 } 198.38
199.1 --- a/xorg-xf86-input-plpevtch/receipt Fri Nov 29 13:39:45 2013 +0000 199.2 +++ b/xorg-xf86-input-plpevtch/receipt Sat Nov 30 10:06:29 2013 +0000 199.3 @@ -5,13 +5,15 @@ 199.4 CATEGORY="x-window" 199.5 SHORT_DESC="Xorg server driver for touchscreens." 199.6 MAINTAINER="pascal.bellard@slitaz.org" 199.7 -DEPENDS="xorg-server" 199.8 -BUILD_DEPENDS="xorg-server-dev" 199.9 +LICENSE="MIT" 199.10 SOURCE="xf86-input-plpevtch" 199.11 TARBALL="$SOURCE-$VERSION.tar.gz" 199.12 WEB_SITE="http://www.plop.at/en/touchscreen.html" 199.13 WGET_URL="http://download.plop.at/files/plpevtch/$TARBALL" 199.14 199.15 +DEPENDS="xorg-server" 199.16 +BUILD_DEPENDS="xorg-server-dev" 199.17 + 199.18 # Rules to configure and make the package. 199.19 compile_rules() 199.20 { 199.21 @@ -24,14 +26,14 @@ 199.22 --with-xorg-module-dir=/usr/lib/X11/modules \ 199.23 $CONFIGURE_ARGS && 199.24 make && 199.25 - make DESTDIR=$PWD/_pkg install 199.26 + make DESTDIR=$DESTDIR install 199.27 } 199.28 199.29 # Rules to gen a SliTaz package suitable for Tazpkg. 199.30 genpkg_rules() 199.31 { 199.32 mkdir -p $fs/usr/lib/X11/modules/input/ 199.33 - cp -a $_pkg/usr/lib/X11/modules/input/*.so \ 199.34 - $fs/usr/lib/X11/modules/input/ 199.35 + cp -a $install/usr/lib/X11/modules/input/*.so \ 199.36 + $fs/usr/lib/X11/modules/input/ 199.37 } 199.38
200.1 --- a/xorg-xf86-input-vmmouse/receipt Fri Nov 29 13:39:45 2013 +0000 200.2 +++ b/xorg-xf86-input-vmmouse/receipt Sat Nov 30 10:06:29 2013 +0000 200.3 @@ -5,13 +5,15 @@ 200.4 CATEGORY="x-window" 200.5 SHORT_DESC="X.org VMWare Mouse Input driver." 200.6 MAINTAINER="slaxemulator@gmail.com" 200.7 -DEPENDS="xorg-server" 200.8 -BUILD_DEPENDS="xorg-server-dev" 200.9 +LICENSE="MIT" 200.10 SOURCE="xf86-input-vmmouse" 200.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 200.12 WEB_SITE="http://xorg.freedesktop.org/" 200.13 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 200.14 200.15 +DEPENDS="xorg-server" 200.16 +BUILD_DEPENDS="xorg-server-dev" 200.17 + 200.18 # Rules to configure and make the package. 200.19 compile_rules() 200.20 {
201.1 --- a/xorg-xf86-input-void/receipt Fri Nov 29 13:39:45 2013 +0000 201.2 +++ b/xorg-xf86-input-void/receipt Sat Nov 30 10:06:29 2013 +0000 201.3 @@ -5,6 +5,7 @@ 201.4 CATEGORY="x-window" 201.5 SHORT_DESC="Xorg server protocol." 201.6 MAINTAINER="pankso@slitaz.org" 201.7 +LICENSE="MIT" 201.8 SOURCE="xf86-input-void" 201.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 201.10 WEB_SITE="http://www.x.org/"
202.1 --- a/xorg-xf86-video-ati/receipt Fri Nov 29 13:39:45 2013 +0000 202.2 +++ b/xorg-xf86-video-ati/receipt Sat Nov 30 10:06:29 2013 +0000 202.3 @@ -5,6 +5,7 @@ 202.4 CATEGORY="x-window" 202.5 SHORT_DESC="Xorg server ATI driver." 202.6 MAINTAINER="pankso@slitaz.org" 202.7 +LICENSE="MIT" 202.8 SOURCE="xf86-video-ati" 202.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 202.10 WEB_SITE="http://www.x.org/"
203.1 --- a/xorg-xf86-video-cirrus/receipt Fri Nov 29 13:39:45 2013 +0000 203.2 +++ b/xorg-xf86-video-cirrus/receipt Sat Nov 30 10:06:29 2013 +0000 203.3 @@ -5,6 +5,7 @@ 203.4 CATEGORY="x-window" 203.5 SHORT_DESC="Xorg driver for Cirrus cards." 203.6 MAINTAINER="pascal.bellard@slitaz.org" 203.7 +LICENSE="MIT" 203.8 SOURCE="xf86-video-cirrus" 203.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 203.10 WEB_SITE="http://www.x.org/"
204.1 --- a/xorg-xf86-video-fbdev/receipt Fri Nov 29 13:39:45 2013 +0000 204.2 +++ b/xorg-xf86-video-fbdev/receipt Sat Nov 30 10:06:29 2013 +0000 204.3 @@ -5,6 +5,7 @@ 204.4 CATEGORY="x-window" 204.5 SHORT_DESC="Xorg video driver for framebuffer device." 204.6 MAINTAINER="pankso@slitaz.org" 204.7 +LICENSE="MIT" 204.8 SOURCE="xf86-video-fbdev" 204.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 204.10 WEB_SITE="http://www.x.org/"
205.1 --- a/xorg-xf86-video-geode/receipt Fri Nov 29 13:39:45 2013 +0000 205.2 +++ b/xorg-xf86-video-geode/receipt Sat Nov 30 10:06:29 2013 +0000 205.3 @@ -5,6 +5,7 @@ 205.4 CATEGORY="x-window" 205.5 SHORT_DESC="Xorg AMD Geode video driver." 205.6 MAINTAINER="pankso@slitaz.org" 205.7 +LICENSE="MIT" 205.8 SOURCE="xf86-video-geode" 205.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 205.10 WEB_SITE="http://www.x.org/"
206.1 --- a/xorg-xf86-video-i740/receipt Fri Nov 29 13:39:45 2013 +0000 206.2 +++ b/xorg-xf86-video-i740/receipt Sat Nov 30 10:06:29 2013 +0000 206.3 @@ -5,14 +5,16 @@ 206.4 CATEGORY="x-window" 206.5 SHORT_DESC="Xorg Intel i740 video driver." 206.6 MAINTAINER="pankso@slitaz.org" 206.7 -DEPENDS="xorg-server" 206.8 -BUILD_DEPENDS="xorg-server-dev" 206.9 +LICENSE="MIT" 206.10 SOURCE="xf86-video-i740" 206.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 206.12 WEB_SITE="http://www.x.org/" 206.13 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 206.14 TAGS="xorg display" 206.15 206.16 +DEPENDS="xorg-server" 206.17 +BUILD_DEPENDS="xorg-server-dev" 206.18 + 206.19 # Rules to configure and make the package. 206.20 compile_rules() 206.21 { 206.22 @@ -25,14 +27,14 @@ 206.23 --with-xorg-module-dir=/usr/lib/X11/modules \ 206.24 $CONFIGURE_ARGS && 206.25 make && 206.26 - make DESTDIR=$PWD/_pkg install 206.27 + make DESTDIR=$DESTDIR install 206.28 } 206.29 206.30 # Rules to gen a SliTaz package suitable for Tazpkg. 206.31 genpkg_rules() 206.32 { 206.33 mkdir -p $fs/usr/lib/X11/modules/drivers/ 206.34 - cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \ 206.35 - $fs/usr/lib/X11/modules/drivers/ 206.36 + cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \ 206.37 + $fs/usr/lib/X11/modules/drivers/ 206.38 } 206.39
207.1 --- a/xorg-xf86-video-intel/receipt Fri Nov 29 13:39:45 2013 +0000 207.2 +++ b/xorg-xf86-video-intel/receipt Sat Nov 30 10:06:29 2013 +0000 207.3 @@ -5,6 +5,7 @@ 207.4 CATEGORY="x-window" 207.5 SHORT_DESC="Xorg server Intel driver." 207.6 MAINTAINER="pankso@slitaz.org" 207.7 +LICENSE="MIT" 207.8 SOURCE="xf86-video-intel" 207.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 207.10 WEB_SITE="http://www.x.org/"
208.1 --- a/xorg-xf86-video-mach64/receipt Fri Nov 29 13:39:45 2013 +0000 208.2 +++ b/xorg-xf86-video-mach64/receipt Sat Nov 30 10:06:29 2013 +0000 208.3 @@ -5,6 +5,7 @@ 208.4 CATEGORY="x-window" 208.5 SHORT_DESC="Xorg driver for ATI MACH 64 cards." 208.6 MAINTAINER="pascal.bellard@slitaz.org" 208.7 +LICENSE="MIT" 208.8 SOURCE="xf86-video-mach64" 208.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 208.10 WEB_SITE="http://www.x.org/"
209.1 --- a/xorg-xf86-video-neomagic/receipt Fri Nov 29 13:39:45 2013 +0000 209.2 +++ b/xorg-xf86-video-neomagic/receipt Sat Nov 30 10:06:29 2013 +0000 209.3 @@ -5,6 +5,7 @@ 209.4 CATEGORY="x-window" 209.5 SHORT_DESC="Xorg driver for neomagic cards" 209.6 MAINTAINER="domcox@slitaz.org" 209.7 +LICENSE="MIT" 209.8 SOURCE="xf86-video-neomagic" 209.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 209.10 WEB_SITE="http://www.x.org"
210.1 --- a/xorg-xf86-video-nv/receipt Fri Nov 29 13:39:45 2013 +0000 210.2 +++ b/xorg-xf86-video-nv/receipt Sat Nov 30 10:06:29 2013 +0000 210.3 @@ -5,6 +5,7 @@ 210.4 CATEGORY="x-window" 210.5 SHORT_DESC="Xorg NVIDIA video driver." 210.6 MAINTAINER="pankso@slitaz.org" 210.7 +LICENSE="MIT" 210.8 SOURCE="xf86-video-nv" 210.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 210.10 WEB_SITE="http://www.x.org/"
211.1 --- a/xorg-xf86-video-radeonhd/receipt Fri Nov 29 13:39:45 2013 +0000 211.2 +++ b/xorg-xf86-video-radeonhd/receipt Sat Nov 30 10:06:29 2013 +0000 211.3 @@ -5,13 +5,15 @@ 211.4 CATEGORY="x-window" 211.5 SHORT_DESC="Xorg server ATI Radeon HD driver." 211.6 MAINTAINER="lufeng369@slitaz.org" 211.7 -DEPENDS="xorg xorg-server" 211.8 -BUILD_DEPENDS="xorg-server-dev xorg-libpciaccess-dev xorg-xproto xorg-fontsproto" 211.9 +LICENSE="MIT" 211.10 SOURCE="xf86-video-radeonhd" 211.11 TARBALL="$SOURCE-$VERSION.tar.gz" 211.12 WEB_SITE="http://www.x.org/" 211.13 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 211.14 211.15 +DEPENDS="xorg xorg-server" 211.16 +BUILD_DEPENDS="xorg-server-dev xorg-libpciaccess-dev xorg-xproto xorg-fontsproto" 211.17 + 211.18 # Rules to configure and make the package. 211.19 compile_rules() 211.20 { 211.21 @@ -24,13 +26,13 @@ 211.22 --with-xorg-module-dir=/usr/lib/X11/modules \ 211.23 $CONFIGURE_ARGS && 211.24 make && 211.25 - make DESTDIR=$PWD/_pkg install 211.26 + make DESTDIR=$DESTDIR install 211.27 } 211.28 211.29 # Rules to gen a SliTaz package suitable for Tazpkg. 211.30 genpkg_rules() 211.31 { 211.32 mkdir -p $fs/usr/lib/X11/modules/drivers/ 211.33 - cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \ 211.34 + cp -a $install/usr/lib/X11/modules/drivers/*.so \ 211.35 $fs/usr/lib/X11/modules/drivers/ 211.36 }
212.1 --- a/xorg-xf86-video-s3/receipt Fri Nov 29 13:39:45 2013 +0000 212.2 +++ b/xorg-xf86-video-s3/receipt Sat Nov 30 10:06:29 2013 +0000 212.3 @@ -5,14 +5,16 @@ 212.4 CATEGORY="x-window" 212.5 SHORT_DESC="Xorg driver for Trident S3 cards." 212.6 MAINTAINER="pankso@slitaz.org" 212.7 -DEPENDS="xorg-server" 212.8 -BUILD_DEPENDS="xorg-server-dev" 212.9 +LICENSE="MIT" 212.10 SOURCE="xf86-video-s3" 212.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 212.12 WEB_SITE="http://www.x.org/" 212.13 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 212.14 TAGS="xorg display" 212.15 212.16 +DEPENDS="xorg-server" 212.17 +BUILD_DEPENDS="xorg-server-dev" 212.18 + 212.19 # Rules to configure and make the package. 212.20 compile_rules() 212.21 { 212.22 @@ -25,14 +27,13 @@ 212.23 --with-xorg-module-dir=/usr/lib/X11/modules \ 212.24 $CONFIGURE_ARGS 212.25 make 212.26 - make DESTDIR=$PWD/_pkg install 212.27 + make DESTDIR=$DESTDIR install 212.28 } 212.29 212.30 # Rules to gen a SliTaz package suitable for Tazpkg. 212.31 genpkg_rules() 212.32 { 212.33 mkdir -p $fs/usr/lib/X11/modules/drivers/ 212.34 - cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \ 212.35 - $fs/usr/lib/X11/modules/drivers/ 212.36 + cp -a $install/usr/lib/X11/modules/drivers/*.so \ 212.37 + $fs/usr/lib/X11/modules/drivers/ 212.38 } 212.39 -
213.1 --- a/xorg-xf86-video-s3virge/receipt Fri Nov 29 13:39:45 2013 +0000 213.2 +++ b/xorg-xf86-video-s3virge/receipt Sat Nov 30 10:06:29 2013 +0000 213.3 @@ -5,6 +5,7 @@ 213.4 CATEGORY="x-window" 213.5 SHORT_DESC="Xorg driver for Trident S3 virge cards." 213.6 MAINTAINER="pascal.bellard@slitaz.org" 213.7 +LICENSE="MIT" 213.8 SOURCE="xf86-video-s3virge" 213.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 213.10 WEB_SITE="http://www.x.org/"
214.1 --- a/xorg-xf86-video-savage/receipt Fri Nov 29 13:39:45 2013 +0000 214.2 +++ b/xorg-xf86-video-savage/receipt Sat Nov 30 10:06:29 2013 +0000 214.3 @@ -5,6 +5,7 @@ 214.4 CATEGORY="x-window" 214.5 SHORT_DESC="Xorg driver for Trident savage cards." 214.6 MAINTAINER="pascal.bellard@slitaz.org" 214.7 +LICENSE="MIT" 214.8 SOURCE="xf86-video-savage" 214.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 214.10 WEB_SITE="http://www.x.org/"
215.1 --- a/xorg-xf86-video-sis/receipt Fri Nov 29 13:39:45 2013 +0000 215.2 +++ b/xorg-xf86-video-sis/receipt Sat Nov 30 10:06:29 2013 +0000 215.3 @@ -5,6 +5,7 @@ 215.4 CATEGORY="x-window" 215.5 SHORT_DESC="Xorg driver for SIS cards." 215.6 MAINTAINER="pascal.bellard@slitaz.org" 215.7 +LICENSE="MIT" 215.8 SOURCE="xf86-video-sis" 215.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 215.10 WEB_SITE="http://www.x.org/"
216.1 --- a/xorg-xf86-video-trident/receipt Fri Nov 29 13:39:45 2013 +0000 216.2 +++ b/xorg-xf86-video-trident/receipt Sat Nov 30 10:06:29 2013 +0000 216.3 @@ -5,6 +5,7 @@ 216.4 CATEGORY="x-window" 216.5 SHORT_DESC="Xorg driver for trident cards." 216.6 MAINTAINER="pankso@slitaz.org" 216.7 +LICENSE="MIT" 216.8 SOURCE="xf86-video-trident" 216.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 216.10 WEB_SITE="http://www.x.org/"
217.1 --- a/xorg-xf86-video-tseng/receipt Fri Nov 29 13:39:45 2013 +0000 217.2 +++ b/xorg-xf86-video-tseng/receipt Sat Nov 30 10:06:29 2013 +0000 217.3 @@ -5,6 +5,7 @@ 217.4 CATEGORY="x-window" 217.5 SHORT_DESC="Xorg driver for Tseng cards." 217.6 MAINTAINER="pascal.bellard@slitaz.org" 217.7 +LICENSE="MIT" 217.8 SOURCE="xf86-video-tseng" 217.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 217.10 WEB_SITE="http://www.x.org/"
218.1 --- a/xorg-xf86-video-v4l/receipt Fri Nov 29 13:39:45 2013 +0000 218.2 +++ b/xorg-xf86-video-v4l/receipt Sat Nov 30 10:06:29 2013 +0000 218.3 @@ -4,6 +4,7 @@ 218.4 VERSION="0.2.0" 218.5 CATEGORY="x-window" 218.6 MAINTAINER="devel@slitaz.org" 218.7 +LICENSE="MIT" 218.8 SHORT_DESC="X.org v4l video driver" 218.9 WEB_SITE="http://xorg.freedesktop.org/" 218.10 SOURCE="xf86-video-v4l"
219.1 --- a/xorg-xf86-video-vesa/receipt Fri Nov 29 13:39:45 2013 +0000 219.2 +++ b/xorg-xf86-video-vesa/receipt Sat Nov 30 10:06:29 2013 +0000 219.3 @@ -5,6 +5,7 @@ 219.4 CATEGORY="x-window" 219.5 SHORT_DESC="Xorg Vesa video driver." 219.6 MAINTAINER="pankso@slitaz.org" 219.7 +LICENSE="MIT" 219.8 SOURCE="xf86-video-vesa" 219.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 219.10 WEB_SITE="http://www.x.org/"
220.1 --- a/xorg-xf86-video-vmware/receipt Fri Nov 29 13:39:45 2013 +0000 220.2 +++ b/xorg-xf86-video-vmware/receipt Sat Nov 30 10:06:29 2013 +0000 220.3 @@ -5,6 +5,7 @@ 220.4 CATEGORY="x-window" 220.5 SHORT_DESC="X.org vmware video driver" 220.6 MAINTAINER="slaxemulator@gmail.com" 220.7 +LICENSE="MIT" 220.8 SOURCE="xf86-video-vmware" 220.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 220.10 WEB_SITE="http://www.x.org/"
221.1 --- a/xorg-xfontsel/receipt Fri Nov 29 13:39:45 2013 +0000 221.2 +++ b/xorg-xfontsel/receipt Sat Nov 30 10:06:29 2013 +0000 221.3 @@ -5,6 +5,7 @@ 221.4 CATEGORY="x-window" 221.5 SHORT_DESC="point and click selection utility of X11 font names" 221.6 MAINTAINER="jozee@slitaz.org" 221.7 +LICENSE="MIT" 221.8 SOURCE="xfontsel" 221.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 221.10 WEB_SITE="http://xorg.freedesktop.org/"
222.1 --- a/xorg-xhost/receipt Fri Nov 29 13:39:45 2013 +0000 222.2 +++ b/xorg-xhost/receipt Sat Nov 30 10:06:29 2013 +0000 222.3 @@ -5,6 +5,7 @@ 222.4 CATEGORY="x-window" 222.5 SHORT_DESC="Server access control program for X." 222.6 MAINTAINER="pascal.bellard@slitaz.org" 222.7 +LICENSE="MIT" 222.8 SOURCE="xhost" 222.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 222.10 WEB_SITE="http://www.x.org/"
223.1 --- a/xorg-xinit/receipt Fri Nov 29 13:39:45 2013 +0000 223.2 +++ b/xorg-xinit/receipt Sat Nov 30 10:06:29 2013 +0000 223.3 @@ -5,14 +5,16 @@ 223.4 CATEGORY="x-window" 223.5 SHORT_DESC="X.org initialization program" 223.6 MAINTAINER="jozee@slitaz.org" 223.7 +LICENSE="MIT" 223.8 SOURCE="xinit" 223.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 223.10 -DEPENDS="xorg-xauth" 223.11 -BUILD_DEPENDS="xorg-libXmu-dev" 223.12 WEB_SITE="http://xorg.freedesktop.org/" 223.13 WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 223.14 TAGS="utility xorg" 223.15 223.16 +DEPENDS="xorg-xauth" 223.17 +BUILD_DEPENDS="xorg-libXmu-dev" 223.18 + 223.19 # Rules to configure and make the package.ls sr 223.20 compile_rules() 223.21 { 223.22 @@ -23,14 +25,14 @@ 223.23 --mandir=/usr/share/man \ 223.24 $CONFIGURE_ARGS && 223.25 make XINITDIR=/etc/X11/xinit && 223.26 - make XINITDIR=/etc/X11/xinit DESTDIR=$PWD/_pkg install 223.27 + make XINITDIR=/etc/X11/xinit DESTDIR=$DESTDIR install 223.28 } 223.29 223.30 # Rules to gen a SliTaz package suitable for Tazpkg. 223.31 genpkg_rules() 223.32 { 223.33 mkdir -p $fs/usr $fs/etc/X11/xinit 223.34 - cp -a $_pkg/usr/bin $fs/usr 223.35 + cp -a $install/usr/bin $fs/usr 223.36 cp -a $stuff/xserverrc $fs/etc/X11/xinit/xserverrc 223.37 } 223.38
224.1 --- a/xorg-xinput/receipt Fri Nov 29 13:39:45 2013 +0000 224.2 +++ b/xorg-xinput/receipt Sat Nov 30 10:06:29 2013 +0000 224.3 @@ -5,6 +5,7 @@ 224.4 CATEGORY="x-window" 224.5 SHORT_DESC="X input utility (MPX support)." 224.6 MAINTAINER="pankso@slitaz.org" 224.7 +LICENSE="MIT" 224.8 SOURCE="xinput" 224.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 224.10 WEB_SITE="http://www.x.org/"
225.1 --- a/xorg-xkbcomp/receipt Fri Nov 29 13:39:45 2013 +0000 225.2 +++ b/xorg-xkbcomp/receipt Sat Nov 30 10:06:29 2013 +0000 225.3 @@ -5,13 +5,15 @@ 225.4 CATEGORY="x-window" 225.5 SHORT_DESC="Xorg keyboard composite." 225.6 MAINTAINER="pankso@slitaz.org" 225.7 -DEPENDS="xorg-libxkbfile" 225.8 -BUILD_DEPENDS="xorg-libxkbfile-dev" 225.9 +LICENSE="MIT" 225.10 SOURCE="xkbcomp" 225.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 225.12 WEB_SITE="http://www.x.org/" 225.13 WGET_URL="$XORG_MIRROR/app/$TARBALL" 225.14 225.15 +DEPENDS="xorg-libxkbfile" 225.16 +BUILD_DEPENDS="xorg-libxkbfile-dev" 225.17 + 225.18 # Rules to configure and make the package. 225.19 compile_rules() 225.20 { 225.21 @@ -27,6 +29,6 @@ 225.22 genpkg_rules() 225.23 { 225.24 mkdir -p $fs/usr 225.25 - cp -a $_pkg/usr/bin $fs/usr 225.26 + cp -a $install/usr/bin $fs/usr 225.27 } 225.28
226.1 --- a/xorg-xkbutils/receipt Fri Nov 29 13:39:45 2013 +0000 226.2 +++ b/xorg-xkbutils/receipt Sat Nov 30 10:06:29 2013 +0000 226.3 @@ -5,13 +5,15 @@ 226.4 CATEGORY="x-window" 226.5 SHORT_DESC="Xorg keyboard utility." 226.6 MAINTAINER="pankso@slitaz.org" 226.7 -DEPENDS="xorg-libXaw xorg-xkeyboard-config" 226.8 -BUILD_DEPENDS="xorg-libxkbfile-dev xorg-libXaw-dev" 226.9 +LICENSE="MIT" 226.10 SOURCE="xkbutils" 226.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 226.12 WEB_SITE="http://www.x.org/" 226.13 WGET_URL="$XORG_MIRROR/app/$TARBALL" 226.14 226.15 +DEPENDS="xorg-libXaw xorg-xkeyboard-config" 226.16 +BUILD_DEPENDS="xorg-libxkbfile-dev xorg-libXaw-dev" 226.17 + 226.18 # Rules to configure and make the package. 226.19 compile_rules() 226.20 { 226.21 @@ -20,12 +22,12 @@ 226.22 --mandir=/usr/share/man --localstatedir=/var \ 226.23 $CONFIGURE_ARGS && 226.24 make && 226.25 - make DESTDIR=$PWD/_pkg install 226.26 + make DESTDIR=$DESTDIR install 226.27 } 226.28 226.29 # Rules to gen a SliTaz package suitable for Tazpkg. 226.30 genpkg_rules() 226.31 { 226.32 mkdir -p $fs/usr 226.33 - cp -a $_pkg/usr/bin $fs/usr 226.34 + cp -a $install/usr/bin $fs/usr 226.35 }
227.1 --- a/xorg-xkeyboard-config/receipt Fri Nov 29 13:39:45 2013 +0000 227.2 +++ b/xorg-xkeyboard-config/receipt Sat Nov 30 10:06:29 2013 +0000 227.3 @@ -5,13 +5,15 @@ 227.4 CATEGORY="x-window" 227.5 SHORT_DESC="Xorg server keyboard definition files." 227.6 MAINTAINER="pankso@slitaz.org" 227.7 -DEPENDS="xorg-xkbcomp" 227.8 -BUILD_DEPENDS="perl-xml-parser xorg-xkbcomp xorg-xproto xorg-libX11-dev intltool" 227.9 +LICENSE="MIT" 227.10 SOURCE="xkeyboard-config" 227.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 227.12 WEB_SITE="http://www.x.org/" 227.13 WGET_URL="http://xorg.freedesktop.org/releases/individual/data/$SOURCE/$TARBALL" 227.14 227.15 +DEPENDS="xorg-xkbcomp" 227.16 +BUILD_DEPENDS="perl-xml-parser xorg-xkbcomp xorg-xproto xorg-libX11-dev intltool" 227.17 + 227.18 # Rules to configure and make the package. 227.19 compile_rules() 227.20 { 227.21 @@ -25,13 +27,13 @@ 227.22 --with-xkb-rules-symlink=xorg \ 227.23 $CONFIGURE_ARGS && 227.24 make && 227.25 - make DESTDIR=$PWD/_pkg install 227.26 + make DESTDIR=$DESTDIR install 227.27 } 227.28 227.29 # Rules to gen a SliTaz package suitable for Tazpkg. 227.30 genpkg_rules() 227.31 { 227.32 mkdir -p $fs/usr/share 227.33 - cp -a $_pkg/usr/share/X11 $fs/usr/share 227.34 + cp -a $install/usr/share/X11 $fs/usr/share 227.35 } 227.36
228.1 --- a/xorg-xkill/receipt Fri Nov 29 13:39:45 2013 +0000 228.2 +++ b/xorg-xkill/receipt Sat Nov 30 10:06:29 2013 +0000 228.3 @@ -6,12 +6,14 @@ 228.4 CATEGORY="x-window" 228.5 SHORT_DESC="X application killer" 228.6 MAINTAINER="mallory@sweetpeople.org" 228.7 -DEPENDS="xorg-libXmu" 228.8 -BUILD_DEPENDS="xorg-libXmu-dev" 228.9 +LICENSE="MIT" 228.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 228.11 WEB_SITE="http://www.x.org/" 228.12 WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL" 228.13 228.14 +DEPENDS="xorg-libXmu" 228.15 +BUILD_DEPENDS="xorg-libXmu-dev" 228.16 + 228.17 # Rules to configure and make the package. 228.18 compile_rules() 228.19 { 228.20 @@ -19,13 +21,13 @@ 228.21 ./configure --prefix=/usr --infodir=/usr/share/info \ 228.22 --mandir=/usr/share/man $CONFIGURE_ARGS && 228.23 make && 228.24 - make DESTDIR=$PWD/_pkg install 228.25 + make DESTDIR=$DESTDIR install 228.26 } 228.27 228.28 # Rules to gen a SliTaz package suitable for Tazpkg. 228.29 genpkg_rules() 228.30 { 228.31 mkdir -p $fs/usr 228.32 - cp -a $_pkg/usr/bin $fs/usr 228.33 + cp -a $install/usr/bin $fs/usr 228.34 } 228.35
229.1 --- a/xorg-xload/receipt Fri Nov 29 13:39:45 2013 +0000 229.2 +++ b/xorg-xload/receipt Sat Nov 30 10:06:29 2013 +0000 229.3 @@ -5,6 +5,7 @@ 229.4 CATEGORY="x-window" 229.5 SHORT_DESC="X app to show system resources usage." 229.6 MAINTAINER="pankso@slitaz.org" 229.7 +LICENSE="MIT" 229.8 SOURCE="xload" 229.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 229.10 WEB_SITE="http://www.x.org/"
230.1 --- a/xorg-xmessage/receipt Fri Nov 29 13:39:45 2013 +0000 230.2 +++ b/xorg-xmessage/receipt Sat Nov 30 10:06:29 2013 +0000 230.3 @@ -5,6 +5,7 @@ 230.4 CATEGORY="x-window" 230.5 SHORT_DESC="Display a message or query in a window." 230.6 MAINTAINER="slaxemulator@gmail.com" 230.7 +LICENSE="MIT" 230.8 SOURCE="xmessage" 230.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 230.10 WEB_SITE="http://www.x.org/"
231.1 --- a/xorg-xmodmap/receipt Fri Nov 29 13:39:45 2013 +0000 231.2 +++ b/xorg-xmodmap/receipt Sat Nov 30 10:06:29 2013 +0000 231.3 @@ -5,13 +5,15 @@ 231.4 CATEGORY="x-window" 231.5 SHORT_DESC="X keyboard and mouse configuration utility." 231.6 MAINTAINER="pankso@slitaz.org" 231.7 -DEPENDS="xorg-libX11" 231.8 -BUILD_DEPENDS="xorg-libX11-dev" 231.9 +LICENSE="MIT" 231.10 SOURCE="xmodmap" 231.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 231.12 WEB_SITE="http://www.x.org/" 231.13 WGET_URL="$XORG_MIRROR/app/$TARBALL" 231.14 231.15 +DEPENDS="xorg-libX11" 231.16 +BUILD_DEPENDS="xorg-libX11-dev" 231.17 + 231.18 # Rules to configure and make the package. 231.19 compile_rules() 231.20 { 231.21 @@ -23,12 +25,12 @@ 231.22 --localstatedir=/var \ 231.23 $CONFIGURE_ARGS 231.24 make 231.25 - make DESTDIR=$PWD/_pkg install 231.26 + make DESTDIR=$DESTDIR install 231.27 } 231.28 231.29 # Rules to gen a SliTaz package suitable for Tazpkg. 231.30 genpkg_rules() 231.31 { 231.32 mkdir -p $fs/usr 231.33 - cp -a $_pkg/usr/bin $fs/usr 231.34 + cp -a $install/usr/bin $fs/usr 231.35 }
232.1 --- a/xorg-xprop/receipt Fri Nov 29 13:39:45 2013 +0000 232.2 +++ b/xorg-xprop/receipt Sat Nov 30 10:06:29 2013 +0000 232.3 @@ -5,13 +5,15 @@ 232.4 CATEGORY="x-window" 232.5 SHORT_DESC="X xprop application." 232.6 MAINTAINER="pankso@slitaz.org" 232.7 -DEPENDS="xorg-libX11" 232.8 -BUILD_DEPENDS="xorg-libX11-dev" 232.9 +LICENSE="MIT" 232.10 SOURCE="xprop" 232.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 232.12 WEB_SITE="http://www.x.org/" 232.13 WGET_URL="$XORG_MIRROR/app/$TARBALL" 232.14 232.15 +DEPENDS="xorg-libX11" 232.16 +BUILD_DEPENDS="xorg-libX11-dev" 232.17 + 232.18 # Rules to configure and make the package. 232.19 compile_rules() 232.20 { 232.21 @@ -19,12 +21,12 @@ 232.22 ./configure --prefix=/usr --mandir=/usr/share/man \ 232.23 $CONFIGURE_ARGS && 232.24 make && 232.25 - make DESTDIR=$PWD/_pkg install 232.26 + make DESTDIR=$DESTDIR install 232.27 } 232.28 232.29 # Rules to gen a SliTaz package suitable for Tazpkg. 232.30 genpkg_rules() 232.31 { 232.32 mkdir -p $fs/usr 232.33 - cp -a $_pkg/usr/bin $fs/usr 232.34 + cp -a $install/usr/bin $fs/usr 232.35 }
233.1 --- a/xorg-xrandr/receipt Fri Nov 29 13:39:45 2013 +0000 233.2 +++ b/xorg-xrandr/receipt Sat Nov 30 10:06:29 2013 +0000 233.3 @@ -5,6 +5,7 @@ 233.4 CATEGORY="x-window" 233.5 SHORT_DESC="X app to show system resources usage." 233.6 MAINTAINER="pankso@slitaz.org" 233.7 +LICENSE="MIT" 233.8 SOURCE="xrandr" 233.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 233.10 WEB_SITE="http://www.x.org/" 233.11 @@ -25,5 +26,5 @@ 233.12 genpkg_rules() 233.13 { 233.14 mkdir -p $fs/usr 233.15 - cp -a $_pkg/usr/bin $fs/usr 233.16 + cp -a $install/usr/bin $fs/usr 233.17 }
234.1 --- a/xorg-xrdb/receipt Fri Nov 29 13:39:45 2013 +0000 234.2 +++ b/xorg-xrdb/receipt Sat Nov 30 10:06:29 2013 +0000 234.3 @@ -5,13 +5,15 @@ 234.4 CATEGORY="x-window" 234.5 SHORT_DESC="Xrdb is a program used for accessing the X resources of a server." 234.6 MAINTAINER="rocky@slitaz.org" 234.7 -DEPENDS="xorg-libXmu" 234.8 -BUILD_DEPENDS="pkg-config" 234.9 +LICENSE="MIT" 234.10 SOURCE="xrdb" 234.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 234.12 WEB_SITE="http://www.x.org/" 234.13 WGET_URL="$XORG_MIRROR/app/$TARBALL" 234.14 234.15 +DEPENDS="xorg-libXmu" 234.16 +BUILD_DEPENDS="pkg-config" 234.17 + 234.18 # Rules to configure and make the package. 234.19 compile_rules() 234.20 { 234.21 @@ -24,5 +26,5 @@ 234.22 genpkg_rules() 234.23 { 234.24 mkdir -p $fs/usr 234.25 - cp -a $_pkg/usr/bin $fs/usr 234.26 + cp -a $install/usr/bin $fs/usr 234.27 }
235.1 --- a/xorg-xset/receipt Fri Nov 29 13:39:45 2013 +0000 235.2 +++ b/xorg-xset/receipt Sat Nov 30 10:06:29 2013 +0000 235.3 @@ -5,13 +5,15 @@ 235.4 CATEGORY="x-window" 235.5 SHORT_DESC="Xorg user preference utility." 235.6 MAINTAINER="paul@slitaz.org" 235.7 -DEPENDS="xorg-libXmu" 235.8 -BUILD_DEPENDS="xorg-libXmu-dev" 235.9 +LICENSE="MIT" 235.10 SOURCE="xset" 235.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 235.12 WEB_SITE="http://xorg.freedesktop.org/" 235.13 WGET_URL="$XORG_MIRROR/app/$TARBALL" 235.14 235.15 +DEPENDS="xorg-libXmu" 235.16 +BUILD_DEPENDS="xorg-libXmu-dev" 235.17 + 235.18 # Rules to configure and make the package. 235.19 compile_rules() 235.20 { 235.21 @@ -25,5 +27,5 @@ 235.22 genpkg_rules() 235.23 { 235.24 mkdir -p $fs/usr 235.25 - cp -a $_pkg/usr/bin $fs/usr 235.26 + cp -a $install/usr/bin $fs/usr 235.27 }
236.1 --- a/xorg-xsetroot/receipt Fri Nov 29 13:39:45 2013 +0000 236.2 +++ b/xorg-xsetroot/receipt Sat Nov 30 10:06:29 2013 +0000 236.3 @@ -5,13 +5,15 @@ 236.4 CATEGORY="x-window" 236.5 SHORT_DESC="Xsetroot is a tool to configure X root background color." 236.6 MAINTAINER="pankso@slitaz.org" 236.7 -DEPENDS="xorg-libXmu xorg-libXcursor" 236.8 -BUILD_DEPENDS="xorg-libXmu-dev xorg-libXcursor-dev xorg-xbitmaps" 236.9 +LICENSE="MIT" 236.10 SOURCE="xsetroot" 236.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 236.12 WEB_SITE="http://www.x.org/" 236.13 WGET_URL="$XORG_MIRROR/app/$TARBALL" 236.14 236.15 +DEPENDS="xorg-libXmu xorg-libXcursor" 236.16 +BUILD_DEPENDS="xorg-libXmu-dev xorg-libXcursor-dev xorg-xbitmaps" 236.17 + 236.18 # Rules to configure and make the package. 236.19 compile_rules() 236.20 { 236.21 @@ -21,12 +23,12 @@ 236.22 --mandir=/usr/share/man \ 236.23 $CONFIGURE_ARGS 236.24 make 236.25 - make DESTDIR=$PWD/_pkg install 236.26 + make DESTDIR=$DESTDIR install 236.27 } 236.28 236.29 # Rules to gen a SliTaz package suitable for Tazpkg. 236.30 genpkg_rules() 236.31 { 236.32 mkdir -p $fs/usr 236.33 - cp -a $_pkg/usr/bin $fs/usr 236.34 + cp -a $install/usr/bin $fs/usr 236.35 }
237.1 --- a/xorg-xwininfo/receipt Fri Nov 29 13:39:45 2013 +0000 237.2 +++ b/xorg-xwininfo/receipt Sat Nov 30 10:06:29 2013 +0000 237.3 @@ -5,14 +5,16 @@ 237.4 CATEGORY="x-window" 237.5 SHORT_DESC="window information utility to query x-server" 237.6 MAINTAINER="jozee@slitaz.org" 237.7 +LICENSE="MIT" 237.8 SOURCE="xwininfo" 237.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 237.10 -DEPENDS="xorg-libX11" 237.11 -BUILD_DEPENDS="xorg-libX11-dev" 237.12 WEB_SITE="http://xorg.freedesktop.org/" 237.13 WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 237.14 TAGS="util xorg windows" 237.15 237.16 +DEPENDS="xorg-libX11" 237.17 +BUILD_DEPENDS="xorg-libX11-dev" 237.18 + 237.19 # Rules to configure and make the package.ls sr 237.20 compile_rules() 237.21 { 237.22 @@ -29,6 +31,6 @@ 237.23 genpkg_rules() 237.24 { 237.25 mkdir -p $fs/usr 237.26 - cp -a $_pkg/usr/bin $fs/usr 237.27 + cp -a $install/usr/bin $fs/usr 237.28 } 237.29
238.1 --- a/xorg/receipt Fri Nov 29 13:39:45 2013 +0000 238.2 +++ b/xorg/receipt Sat Nov 30 10:06:29 2013 +0000 238.3 @@ -5,6 +5,7 @@ 238.4 CATEGORY="meta" 238.5 SHORT_DESC="Xorg server meta-package to install all Xorg modules." 238.6 MAINTAINER="pankso@slitaz.org" 238.7 +LICENSE="MIT" 238.8 WEB_SITE="http://www.x.org/" 238.9 DEPENDS=" 238.10 xorg-xauth
239.1 --- a/xplc-dev/receipt Fri Nov 29 13:39:45 2013 +0000 239.2 +++ b/xplc-dev/receipt Sat Nov 30 10:06:29 2013 +0000 239.3 @@ -5,6 +5,7 @@ 239.4 CATEGORY="development" 239.5 SHORT_DESC="xplc development files." 239.6 MAINTAINER="jozee@slitaz.org" 239.7 +LICENSE="LGPL2.1" 239.8 WEB_SITE="http://xplc.sourceforge.net" 239.9 WANTED="xplc" 239.10 239.11 @@ -12,7 +13,7 @@ 239.12 genpkg_rules() 239.13 { 239.14 mkdir -p $fs/usr/lib/$WANTED-$VERSION 239.15 - cp -a $_pkg/usr/include $fs/usr 239.16 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 239.17 - cp -a $_pkg/usr/lib/$WANTED-$VERSION/*.a $fs/usr/lib/$WANTED-$VERSION/ 239.18 + cp -a $install/usr/include $fs/usr 239.19 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 239.20 + cp -a $install/usr/lib/$WANTED-$VERSION/*.a $fs/usr/lib/$WANTED-$VERSION/ 239.21 }
240.1 --- a/xplc/receipt Fri Nov 29 13:39:45 2013 +0000 240.2 +++ b/xplc/receipt Sat Nov 30 10:06:29 2013 +0000 240.3 @@ -4,14 +4,16 @@ 240.4 VERSION="0.3.13" 240.5 CATEGORY="network" 240.6 MAINTAINER="jozee@slitaz.org" 240.7 +LICENSE="LGPL2.1" 240.8 SHORT_DESC="Cross-Platform Lightweight Components" 240.9 -BUILD_DEPENDS="" 240.10 WEB_SITE="http://xplc.sourceforge.net" 240.11 -DEPENDS="gcc-lib-base" 240.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 240.13 WGET_URL="$SF_MIRROR/xplc/$TARBALL" 240.14 TAGS="" 240.15 240.16 +DEPENDS="gcc-lib-base" 240.17 +BUILD_DEPENDS="" 240.18 + 240.19 # Rules to configure and make the package. 240.20 240.21 compile_rules() { 240.22 @@ -19,7 +21,7 @@ 240.23 ./configure --prefix=/usr --mandir=/usr/share/man \ 240.24 --without-libuuid $CONFIGURE_ARGS && 240.25 make && 240.26 - make DESTDIR=$PWD/_pkg install 240.27 + make DESTDIR=$DESTDIR install 240.28 240.29 } 240.30 240.31 @@ -27,8 +29,8 @@ 240.32 genpkg_rules() 240.33 { 240.34 mkdir -p $fs/usr/lib/$PACKAGE-$VERSION 240.35 - cp -a $_pkg/usr/bin $fs/usr 240.36 - cp -a $_pkg/usr/lib/*so* $fs/usr/lib/ 240.37 - cp -a $_pkg/usr/lib/$PACKAGE-$VERSION/*so* $fs/usr/lib/$PACKAGE-$VERSION 240.38 + cp -a $install/usr/bin $fs/usr 240.39 + cp -a $install/usr/lib/*so* $fs/usr/lib/ 240.40 + cp -a $install/usr/lib/$PACKAGE-$VERSION/*so* $fs/usr/lib/$PACKAGE-$VERSION 240.41 rm -f $fs/usr/bin/uuidgen 240.42 }
241.1 --- a/xrick/receipt Fri Nov 29 13:39:45 2013 +0000 241.2 +++ b/xrick/receipt Sat Nov 30 10:06:29 2013 +0000 241.3 @@ -5,12 +5,14 @@ 241.4 CATEGORY="games" 241.5 SHORT_DESC="Rick Dangerous" 241.6 MAINTAINER="erjo@slitaz.org" 241.7 -DEPENDS="libsdl zlib" 241.8 -BUILD_DEPENDS="libsdl-dev" 241.9 +LICENSE="GPL" 241.10 TARBALL="$PACKAGE-$VERSION.tgz" 241.11 WEB_SITE="http://www.bigorno.net/xrick/" 241.12 WGET_URL="http://www.bigorno.net/xrick/$TARBALL" 241.13 241.14 +DEPENDS="libsdl zlib" 241.15 +BUILD_DEPENDS="libsdl-dev" 241.16 + 241.17 # Rules to configure and make the package. 241.18 compile_rules() 241.19 {
242.1 --- a/xruskb/receipt Fri Nov 29 13:39:45 2013 +0000 242.2 +++ b/xruskb/receipt Sat Nov 30 10:06:29 2013 +0000 242.3 @@ -5,6 +5,7 @@ 242.4 CATEGORY="x-window" 242.5 SHORT_DESC="Keyboard switcher for russian/czech" 242.6 MAINTAINER="pankso@slitaz.org" 242.7 +LICENSE="GPL2" 242.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 242.9 WEB_SITE="http://www.yar.ru/~lav/programs.html" 242.10 WGET_URL="http://ftp.yars.free.net/pub/source/xruskb/$TARBALL" 242.11 @@ -21,13 +22,13 @@ 242.12 --mandir=/usr/share/man \ 242.13 $CONFIGURE_ARGS && 242.14 make && 242.15 - make DESTDIR=$PWD/_pkg install 242.16 + make DESTDIR=$DESTDIR install 242.17 } 242.18 242.19 # Rules to gen a SliTaz package suitable for Tazpkg. 242.20 genpkg_rules() 242.21 { 242.22 mkdir -p $fs/usr/share 242.23 - cp -a $_pkg/usr/bin $fs/usr 242.24 - cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 242.25 + cp -a $install/usr/bin $fs/usr 242.26 + cp -a $install/usr/share/$PACKAGE $fs/usr/share 242.27 }
243.1 --- a/xv/receipt Fri Nov 29 13:39:45 2013 +0000 243.2 +++ b/xv/receipt Sat Nov 30 10:06:29 2013 +0000 243.3 @@ -5,6 +5,7 @@ 243.4 CATEGORY="non-free" 243.5 SHORT_DESC="Interactive image manipulation program for the X Window System." 243.6 MAINTAINER="pascal.bellard@slitaz.org" 243.7 +LICENSE="other" 243.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 243.9 WEB_SITE="http://www.trilon.com/xv/xv.html" 243.10 WGET_URL="ftp://ftp.trilon.com/pub/$PACKAGE/$TARBALL"
244.1 --- a/xvidcore-dev/receipt Fri Nov 29 13:39:45 2013 +0000 244.2 +++ b/xvidcore-dev/receipt Sat Nov 30 10:06:29 2013 +0000 244.3 @@ -5,6 +5,7 @@ 244.4 CATEGORY="multimedia" 244.5 SHORT_DESC="XviD, a high performance/quality MPEG-4 video de-/encoding solution" 244.6 MAINTAINER="devl547@gmail.com" 244.7 +LICENSE="GPL2" 244.8 WEB_SITE="http://www.xvid.org" 244.9 DEPENDS="xvidcore" 244.10 WANTED="xvidcore"
245.1 --- a/xvidcore/receipt Fri Nov 29 13:39:45 2013 +0000 245.2 +++ b/xvidcore/receipt Sat Nov 30 10:06:29 2013 +0000 245.3 @@ -5,11 +5,13 @@ 245.4 CATEGORY="multimedia" 245.5 SHORT_DESC="XviD, a high performance/quality MPEG-4 video de-/encoding solution" 245.6 MAINTAINER="devl547@gmail.com" 245.7 -BUILD_DEPENDS="yasm" 245.8 +LICENSE="GPL2" 245.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 245.10 WEB_SITE="http://www.xvid.org" 245.11 WGET_URL="http://downloads.xvid.org/downloads/$TARBALL" 245.12 245.13 +BUILD_DEPENDS="yasm" 245.14 + 245.15 # Rules to configure and make the package. 245.16 compile_rules() 245.17 {
246.1 --- a/xvkbd/receipt Fri Nov 29 13:39:45 2013 +0000 246.2 +++ b/xvkbd/receipt Sat Nov 30 10:06:29 2013 +0000 246.3 @@ -5,15 +5,17 @@ 246.4 CATEGORY="x-window" 246.5 SHORT_DESC="Virtual (graphical) keyboard program for X Window System." 246.6 MAINTAINER="paul@slitaz.org" 246.7 +LICENSE="GPL2" 246.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 246.9 +WEB_SITE="http://homepage3.nifty.com/tsato/xvkbd/" 246.10 +WGET_URL="${WEB_SITE}$TARBALL" 246.11 + 246.12 DEPENDS="xorg-libXt xorg-libX11 xorg-xproto xorg-libSM xorg-libXaw \ 246.13 xorg-libICE xorg-libXp xorg-libXtst xorg-libXmu xorg-libXpm xorg-libXext \ 246.14 xorg-libXau xorg-libXdmcp xorg-libXaw3d" 246.15 BUILD_DEPENDS="xorg-imake xorg-cf-files xorg-libXt-dev xorg-libX11-dev \ 246.16 xorg-xproto xorg-libSM-dev xorg-libXaw-dev xorg-libICE-dev xorg-libXp-dev \ 246.17 xorg-libXtst-dev xorg-xextproto xorg-inputproto xorg-libXmu-dev xorg-libXaw3d-dev" 246.18 -TARBALL="$PACKAGE-$VERSION.tar.gz" 246.19 -WEB_SITE="http://homepage3.nifty.com/tsato/xvkbd/" 246.20 -WGET_URL="${WEB_SITE}$TARBALL" 246.21 246.22 # Rules to configure and make the package. 246.23 compile_rules()