# HG changeset patch # User Pascal Bellard # Date 1385805989 0 # Node ID eb8067417980c7d376b2dfb6ed47ca0687d1d8a3 # Parent 5c8c6743afe908e13365ba417a7fefbe48940bdc Remove cromfs-or-squashfs; add some licenses diff -r 5c8c6743afe9 -r eb8067417980 bcrypt/receipt --- a/bcrypt/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/bcrypt/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="security" SHORT_DESC="File encryption utility" MAINTAINER="erjo@slitaz.org" -DEPENDS="zlib" -BUILD_DEPENDS="zlib-dev" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://bcrypt.sourceforge.net/" WGET_URL="http://bcrypt.sourceforge.net/${TARBALL}" TAGS="encrypt" +DEPENDS="zlib" +BUILD_DEPENDS="zlib-dev" + # Rules to configure and make the package. compile_rules() { diff -r 5c8c6743afe9 -r eb8067417980 billardgl/receipt --- a/billardgl/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/billardgl/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="OpenGL billard game." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" SOURCE="BillardGL" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.billardgl.de/" @@ -32,6 +33,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 5c8c6743afe9 -r eb8067417980 bird/receipt --- a/bird/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/bird/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="internet routing daemon" MAINTAINER="allan316@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://bird.network.cz" WGET_URL="ftp://bird.network.cz/pub/$PACKAGE/$TARBALL" @@ -29,8 +30,8 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/etc $fs - cp -a $_pkg/var $fs + cp -a $install/usr/sbin $fs/usr + cp -a $install/etc $fs + cp -a $install/var $fs } diff -r 5c8c6743afe9 -r eb8067417980 blackbox/receipt --- a/blackbox/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/blackbox/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="A small, fast, full-featured window manager for X" MAINTAINER="devl547@gmail.com" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://blackboxwm.sourceforge.net/" WGET_URL="$SF_MIRROR/blackboxwm/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 bogofilter/receipt --- a/bogofilter/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/bogofilter/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="Mail filter that classifies mail as spam or ham." MAINTAINER="pankso@slitaz.org" -DEPENDS="sqlite gsl" -BUILD_DEPENDS="sqlite-dev" +LICENSE="GPL2 GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://bogofilter.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="mail email filter spam C" +DEPENDS="sqlite gsl" +BUILD_DEPENDS="sqlite-dev" + # Rules to configure and make the package. compile_rules() { @@ -21,14 +23,14 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/etc $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/etc $fs chmod +x $fs/usr/bin/bf_* } diff -r 5c8c6743afe9 -r eb8067417980 bozohttpd/receipt --- a/bozohttpd/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/bozohttpd/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Small and secure http version 1.1 server" MAINTAINER="milka@konstelacioj.info" +LICENSE="BSD" WEB_SITE="http://www.eterna.com.au/$PACKAGE/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 bridge-utils/receipt --- a/bridge-utils/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/bridge-utils/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="IEEE 802.1d ethernet bridging" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="${PACKAGE}-${VERSION}.tar.gz" WEB_SITE="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge" WGET_URL="$SF_MIRROR/bridge/$TARBALL" @@ -25,7 +26,7 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/usr/sbin $fs/usr } # Overlap busybox diff -r 5c8c6743afe9 -r eb8067417980 brscan/receipt --- a/brscan/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/brscan/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="office" SHORT_DESC="Brother Scanner driver for SANE." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" SOURCE="$PACKAGE-src" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://solutions.brother.com/linux/sol/printer/linux/sane_drivers.html" diff -r 5c8c6743afe9 -r eb8067417980 brscan2/receipt --- a/brscan2/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/brscan2/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="office" SHORT_DESC="Brother Scanner driver for SANE." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WANTED="brscan" WEB_SITE="http://solutions.brother.com/linux/sol/printer/linux/sane_drivers.html" +TAGS="scanner driver" + DEPENDS="sane-backends" -TAGS="scanner driver" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 5c8c6743afe9 -r eb8067417980 btmgr/receipt --- a/btmgr/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/btmgr/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Versatile floppy bootloader (can boot many CD-ROM)." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://$PACKAGE.sourceforge.net/about.html" WGET_URL="http://$PACKAGE.sourceforge.net/${VERSION%-*}/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 buildbot-slave/receipt --- a/buildbot-slave/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/buildbot-slave/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="Tool to automate the compile/test cycle of code source (slave part)." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://buildbot.net/" WGET_URL="http://buildbot.googlecode.com/files/$TARBALL" +TAGS="python buildtools" + DEPENDS="python twisted" BUILD_DEPENDS="python python-dev" -TAGS="python buildtools" # Rules to configure and make the package. compile_rules() @@ -22,5 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 5c8c6743afe9 -r eb8067417980 buildbot/receipt --- a/buildbot/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/buildbot/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="Tool to automate the compile/test cycle of code source." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://buildbot.net/" WGET_URL="http://buildbot.googlecode.com/files/$TARBALL" +TAGS="python buildtools" + DEPENDS="python twisted" BUILD_DEPENDS="python python-dev" -TAGS="python buildtools" # Rules to configure and make the package. compile_rules() @@ -22,5 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 5c8c6743afe9 -r eb8067417980 buildroot/receipt --- a/buildroot/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/buildroot/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="Tools to build toolchains and root filesystems with uClibc." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.buildroot.org/" WGET_URL="${WEB_SITE}downloads/$TARBALL" +SUGGESTED="subversion bazaar git elfkickers ccache" + DEPENDS="slitaz-toolchain ncurses wget ncursesw-extra" -SUGGESTED="subversion bazaar git elfkickers ccache" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 5c8c6743afe9 -r eb8067417980 burp/receipt --- a/burp/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/burp/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="KISS BackUp and Restore Program" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://burp.grke.net/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 c-client/receipt --- a/c-client/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/c-client/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="mail store formats support." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="Apache" WEB_SITE="http://www.washington.edu/imap/" SOURCE="imap" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 5c8c6743afe9 -r eb8067417980 cabextract/receipt --- a/cabextract/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cabextract/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Extracting Microsoft cabinet files" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cabextract.org.uk/" WGET_URL="http://www.cabextract.org.uk/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 calcurse/receipt --- a/calcurse/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/calcurse/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="office" SHORT_DESC="Text-based calender and scheduling application." MAINTAINER="paul@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://calcurse.org/" WGET_URL="http://calcurse.org/files/$TARBALL" @@ -25,6 +26,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 ccache/receipt --- a/ccache/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/ccache/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="Compiler cache" MAINTAINER="erjo@slitaz.org" -DEPENDS="zlib" -BUILD_DEPENDS="zlib-dev" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://ccache.samba.org/" WGET_URL="http://samba.org/ftp/$PACKAGE/$TARBALL" SUGGESTED="gcc" TAGS="compiler" +DEPENDS="zlib" +BUILD_DEPENDS="zlib-dev" + # Rules to configure and make the package. compile_rules() { @@ -22,13 +24,13 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 cclcfox/receipt --- a/cclcfox/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cclcfox/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="server gui for libccls" MAINTAINER="allan316@gmail.com" -DEPENDS="libcclc fox14" -BUILD_DEPENDS="libcclc-dev fox14-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://ccl.sourceforge.net" WGET_URL="http://nchc.dl.sourceforge.net/project/ccl/cclcfox/0.7.0/$TARBALL" +DEPENDS="libcclc fox14" +BUILD_DEPENDS="libcclc-dev fox14-dev" + # Rules to configure and make the package. compile_rules() { @@ -21,13 +23,13 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 cdf/receipt --- a/cdf/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cdf/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Colorized df (color schemes)." MAINTAINER="paul@slitaz.org" -DEPENDS="" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://bmp-plugins.berlios.de/misc/cdf/cdf.html" WGET_URL="http://download.berlios.de/bmp-plugins/$TARBALL" TAGS="color schemes" +DEPENDS="" + # Rules to configure and make the package. compile_rules() { @@ -24,12 +26,12 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 cdrdao-utils/receipt --- a/cdrdao-utils/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cdrdao-utils/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="multimedia" SHORT_DESC=" cdrdao extra utilities for recording audio/data CD-Rs" MAINTAINER="jozee@slitaz.org" -DEPENDS="lame libao libmad libogg libvorbis" +LICENSE="GPL2" WANTED="cdrdao" WEB_SITE="http://downloads.sourceforge.net/$PACKAGE" +DEPENDS="lame libao libmad libogg libvorbis" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/ $fs/usr + cp -a $install/usr/bin/ $fs/usr rm $fs/usr/bin/cdrdao } diff -r 5c8c6743afe9 -r eb8067417980 cdrdao/receipt --- a/cdrdao/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cdrdao/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="Records audio/data CD-Rs using toc files" MAINTAINER="jozee@slitaz.org" -DEPENDS="gcc-lib-base lame libmad libvorbis libao" -BUILD_DEPENDS="lame-dev libmad-dev libvorbis-dev libao-dev libao libogg-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://downloads.sourceforge.net/$PACKAGE" WGET_URL="$WEB_SITE/$TARBALL" +DEPENDS="gcc-lib-base lame libmad libvorbis libao" +BUILD_DEPENDS="lame-dev libmad-dev libvorbis-dev libao-dev libao libogg-dev" + # Rules to configure and make the package. compile_rules() { @@ -35,6 +37,6 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/cdrdao $fs/usr/bin - cp -a $_pkg/usr/share $fs/usr + cp -a $install/usr/bin/cdrdao $fs/usr/bin + cp -a $install/usr/share $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 cdrkit-audio/receipt --- a/cdrkit-audio/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cdrkit-audio/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Icedax, cdda2ogg and other tools for extracting audio files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="cdrkit" WEB_SITE="http://www.cdrkit.org/" @@ -12,9 +13,9 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/cdda* $fs/usr/bin - cp $_pkg/usr/bin/icedax $fs/usr/bin - cp $_pkg/usr/bin/pitchplay $fs/usr/bin + cp -a $install/usr/bin/cdda* $fs/usr/bin + cp $install/usr/bin/icedax $fs/usr/bin + cp $install/usr/bin/pitchplay $fs/usr/bin # Make symlinks for cdrtools compatibility cd $fs/usr/bin ln -s icedax cdda2wav diff -r 5c8c6743afe9 -r eb8067417980 cdrkit-isoinfo/receipt --- a/cdrkit-isoinfo/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cdrkit-isoinfo/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Isoinfo Utility programs for iso9660 images" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" WANTED="cdrkit" WEB_SITE="http://www.cdrkit.org/" @@ -12,5 +13,5 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/isoinfo $fs/usr/bin + cp -a $install/usr/bin/isoinfo $fs/usr/bin } diff -r 5c8c6743afe9 -r eb8067417980 cdrkit/receipt --- a/cdrkit/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cdrkit/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Wodim for recording/blanking CDs/DVDs and genisoimage for ISO." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cdrkit.org/" WGET_URL="http://cdrkit.org/releases/$TARBALL" @@ -28,8 +29,8 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp $_pkg/usr/bin/genisoimage $fs/usr/bin - cp $_pkg/usr/bin/wodim $fs/usr/bin + cp $install/usr/bin/genisoimage $fs/usr/bin + cp $install/usr/bin/wodim $fs/usr/bin # Make symlinks for cdrtools compatibility cd $fs/usr/bin ln -s wodim cdrecord diff -r 5c8c6743afe9 -r eb8067417980 cgdb/receipt --- a/cgdb/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cgdb/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Curses interface for GDB" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://cgdb.sourceforge.net/" WGET_URL="http://prdownloads.sourceforge.net/cgdb/$TARBALL" @@ -27,6 +28,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 chillispot/receipt --- a/chillispot/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/chillispot/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Captive portal or wireless LAN access point controller." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.chillispot.info/" WGET_URL="${WEB_SITE}download/$TARBALL" @@ -17,14 +18,14 @@ sed -i 's/) defined (/) || defined (/' src/tun.c ./configure --prefix=/usr --infodir=/usr/share/info \ --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && \ - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr $fs/etc/init.d $fs/var/lib/chilli/ - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/usr/sbin $fs/usr cp $src/doc/chilli.conf $fs/etc cp $stuff/chilli $fs/etc/init.d } diff -r 5c8c6743afe9 -r eb8067417980 chkrootkit/receipt --- a/chkrootkit/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/chkrootkit/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Locally checks for signs of a rootkit." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.chkrootkit.org/" WGET_URL="ftp://ftp.pangeia.com.br/pub/seg/pac/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 chmlib-dev/receipt --- a/chmlib-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/chmlib-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="library for dealing with CHM format" MAINTAINER="allan316@gmail.com" -DEPENDS="chmlib" +LICENSE="LGPL2.1" WEB_SITE="http://www.jedrea.com/chmlib" WANTED="chmlib" +DEPENDS="chmlib" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/ - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib/ + cp -a $install/usr/include $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 chmlib/receipt --- a/chmlib/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/chmlib/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="misc" SHORT_DESC="library for dealing with CHM format or windows help files" MAINTAINER="allan316@gmail.com" -DEPENDS="" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.jedrea.com/chmlib" WGET_URL="http://www.jedrea.com/chmlib/$TARBALL" TAGS="CHM windows" +DEPENDS="" + # Rules to configure and make the package. compile_rules() { @@ -18,12 +20,12 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS make - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/ + cp -a $install/usr/lib/*.so* $fs/usr/lib/ } diff -r 5c8c6743afe9 -r eb8067417980 chocolate-doom/receipt --- a/chocolate-doom/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/chocolate-doom/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="games" SHORT_DESC="Doom source port as close as possible to vanilla Doom." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://$PACKAGE.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="libsdl libsdl-mixer libsdl-net libsamplerate" BUILD_DEPENDS="libsdl-mixer-dev libsdl-net-dev libsdl-dev" diff -r 5c8c6743afe9 -r eb8067417980 chrpath/receipt --- a/chrpath/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/chrpath/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Change or delete the rpath or runpath in ELF files" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" WEB_SITE="http://packages.debian.org/chrpath" WGET_URL="http://ftp.debian.org/debian/pool/main/c/$PACKAGE/$TARBALL" @@ -18,13 +19,13 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 ckermit/receipt --- a/ckermit/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/ckermit/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Portable Scriptable Network and Serial Communication Software." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.columbia.edu/kermit/ck90.html" TARBALL="cku${VERSION##*.}.tar.gz" WGET_URL="ftp://kermit.columbia.edu/kermit/archives/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 claws-mail-extras/receipt --- a/claws-mail-extras/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/claws-mail-extras/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,12 @@ CATEGORY="meta" SHORT_DESC="All extras plugins for Claws-mail." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" +WEB_SITE="http://www.claws-mail.org/index.php" + DEPENDS="claws-mail-archive claws-mail-attremover claws-mail-notification claws-mail-spam_report claws-mail-vcalendar claws-mail-gtkhtml2_viewer claws-mail-rssyl " -WEB_SITE="http://www.claws-mail.org/index.php" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 5c8c6743afe9 -r eb8067417980 clearlooks/receipt --- a/clearlooks/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/clearlooks/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="x-window" SHORT_DESC="Clearlooks GTK+ theme." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://clearlooks.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="gtk+ xorg-libXdamage" BUILD_DEPENDS="pkg-config file gtk+-dev" -WEB_SITE="http://clearlooks.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -21,13 +23,13 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/* $fs + cp -a $install/* $fs rm $fs/usr/lib/gtk-2.0/2.10.0/engines/*.la rm -rf $fs/usr/share/icons } diff -r 5c8c6743afe9 -r eb8067417980 cloudvpn/receipt --- a/cloudvpn/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cloudvpn/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Mesh-networked Virtual Private Network." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://dev.e-x-a.org/projects/cloudvpn/wiki" WGET_URL="http://dev.e-x-a.org/attachments/download/1/$TARBALL" +TAGS="vpn tunnel" + BUILD_DEPENDS="gnutls-dev zlib-dev" DEPENDS="gcc-lib-base gnutls zlib libtasn1" -TAGS="vpn tunnel" # Rules to configure and make the package. compile_rules() @@ -27,6 +29,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 cmake/receipt --- a/cmake/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cmake/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="Cross-platform Make." MAINTAINER="pankso@slitaz.org" -DEPENDS="openssl libidn gcc-lib-base" -BUILD_DEPENDS="ncurses-dev gcc-lib-base" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.cmake.org/" WGET_URL="http://www.cmake.org/files/v2.8/$TARBALL" +DEPENDS="openssl libidn gcc-lib-base" +BUILD_DEPENDS="ncurses-dev gcc-lib-base" + # Rules to configure and make the package. compile_rules() { @@ -26,7 +28,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs rm -rf $fs/usr/share/man } diff -r 5c8c6743afe9 -r eb8067417980 cmatrix/receipt --- a/cmatrix/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cmatrix/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="misc" SHORT_DESC="Matrix screensaver." MAINTAINER="paul@slitaz.org" -DEPENDS="ncurses" -BUILD_DEPENDS="ncurses-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.asty.org/cmatrix/" WGET_URL="http://www.asty.org/cmatrix/dist/$TARBALL" +DEPENDS="ncurses" +BUILD_DEPENDS="ncurses-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,13 +22,13 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 codiad/receipt --- a/codiad/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/codiad/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="office" SHORT_DESC="web-based IDE framework with a small footprint." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://codiad.com/" WGET_URL="https://nodeload.github.com/Fluidbyte/Codiad/tarball/$GITHASH" diff -r 5c8c6743afe9 -r eb8067417980 collectd-bind/receipt --- a/collectd-bind/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/collectd-bind/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="network" SHORT_DESC="Apache plugin for Collectd" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" DEPENDS="libcurl libxml2" BUILD_DEPENDS="libcurl curl-dev libxml2 libxml2-dev" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -24,7 +25,7 @@ --disable-all-plugins \ --sysconfdir=/etc/collectd \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -32,6 +33,6 @@ { mkdir -p $fs/usr/lib/collectd - cp -a $_pkg/usr/lib/collectd/bind.so* $fs/usr/lib/collectd + cp -a $install/usr/lib/collectd/bind.so* $fs/usr/lib/collectd } diff -r 5c8c6743afe9 -r eb8067417980 compiz/receipt --- a/compiz/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/compiz/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="meta" SHORT_DESC="Compiz 3D effect support on SliTaz." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT GPL LGPL" WEB_SITE="http://www.compiz.org/" SUGGESTED="compiz-ccsm compiz-compizconfig-python" diff -r 5c8c6743afe9 -r eb8067417980 couchdb/receipt --- a/couchdb/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/couchdb/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="Apache CouchDB is document-oriented database." MAINTAINER="claudinei@slitaz.org" +LICENSE="Apache" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://couchdb.apache.org" APACHE_MIRROR="http://mirrors.dedipower.com/ftp.apache.org/" @@ -26,21 +27,21 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share $fs/etc - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share/couchdb $fs/usr/share - cp -a $_pkg/var $fs - cp -a $_pkg/etc/couchdb $fs/etc - cp -a $_pkg/etc/default/couchdb $fs/etc/couchdb - cp -a $_pkg/etc/init.d $fs/etc - cp -a $_pkg/etc/logrotate.d $fs/etc + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/couchdb $fs/usr/share + cp -a $install/var $fs + cp -a $install/etc/couchdb $fs/etc + cp -a $install/etc/default/couchdb $fs/etc/couchdb + cp -a $install/etc/init.d $fs/etc + cp -a $install/etc/logrotate.d $fs/etc sed -i "s|/etc/default/couchdb|/etc/couchdb/couchdb|" \ $fs/etc/init.d/couchdb } diff -r 5c8c6743afe9 -r eb8067417980 cppunit-dev/receipt --- a/cppunit-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cppunit-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Devel file for the cppunit framework." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://cppunit.sourceforge.net/" WANTED="cppunit" diff -r 5c8c6743afe9 -r eb8067417980 cppunit/receipt --- a/cppunit/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cppunit/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="A C++ unit testing framework." MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://cppunit.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 cpufrequtils-dev/receipt --- a/cpufrequtils-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cpufrequtils-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Userspace tools for the kernel cpufreq subsystem devel files." MAINTAINER="gokhlayeh@slitaz.org" +LICENSE="GPL2" WANTED="cpufrequtils" WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html" @@ -12,8 +13,8 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib $fs/usr # Remove non-devel files rm $fs/usr/lib/libcpufreq.so* } diff -r 5c8c6743afe9 -r eb8067417980 cpufrequtils/receipt --- a/cpufrequtils/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cpufrequtils/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="system-tools" SHORT_DESC="Userspace tools for the kernel cpufreq subsystem." MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="sysfsutils linux-cpufreq" -BUILD_DEPENDS="libtool gettext sed" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html" WGET_URL="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/$TARBALL" +DEPENDS="sysfsutils linux-cpufreq" +BUILD_DEPENDS="libtool gettext sed" + # Rules to configure and make the package. compile_rules() { cd $src - make LIBTOOL_OPT="--silent --tag=CC" && make DESTDIR=$PWD/_pkg install + make LIBTOOL_OPT="--silent --tag=CC" && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 cpulimit/receipt --- a/cpulimit/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cpulimit/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="system-tools" SHORT_DESC="Limits the cpu usage of a process" MAINTAINER="allan316@gmail.com" -DEPENDS="" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://cpulimit.sourceforge.net" WGET_URL="http://ovh.dl.sourceforge.net/sourceforge/cpulimit/$TARBALL" +DEPENDS="" + # Rules to configure and make the package. compile_rules() { diff -r 5c8c6743afe9 -r eb8067417980 cream/receipt --- a/cream/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cream/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="light web browser based on WebKit and using GTK+." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://cream-browser.sourceforge.net/" WGET_URL="$SF_MIRROR/cream-browser/$TARBALL" +TAGS="browser" + DEPENDS="gtk+ gcc-lib-base libwebkit libtasn1" BUILD_DEPENDS="libwebkit-dev libwebkit libsoup-dev gtk+-dev" -TAGS="browser" # Rules to configure and make the package. compile_rules() @@ -21,12 +23,12 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 5c8c6743afe9 -r eb8067417980 cromfs-or-squashfs/receipt --- a/cromfs-or-squashfs/receipt Fri Nov 29 13:39:45 2013 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="cromfs-or-squashfs" -VERSION="1.0" -CATEGORY="meta" -SHORT_DESC="Read only compressed filesystem." -MAINTAINER="pascal.bellard@slitaz.org" -WEB_SITE="http://www.slitaz.org/" -DEPENDS="squashfs" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - # Have a file to avoid errors with tazpkg install. - mkdir -p $fs/usr -} diff -r 5c8c6743afe9 -r eb8067417980 cromfs/receipt --- a/cromfs/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cromfs/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -9,7 +9,6 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://bisqwit.iki.fi/source/cromfs.html" WGET_URL="http://bisqwit.iki.fi/src/arch/$TARBALL" -PROVIDE="cromfs-or-squashfs" DEPENDS="fuse lzma lzo libgomp" BUILD_DEPENDS="$DEPENDS fuse-dev lzo-dev pkg-config coreutils-file-format perl" diff -r 5c8c6743afe9 -r eb8067417980 crosstool-ng/receipt --- a/crosstool-ng/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/crosstool-ng/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="Tool to Build toolchains." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://ymorin.is-a-geek.org/projects/crosstool" WGET_URL="http://ymorin.is-a-geek.org/download/$PACKAGE/$TARBALL" + DEPENDS="slitaz-toolchain" BUILD_DEPENDS="subversion flex cvs gawk texinfo ncurses-dev" diff -r 5c8c6743afe9 -r eb8067417980 ctags/receipt --- a/ctags/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/ctags/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="utilities" SHORT_DESC="Generates an index file of language objects found in source files." MAINTAINER="rocky@slitaz.org" -BUILD_DEPENDS="" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://ctags.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +BUILD_DEPENDS="" + # Rules to configure and make the package. compile_rules() { @@ -17,12 +19,12 @@ ./configure --prefix=/usr \ $CONFIGURE_ARGS && make && - make prefix=$PWD/_pkg/usr install + make prefix=$DESTDIR/usr install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 cvs-contrib/receipt --- a/cvs-contrib/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cvs-contrib/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="CVS contrib utilities" MAINTAINER="erjo@slitaz.org" -DEPENDS="libcomerr libcrypto libkrb5" +LICENSE="GPL" WANTED="cvs" WEB_SITE="http://ximbiot.com/cvs/" +DEPENDS="libcomerr libcrypto libkrb5" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/share/cvs $fs/usr/share + cp -a $install/usr/share/cvs $fs/usr/share rm -f $fs/usr/share/cvs/contrib/intro.doc } diff -r 5c8c6743afe9 -r eb8067417980 cvs/receipt --- a/cvs/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cvs/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="Concurrent Versions System" MAINTAINER="erjo@slitaz.org" -DEPENDS="libcomerr libcomerr3 libcrypto libkrb5" +LICENSE="GPL" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://ximbiot.com/cvs/" WGET_URL=""http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION/$TARBALL TAGS="version-control versioning" +DEPENDS="libcomerr libcomerr3 libcrypto libkrb5" + # Rules to configure and make the package. compile_rules() { @@ -19,13 +21,13 @@ --with-ssh \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/cvs* $fs/usr/bin + cp -a $install/usr/bin/cvs* $fs/usr/bin } diff -r 5c8c6743afe9 -r eb8067417980 cyrus-imapd-dev/receipt --- a/cyrus-imapd-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cyrus-imapd-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="IMAP server development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://cyrusimap.web.cmu.edu//" WANTED="cyrus-imapd" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/lib* $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/lib* $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 cyrus-imapd/receipt --- a/cyrus-imapd/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cyrus-imapd/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="network" SHORT_DESC="IMAP server." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://cyrusimap.web.cmu.edu/" WGET_URL="ftp://ftp.cyrusimap.org/$PACKAGE/$TARBALL" +CONFIG_FILES="/etc/imapd.conf /etc/cyrus.conf" + BUILD_DEPENDS="libcomerr libcomerr-dev cyrus-sasl cyrus-sasl-dev openssl-dev \ db-dev perl" DEPENDS="libcomerr cyrus-sasl openssl db perl libwrap slitaz-base-files \ net-snmp" -CONFIG_FILES="/etc/imapd.conf /etc/cyrus.conf" # Rules to configure and make the package. compile_rules() @@ -31,9 +33,9 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/var/imap $fs/var/spool/imap/stage. - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/cyrus $fs/usr/lib - cp -a $_pkg/usr/lib/perl5 $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/cyrus $fs/usr/lib + cp -a $install/usr/lib/perl5 $fs/usr/lib strip -s $fs/usr/lib/cyrus/* cp $src/tools/mkimap $fs/usr/lib/cyrus cp -a $stuff/etc $fs diff -r 5c8c6743afe9 -r eb8067417980 cyrus-sasl-dev/receipt --- a/cyrus-sasl-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cyrus-sasl-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="network" SHORT_DESC="SASL authentication server development files" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://cyrusimap.web.cmu.edu/" WANTED="cyrus-sasl" + DEPENDS="cyrus-sasl" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/sasl2 - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*a $fs/usr/lib - cp -a $_pkg/usr/lib/sasl2/*a $fs/usr/lib/sasl2 + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/lib/sasl2/*a $fs/usr/lib/sasl2 } diff -r 5c8c6743afe9 -r eb8067417980 cyrus-sasl-pam/receipt --- a/cyrus-sasl-pam/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cyrus-sasl-pam/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="SASL authentication server using PAM." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" SOURCE="cyrus-sasl" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cyrusimap.web.cmu.edu/" WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL" +PROVIDE="cyrus-sasl:pam" + DEPENDS="libldap openssl libdb pam libkrb5 libcomerr3" BUILD_DEPENDS="openldap-dev pam pam-dev openssl-dev" -PROVIDE="cyrus-sasl:pam" # Rules to configure and make the package. compile_rules() @@ -22,16 +24,16 @@ --mandir=/usr/share/man $CONFIGURE_ARGS sed -i 's/WITH_DES/WITH_DES 1/' config.h make && - make -j1 DESTDIR=$PWD/_pkg install + make -j1 DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/sasl2 $fs/var/state/saslauthd - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/sasl2/*.so* $fs/usr/lib/sasl2 + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/sasl2/*.so* $fs/usr/lib/sasl2 cp -a ../$SOURCE/stuff/etc $fs sed -i 's/shadow/pam/' $fs/etc/init.d/cyrus-sasl } diff -r 5c8c6743afe9 -r eb8067417980 cyrus-sasl/receipt --- a/cyrus-sasl/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/cyrus-sasl/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="SASL authentication server." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://cyrusimap.web.cmu.edu/" WGET_URL="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/$TARBALL" @@ -31,9 +32,9 @@ genpkg_rules() { mkdir -p $fs/usr/lib/sasl2 $fs/var/state/saslauthd - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/sasl2/*.so* $fs/usr/lib/sasl2 + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/sasl2/*.so* $fs/usr/lib/sasl2 cp -a $stuff/etc $fs cat $stuff/*.files-list | while read file; do diff -r 5c8c6743afe9 -r eb8067417980 daemon_controller/receipt --- a/daemon_controller/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/daemon_controller/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="development" SHORT_DESC="Daemon management for Ruby" MAINTAINER="erjo@slitaz.org" -DEPENDS="ruby" -BUILD_DEPENDS="ruby-dev" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.gem" WEB_SITE="http://rubygems.org/gems/daemon_controller" WGET_URL="http://rubygems.org/downloads/$TARBALL" COOK_OPT="!repack_src !unpack" +DEPENDS="ruby" +BUILD_DEPENDS="ruby-dev" + # Rules to configure and make the package. compile_rules() { @@ -22,5 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } \ No newline at end of file diff -r 5c8c6743afe9 -r eb8067417980 darkstat/receipt --- a/darkstat/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/darkstat/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="Simpel network traffic statistics" MAINTAINER="erjo@slitaz.org" -DEPENDS="libpcap zlib" -BUILD_DEPENDS="libpcap-dev zlib-dev" +LICENSE="GPL2 BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://dmr.ath.cx/net/darkstat/" WGET_URL="http://dmr.ath.cx/net/darkstat/$TARBALL" TAGS="network monitor stats statistics" +DEPENDS="libpcap zlib" +BUILD_DEPENDS="libpcap-dev zlib-dev" + # Rules to configure and make the package. compile_rules() { @@ -19,14 +21,13 @@ ./configure --prefix=/usr \ --with-chroot-dir=/var/lib/darkstat - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr $fs/var/lib/darkstat - cp -a $_pkg/usr/sbin $fs/usr - + cp -a $install/usr/sbin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 dashel/receipt --- a/dashel/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dashel/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="C++ cross-platform data stream helper encapsulation library." MAINTAINER="pankso@slitaz.org" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://gna.org/projects/dashel" WGET_URL="http://download.gna.org/dashel/$VERSION/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 davmail/receipt --- a/davmail/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/davmail/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange Gateway" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-src-$VERSION.tgz" WEB_SITE="http://davmail.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 dbus-python-dev/receipt --- a/dbus-python-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dbus-python-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -4,11 +4,13 @@ VERSION="1.1.1" CATEGORY="development" SHORT_DESC="D-Bus python binding devel files." -DEPENDS="dbus-python" WANTED="dbus-python" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings" +DEPENDS="dbus-python" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 5c8c6743afe9 -r eb8067417980 dbus-python/receipt --- a/dbus-python/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dbus-python/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="D-Bus python binding." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings" WGET_URL="http://dbus.freedesktop.org/releases/dbus-python/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 dd_rescue/receipt --- a/dd_rescue/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dd_rescue/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="system-tools" SHORT_DESC="Block device copy tools." MAINTAINER="erjo@slitaz.org" -DEPENDS="" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.garloff.de/kurt/linux/ddrescue/" WGET_URL="http://www.garloff.de/kurt/linux/ddrescue/$TARBALL" +DEPENDS="" + # Rules to configure and make the package. compile_rules() { diff -r 5c8c6743afe9 -r eb8067417980 ddclient/receipt --- a/ddclient/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/ddclient/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Dynamic DNS update tool." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://ddclient.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 ddrescue/receipt --- a/ddrescue/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/ddrescue/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,13 @@ CATEGORY="system-tools" SHORT_DESC="Data recovery tool." MAINTAINER="erjo@slitaz.org" -DEPENDS="gcc-lib-base" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/ddrescue/ddrescue.html" WGET_URL="http://ftp.gnu.org/gnu/ddrescue/$TARBALL" TAGS="recovery toolkit tools" +DEPENDS="gcc-lib-base" # Rules to configure and make the package. compile_rules() @@ -19,13 +20,13 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 decibel/receipt --- a/decibel/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/decibel/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="multimedia" SHORT_DESC="Decibel audio player for Gnome Desktop." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="python gst-python notify-python pygtk dbus-python mutagen" -BUILD_DEPENDS="gettext" +LICENSE="GPL2" SOURCE="$PACKAGE-audio-player" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://decibel.silent-blade.org/" WGET_URL="http://decibel.silent-blade.org/uploads/Main/$TARBALL" +DEPENDS="python gst-python notify-python pygtk dbus-python mutagen" +BUILD_DEPENDS="gettext" + # Rules to configure and make the package. compile_rules() { @@ -25,9 +27,9 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/$SOURCE $fs/usr/share - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - cp -a $_pkg/usr/share/applications $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/$SOURCE $fs/usr/share + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/applications $fs/usr/share } diff -r 5c8c6743afe9 -r eb8067417980 dega/receipt --- a/dega/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dega/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="A small Sega Master System and Game Gear emulator" MAINTAINER="slaxemulator@gmail.com" +LICENSE="other" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.finalburn.com/dega" WGET_URL="http://www.emulinks.de/emus/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 deutex-devel/receipt --- a/deutex-devel/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/deutex-devel/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="A WAD file composer for Doom, Heretic, Hexen and Strife." MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" SOURCE="deutex" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.teaser.fr/~amajorel/deutex/" @@ -25,6 +26,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 devilspie/receipt --- a/devilspie/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/devilspie/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Windows matching utility." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://burtonini.com/blog/computers/devilspie" WGET_URL="http://burtonini.com/computing/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 dhcp-client/receipt --- a/dhcp-client/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dhcp-client/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Dynamic Host Configuration Protocol ISC client." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="ISC" WEB_SITE="http://www.isc.org/products/DHCP/" WANTED="dhcp" DEPENDS="libcrypto" @@ -14,9 +15,9 @@ genpkg_rules() { mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc - cp $_pkg/etc/dhclient.conf $fs/etc + cp $install/etc/dhclient.conf $fs/etc cp $src/client/scripts/linux $fs/etc/dhclient-script - cp $_pkg/usr/sbin/dhclient $fs/usr/sbin - cp $_pkg/usr/bin/omshell $fs/usr/bin + cp $install/usr/sbin/dhclient $fs/usr/sbin + cp $install/usr/bin/omshell $fs/usr/bin } diff -r 5c8c6743afe9 -r eb8067417980 dhcp-dev/receipt --- a/dhcp-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dhcp-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Dynamic Host Configuration Protocol development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="ISC" WEB_SITE="http://www.isc.org/products/DHCP/" WANTED="dhcp" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/include $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 dhcp-relay/receipt --- a/dhcp-relay/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dhcp-relay/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="network" SHORT_DESC="Dynamic Host Configuration Protocol relay." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="ISC" WEB_SITE="http://www.isc.org/products/DHCP/" +WANTED="dhcp" + DEPENDS="libcrypto" -WANTED="dhcp" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/sbin - cp -a $_pkg/usr/sbin/dhcrelay $fs/usr/sbin + cp -a $install/usr/sbin/dhcrelay $fs/usr/sbin } diff -r 5c8c6743afe9 -r eb8067417980 dhcp/receipt --- a/dhcp/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dhcp/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Dynamic Host Configuration Protocol server." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="ISC" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.isc.org/products/DHCP/" WGET_URL="http://ftp.isc.org/isc/$PACKAGE/$TARBALL" @@ -31,8 +32,8 @@ genpkg_rules() { mkdir -p $fs/usr/sbin $fs/etc/init.d - cp $_pkg/etc/dhcpd.conf $fs/etc - cp $_pkg/usr/sbin/dhcpd $fs/usr/sbin + cp $install/etc/dhcpd.conf $fs/etc + cp $install/usr/sbin/dhcpd $fs/usr/sbin cp $stuff/dhcpd $fs/etc/init.d } diff -r 5c8c6743afe9 -r eb8067417980 dhcp6-client/receipt --- a/dhcp6-client/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dhcp6-client/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Dynamic Host Configuration Protocol ISC client with ipv6 support." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="ISC" WEB_SITE="http://www.isc.org/products/DHCP/" WANTED="dhcp6" DEPENDS="libcrypto" @@ -15,9 +16,9 @@ genpkg_rules() { mkdir -p $fs/usr/sbin $fs/usr/bin $fs/etc - cp $_pkg/etc/dhclient.conf $fs/etc + cp $install/etc/dhclient.conf $fs/etc cp $src/client/scripts/linux $fs/etc/dhclient-script - cp $_pkg/usr/sbin/dhclient $fs/usr/sbin - cp $_pkg/usr/bin/omshell $fs/usr/bin + cp $install/usr/sbin/dhclient $fs/usr/sbin + cp $install/usr/bin/omshell $fs/usr/bin } diff -r 5c8c6743afe9 -r eb8067417980 dhcp6-relay/receipt --- a/dhcp6-relay/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dhcp6-relay/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,15 +5,16 @@ CATEGORY="network" SHORT_DESC="Dynamic Host Configuration Protocol relay with ipv6 support." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="ISC" WEB_SITE="http://www.isc.org/products/DHCP/" -DEPENDS="libcrypto" WANTED="dhcp6" PROVIDE="dhcp-relay" +DEPENDS="libcrypto" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/sbin - cp -a $_pkg/usr/sbin/dhcrelay $fs/usr/sbin + cp -a $install/usr/sbin/dhcrelay $fs/usr/sbin } - diff -r 5c8c6743afe9 -r eb8067417980 dhcp6/receipt --- a/dhcp6/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dhcp6/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="network" SHORT_DESC="Dynamic Host Configuration Protocol server with ipv6 support." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="ISC" SOURCE="dhcp" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.isc.org/products/DHCP/" WGET_URL="http://ftp.isc.org/isc/$SOURCE/$TARBALL" +CONFIG_FILES="/etc/dhcpd.conf" +PROVIDE="dhcp" + DEPENDS="libcrypto" BUILD_DEPENDS="perl" -CONFIG_FILES="/etc/dhcpd.conf" -PROVIDE="dhcp" # Rules to configure and make the package. compile_rules() @@ -25,15 +27,15 @@ sed -i 's/== NOERROR/== (isc_result_t) NOERROR/' server/ddns.c ./configure --prefix=/usr --infodir=/usr/share/info \ --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && \ - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/sbin $fs/etc/init.d - cp $_pkg/etc/dhcpd.conf $fs/etc - cp $_pkg/usr/sbin/dhcpd $fs/usr/sbin + cp $install/etc/dhcpd.conf $fs/etc + cp $install/usr/sbin/dhcpd $fs/usr/sbin cp $WOK/dhcp/stuff/dhcpd $fs/etc/init.d } diff -r 5c8c6743afe9 -r eb8067417980 diffutils/receipt --- a/diffutils/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/diffutils/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Show differences between two files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/diffutils/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" @@ -22,7 +23,7 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } # Overlap busybox diff -r 5c8c6743afe9 -r eb8067417980 directfb-dev/receipt --- a/directfb-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/directfb-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -7,15 +7,16 @@ WANTED="directfb" SOURCE="DirectFB" MAINTAINER="pankso@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://www.directfb.org/" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/directfb-1.4-0 $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/directfb-1.4-0 $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib find $fs/usr/lib -name "*.so*" -exec rm '{}' \; } diff -r 5c8c6743afe9 -r eb8067417980 directfb/receipt --- a/directfb/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/directfb/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="Thin library that provides hardware graphics acceleration." MAINTAINER="pankso@slitaz.org" -DEPENDS="libpng tslib" -BUILD_DEPENDS="libpng-dev tslib-dev" +LICENSE="LGPL2.1" SOURCE="DirectFB" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.directfb.org/" WGET_URL="http://www.directfb.org/downloads/Core/$SOURCE-1.4/$TARBALL" +DEPENDS="libpng tslib" +BUILD_DEPENDS="libpng-dev tslib-dev" + # Rules to configure and make the package. compile_rules() { @@ -19,16 +21,16 @@ ./configure --prefix=/usr --sysconfdir=/etc --with-dither-rgb16=none \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/directfb-1.4-0 $fs/usr/lib - cp -a $_pkg/usr/share/directfb-* $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/directfb-1.4-0 $fs/usr/lib + cp -a $install/usr/share/directfb-* $fs/usr/share find $fs/usr/lib -name "*.*a" -exec rm '{}' \; } diff -r 5c8c6743afe9 -r eb8067417980 disktype/receipt --- a/disktype/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/disktype/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="system-tools" SHORT_DESC="Detects the content format of a disk or disk image (file systems, partition tables, and boot codes)" MAINTAINER="db_slitaz@m4x.org" -DEPENDS="" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://disktype.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="" + # Rules to configure and make the package. compile_rules() { diff -r 5c8c6743afe9 -r eb8067417980 dkms/receipt --- a/dkms/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dkms/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Dynamic Kernel Module Support." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://linux.dell.com/dkms" WGET_URL="$WEB_SITE/permalink/$TARBALL" @@ -13,12 +14,12 @@ compile_rules() { cd $src - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/* $fs + cp -a $install/* $fs } diff -r 5c8c6743afe9 -r eb8067417980 dmenu/receipt --- a/dmenu/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dmenu/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,25 +5,26 @@ CATEGORY="misc" SHORT_DESC="dynamic menu lauch bar" MAINTAINER="jozee@slitaz.org" -DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXinerama" -BUILD_DEPENDS="xorg-libX11-dev xorg-libXinerama-dev" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://tools.suckless.org/dmenu/" WGET_URL="http://dl.suckless.org/tools/$TARBALL" TAGS="launchbar" +DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXinerama" +BUILD_DEPENDS="xorg-libX11-dev xorg-libXinerama-dev" + # Rules to configure and make the package. compile_rules() { cd $src make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/local/bin/* $fs/usr/bin/ - + cp -a $install/usr/local/bin/* $fs/usr/bin/ } diff -r 5c8c6743afe9 -r eb8067417980 dmidecode/receipt --- a/dmidecode/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dmidecode/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,23 +5,25 @@ CATEGORY="system-tools" SHORT_DESC="SMBIOS/DMI reports." MAINTAINER="erjo@slitaz.org" -DEPENDS="" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.nongnu.org/dmidecode/" WGET_URL="http://download.savannah.gnu.org/releases/dmidecode/$TARBALL" +DEPENDS="" + # Rules to configure and make the package. compile_rules() { cd $src make - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/sbin - cp -a $_pkg/usr/local/sbin/* $fs/usr/sbin + cp -a $install/usr/local/sbin/* $fs/usr/sbin } diff -r 5c8c6743afe9 -r eb8067417980 dmraid/receipt --- a/dmraid/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dmraid/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Device-Mapper Software Raid Tool." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://people.redhat.com/~heinzm/sw/dmraid/" WGET_URL="$WEB_SITE/src/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 dnstracer/receipt --- a/dnstracer/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dnstracer/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Traces a chain of DNS servers to the source." MAINTAINER="paul@slitaz.org" -DEPENDS="" -BUILD_DEPENDS="autoconf" +LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.mavetju.org/unix/dnstracer.php" WGET_URL="http://www.mavetju.org/download/$TARBALL" +DEPENDS="" +BUILD_DEPENDS="autoconf" + # Rules to configure and make the package. compile_rules() { diff -r 5c8c6743afe9 -r eb8067417980 docbook-xml-412/receipt --- a/docbook-xml-412/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/docbook-xml-412/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="A widely used XML scheme for writing documentation and help. (version 4.1.2)" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="libxml2-tools libxml2" +LICENSE="MIT" SOURCE="docbkx" TARBALL="${SOURCE}412.zip" WEB_SITE="http://www.oasis-open.org/docbook/" WGET_URL="http://www.docbook.org/xml/$VERSION/$TARBALL" +DEPENDS="libxml2-tools libxml2" + # Rules to configure and make the package. compile_rules() { @@ -25,6 +27,6 @@ genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 5c8c6743afe9 -r eb8067417980 docbook-xml-42/receipt --- a/docbook-xml-42/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/docbook-xml-42/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="A widely used XML scheme for writing documentation and help. (version 4.2)" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="libxml2-tools libxml2" +LICENSE="MIT" SOURCE="docbook-xml" TARBALL="${SOURCE}-${VERSION}.zip" WEB_SITE="http://www.oasis-open.org/docbook/" WGET_URL="http://www.docbook.org/xml/$VERSION/$TARBALL" +DEPENDS="libxml2-tools libxml2" + # Rules to configure and make the package. compile_rules() { @@ -25,5 +27,5 @@ genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 5c8c6743afe9 -r eb8067417980 docbook-xml-43/receipt --- a/docbook-xml-43/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/docbook-xml-43/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="A widely used XML scheme for writing documentation and help. (version 4.3)" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="libxml2-tools libxml2" +LICENSE="MIT" SOURCE="docbook-xml" TARBALL="${SOURCE}-${VERSION}.zip" WEB_SITE="http://www.oasis-open.org/docbook/" WGET_URL="http://www.docbook.org/xml/$VERSION/$TARBALL" +DEPENDS="libxml2-tools libxml2" + # Rules to configure and make the package. compile_rules() { @@ -25,6 +27,6 @@ genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 5c8c6743afe9 -r eb8067417980 docbook-xml-44/receipt --- a/docbook-xml-44/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/docbook-xml-44/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="A widely used XML scheme for writing documentation and help. (version 4.4)" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="libxml2-tools libxml2" +LICENSE="MIT" SOURCE="docbook-xml" TARBALL="${SOURCE}-${VERSION}.zip" WEB_SITE="http://www.oasis-open.org/docbook/" WGET_URL="http://www.docbook.org/xml/$VERSION/$TARBALL" +DEPENDS="libxml2-tools libxml2" + # Rules to configure and make the package. compile_rules() { @@ -25,6 +27,6 @@ genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 5c8c6743afe9 -r eb8067417980 docbook-xml/receipt --- a/docbook-xml/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/docbook-xml/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="A widely used XML scheme for writing documentation and help. (version 4.5)" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="libxml2-tools libxml2 docbook-xml-412 docbook-xml-42 docbook-xml-43 docbook-xml-44" +LICENSE="MIT" TARBALL="${PACKAGE}-${VERSION}.zip" WEB_SITE="http://www.oasis-open.org/docbook/" WGET_URL="http://www.docbook.org/xml/$VERSION/$TARBALL" +DEPENDS="libxml2-tools libxml2 docbook-xml-412 docbook-xml-42 docbook-xml-43 docbook-xml-44" + # Rules to configure and make the package. compile_rules() { @@ -24,7 +26,7 @@ genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } post_install() diff -r 5c8c6743afe9 -r eb8067417980 docbook-xsl-ns/receipt --- a/docbook-xsl-ns/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/docbook-xsl-ns/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="DocBook XSL (namespaced) stylesheets." MAINTAINER="paul@slitaz.org" -DEPENDS="libxml2-tools libxslt" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://wiki.docbook.org/topic/DocBookXslStylesheets" WGET_URL="http://jaist.dl.sourceforge.net/sourceforge/docbook/$TARBALL" +DEPENDS="libxml2-tools libxslt" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 5c8c6743afe9 -r eb8067417980 docbook-xsl/receipt --- a/docbook-xsl/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/docbook-xsl/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="DocBook XSL stylesheets." MAINTAINER="paul@slitaz.org" -DEPENDS="docbook-xml libxml2-tools libxslt" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://docbook.sourceforge.net/" WGET_URL="$SF_MIRROR/docbook/$TARBALL" +DEPENDS="docbook-xml libxml2-tools libxslt" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 5c8c6743afe9 -r eb8067417980 dokuwiki/receipt --- a/dokuwiki/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dokuwiki/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="DokuWiki is a simple to use Wiki aimed at the documentation needs of a smail company." MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://www.splitbrain.org/projects/dokuwiki" WGET_URL="http://www.splitbrain.org/_media/projects/dokuwiki/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 dosfstools/receipt --- a/dosfstools/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dosfstools/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Tools to create and check dos filesystems." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.daniel-baumann.ch/software/dosfstools" WGET_URL="$WEB_SITE/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 dotconf-dev/receipt --- a/dotconf-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dotconf-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Configuration file parser devel library." MAINTAINER="paul@slitaz.org" +LICENSE="LGPL2.1" WANTED="dotconf" WEB_SITE="http://www.azzit.de/dotconf/" @@ -12,8 +13,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 5c8c6743afe9 -r eb8067417980 dotconf/receipt --- a/dotconf/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dotconf/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="Configuration file parser library." MAINTAINER="paul@slitaz.org" -DEPENDS="" +LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.azzit.de/dotconf/" WGET_URL="http://www.azzit.de/dotconf/download/v1.0/$TARBALL" +DEPENDS="" + # Rules to configure and make the package. compile_rules() { @@ -19,15 +21,15 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/share $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/share $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 doxygen/receipt --- a/doxygen/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/doxygen/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,13 @@ CATEGORY="development" SHORT_DESC="Source code documentation generator tool." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.src.tar.gz" -BUILD_DEPENDS="perl graphviz flex" WEB_SITE="http://www.stack.nl/~dimitri/doxygen/" WGET_URL="ftp://ftp.stack.nl/pub/users/dimitri/$TARBALL" TAGS="language documentation" +BUILD_DEPENDS="perl graphviz flex" # Rules to configure and make the package. compile_rules() @@ -19,13 +20,13 @@ ./configure --shared --prefix /usr --docdir /usr/share/doc \ --install /usr/bin/install && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 droid-font/receipt --- a/droid-font/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/droid-font/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -6,12 +6,14 @@ CATEGORY="x-window" SHORT_DESC="Font family from Google's Android project" MAINTAINER="devl547@gmail.com" -BUILD_DEPENDS="wget" +LICENSE="Apache" WEB_SITE="http://www.droidfonts.com/" # Located in git repo, so we need a snapshot and some dirty hacks. TARBALL="$PACKAGE-$VERSION.tgz" WGET_URL="http://android.git.kernel.org/?p=platform/frameworks/base.git;f=data/fonts;a=snapshot;h=$GIT_HASH;sf=tgz" +BUILD_DEPENDS="wget" + # Rules to configure and make the package. # Keep an empty compile_rules to make tazwok install build depends. compile_rules() diff -r 5c8c6743afe9 -r eb8067417980 dstat/receipt --- a/dstat/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dstat/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,23 +5,25 @@ CATEGORY="system-tools" SHORT_DESC="Versatile tool for generating system resource statistics." MAINTAINER="paul@slitaz.org" -DEPENDS="python" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://dag.wieers.com/home-made/dstat/" WGET_URL="http://dag.wieers.com/home-made/dstat/$TARBALL" TAGS="resource system monitor stats statistics" +DEPENDS="python" + # Rules to configure and make the package. compile_rules() { cd $src - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/dstat $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/dstat $fs/usr/share } diff -r 5c8c6743afe9 -r eb8067417980 dtach/receipt --- a/dtach/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dtach/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Emulates the detach feature of screen." MAINTAINER="christophe.paris@free.fr" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dtach.sourceforge.net/" WGET_URL="http://downloads.sourceforge.net/dtach/$TARBALL" @@ -17,14 +18,14 @@ --mandir=/usr/share/man $CONFIGURE_ARGS && make || return 1 # no install rules, let's do it by hand - mkdir -p $PWD/_pkg/usr/bin $PWD/_pkg/usr/share/man/man1 - cp dtach $PWD/_pkg/usr/bin - cp dtach.1 $PWD/_pkg/usr/share/man/man1 + mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/share/man/man1 + cp dtach $DESTDIR/usr/bin + cp dtach.1 $DESTDIR/usr/share/man/man1 } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 dummynet/receipt --- a/dummynet/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dummynet/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Network testing/emulation tool." MAINTAINER="samuel_trassare@yahoo.com" +LICENSE="BSD" WEB_SITE="http://info.iet.unipi.it/~luigi/dummynet/" TARBALL="$VERSION-ipfw3.tgz" WGET_URL="http://info.iet.unipi.it/~luigi/doc/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 dvd+rw-media-tools/receipt --- a/dvd+rw-media-tools/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dvd+rw-media-tools/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="DVD RW media tools" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" WANTED="dvd+rw-tools" WEB_SITE="http://fy.chalmers.se/~appro/linux/DVD+RW" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr rm $fs/usr/bin/growisofs } diff -r 5c8c6743afe9 -r eb8067417980 dvd+rw-tools/receipt --- a/dvd+rw-tools/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dvd+rw-tools/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="DVD RW tools" MAINTAINER="jozee@slitaz.org" -DEPENDS="cdrkit" -BUILD_DEPENDS="cdrkit gcc-lib-base m4" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://fy.chalmers.se/~appro/linux/DVD+RW" WGET_URL="$WEB_SITE/tools/$TARBALL" +DEPENDS="cdrkit" +BUILD_DEPENDS="cdrkit gcc-lib-base m4" + # Rules to configure and make the package. compile_rules() { @@ -19,9 +21,9 @@ grep -qs 'define u8' growisofs.c || sed -i 's|#include |#define u8 __u8\n&|' growisofs.c make - mkdir -p $PWD/_pkg/usr/bin/ + mkdir -p $DESTDIR/usr/bin/ for bin in growisofs dvd+rw-booktype dvd+rw-format dvd+rw-mediainfo dvd-ram-control; do - install -m755 $bin $PWD/_pkg/usr/bin/ + install -m755 $bin $DESTDIR/usr/bin/ done } @@ -29,6 +31,6 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/growisofs $fs/usr/bin + cp -a $install/usr/bin/growisofs $fs/usr/bin } diff -r 5c8c6743afe9 -r eb8067417980 dzen2/receipt --- a/dzen2/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/dzen2/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="utilities" SHORT_DESC="A general purpose messaging and notification program. " MAINTAINER="mallory@sweetpeople.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://gotmor.googlepages.com/dzen" WGET_URL="http://gotmor.googlepages.com/$TARBALL" +TAGS="system monitor notification" + DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp" -TAGS="system monitor notification" # Rules to configure and make the package. compile_rules() @@ -17,13 +19,13 @@ cd $src sed -e 's/\/usr\/local/\/usr/' < config.mk > config.mk.slitaz mv config.mk.slitaz config.mk - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 ez-ipupdate/receipt --- a/ez-ipupdate/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/ez-ipupdate/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Update your host name for some dynamic DNS services." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.$PACKAGE.com/" WGET_URL="${WEB_SITE}dist/$TARBALL" @@ -19,12 +20,12 @@ --enable-default-service=dyndns \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 5c8c6743afe9 -r eb8067417980 lighttpd-ssl/receipt --- a/lighttpd-ssl/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/lighttpd-ssl/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="lighttpd-ssl" -VERSION="1.4.30" +VERSION="1.4.33" CATEGORY="network" SHORT_DESC="Fast and light HTTP Web server with SSL support." MAINTAINER="pankso@slitaz.org" LICENSE="BSD" SUGGESTED="lighttpd-modules php perl python" SOURCE="lighttpd" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.tar.xz" WEB_SITE="http://www.lighttpd.net/" WGET_URL="http://download.lighttpd.net/lighttpd/releases-1.4.x/$TARBALL" CONFIG_FILES="/etc/lighttpd/vhosts.conf /etc/lighttpd/lighttpd.conf /etc/ssl/lighttpd" @@ -32,10 +32,7 @@ compile_rules() { cd $src - if [ ! done.fastcgi_detach.patch ]; then - patch -i $WOK/$SOURCE/stuff/fastcgi_detach.patch || return 1 - touch done.fastcgi_detach.patch - fi + sed -i '/addrs_left/d' src/mod_extforward.c ./configure \ --enable-shared \ --disable-ipv6 \ @@ -45,7 +42,7 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -53,14 +50,14 @@ genpkg_rules() { mkdir -p $fs/usr - #cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/sbin $fs/usr + #cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr # Modules. mkdir -p $fs/usr/lib/lighttpd for module in $BASE_MODULES do - cp $_pkg/usr/lib/lighttpd/mod_${module}.so $fs/usr/lib/lighttpd + cp $install/usr/lib/lighttpd/mod_${module}.so $fs/usr/lib/lighttpd echo -n "Copying : mod_${module}.so" && status done diff -r 5c8c6743afe9 -r eb8067417980 slitaz-doc/receipt --- a/slitaz-doc/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/slitaz-doc/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="SliTaz system documentation." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.gz" diff -r 5c8c6743afe9 -r eb8067417980 slitaz-eeepc/receipt --- a/slitaz-eeepc/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/slitaz-eeepc/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -3,10 +3,12 @@ PACKAGE="slitaz-eeepc" VERSION="1.2" CATEGORY="system-tools" +MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" +WEB_SITE="http://www.slitaz.org/" + SHORT_DESC="SliTaz EeePC scripts and configuration files." DEPENDS="915resolution dmidecode linux-acpi linux-wireless" -MAINTAINER="pankso@slitaz.org" -WEB_SITE="http://www.slitaz.org/" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 5c8c6743afe9 -r eb8067417980 slitaz-i18n-extra/receipt --- a/slitaz-i18n-extra/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/slitaz-i18n-extra/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="meta" SHORT_DESC="SliTaz internationalization meta package to build extra locale pack." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.slitaz.org/" # Bdeps ensure packages are built so we can get generated po files. diff -r 5c8c6743afe9 -r eb8067417980 slitaz-i18n/receipt --- a/slitaz-i18n/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/slitaz-i18n/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="meta" SHORT_DESC="SliTaz internationalization meta package to build locale pack." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.slitaz.org/" # Bdeps ensure packages are built so we can get generated po files. diff -r 5c8c6743afe9 -r eb8067417980 slitaz-icon/receipt --- a/slitaz-icon/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/slitaz-icon/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="SliTaz icons in size 22x22 and 32x32 (minimum)." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.slitaz.org/" WGET_URL="http://mirror.slitaz.org/sources/artwok/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 slitaz-menus/receipt --- a/slitaz-menus/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/slitaz-menus/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="SliTaz i18n Freedesktop menus" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.slitaz.org/" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 5c8c6743afe9 -r eb8067417980 slitaz-mercurial-style/receipt --- a/slitaz-mercurial-style/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/slitaz-mercurial-style/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="SliTaz CSS style and images for Mercurial Web repos." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" SOURCE="slitaz-dev-tools" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" diff -r 5c8c6743afe9 -r eb8067417980 slitaz-polar-cursors/receipt --- a/slitaz-polar-cursors/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/slitaz-polar-cursors/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="x-window" SHORT_DESC="SliTaz Freedesktop menus." MAINTAINER="pankso@slitaz.org" -BUILD_DEPENDS="xorg-xcursorgen" +LICENSE="GPL3" TARBALL=$PACKAGE-$VERSION.tar.gz WEB_SITE="http://www.slitaz.org/" WGET_URL="ftp://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL" +BUILD_DEPENDS="xorg-xcursorgen" + # Rules to configure and make the package. compile_rules() { diff -r 5c8c6743afe9 -r eb8067417980 slitaz-tango-icon/receipt --- a/slitaz-tango-icon/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/slitaz-tango-icon/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Tango icons unofficial in size 16x16 and 32x32 (minimum)." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://tango.freedesktop.org/" WGET_URL="http://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 slitaz-violet-theme/receipt --- a/slitaz-violet-theme/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/slitaz-violet-theme/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,8 +5,10 @@ CATEGORY="x-window" SHORT_DESC="fresh violet theme for gtk+-2.0 (clearlooks) and openbox." MAINTAINER="sygne@ombres.eu" +LICENSE="GPL3" +WEB_SITE="http://www.souffles.eu/linux" + DEPENDS="openbox clearlooks" -WEB_SITE="http://www.souffles.eu/linux" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 5c8c6743afe9 -r eb8067417980 squashfs/receipt --- a/squashfs/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/squashfs/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,13 @@ CATEGORY="base-system" SHORT_DESC="Linux squashfs userland tools." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://$PACKAGE.sourceforge.net/" TARBALL="squashfs$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="zlib liblzma linux-squashfs" BUILD_DEPENDS="zlib-dev attr-dev liblzma-dev" -PROVIDE="cromfs-or-squashfs" # Rules to configure and make the package. compile_rules() @@ -27,5 +28,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $_pkg/sbin $fs + cp -a $install/usr $_pkg/sbin $fs } diff -r 5c8c6743afe9 -r eb8067417980 sysfsutils-dev/receipt --- a/sysfsutils-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/sysfsutils-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,15 +5,16 @@ CATEGORY="development" SHORT_DESC="Utilites built upon sysfs." MAINTAINER="pankso@slitaz.org" -DEPENDS="linux sysfsutils" +LICENSE="GPL2 LGPL2.1" WANTED="sysfsutils" WEB_SITE="http://linux-diag.sourceforge.net/Sysfsutils.html" +DEPENDS="linux sysfsutils" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr } - diff -r 5c8c6743afe9 -r eb8067417980 sysfsutils/receipt --- a/sysfsutils/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/sysfsutils/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Utilites built upon sysfs." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2 LGPL2.1" DEPENDS="linux" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://linux-diag.sourceforge.net/Sysfsutils.html" @@ -17,14 +18,13 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS make - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } - diff -r 5c8c6743afe9 -r eb8067417980 systemd/receipt --- a/systemd/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/systemd/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="System and service manager for Linux." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2 LGPL2.1 MIT" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://freedesktop.org/wiki/Software/systemd/" WGET_URL="http://www.freedesktop.org/software/systemd/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 xalan-c-dev/receipt --- a/xalan-c-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xalan-c-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -6,11 +6,12 @@ SHORT_DESC="xalan-c devel files." WEB_SITE="http://xalan.apache.org/" MAINTAINER="rcx@zoominternet.net" +LICENSE="Apache" WANTED="xalan-c" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/include $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xalan-c/receipt --- a/xalan-c/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xalan-c/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="An XSLT processor for transforming XML documents into HTML, text, or other XML document types." MAINTAINER="rcx@zoominternet.net" +LICENSE="Apache" TARBALL="Xalan-C_r705082-src.tar.gz" WEB_SITE="http://xalan.apache.org/" # Need to use the patched r705082 version on Gentoo's mirrors @@ -34,7 +35,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xalan-xerces-j/receipt --- a/xalan-xerces-j/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xalan-xerces-j/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="A validating XML parser and an XSLT processor written in Java." MAINTAINER="rcx@zoominternet.net" +LICENSE="Apache" SUGGESTED="java-jre" TARBALL="${SOURCE}_2_7_1-bin-2jars.tar.gz" WEB_SITE="http://xalan.apache.org/" @@ -28,5 +29,5 @@ genpkg_rules() { mkdir -p $fs - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 5c8c6743afe9 -r eb8067417980 xarchive/receipt --- a/xarchive/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xarchive/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="x-window" SHORT_DESC="A GTK+ front-end for command line archiving tools." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -DEPENDS="gtk+ xorg-libXdamage" -BUILD_DEPENDS="pkg-config gtk+ gtk+-dev" SUGGESTED="zip rar unace arj lha p7zip lzop linux-squashfs cromfs cabextract \ xz lrzip" WEB_SITE="http://xarchive.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="gtk+ xorg-libXdamage" +BUILD_DEPENDS="pkg-config gtk+ gtk+-dev" + # Rules to configure and make the package.ls sr compile_rules() { @@ -26,15 +28,15 @@ --mandir=/usr/share/man $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/xarchive/wrappers - cp -a $_pkg/usr/bin $fs/usr - sed -i 's|#!\s*/bin/bash|#!/bin/sh|' $_pkg/usr/lib/xarchive/wrappers/* + cp -a $install/usr/bin $fs/usr + sed -i 's|#!\s*/bin/bash|#!/bin/sh|' $install/usr/lib/xarchive/wrappers/* cp $stuff/slitaz-wrap.sh $fs/usr/lib/xarchive/wrappers } diff -r 5c8c6743afe9 -r eb8067417980 xarchiver/receipt --- a/xarchiver/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xarchiver/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="x-window" SHORT_DESC="Archive manager for thunar" MAINTAINER="erjo@slitaz.org" -DEPENDS="gtk+ tar" -BUILD_DEPENDS="gtk+-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://xarchiver.sourceforge.net/" WGET_URL="http://downloads.sourceforge.net/project/xarchiver/xarchiver/$VERSION/$TARBALL" +DEPENDS="gtk+ tar" +BUILD_DEPENDS="gtk+-dev" + # Rules to configure and make the package. compile_rules() { @@ -19,19 +21,19 @@ --prefix=/usr \ --libexecdir=/usr/lib \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/locale - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share/pixmaps $fs/usr/share - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale - cp -a $_pkg/usr/share/applications $fs/usr/share - cp -a $_pkg/usr/share/icons $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/locale/fr $fs/usr/share/locale + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/icons $fs/usr/share chmod 755 $fs/usr/lib/thunar-archive-plugin/* rm -rf $fs/usr/share/icons/hicolor/scalable diff -r 5c8c6743afe9 -r eb8067417980 xbindkeys/receipt --- a/xbindkeys/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xbindkeys/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -4,29 +4,30 @@ VERSION="1.8.3" CATEGORY="x-window" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="Launch shell commands with your keyboard or your mouse under X" -BUILD_DEPENDS=" xorg-libX11-dev" WEB_SITE="http://hocwp.free.fr/xbindkeys" -DEPENDS="xorg-libX11" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/$TARBALL" TAGS="keyboard" +DEPENDS="xorg-libX11" +BUILD_DEPENDS=" xorg-libX11-dev" + # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr \ + cd $src + ./configure --prefix=/usr \ --disable-tk \ --disable-guile && - make && - make DESTDIR=$PWD/_pkg install + make && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xcircuit/receipt --- a/xcircuit/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xcircuit/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="graphics" SHORT_DESC="A program for drawing publishable-quality electrical circuit schematic diagrams" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="tcl tk xorg-libXpm zlib" -BUILD_DEPENDS="tk-dev tcl-dev xorg-libXpm-dev xorg-libXt-dev zlib-dev automake" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://opencircuitdesign.com/xcircuit" WGET_URL="http://opencircuitdesign.com/xcircuit/archive/$TARBALL" +DEPENDS="tcl tk xorg-libXpm zlib" +BUILD_DEPENDS="tk-dev tcl-dev xorg-libXpm-dev xorg-libXt-dev zlib-dev automake" + # Rules to configure and make the package. compile_rules() { @@ -26,7 +28,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/$PACKAGE-${VERSION%.*} $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/$PACKAGE-${VERSION%.*} $fs/usr/lib } - diff -r 5c8c6743afe9 -r eb8067417980 xdelta/receipt --- a/xdelta/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xdelta/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Binary diff, VCDIFF/RFC 3284 delta compression." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE$VERSION.tar.gz" WEB_SITE="http://xdelta.org/" WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 xerces-c-dev/receipt --- a/xerces-c-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xerces-c-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -6,13 +6,14 @@ SHORT_DESC="xerces-c devel files." WEB_SITE="http://xerces.apache.org/" MAINTAINER="rcx@zoominternet.net" +LICENSE="Apache" WANTED="xerces-c" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xerces-c/receipt --- a/xerces-c/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xerces-c/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="A validating XML parser written in a portable subset of C++." MAINTAINER="rcx@zoominternet.net" -DEPENDS="glibc-base gcc-lib-base libcurl libcrypto icu" +LICENSE="Apache" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://xerces.apache.org/xerces-c" WGET_URL="http://apache.osuosl.org/xerces/c/3/sources/$TARBALL" +DEPENDS="glibc-base gcc-lib-base libcurl libcrypto icu" + # Rules to configure and make the package. compile_rules() { @@ -24,7 +26,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xfce4-dev-tools/receipt --- a/xfce4-dev-tools/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xfce4-dev-tools/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="Xfce Developpers Tools " MAINTAINER="erjo@slitaz.org" -DEPENDS="subversion autoconf automake intltool pkg-config" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://xfce.org/~benny/projects/xfce4-dev-tools/" WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" +DEPENDS="subversion autoconf automake intltool pkg-config" + # Rules to configure and make the package. compile_rules() { @@ -20,17 +22,15 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share $fs/usr chmod 755 $fs/usr/bin/xdt-* - } - diff -r 5c8c6743afe9 -r eb8067417980 xfce4-icon-theme/receipt --- a/xfce4-icon-theme/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xfce4-icon-theme/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,32 +5,29 @@ CATEGORY="x-window" SHORT_DESC="Icon theme for Xfce Desktop Environment" MAINTAINER="erjo@slitaz.org" -DEPENDS="" -BUILD_DEPENDS="intltool" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org/" WGET_URL="http://archive.xfce.org/src/art/$PACKAGE/${VERSION%.*}/$TARBALL" +DEPENDS="" +BUILD_DEPENDS="intltool" + # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && \ - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { # Remove SVG Icons - #find $_pkg/usr/share -name "*scalable*" -exec rm -rf {} \; + #find $install/usr/share -name "*scalable*" -exec rm -rf {} \; mkdir -p $fs/usr - cp -a $_pkg/usr/share $fs/usr - - - + cp -a $install/usr/share $fs/usr } - - diff -r 5c8c6743afe9 -r eb8067417980 xfce4-slitaz-config/receipt --- a/xfce4-slitaz-config/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xfce4-slitaz-config/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,9 +5,10 @@ CATEGORY="misc" SHORT_DESC="Slitaz config files for XFCE" MAINTAINER="erjo@slitaz.org" -DEPENDS="xfce4" +LICENSE="BSD" WEB_SITE="http://www.slitaz.org" +DEPENDS="xfce4" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 5c8c6743afe9 -r eb8067417980 xfce4/receipt --- a/xfce4/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xfce4/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="meta" SHORT_DESC="Xfce Desktop Environment" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" +SUGGESTED="xfce4-slitaz-config" +WEB_SITE="http://www.xfce.org" + DEPENDS="libxfce4util xfconf libxfce4ui garcon libexo xfce4-panel thunar xfce4-settings xfce4-session xfwm4 xfdesktop thunar-volman thunar-archive-plugin xfce-utils" -SUGGESTED="xfce4-slitaz-config" -WEB_SITE="http://www.xfce.org" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 5c8c6743afe9 -r eb8067417980 xhtml2pdf/receipt --- a/xhtml2pdf/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xhtml2pdf/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -6,9 +6,11 @@ CATEGORY="utilities" SHORT_DESC="Converter for HTML/XHTML and CSS to PDF." MAINTAINER="claudinei@slitaz.org" +LICENSE="GPL2" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.xhtml2pdf.com" WGET_URL="http://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" + DEPENDS="python python-reportlab python-html5lib python-pypdf setuptools" BUILD_DEPENDS="$DEPENDS python-dev" @@ -16,13 +18,13 @@ compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 5c8c6743afe9 -r eb8067417980 xorg-base-fonts/receipt --- a/xorg-base-fonts/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-base-fonts/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="X window base/minimal fonts from the Xorg project." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.x.org/" WGET_URL="http://download.tuxfamily.org/slitaz/sources/fonts/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 xorg-bdftopcf/receipt --- a/xorg-bdftopcf/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-bdftopcf/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Font compiler for the X server and font server." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SOURCE="bdftopcf" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://xorg.freedesktop.org/" @@ -27,6 +28,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-cf-files/receipt --- a/xorg-cf-files/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-cf-files/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="Conf files used by xorg and imake." MAINTAINER="rcx@zoominternet.net" -DEPENDS="" -BUILD_DEPENDS="" +LICENSE="MIT" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/util/$TARBALL" +DEPENDS="" +BUILD_DEPENDS="" + # Rules to configure and make the package. compile_rules() { @@ -20,13 +22,12 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTIDR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } - diff -r 5c8c6743afe9 -r eb8067417980 xorg-dev-proto/receipt --- a/xorg-dev-proto/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-dev-proto/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="meta" SHORT_DESC="Meta-package to install all Xorg protocols." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.x.org/" DEPENDS=" xorg-bigreqsproto diff -r 5c8c6743afe9 -r eb8067417980 xorg-dev/receipt --- a/xorg-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="meta" SHORT_DESC="Meta-package to install all Xorg devel packages." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.x.org/" WANTED="xorg" DEPENDS=" diff -r 5c8c6743afe9 -r eb8067417980 xorg-fonttosfnt/receipt --- a/xorg-fonttosfnt/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-fonttosfnt/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Wrap a bitmap font in a sfnt (TrueType) wrapper." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SOURCE="fonttosfnt" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://xorg.freedesktop.org/" @@ -28,6 +29,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-gccmakedep/receipt --- a/xorg-gccmakedep/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-gccmakedep/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="x-window" SHORT_DESC="X gccmakedep utility." MAINTAINER="pascal.bellard@slitaz.org" -BUILD_DEPENDS="xorg-dev-proto" +LICENSE="MIT" SOURCE="gccmakedep" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/util/$TARBALL" +BUILD_DEPENDS="xorg-dev-proto" + # Rules to configure and make the package. compile_rules() { @@ -18,13 +20,13 @@ ./configure --prefix=/usr --mandir=/usr/share/man \ $CONFIGURE_ARGS make - make DESTDIR=$PWD/_pkg install - chmod +x $PWD/_pkg/usr/bin/* + make DESTDIR=$DESTDIR install + chmod +x $DESTDIR/usr/bin/* } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-iceauth/receipt --- a/xorg-iceauth/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-iceauth/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="ICE authority file utility" MAINTAINER="erjo@slitaz.org" -DEPENDS="xorg-libICE" -BUILD_DEPENDS="xorg-libICE-dev pkg-config" +LICENSE="MIT" SOURCE="iceauth" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://xorg.freedesktop.org/" WGET_URL="http://xorg.freedesktop.org/archive/individual/app/$TARBALL" +DEPENDS="xorg-libICE" +BUILD_DEPENDS="xorg-libICE-dev pkg-config" + # Rules to configure and make the package. compile_rules() { @@ -19,13 +21,13 @@ ./configure --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && \ - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-imake/receipt --- a/xorg-imake/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-imake/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="X imake utility." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="xorg-cf-files" -BUILD_DEPENDS="xorg-gccmakedep xorg-makedepend pkg-config xorg-xproto perl" +LICENSE="MIT" SOURCE="imake" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/util/$TARBALL" +DEPENDS="xorg-cf-files" +BUILD_DEPENDS="xorg-gccmakedep xorg-makedepend pkg-config xorg-xproto perl" + # Rules to configure and make the package. compile_rules() { @@ -19,13 +21,13 @@ ./configure --prefix=/usr --mandir=/usr/share/man \ $CONFIGURE_ARGS make - make DESTDIR=$PWD/_pkg install - chmod +x $PWD/_pkg/usr/bin/* + make DESTDIR=$DESTDIR install + chmod +x $DESTDIR/usr/bin/* } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXau-dev/receipt --- a/xorg-libXau-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXau-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Development files for libXau" MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.x.org/" DEPENDS="xorg-libXau xorg-xproto" diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXdmcp-dev/receipt --- a/xorg-libXdmcp-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXdmcp-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Development files for libXdmcp" MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.x.org/" DEPENDS="xorg-libXdmcp xorg-xproto" diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXinerama-dev/receipt --- a/xorg-libXinerama-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXinerama-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libXinerama xorg-libXext-dev xorg-xineramaproto" +LICENSE="MIT" WANTED="xorg-libXinerama" SOURCE="libXinerama" WEB_SITE="http://www.x.org/" +DEPENDS="xorg-libXinerama xorg-libXext-dev xorg-xineramaproto" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXinerama/receipt --- a/xorg-libXinerama/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXinerama/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="libXinerama" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXp-dev/receipt --- a/xorg-libXp-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXp-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="rcx@zoominternet.net" -DEPENDS="xorg-libXp xorg-libXext-dev xorg-printproto" +LICENSE="MIT" WEB_SITE="http://www.x.org/" WANTED="xorg-libXp" +DEPENDS="xorg-libXp xorg-libXext-dev xorg-printproto" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXp/receipt --- a/xorg-libXp/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXp/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="Provides public APIs to allow client applications to render to non-display devices." MAINTAINER="rcx@zoominternet.net" +LICENSE="MIT" SOURCE="libXp" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXrandr-dev/receipt --- a/xorg-libXrandr-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXrandr-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libXrandr xorg-libXext-dev xorg-libXrender-dev xorg-randrproto" +LICENSE="MIT" WANTED="xorg-libXrandr" SOURCE="libXrandr" WEB_SITE="http://www.x.org/" +DEPENDS="xorg-libXrandr xorg-libXext-dev xorg-libXrender-dev xorg-randrproto" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXrandr/receipt --- a/xorg-libXrandr/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXrandr/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="libXrandr" TARBALL="$SOURCE-$VERSION.tar.bz2" -DEPENDS="xorg-libXext xorg-libXrender" -BUILD_DEPENDS="xorg-randrproto xorg-libXext-dev xorg-libXrender-dev" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" CROSS="bug: can not run test programm" +DEPENDS="xorg-libXext xorg-libXrender" +BUILD_DEPENDS="xorg-randrproto xorg-libXext-dev xorg-libXrender-dev" + # Rules to configure and make the package. compile_rules() { diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXres-dev/receipt --- a/xorg-libXres-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXres-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.x.org/" WANTED="xorg-libXres" diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXres/receipt --- a/xorg-libXres/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXres/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SOURCE="libXres" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXss-dev/receipt --- a/xorg-libXss-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXss-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,17 +5,19 @@ CATEGORY="development" SHORT_DESC="Xorg screen saver module devel files." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="xorg-libXss xorg-libXext-dev xorg-scrnsaverproto" +LICENSE="MIT" WANTED="xorg-libXss" SOURCE="libXScrnSaver" WEB_SITE="http://www.x.org/" +DEPENDS="xorg-libXss xorg-libXext-dev xorg-scrnsaverproto" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXss/receipt --- a/xorg-libXss/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXss/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Xorg screen saver module." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="xorg-libXext" -BUILD_DEPENDS="xorg-scrnsaverproto" +LICENSE="MIT" SOURCE="libXScrnSaver" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" +DEPENDS="xorg-libXext" +BUILD_DEPENDS="xorg-scrnsaverproto" + # Rules to configure and make the package. compile_rules() { @@ -20,12 +22,12 @@ --mandir=/usr/share/man --localstatedir=/var \ $CONFIGURE_ARGS make - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXtst-dev/receipt --- a/xorg-libXtst-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXtst-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libXtst xorg-recordproto xorg-libXext-dev xorg-libXi-dev" +LICENSE="MIT" WANTED="xorg-libXtst" SOURCE="libXtst" WEB_SITE="http://www.x.org/" +DEPENDS="xorg-libXtst xorg-recordproto xorg-libXext-dev xorg-libXi-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXtst/receipt --- a/xorg-libXtst/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXtst/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="libXtst" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXv-dev/receipt --- a/xorg-libXv-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXv-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libXv xorg-libXext-dev xorg-videoproto" +LICENSE="MIT" WANTED="xorg-libXv" SOURCE="libXv" WEB_SITE="http://www.x.org/" +DEPENDS="xorg-libXv xorg-libXext-dev xorg-videoproto" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXv/receipt --- a/xorg-libXv/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXv/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="libXv" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXvMC-dev/receipt --- a/xorg-libXvMC-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXvMC-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libXvMC xorg-libXv-dev" +LICENSE="MIT" WANTED="xorg-libXvMC" WEB_SITE="http://www.x.org/" +DEPENDS="xorg-libXvMC xorg-libXv-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXvMC/receipt --- a/xorg-libXvMC/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXvMC/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="libXvMC" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXxf86dga-dev/receipt --- a/xorg-libXxf86dga-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXxf86dga-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.x.org/" WANTED="xorg-libXxf86dga" diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXxf86dga/receipt --- a/xorg-libXxf86dga/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXxf86dga/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SOURCE="libXxf86dga" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXxf86vm-dev/receipt --- a/xorg-libXxf86vm-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXxf86vm-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libXxf86vm xorg-libXext-dev xorg-xf86vidmodeproto" +LICENSE="MIT" WANTED="xorg-libXxf86vm" SOURCE="libXxf86vm" WEB_SITE="http://www.x.org/" +DEPENDS="xorg-libXxf86vm xorg-libXext-dev xorg-xf86vidmodeproto" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 5c8c6743afe9 -r eb8067417980 xorg-libXxf86vm/receipt --- a/xorg-libXxf86vm/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libXxf86vm/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="libXxf86vm" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-libdmx-dev/receipt --- a/xorg-libdmx-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libdmx-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Xorg DMX module devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-dmxproto" +LICENSE="MIT" WANTED="xorg-libdmx" WEB_SITE="http://www.x.org/" +DEPENDS="xorg-dmxproto" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 5c8c6743afe9 -r eb8067417980 xorg-libdmx/receipt --- a/xorg-libdmx/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libdmx/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg DMX library." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="libdmx" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-libpciaccess-dev/receipt --- a/xorg-libpciaccess-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libpciaccess-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="Xorg module devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libpciaccess" +LICENSE="MIT" WANTED="xorg-libpciaccess" SOURCE="libpciaccess" WEB_SITE="http://www.x.org/" +DEPENDS="xorg-libpciaccess" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 5c8c6743afe9 -r eb8067417980 xorg-libpciaccess/receipt --- a/xorg-libpciaccess/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libpciaccess/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="libpciaccess" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-libxkbfile-dev/receipt --- a/xorg-libxkbfile-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libxkbfile-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,18 +5,20 @@ CATEGORY="development" SHORT_DESC="Xorg server keyboard library devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libX11-dev xorg-libxkbfile" +LICENSE="MIT" SOURCE="libxkbfile" WANTED="xorg-libxkbfile" WEB_SITE="http://www.x.org/" +DEPENDS="xorg-libX11-dev xorg-libxkbfile" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-libxkbfile/receipt --- a/xorg-libxkbfile/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-libxkbfile/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Xorg server keyboard library." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libX11" -BUILD_DEPENDS="xorg-libX11-dev" +LICENSE="MIT" SOURCE="libxkbfile" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/lib/$TARBALL" +DEPENDS="xorg-libX11" +BUILD_DEPENDS="xorg-libX11-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,13 +22,13 @@ --mandir=/usr/share/man --localstatedir=/var \ $CONFIGURE_ARGS make - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 5c8c6743afe9 -r eb8067417980 xorg-mkfontdir/receipt --- a/xorg-mkfontdir/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-mkfontdir/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Create an index of X font files in a directory." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SOURCE="mkfontdir" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://xorg.freedesktop.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-mkfontscale/receipt --- a/xorg-mkfontscale/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-mkfontscale/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Create an index of scalable font files for X." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SOURCE="mkfontscale" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://xorg.freedesktop.org/" @@ -27,6 +28,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-rgb/receipt --- a/xorg-rgb/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-rgb/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="x-window" SHORT_DESC="X11 RGB colors definitions." MAINTAINER="pankso@slitaz.org" -BUILD_DEPENDS="pkg-config xorg-xproto" +LICENSE="MIT" SOURCE="rgb" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" +BUILD_DEPENDS="pkg-config xorg-xproto" + # Rules to configure and make the package. compile_rules() { @@ -19,13 +21,13 @@ --mandir=/usr/share/man --localstatedir=/var \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/X11 $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/X11 $fs/usr/share } diff -r 5c8c6743afe9 -r eb8067417980 xorg-setxkbmap/receipt --- a/xorg-setxkbmap/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-setxkbmap/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Set the keyboard using the X Keyboard Extension." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SOURCE="setxkbmap" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-x11perf/receipt --- a/xorg-x11perf/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-x11perf/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,26 +5,28 @@ CATEGORY="x-window" SHORT_DESC="Utility who runs one or more performance tests and reports." MAINTAINER="paul@slitaz.org" -DEPENDS="xorg-libXmu xorg-libXft" -BUILD_DEPENDS="xorg-libXmu-dev xorg-libXft-dev" +LICENSE="MIT" SOURCE="x11perf" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://xorg.freedesktop.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" +DEPENDS="xorg-libXmu xorg-libXft" +BUILD_DEPENDS="xorg-libXmu-dev xorg-libXft-dev" + # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr \ --mandir=/usr/share/man $CONFIGURE_ARGS && \ - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xauth/receipt --- a/xorg-xauth/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xauth/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="X authority file utility." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="xauth" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xbacklight/receipt --- a/xorg-xbacklight/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xbacklight/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="x-window" SHORT_DESC="utility for x-server to set the backlight level using the RandR" MAINTAINER="jozee@slitaz.org" +LICENSE="MIT" SOURCE="xbacklight" TARBALL="$SOURCE-$VERSION.tar.bz2" -DEPENDS="xorg-libXrandr" -BUILD_DEPENDS="xorg-libXrandr-dev" WEB_SITE="http://xorg.freedesktop.org/" WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" TAGS="utility xorg power backlight" +DEPENDS="xorg-libXrandr" +BUILD_DEPENDS="xorg-libXrandr-dev" + # Rules to configure and make the package.ls sr compile_rules() { @@ -22,13 +24,12 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } - diff -r 5c8c6743afe9 -r eb8067417980 xorg-xbitmaps/receipt --- a/xorg-xbitmaps/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xbitmaps/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="development" SHORT_DESC="Devel files for X (bitmaps)." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-util-macros" -BUILD_DEPENDS="xorg-util-macros" +LICENSE="MIT" SOURCE="xbitmaps" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/data/$TARBALL" +DEPENDS="xorg-util-macros" +BUILD_DEPENDS="xorg-util-macros" + # Rules to configure and make the package. compile_rules() { @@ -21,11 +23,11 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS make - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/* $fs + cp -a $install/* $fs } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xclock/receipt --- a/xorg-xclock/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xclock/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Simple clock for X." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="xclock" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xcompmgr/receipt --- a/xorg-xcompmgr/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xcompmgr/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="X composite manager." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="xcompmgr" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xcursorgen/receipt --- a/xorg-xcursorgen/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xcursorgen/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="X cursor generator." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libX11 xorg-libXcursor libpng" -BUILD_DEPENDS="xorg-libX11-dev xorg-libXcursor-dev libpng-dev" +LICENSE="MIT" SOURCE="xcursorgen" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" +DEPENDS="xorg-libX11 xorg-libXcursor libpng" +BUILD_DEPENDS="xorg-libX11-dev xorg-libXcursor-dev libpng-dev" + # Rules to configure and make the package. compile_rules() { @@ -21,12 +23,12 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xdpyinfo/receipt --- a/xorg-xdpyinfo/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xdpyinfo/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="x-window" SHORT_DESC="display information utility for X-server" MAINTAINER="jozee@slitaz.org" +LICENSE="MIT" SOURCE="xdpyinfo" TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://xorg.freedesktop.org/" +WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" +TAGS="utility xorg display" + DEPENDS="xorg-libXtst xorg-libXxf86vm xorg-libXrender \ xorg-libXinerama xorg-libXp" BUILD_DEPENDS="xorg-libXtst-dev xorg-libXxf86vm-dev \ xorg-libXrender-dev xorg-libXinerama-dev xorg-libXp-dev" -WEB_SITE="http://xorg.freedesktop.org/" -WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" -TAGS="utility xorg display" # Rules to configure and make the package.ls sr compile_rules() @@ -24,14 +26,12 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - + cp -a $install/usr/bin $fs/usr } - diff -r 5c8c6743afe9 -r eb8067417980 xorg-xdriinfo/receipt --- a/xorg-xdriinfo/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xdriinfo/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="x-window" SHORT_DESC="Query configuration information of DRI drivers" MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xedit/receipt --- a/xorg-xedit/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xedit/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Simple text editor for X." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SOURCE="xedit" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://xorg.freedesktop.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xev/receipt --- a/xorg-xev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="x-window" SHORT_DESC="print contents of x-server events " MAINTAINER="jozee@slitaz.org" +LICENSE="MIT" SOURCE="xev" TARBALL="$SOURCE-$VERSION.tar.bz2" -DEPENDS="xorg-libX11" -BUILD_DEPENDS="xorg-libX11-dev" WEB_SITE="http://xorg.freedesktop.org/" WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" TAGS="utility xorg debug" +DEPENDS="xorg-libX11" +BUILD_DEPENDS="xorg-libX11-dev" + # Rules to configure and make the package.ls sr compile_rules() { @@ -22,13 +24,12 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } - diff -r 5c8c6743afe9 -r eb8067417980 xorg-xeyes/receipt --- a/xorg-xeyes/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xeyes/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="x-window" SHORT_DESC="A follow the mouse X demo." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SOURCE="xeyes" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://xorg.freedesktop.org/" WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" + DEPENDS="xorg-libX11 xorg-libXt xorg-libXext xorg-libXmu xorg-libXrender" # Rules to configure and make the package. @@ -27,7 +29,7 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr chmod +x $fs/usr/bin/* } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-input-elographics/receipt --- a/xorg-xf86-input-elographics/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-input-elographics/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg elographics driver." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="xf86-input-elographics" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-input-evdev/receipt --- a/xorg-xf86-input-evdev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-input-evdev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg input evdev driver." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="xf86-input-evdev" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-input-evtouch/receipt --- a/xorg-xf86-input-evtouch/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-input-evtouch/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-server" -BUILD_DEPENDS="xorg-server-dev" +LICENSE="MIT" SOURCE="xf86-input-evtouch" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="http://www.conan.de/touchscreen/$TARBALL" +DEPENDS="xorg-server" +BUILD_DEPENDS="xorg-server-dev" + # Rules to configure and make the package. compile_rules() { @@ -26,13 +28,13 @@ --enable-evcalibrate \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs rm -f $fs/usr/lib/X11/modules/input/*.la } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-input-keyboard/receipt --- a/xorg-xf86-input-keyboard/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-input-keyboard/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg server keyboard driver." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="xf86-input-keyboard" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-input-microtouch/receipt --- a/xorg-xf86-input-microtouch/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-input-microtouch/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-server" -BUILD_DEPENDS="xorg-server-dev" +LICENSE="MIT" SOURCE="xf86-input-microtouch" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" +DEPENDS="xorg-server" +BUILD_DEPENDS="xorg-server-dev" + # Rules to configure and make the package. compile_rules() { @@ -25,14 +27,14 @@ --with-xorg-module-dir=/usr/lib/X11/modules \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/X11/modules/input/ - cp -a $_pkg/usr/lib/X11/modules/input/*.so \ + cp -a $install/usr/lib/X11/modules/input/*.so \ $fs/usr/lib/X11/modules/input/ } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-input-mouse/receipt --- a/xorg-xf86-input-mouse/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-input-mouse/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-server" -BUILD_DEPENDS="xorg-server-dev" +LICENSE="MIT" SOURCE="xf86-input-mouse" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" +DEPENDS="xorg-server" +BUILD_DEPENDS="xorg-server-dev" + # Rules to configure and make the package. compile_rules() { @@ -24,14 +26,14 @@ --with-xorg-module-dir=/usr/lib/X11/modules \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/X11/modules/input/ - cp -a $_pkg/usr/lib/X11/modules/input/*.so \ - $fs/usr/lib/X11/modules/input/ + cp -a $install/usr/lib/X11/modules/input/*.so \ + $fs/usr/lib/X11/modules/input/ } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-input-mutouch/receipt --- a/xorg-xf86-input-mutouch/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-input-mutouch/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-server" -BUILD_DEPENDS="xorg-server-dev" +LICENSE="MIT" SOURCE="xf86-input-mutouch" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" +DEPENDS="xorg-server" +BUILD_DEPENDS="xorg-server-dev" + # Rules to configure and make the package. compile_rules() { @@ -25,14 +27,14 @@ --with-xorg-module-dir=/usr/lib/X11/modules \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/X11/modules/input/ - cp -a $_pkg/usr/lib/X11/modules/input/*.so \ - $fs/usr/lib/X11/modules/input/ + cp -a $install/usr/lib/X11/modules/input/*.so \ + $fs/usr/lib/X11/modules/input/ } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-input-plpevtch/receipt --- a/xorg-xf86-input-plpevtch/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-input-plpevtch/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Xorg server driver for touchscreens." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="xorg-server" -BUILD_DEPENDS="xorg-server-dev" +LICENSE="MIT" SOURCE="xf86-input-plpevtch" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.plop.at/en/touchscreen.html" WGET_URL="http://download.plop.at/files/plpevtch/$TARBALL" +DEPENDS="xorg-server" +BUILD_DEPENDS="xorg-server-dev" + # Rules to configure and make the package. compile_rules() { @@ -24,14 +26,14 @@ --with-xorg-module-dir=/usr/lib/X11/modules \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/X11/modules/input/ - cp -a $_pkg/usr/lib/X11/modules/input/*.so \ - $fs/usr/lib/X11/modules/input/ + cp -a $install/usr/lib/X11/modules/input/*.so \ + $fs/usr/lib/X11/modules/input/ } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-input-vmmouse/receipt --- a/xorg-xf86-input-vmmouse/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-input-vmmouse/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="X.org VMWare Mouse Input driver." MAINTAINER="slaxemulator@gmail.com" -DEPENDS="xorg-server" -BUILD_DEPENDS="xorg-server-dev" +LICENSE="MIT" SOURCE="xf86-input-vmmouse" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://xorg.freedesktop.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" +DEPENDS="xorg-server" +BUILD_DEPENDS="xorg-server-dev" + # Rules to configure and make the package. compile_rules() { diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-input-void/receipt --- a/xorg-xf86-input-void/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-input-void/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg server protocol." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="xf86-input-void" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-ati/receipt --- a/xorg-xf86-video-ati/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-ati/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg server ATI driver." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="xf86-video-ati" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-cirrus/receipt --- a/xorg-xf86-video-cirrus/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-cirrus/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg driver for Cirrus cards." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SOURCE="xf86-video-cirrus" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-fbdev/receipt --- a/xorg-xf86-video-fbdev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-fbdev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg video driver for framebuffer device." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="xf86-video-fbdev" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-geode/receipt --- a/xorg-xf86-video-geode/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-geode/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg AMD Geode video driver." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="xf86-video-geode" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-i740/receipt --- a/xorg-xf86-video-i740/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-i740/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="x-window" SHORT_DESC="Xorg Intel i740 video driver." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-server" -BUILD_DEPENDS="xorg-server-dev" +LICENSE="MIT" SOURCE="xf86-video-i740" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" TAGS="xorg display" +DEPENDS="xorg-server" +BUILD_DEPENDS="xorg-server-dev" + # Rules to configure and make the package. compile_rules() { @@ -25,14 +27,14 @@ --with-xorg-module-dir=/usr/lib/X11/modules \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/X11/modules/drivers/ - cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \ - $fs/usr/lib/X11/modules/drivers/ + cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \ + $fs/usr/lib/X11/modules/drivers/ } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-intel/receipt --- a/xorg-xf86-video-intel/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-intel/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg server Intel driver." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="xf86-video-intel" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-mach64/receipt --- a/xorg-xf86-video-mach64/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-mach64/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg driver for ATI MACH 64 cards." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SOURCE="xf86-video-mach64" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-neomagic/receipt --- a/xorg-xf86-video-neomagic/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-neomagic/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg driver for neomagic cards" MAINTAINER="domcox@slitaz.org" +LICENSE="MIT" SOURCE="xf86-video-neomagic" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-nv/receipt --- a/xorg-xf86-video-nv/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-nv/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg NVIDIA video driver." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="xf86-video-nv" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-radeonhd/receipt --- a/xorg-xf86-video-radeonhd/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-radeonhd/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Xorg server ATI Radeon HD driver." MAINTAINER="lufeng369@slitaz.org" -DEPENDS="xorg xorg-server" -BUILD_DEPENDS="xorg-server-dev xorg-libpciaccess-dev xorg-xproto xorg-fontsproto" +LICENSE="MIT" SOURCE="xf86-video-radeonhd" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" +DEPENDS="xorg xorg-server" +BUILD_DEPENDS="xorg-server-dev xorg-libpciaccess-dev xorg-xproto xorg-fontsproto" + # Rules to configure and make the package. compile_rules() { @@ -24,13 +26,13 @@ --with-xorg-module-dir=/usr/lib/X11/modules \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/X11/modules/drivers/ - cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \ + cp -a $install/usr/lib/X11/modules/drivers/*.so \ $fs/usr/lib/X11/modules/drivers/ } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-s3/receipt --- a/xorg-xf86-video-s3/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-s3/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="x-window" SHORT_DESC="Xorg driver for Trident S3 cards." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-server" -BUILD_DEPENDS="xorg-server-dev" +LICENSE="MIT" SOURCE="xf86-video-s3" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/driver/$TARBALL" TAGS="xorg display" +DEPENDS="xorg-server" +BUILD_DEPENDS="xorg-server-dev" + # Rules to configure and make the package. compile_rules() { @@ -25,14 +27,13 @@ --with-xorg-module-dir=/usr/lib/X11/modules \ $CONFIGURE_ARGS make - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/X11/modules/drivers/ - cp -a $_pkg/usr/lib/X11/modules/drivers/*.so \ - $fs/usr/lib/X11/modules/drivers/ + cp -a $install/usr/lib/X11/modules/drivers/*.so \ + $fs/usr/lib/X11/modules/drivers/ } - diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-s3virge/receipt --- a/xorg-xf86-video-s3virge/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-s3virge/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg driver for Trident S3 virge cards." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SOURCE="xf86-video-s3virge" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-savage/receipt --- a/xorg-xf86-video-savage/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-savage/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg driver for Trident savage cards." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SOURCE="xf86-video-savage" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-sis/receipt --- a/xorg-xf86-video-sis/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-sis/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg driver for SIS cards." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SOURCE="xf86-video-sis" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-trident/receipt --- a/xorg-xf86-video-trident/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-trident/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg driver for trident cards." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="xf86-video-trident" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-tseng/receipt --- a/xorg-xf86-video-tseng/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-tseng/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg driver for Tseng cards." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SOURCE="xf86-video-tseng" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-v4l/receipt --- a/xorg-xf86-video-v4l/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-v4l/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -4,6 +4,7 @@ VERSION="0.2.0" CATEGORY="x-window" MAINTAINER="devel@slitaz.org" +LICENSE="MIT" SHORT_DESC="X.org v4l video driver" WEB_SITE="http://xorg.freedesktop.org/" SOURCE="xf86-video-v4l" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-vesa/receipt --- a/xorg-xf86-video-vesa/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-vesa/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xorg Vesa video driver." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="xf86-video-vesa" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xf86-video-vmware/receipt --- a/xorg-xf86-video-vmware/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xf86-video-vmware/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="X.org vmware video driver" MAINTAINER="slaxemulator@gmail.com" +LICENSE="MIT" SOURCE="xf86-video-vmware" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xfontsel/receipt --- a/xorg-xfontsel/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xfontsel/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="point and click selection utility of X11 font names" MAINTAINER="jozee@slitaz.org" +LICENSE="MIT" SOURCE="xfontsel" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://xorg.freedesktop.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xhost/receipt --- a/xorg-xhost/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xhost/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Server access control program for X." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="MIT" SOURCE="xhost" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xinit/receipt --- a/xorg-xinit/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xinit/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="x-window" SHORT_DESC="X.org initialization program" MAINTAINER="jozee@slitaz.org" +LICENSE="MIT" SOURCE="xinit" TARBALL="$SOURCE-$VERSION.tar.bz2" -DEPENDS="xorg-xauth" -BUILD_DEPENDS="xorg-libXmu-dev" WEB_SITE="http://xorg.freedesktop.org/" WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" TAGS="utility xorg" +DEPENDS="xorg-xauth" +BUILD_DEPENDS="xorg-libXmu-dev" + # Rules to configure and make the package.ls sr compile_rules() { @@ -23,14 +25,14 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make XINITDIR=/etc/X11/xinit && - make XINITDIR=/etc/X11/xinit DESTDIR=$PWD/_pkg install + make XINITDIR=/etc/X11/xinit DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr $fs/etc/X11/xinit - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr cp -a $stuff/xserverrc $fs/etc/X11/xinit/xserverrc } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xinput/receipt --- a/xorg-xinput/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xinput/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="X input utility (MPX support)." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="xinput" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xkbcomp/receipt --- a/xorg-xkbcomp/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xkbcomp/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Xorg keyboard composite." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libxkbfile" -BUILD_DEPENDS="xorg-libxkbfile-dev" +LICENSE="MIT" SOURCE="xkbcomp" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" +DEPENDS="xorg-libxkbfile" +BUILD_DEPENDS="xorg-libxkbfile-dev" + # Rules to configure and make the package. compile_rules() { @@ -27,6 +29,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xkbutils/receipt --- a/xorg-xkbutils/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xkbutils/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Xorg keyboard utility." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libXaw xorg-xkeyboard-config" -BUILD_DEPENDS="xorg-libxkbfile-dev xorg-libXaw-dev" +LICENSE="MIT" SOURCE="xkbutils" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" +DEPENDS="xorg-libXaw xorg-xkeyboard-config" +BUILD_DEPENDS="xorg-libxkbfile-dev xorg-libXaw-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,12 +22,12 @@ --mandir=/usr/share/man --localstatedir=/var \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xkeyboard-config/receipt --- a/xorg-xkeyboard-config/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xkeyboard-config/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Xorg server keyboard definition files." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-xkbcomp" -BUILD_DEPENDS="perl-xml-parser xorg-xkbcomp xorg-xproto xorg-libX11-dev intltool" +LICENSE="MIT" SOURCE="xkeyboard-config" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="http://xorg.freedesktop.org/releases/individual/data/$SOURCE/$TARBALL" +DEPENDS="xorg-xkbcomp" +BUILD_DEPENDS="perl-xml-parser xorg-xkbcomp xorg-xproto xorg-libX11-dev intltool" + # Rules to configure and make the package. compile_rules() { @@ -25,13 +27,13 @@ --with-xkb-rules-symlink=xorg \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/share/X11 $fs/usr/share + cp -a $install/usr/share/X11 $fs/usr/share } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xkill/receipt --- a/xorg-xkill/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xkill/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -6,12 +6,14 @@ CATEGORY="x-window" SHORT_DESC="X application killer" MAINTAINER="mallory@sweetpeople.org" -DEPENDS="xorg-libXmu" -BUILD_DEPENDS="xorg-libXmu-dev" +LICENSE="MIT" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL" +DEPENDS="xorg-libXmu" +BUILD_DEPENDS="xorg-libXmu-dev" + # Rules to configure and make the package. compile_rules() { @@ -19,13 +21,13 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xload/receipt --- a/xorg-xload/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xload/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="X app to show system resources usage." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="xload" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xmessage/receipt --- a/xorg-xmessage/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xmessage/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Display a message or query in a window." MAINTAINER="slaxemulator@gmail.com" +LICENSE="MIT" SOURCE="xmessage" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" diff -r 5c8c6743afe9 -r eb8067417980 xorg-xmodmap/receipt --- a/xorg-xmodmap/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xmodmap/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="X keyboard and mouse configuration utility." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libX11" -BUILD_DEPENDS="xorg-libX11-dev" +LICENSE="MIT" SOURCE="xmodmap" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" +DEPENDS="xorg-libX11" +BUILD_DEPENDS="xorg-libX11-dev" + # Rules to configure and make the package. compile_rules() { @@ -23,12 +25,12 @@ --localstatedir=/var \ $CONFIGURE_ARGS make - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xprop/receipt --- a/xorg-xprop/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xprop/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="X xprop application." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libX11" -BUILD_DEPENDS="xorg-libX11-dev" +LICENSE="MIT" SOURCE="xprop" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" +DEPENDS="xorg-libX11" +BUILD_DEPENDS="xorg-libX11-dev" + # Rules to configure and make the package. compile_rules() { @@ -19,12 +21,12 @@ ./configure --prefix=/usr --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xrandr/receipt --- a/xorg-xrandr/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xrandr/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="X app to show system resources usage." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" SOURCE="xrandr" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" @@ -25,5 +26,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xrdb/receipt --- a/xorg-xrdb/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xrdb/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Xrdb is a program used for accessing the X resources of a server." MAINTAINER="rocky@slitaz.org" -DEPENDS="xorg-libXmu" -BUILD_DEPENDS="pkg-config" +LICENSE="MIT" SOURCE="xrdb" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" +DEPENDS="xorg-libXmu" +BUILD_DEPENDS="pkg-config" + # Rules to configure and make the package. compile_rules() { @@ -24,5 +26,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xset/receipt --- a/xorg-xset/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xset/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Xorg user preference utility." MAINTAINER="paul@slitaz.org" -DEPENDS="xorg-libXmu" -BUILD_DEPENDS="xorg-libXmu-dev" +LICENSE="MIT" SOURCE="xset" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://xorg.freedesktop.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" +DEPENDS="xorg-libXmu" +BUILD_DEPENDS="xorg-libXmu-dev" + # Rules to configure and make the package. compile_rules() { @@ -25,5 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xsetroot/receipt --- a/xorg-xsetroot/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xsetroot/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Xsetroot is a tool to configure X root background color." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libXmu xorg-libXcursor" -BUILD_DEPENDS="xorg-libXmu-dev xorg-libXcursor-dev xorg-xbitmaps" +LICENSE="MIT" SOURCE="xsetroot" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" +DEPENDS="xorg-libXmu xorg-libXcursor" +BUILD_DEPENDS="xorg-libXmu-dev xorg-libXcursor-dev xorg-xbitmaps" + # Rules to configure and make the package. compile_rules() { @@ -21,12 +23,12 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS make - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg-xwininfo/receipt --- a/xorg-xwininfo/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg-xwininfo/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="x-window" SHORT_DESC="window information utility to query x-server" MAINTAINER="jozee@slitaz.org" +LICENSE="MIT" SOURCE="xwininfo" TARBALL="$SOURCE-$VERSION.tar.bz2" -DEPENDS="xorg-libX11" -BUILD_DEPENDS="xorg-libX11-dev" WEB_SITE="http://xorg.freedesktop.org/" WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" TAGS="util xorg windows" +DEPENDS="xorg-libX11" +BUILD_DEPENDS="xorg-libX11-dev" + # Rules to configure and make the package.ls sr compile_rules() { @@ -29,6 +31,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 5c8c6743afe9 -r eb8067417980 xorg/receipt --- a/xorg/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xorg/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="meta" SHORT_DESC="Xorg server meta-package to install all Xorg modules." MAINTAINER="pankso@slitaz.org" +LICENSE="MIT" WEB_SITE="http://www.x.org/" DEPENDS=" xorg-xauth diff -r 5c8c6743afe9 -r eb8067417980 xplc-dev/receipt --- a/xplc-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xplc-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="xplc development files." MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" WEB_SITE="http://xplc.sourceforge.net" WANTED="xplc" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib/$WANTED-$VERSION - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/$WANTED-$VERSION/*.a $fs/usr/lib/$WANTED-$VERSION/ + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/$WANTED-$VERSION/*.a $fs/usr/lib/$WANTED-$VERSION/ } diff -r 5c8c6743afe9 -r eb8067417980 xplc/receipt --- a/xplc/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xplc/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -4,14 +4,16 @@ VERSION="0.3.13" CATEGORY="network" MAINTAINER="jozee@slitaz.org" +LICENSE="LGPL2.1" SHORT_DESC="Cross-Platform Lightweight Components" -BUILD_DEPENDS="" WEB_SITE="http://xplc.sourceforge.net" -DEPENDS="gcc-lib-base" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/xplc/$TARBALL" TAGS="" +DEPENDS="gcc-lib-base" +BUILD_DEPENDS="" + # Rules to configure and make the package. compile_rules() { @@ -19,7 +21,7 @@ ./configure --prefix=/usr --mandir=/usr/share/man \ --without-libuuid $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } @@ -27,8 +29,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib/$PACKAGE-$VERSION - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*so* $fs/usr/lib/ - cp -a $_pkg/usr/lib/$PACKAGE-$VERSION/*so* $fs/usr/lib/$PACKAGE-$VERSION + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*so* $fs/usr/lib/ + cp -a $install/usr/lib/$PACKAGE-$VERSION/*so* $fs/usr/lib/$PACKAGE-$VERSION rm -f $fs/usr/bin/uuidgen } diff -r 5c8c6743afe9 -r eb8067417980 xrick/receipt --- a/xrick/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xrick/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="games" SHORT_DESC="Rick Dangerous" MAINTAINER="erjo@slitaz.org" -DEPENDS="libsdl zlib" -BUILD_DEPENDS="libsdl-dev" +LICENSE="GPL" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://www.bigorno.net/xrick/" WGET_URL="http://www.bigorno.net/xrick/$TARBALL" +DEPENDS="libsdl zlib" +BUILD_DEPENDS="libsdl-dev" + # Rules to configure and make the package. compile_rules() { diff -r 5c8c6743afe9 -r eb8067417980 xruskb/receipt --- a/xruskb/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xruskb/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Keyboard switcher for russian/czech" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.yar.ru/~lav/programs.html" WGET_URL="http://ftp.yars.free.net/pub/source/xruskb/$TARBALL" @@ -21,13 +22,13 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/$PACKAGE $fs/usr/share } diff -r 5c8c6743afe9 -r eb8067417980 xv/receipt --- a/xv/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xv/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="non-free" SHORT_DESC="Interactive image manipulation program for the X Window System." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="other" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.trilon.com/xv/xv.html" WGET_URL="ftp://ftp.trilon.com/pub/$PACKAGE/$TARBALL" diff -r 5c8c6743afe9 -r eb8067417980 xvidcore-dev/receipt --- a/xvidcore-dev/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xvidcore-dev/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="XviD, a high performance/quality MPEG-4 video de-/encoding solution" MAINTAINER="devl547@gmail.com" +LICENSE="GPL2" WEB_SITE="http://www.xvid.org" DEPENDS="xvidcore" WANTED="xvidcore" diff -r 5c8c6743afe9 -r eb8067417980 xvidcore/receipt --- a/xvidcore/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xvidcore/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="multimedia" SHORT_DESC="XviD, a high performance/quality MPEG-4 video de-/encoding solution" MAINTAINER="devl547@gmail.com" -BUILD_DEPENDS="yasm" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xvid.org" WGET_URL="http://downloads.xvid.org/downloads/$TARBALL" +BUILD_DEPENDS="yasm" + # Rules to configure and make the package. compile_rules() { diff -r 5c8c6743afe9 -r eb8067417980 xvkbd/receipt --- a/xvkbd/receipt Fri Nov 29 13:39:45 2013 +0000 +++ b/xvkbd/receipt Sat Nov 30 10:06:29 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="x-window" SHORT_DESC="Virtual (graphical) keyboard program for X Window System." MAINTAINER="paul@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://homepage3.nifty.com/tsato/xvkbd/" +WGET_URL="${WEB_SITE}$TARBALL" + DEPENDS="xorg-libXt xorg-libX11 xorg-xproto xorg-libSM xorg-libXaw \ xorg-libICE xorg-libXp xorg-libXtst xorg-libXmu xorg-libXpm xorg-libXext \ xorg-libXau xorg-libXdmcp xorg-libXaw3d" BUILD_DEPENDS="xorg-imake xorg-cf-files xorg-libXt-dev xorg-libX11-dev \ xorg-xproto xorg-libSM-dev xorg-libXaw-dev xorg-libICE-dev xorg-libXp-dev \ xorg-libXtst-dev xorg-xextproto xorg-inputproto xorg-libXmu-dev xorg-libXaw3d-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://homepage3.nifty.com/tsato/xvkbd/" -WGET_URL="${WEB_SITE}$TARBALL" # Rules to configure and make the package. compile_rules()