wok rev 15001
Add some GPL2 licenses
line diff
1.1 --- a/acpid/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/acpid/receipt Sat Aug 10 17:48:05 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="The ACPI event daemon with netlink" 1.6 MAINTAINER="domcox@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.9 WEB_SITE="http://tedfelix.com/linux/acpid-netlink.html" 1.10 WGET_URL="http://www.tedfelix.com/linux/$TARBALL" 1.11 @@ -27,9 +28,9 @@ 1.12 { 1.13 mkdir -p $fs/usr 1.14 # acpid 1.15 - cp -a $_pkg/usr/sbin $fs/usr 1.16 + cp -a $install/usr/sbin $fs/usr 1.17 # acpi_listen 1.18 - cp -a $_pkg/usr/bin $fs/usr 1.19 + cp -a $install/usr/bin $fs/usr 1.20 # acpid conf files 1.21 mkdir -p $fs/etc 1.22 cp -a $stuff/init.d $fs/etc/
2.1 --- a/alarm-clock-applet/receipt Sat Aug 10 17:00:38 2013 +0000 2.2 +++ b/alarm-clock-applet/receipt Sat Aug 10 17:48:05 2013 +0000 2.3 @@ -5,6 +5,7 @@ 2.4 CATEGORY="x-window" 2.5 SHORT_DESC="Alarm Clock is a fully-featured alarm clock for panel" 2.6 MAINTAINER="al.bobylev@gmail.com" 2.7 +LICENSE="GPL2" 2.8 WEB_SITE="http://alarm-clock.pseudoberries.com/" 2.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.10 WGET_URL="https://launchpad.net/alarm-clock/trunk/$VERSION/+download/$TARBALL"
3.1 --- a/autoconf/receipt Sat Aug 10 17:00:38 2013 +0000 3.2 +++ b/autoconf/receipt Sat Aug 10 17:48:05 2013 +0000 3.3 @@ -5,7 +5,7 @@ 3.4 CATEGORY="development" 3.5 SHORT_DESC="A GNU tool for automatically configuring source code" 3.6 MAINTAINER="pankso@slitaz.org" 3.7 -LICENSE="GPL3" 3.8 +LICENSE="GPL2" 3.9 WEB_SITE="http://www.gnu.org/software/autoconf/" 3.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 3.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
4.1 --- a/axel/receipt Sat Aug 10 17:00:38 2013 +0000 4.2 +++ b/axel/receipt Sat Aug 10 17:48:05 2013 +0000 4.3 @@ -5,6 +5,7 @@ 4.4 CATEGORY="network" 4.5 SHORT_DESC="Download accelerator." 4.6 MAINTAINER="rocky@slitaz.org" 4.7 +LICENSE="GPL2" 4.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.9 WEB_SITE="http://axel.alioth.debian.org" 4.10 WGET_URL="http://alioth.debian.org/frs/download.php/3015/$TARBALL" 4.11 @@ -19,13 +20,13 @@ 4.12 --i18n=0 \ 4.13 $CONFIGURE_ARGS && 4.14 make && 4.15 - make install DESTDIR=$PWD/_pkg 4.16 + make install DESTDIR=$DESTDIR 4.17 } 4.18 4.19 # Rules to gen a SliTaz package suitable for Tazpkg. 4.20 genpkg_rules() 4.21 { 4.22 mkdir -p $fs/usr 4.23 - cp -a $_pkg/usr/bin $fs/usr 4.24 - cp -a $_pkg/etc $fs/ 4.25 + cp -a $install/usr/bin $fs/usr 4.26 + cp -a $install/etc $fs/ 4.27 }
5.1 --- a/buffer/receipt Sat Aug 10 17:00:38 2013 +0000 5.2 +++ b/buffer/receipt Sat Aug 10 17:48:05 2013 +0000 5.3 @@ -5,6 +5,7 @@ 5.4 CATEGORY="system-tools" 5.5 SHORT_DESC="GPL disaster recovery solution." 5.6 MAINTAINER="erjo@slitaz.org" 5.7 +LICENSE="GPL2" 5.8 WEB_SITE="http://www.mondorescue.org/" 5.9 TARBALL="$PACKAGE-$VERSION.tgz" 5.10 WGET_URL="ftp://ftp.mondorescue.org/src/$TARBALL"
6.1 --- a/cadaver/receipt Sat Aug 10 17:00:38 2013 +0000 6.2 +++ b/cadaver/receipt Sat Aug 10 17:48:05 2013 +0000 6.3 @@ -5,9 +5,11 @@ 6.4 CATEGORY="network" 6.5 SHORT_DESC="Command-line WEBDAV client." 6.6 MAINTAINER="pascal.bellard@slitaz.org" 6.7 +LICENSE="GPL2" 6.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.9 WEB_SITE="http://www.webdav.org/cadaver" 6.10 WGET_URL="$WEB_SITE/$TARBALL" 6.11 + 6.12 DEPENDS="openssl libkrb5 krb5 expat neon readline zlib libcomerr3" 6.13 BUILD_DEPENDS="openssl-dev krb5-dev krb5 expat-dev neon-dev readline-dev" 6.14 TAGS="webdav" 6.15 @@ -21,13 +23,13 @@ 6.16 --mandir=/usr/share/man \ 6.17 $CONFIGURE_ARGS && 6.18 make && 6.19 - make DESTDIR=$PWD/_pkg install 6.20 + make DESTDIR=$DESTDIR install 6.21 } 6.22 6.23 # Rules to gen a SliTaz package suitable for Tazpkg. 6.24 genpkg_rules() 6.25 { 6.26 mkdir -p $fs/usr 6.27 - cp -a $_pkg/usr/bin $fs/usr 6.28 + cp -a $install/usr/bin $fs/usr 6.29 } 6.30
7.1 --- a/cd-discid/receipt Sat Aug 10 17:00:38 2013 +0000 7.2 +++ b/cd-discid/receipt Sat Aug 10 17:48:05 2013 +0000 7.3 @@ -5,6 +5,7 @@ 7.4 CATEGORY="multimedia" 7.5 SHORT_DESC="Utility to get CDDB discid information from a CD-ROM disc" 7.6 MAINTAINER="domcox@slitaz.org" 7.7 +LICENSE="GPL2" 7.8 WEB_SITE="http://linukz.org/cd-discid.shtml" 7.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.10 WGET_URL="http://linukz.org/download/$TARBALL"
8.1 --- a/cgoban/receipt Sat Aug 10 17:00:38 2013 +0000 8.2 +++ b/cgoban/receipt Sat Aug 10 17:48:05 2013 +0000 8.3 @@ -5,12 +5,14 @@ 8.4 CATEGORY="games" 8.5 SHORT_DESC="Large set of go-related services for Unix and X11." 8.6 MAINTAINER="pascal.bellard@slitaz.org" 8.7 +LICENSE="GPL2" 8.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 8.9 WEB_SITE="http://cgoban1.sourceforge.net/" 8.10 WGET_URL="$SF_MIRROR/cgoban1/$TARBALL" 8.11 +SUGGESTED="gnugo" 8.12 + 8.13 DEPENDS="gtk+" 8.14 BUILD_DEPENDS="gtk+-dev xorg-dev" 8.15 -SUGGESTED="gnugo" 8.16 8.17 # Rules to configure and make the package. 8.18 compile_rules() 8.19 @@ -20,13 +22,13 @@ 8.20 --mandir=/usr/share/man \ 8.21 $CONFIGURE_ARGS && 8.22 make && 8.23 - make DESTDIR=$PWD/_pkg install 8.24 + make DESTDIR=$DESTDIR install 8.25 } 8.26 8.27 # Rules to gen a SliTaz package suitable for Tazpkg. 8.28 genpkg_rules() 8.29 { 8.30 mkdir -p $fs/usr/bin $fs/usr/share/applications 8.31 - cp -a $_pkg/usr/bin/cgoban $fs/usr/bin 8.32 + cp -a $install/usr/bin/cgoban $fs/usr/bin 8.33 } 8.34
9.1 --- a/collectd-apache/receipt Sat Aug 10 17:00:38 2013 +0000 9.2 +++ b/collectd-apache/receipt Sat Aug 10 17:48:05 2013 +0000 9.3 @@ -5,12 +5,13 @@ 9.4 CATEGORY="network" 9.5 SHORT_DESC="Apache plugin for Collectd" 9.6 MAINTAINER="erjo@slitaz.org" 9.7 -DEPENDS="libcurl apache" 9.8 -BUILD_DEPENDS="curl-dev" 9.9 WEB_SITE="http://collectd.org" 9.10 #CONFIG_FILES="/etc/collectd/collectd.conf" 9.11 WANTED="collectd" 9.12 9.13 +DEPENDS="libcurl apache" 9.14 +BUILD_DEPENDS="curl-dev" 9.15 + 9.16 # Rules to configure and make the package. 9.17 compile_rules() 9.18 { 9.19 @@ -30,6 +31,6 @@ 9.20 { 9.21 mkdir -p $fs/usr/lib/collectd 9.22 9.23 - cp -a $_pkg/usr/lib/collectd/*.so* $fs/usr/lib/collectd 9.24 + cp -a $install/usr/lib/collectd/*.so* $fs/usr/lib/collectd 9.25 } 9.26
10.1 --- a/collectd-dev/receipt Sat Aug 10 17:00:38 2013 +0000 10.2 +++ b/collectd-dev/receipt Sat Aug 10 17:48:05 2013 +0000 10.3 @@ -5,20 +5,21 @@ 10.4 CATEGORY="network" 10.5 SHORT_DESC="System Stattistics Collection Daemon" 10.6 MAINTAINER="erjo@slitaz.org" 10.7 -DEPENDS="" 10.8 +LICENSE="GPL2" 10.9 WEB_SITE="http://collectd.org" 10.10 WANTED="collectd" 10.11 # Rules to config 10.12 10.13 +DEPENDS="" 10.14 10.15 # Rules to gen a SliTaz package suitable for Tazpkg. 10.16 genpkg_rules() 10.17 { 10.18 mkdir -p $fs/usr/lib 10.19 10.20 - cp -a $_pkg/usr/include $fs/usr 10.21 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 10.22 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 10.23 + cp -a $install/usr/include $fs/usr 10.24 + cp -a $install/usr/lib/*.*a $fs/usr/lib 10.25 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 10.26 10.27 } 10.28
11.1 --- a/collectd/receipt Sat Aug 10 17:00:38 2013 +0000 11.2 +++ b/collectd/receipt Sat Aug 10 17:48:05 2013 +0000 11.3 @@ -5,6 +5,7 @@ 11.4 CATEGORY="network" 11.5 SHORT_DESC="System Stattistics Collection Daemon" 11.6 MAINTAINER="erjo@slitaz.org" 11.7 +LICENSE="GPL2" 11.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 11.9 WEB_SITE="http://collectd.org" 11.10 WGET_URL="http://collectd.org/files/$TARBALL" 11.11 @@ -45,14 +46,14 @@ 11.12 $fs/etc/init.d 11.13 11.14 11.15 - cp -a $_pkg/etc $fs/ 11.16 - cp -a $_pkg/var $fs/ 11.17 - cp -a $_pkg/usr/share/collectd $fs/usr/share 11.18 - cp -a $_pkg/usr/bin $fs/usr 11.19 - cp -a $_pkg/usr/sbin $fs/usr 11.20 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 11.21 - cp -a $_pkg/usr/lib/collectd/*.so $fs/usr/lib/collectd 11.22 - cp -a $_pkg/usr/lib/perl5 $fs/usr/lib 11.23 + cp -a $install/etc $fs/ 11.24 + cp -a $install/var $fs/ 11.25 + cp -a $install/usr/share/collectd $fs/usr/share 11.26 + cp -a $install/usr/bin $fs/usr 11.27 + cp -a $install/usr/sbin $fs/usr 11.28 + cp -a $install/usr/lib/*.so* $fs/usr/lib 11.29 + cp -a $install/usr/lib/collectd/*.so $fs/usr/lib/collectd 11.30 + cp -a $install/usr/lib/perl5 $fs/usr/lib 11.31 11.32 # Add init script and fixes 11.33 install -g root -o root -m 0755 $stuff/collectd $fs/etc/init.d
12.1 --- a/commoncpp2-dev/receipt Sat Aug 10 17:00:38 2013 +0000 12.2 +++ b/commoncpp2-dev/receipt Sat Aug 10 17:48:05 2013 +0000 12.3 @@ -3,19 +3,21 @@ 12.4 PACKAGE="commoncpp2-dev" 12.5 VERSION="1.8.1" 12.6 CATEGORY="development" 12.7 +LICENSE="GPL2" 12.8 SHORT_DESC="Devel files for commoncpp2." 12.9 MAINTAINER="rcx@zoominternet.net" 12.10 -DEPENDS="commoncpp2" 12.11 WEB_SITE="http://www.gnu.org/software/commoncpp/" 12.12 WANTED="commoncpp2" 12.13 12.14 +DEPENDS="commoncpp2" 12.15 + 12.16 # Rules to gen a SliTaz package suitable for Tazpkg. 12.17 genpkg_rules() 12.18 { 12.19 mkdir -p $fs/usr/lib $fs/usr/share 12.20 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 12.21 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 12.22 - cp -a $_pkg/usr/bin $fs/usr 12.23 - cp -a $_pkg/usr/include $fs/usr 12.24 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 12.25 + cp -a $install/usr/lib/*.*a $fs/usr/lib 12.26 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 12.27 + cp -a $install/usr/bin $fs/usr 12.28 + cp -a $install/usr/include $fs/usr 12.29 + cp -a $install/usr/share/aclocal $fs/usr/share 12.30 }
13.1 --- a/commoncpp2/receipt Sat Aug 10 17:00:38 2013 +0000 13.2 +++ b/commoncpp2/receipt Sat Aug 10 17:48:05 2013 +0000 13.3 @@ -5,11 +5,13 @@ 13.4 CATEGORY="development" 13.5 SHORT_DESC="A very portable and highly optimized class framework for writing C++ applications." 13.6 MAINTAINER="rcx@zoominternet.net" 13.7 -DEPENDS="glibc-base gcc-lib-base zlib" 13.8 +LICENSE="GPL2" 13.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 13.10 WEB_SITE="http://www.gnu.org/software/commoncpp/" 13.11 WGET_URL="$GNU_MIRROR/commoncpp/$TARBALL" 13.12 13.13 +DEPENDS="glibc-base gcc-lib-base zlib" 13.14 + 13.15 # Rules to configure and make the package. 13.16 compile_rules() 13.17 { 13.18 @@ -25,5 +27,5 @@ 13.19 genpkg_rules() 13.20 { 13.21 mkdir -p $fs/usr/lib 13.22 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 13.23 + cp -a $install/usr/lib/*.so* $fs/usr/lib 13.24 }
14.1 --- a/dulwich/receipt Sat Aug 10 17:00:38 2013 +0000 14.2 +++ b/dulwich/receipt Sat Aug 10 17:48:05 2013 +0000 14.3 @@ -5,6 +5,7 @@ 14.4 CATEGORY="development" 14.5 SHORT_DESC="Git files formats and protocols for python." 14.6 MAINTAINER="pascal.bellard@slitaz.org" 14.7 +LICENSE="GPL2" 14.8 WEB_SITE="http://www.samba.org/~jelmer/dulwich/" 14.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 14.10 WGET_URL="${WEB_SITE}$TARBALL" 14.11 @@ -22,5 +23,5 @@ 14.12 # Rules to gen a SliTaz package suitable for Tazpkg. 14.13 genpkg_rules() 14.14 { 14.15 - cp -a $_pkg/* $fs 14.16 + cp -a $install/* $fs 14.17 }
15.1 --- a/fbida/receipt Sat Aug 10 17:00:38 2013 +0000 15.2 +++ b/fbida/receipt Sat Aug 10 17:48:05 2013 +0000 15.3 @@ -5,6 +5,7 @@ 15.4 CATEGORY="utilities" 15.5 SHORT_DESC="Image viewer for the framebuffer console" 15.6 MAINTAINER="devl547@gmail.com" 15.7 +LICENSE="GPL2" 15.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 15.9 WEB_SITE="http://linux.bytesex.org/fbida/" 15.10 WGET_URL="http://dl.bytesex.org/releases/$PACKAGE/$TARBALL"
16.1 --- a/flashrom/receipt Sat Aug 10 17:00:38 2013 +0000 16.2 +++ b/flashrom/receipt Sat Aug 10 17:48:05 2013 +0000 16.3 @@ -5,6 +5,7 @@ 16.4 CATEGORY="misc" 16.5 SHORT_DESC="tility Identify, read, write, verify and erase flash chips." 16.6 MAINTAINER="pascal.bellard@slitaz.org" 16.7 +LICENSE="GPL2" 16.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 16.9 WEB_SITE="http://flashrom.org/" 16.10 WGET_URL="http://download.flashrom.org/releases/$TARBALL"
17.1 --- a/frozen-bubble/receipt Sat Aug 10 17:00:38 2013 +0000 17.2 +++ b/frozen-bubble/receipt Sat Aug 10 17:48:05 2013 +0000 17.3 @@ -5,6 +5,7 @@ 17.4 CATEGORY="games" 17.5 SHORT_DESC="A bubbles game" 17.6 MAINTAINER="slaxemulator@gmail.com" 17.7 +LICENSE="GPL2" 17.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 17.9 WEB_SITE="http://www.frozen-bubble.org" 17.10 WGET_URL="$WEB_SITE/data/$TARBALL"
18.1 --- a/fuse-emulator/receipt Sat Aug 10 17:00:38 2013 +0000 18.2 +++ b/fuse-emulator/receipt Sat Aug 10 17:48:05 2013 +0000 18.3 @@ -5,6 +5,7 @@ 18.4 CATEGORY="games" 18.5 SHORT_DESC="ZX Spectrum emulator" 18.6 MAINTAINER="slaxemulator@gmail.com" 18.7 +LICENSE="GPL2" 18.8 # make SOURCE fuse-emulator so the source tarball 18.9 # is not named fuse-$VERSION.tar.lzma 18.10 SOURCE="fuse-emulator" 18.11 @@ -27,7 +28,7 @@ 18.12 genpkg_rules() 18.13 { 18.14 mkdir -p $fs/usr/share 18.15 - cp -a $_pkg/usr/bin $fs/usr 18.16 - cp -a $_pkg/usr/share/fuse $fs/usr/share 18.17 + cp -a $install/usr/bin $fs/usr 18.18 + cp -a $install/usr/share/fuse $fs/usr/share 18.19 } 18.20
19.1 --- a/gigolo/receipt Sat Aug 10 17:00:38 2013 +0000 19.2 +++ b/gigolo/receipt Sat Aug 10 17:48:05 2013 +0000 19.3 @@ -5,6 +5,7 @@ 19.4 CATEGORY="network" 19.5 SHORT_DESC="Frontend to manage connections to filesystems using GIO/GVfs." 19.6 MAINTAINER="pascal.bellard@slitaz.org" 19.7 +LICENSE="GPL2" 19.8 WEB_SITE="http://www.uvena.de/gigolo/" 19.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 19.10 WGET_URL="http://files.uvena.de/$PACKAGE/$TARBALL"
20.1 --- a/gmpc-dev/receipt Sat Aug 10 17:00:38 2013 +0000 20.2 +++ b/gmpc-dev/receipt Sat Aug 10 17:48:05 2013 +0000 20.3 @@ -4,6 +4,7 @@ 20.4 VERSION="0.19.1" 20.5 CATEGORY="development" 20.6 MAINTAINER="jozee@slitaz.org" 20.7 +LICENSE="GPL2" 20.8 SHORT_DESC="gmpc devel library." 20.9 WANTED="gmpc" 20.10 WEB_SITE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client" 20.11 @@ -12,6 +13,6 @@ 20.12 genpkg_rules() 20.13 { 20.14 mkdir -p $fs/usr/lib 20.15 - cp -a $_pkg/usr/include $fs/usr 20.16 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 20.17 + cp -a $install/usr/include $fs/usr 20.18 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 20.19 }
21.1 --- a/gmpc/receipt Sat Aug 10 17:00:38 2013 +0000 21.2 +++ b/gmpc/receipt Sat Aug 10 17:48:05 2013 +0000 21.3 @@ -4,6 +4,7 @@ 21.4 VERSION="0.19.1" 21.5 CATEGORY="multimedia" 21.6 MAINTAINER="jozee@slitaz.org" 21.7 +LICENSE="GPL2" 21.8 SHORT_DESC="A GTK2 client for MPD" 21.9 WEB_SITE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client" 21.10 DEPENDS="libglade libmpd curl xorg-libSM libsoup libsexy mpd sqlite libtasn1" 21.11 @@ -25,15 +26,15 @@ 21.12 $CONFIGURE_ARGS && 21.13 make || return 1 21.14 sed -i 's|GNOME;AudioVideo;|GTK;AudioVideo;Player;|' data/${PACKAGE}.desktop 21.15 - make DESTDIR=$PWD/_pkg install 21.16 + make DESTDIR=$DESTDIR install 21.17 } 21.18 21.19 # Rules to gen a SliTaz package suitable for Tazpkg. 21.20 genpkg_rules() 21.21 { 21.22 mkdir -p $fs/usr/share/icons/hicolor 21.23 - cp -a $_pkg/usr/bin $fs/usr 21.24 - cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 21.25 - cp -a $_pkg/usr/share/icons/hicolor/16x16 $fs/usr/share/icons/hicolor 21.26 + cp -a $install/usr/bin $fs/usr 21.27 + cp -a $install/usr/share/$PACKAGE $fs/usr/share 21.28 + cp -a $install/usr/share/icons/hicolor/16x16 $fs/usr/share/icons/hicolor 21.29 21.30 }
22.1 --- a/gpxe-pxe/receipt Sat Aug 10 17:00:38 2013 +0000 22.2 +++ b/gpxe-pxe/receipt Sat Aug 10 17:48:05 2013 +0000 22.3 @@ -5,7 +5,7 @@ 22.4 CATEGORY="system-tools" 22.5 SHORT_DESC="Ethernet bootloader for pxe server." 22.6 MAINTAINER="pascal.bellard@slitaz.org" 22.7 -LICENSE="GPL" 22.8 +LICENSE="GPL2" 22.9 WEB_SITE="http://www.etherboot.org/" 22.10 WANTED="gpxe" 22.11
23.1 --- a/gpxe/receipt Sat Aug 10 17:00:38 2013 +0000 23.2 +++ b/gpxe/receipt Sat Aug 10 17:48:05 2013 +0000 23.3 @@ -5,7 +5,7 @@ 23.4 CATEGORY="system-tools" 23.5 SHORT_DESC="Ethernet bootloader." 23.6 MAINTAINER="pascal.bellard@slitaz.org" 23.7 -LICENSE="GPL" 23.8 +LICENSE="GPL2" 23.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 23.10 WEB_SITE="http://www.etherboot.org/" 23.11 WGET_URL="http://kernel.org/pub/software/utils/boot/$PACKAGE/Old/$TARBALL"
24.1 --- a/imlib-dev/receipt Sat Aug 10 17:00:38 2013 +0000 24.2 +++ b/imlib-dev/receipt Sat Aug 10 17:48:05 2013 +0000 24.3 @@ -6,15 +6,16 @@ 24.4 SHORT_DESC="imlib devel files." 24.5 WEB_SITE="http://freshmeat.net/projects/imlib/" 24.6 MAINTAINER="rcx@zoominternet.net" 24.7 +LICENSE="GPL2" 24.8 WANTED="imlib" 24.9 24.10 # Rules to gen a SliTaz package suitable for Tazpkg. 24.11 genpkg_rules() 24.12 { 24.13 mkdir -p $fs/usr/lib 24.14 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 24.15 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 24.16 - cp -a $_pkg/usr/include $fs/usr 24.17 + cp -a $install/usr/lib/*.*a $fs/usr/lib 24.18 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 24.19 + cp -a $install/usr/include $fs/usr 24.20 mkdir -p $fs/usr/share/aclocal 24.21 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 24.22 + cp -a $install/usr/share/aclocal $fs/usr/share 24.23 }
25.1 --- a/imlib/receipt Sat Aug 10 17:00:38 2013 +0000 25.2 +++ b/imlib/receipt Sat Aug 10 17:48:05 2013 +0000 25.3 @@ -5,12 +5,14 @@ 25.4 CATEGORY="graphics" 25.5 SHORT_DESC="An advanced replacement imaging library for libraries like libXpm." 25.6 MAINTAINER="rcx@zoominternet.net" 25.7 -DEPENDS="glibc-base xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext giflib jpeg libpng tiff zlib util-linux-uuid" 25.8 -BUILD_DEPENDS="slitaz-toolchain xorg-dev xorg-xextproto giflib giflib-dev jpeg jpeg-dev libpng libpng-dev tiff tiff-dev zlib zlib-dev util-linux-uuid-dev" 25.9 +LICENSE="GPL2" 25.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 25.11 WEB_SITE="http://freshmeat.net/projects/imlib/" 25.12 WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/1.9/$TARBALL" 25.13 25.14 +DEPENDS="glibc-base xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext giflib jpeg libpng tiff zlib util-linux-uuid" 25.15 +BUILD_DEPENDS="slitaz-toolchain xorg-dev xorg-xextproto giflib giflib-dev jpeg jpeg-dev libpng libpng-dev tiff tiff-dev zlib zlib-dev util-linux-uuid-dev" 25.16 + 25.17 # Rules to configure and make the package. 25.18 compile_rules() 25.19 { 25.20 @@ -21,16 +23,16 @@ 25.21 --infodir=/usr/share/info \ 25.22 --mandir=/usr/share/man \ 25.23 $CONFIGURE_ARGS && 25.24 - make && make DESTDIR=$PWD/_pkg install 25.25 + make && make DESTDIR=$DESTDIR install 25.26 } 25.27 25.28 # Rules to gen a SliTaz package suitable for Tazpkg. 25.29 genpkg_rules() 25.30 { 25.31 mkdir -p $fs/usr 25.32 - cp -a $_pkg/usr/bin $fs/usr 25.33 + cp -a $install/usr/bin $fs/usr 25.34 mkdir -p $fs/usr/lib 25.35 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 25.36 + cp -a $install/usr/lib/*.so* $fs/usr/lib 25.37 mkdir -p $fs/etc 25.38 - cp -a $_pkg/etc $fs 25.39 + cp -a $install/etc $fs 25.40 }
26.1 --- a/input-utils/receipt Sat Aug 10 17:00:38 2013 +0000 26.2 +++ b/input-utils/receipt Sat Aug 10 17:48:05 2013 +0000 26.3 @@ -5,13 +5,15 @@ 26.4 CATEGORY="system-tools" 26.5 SHORT_DESC="Small collection of linux input layer tools" 26.6 MAINTAINER="domcox@slitaz.org" 26.7 -DEPENDS="" 26.8 +LICENSE="GPL2" 26.9 SOURCE="input" 26.10 TARBALL="$SOURCE-$VERSION.tar.gz" 26.11 WEB_SITE="http://dl.bytesex.org/cvs-snapshots/" 26.12 WGET_URL="http://dl.bytesex.org/cvs-snapshots/$TARBALL" 26.13 TAGS="kernel input utilities" 26.14 26.15 +DEPENDS="" 26.16 + 26.17 # Rules to configure and make the package. 26.18 compile_rules() 26.19 {
27.1 --- a/ipxe-pxe/receipt Sat Aug 10 17:00:38 2013 +0000 27.2 +++ b/ipxe-pxe/receipt Sat Aug 10 17:48:05 2013 +0000 27.3 @@ -5,6 +5,7 @@ 27.4 CATEGORY="system-tools" 27.5 SHORT_DESC="Open source network boot firmware for pxe server." 27.6 MAINTAINER="pascal.bellard@slitaz.org" 27.7 +LICENSE="GPL2" 27.8 WEB_SITE="http://ipxe.org/" 27.9 WANTED="ipxe" 27.10
28.1 --- a/isapnptools-dev/receipt Sat Aug 10 17:00:38 2013 +0000 28.2 +++ b/isapnptools-dev/receipt Sat Aug 10 17:48:05 2013 +0000 28.3 @@ -5,6 +5,7 @@ 28.4 CATEGORY="development" 28.5 SHORT_DESC="ISA Plug-And-Play configuration devel files." 28.6 MAINTAINER="pascal.bellard@slitaz.org" 28.7 +LICENSE="GPL2" 28.8 WANTED="isapnptools" 28.9 WEB_SITE="http://www.roestock.demon.co.uk/isapnptools/" 28.10 28.11 @@ -12,6 +13,6 @@ 28.12 genpkg_rules() 28.13 { 28.14 mkdir $fs/usr 28.15 - cp -a $_pkg/usr/include $fs/usr 28.16 - cp -a $_pkg/usr/lib $fs/usr 28.17 + cp -a $install/usr/include $fs/usr 28.18 + cp -a $install/usr/lib $fs/usr 28.19 }
29.1 --- a/kmod-dev/receipt Sat Aug 10 17:00:38 2013 +0000 29.2 +++ b/kmod-dev/receipt Sat Aug 10 17:48:05 2013 +0000 29.3 @@ -5,6 +5,7 @@ 29.4 CATEGORY="development" 29.5 SHORT_DESC="Kmod devel files." 29.6 MAINTAINER="pankso@slitaz.org" 29.7 +LICENSE="GPL2" 29.8 WANTED="kmod" 29.9 WEB_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/kmod/" 29.10
30.1 --- a/kmod/receipt Sat Aug 10 17:00:38 2013 +0000 30.2 +++ b/kmod/receipt Sat Aug 10 17:48:05 2013 +0000 30.3 @@ -5,6 +5,7 @@ 30.4 CATEGORY="base-system" 30.5 SHORT_DESC="Linux kernel modules tools." 30.6 MAINTAINER="pankso@slitaz.org" 30.7 +LICENSE="GPL2" 30.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 30.9 WEB_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/kmod/" 30.10 WGET_URL="http://ftp.kernel.org/pub/linux/utils/kernel/kmod/$TARBALL"
31.1 --- a/lesstif-dev/receipt Sat Aug 10 17:00:38 2013 +0000 31.2 +++ b/lesstif-dev/receipt Sat Aug 10 17:48:05 2013 +0000 31.3 @@ -6,13 +6,15 @@ 31.4 SHORT_DESC="lesstif devel files." 31.5 WEB_SITE="http://sourceforge.net/projects/lesstif/" 31.6 MAINTAINER="rcx@zoominternet.net" 31.7 +LICENSE="GPL2" 31.8 +WANTED="lesstif" 31.9 + 31.10 DEPENDS="lesstif" 31.11 -WANTED="lesstif" 31.12 31.13 # Rules to gen a SliTaz package suitable for Tazpkg. 31.14 genpkg_rules() 31.15 { 31.16 mkdir -p $fs/usr/lib 31.17 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 31.18 - cp -a $_pkg/usr/include $fs/usr 31.19 + cp -a $install/usr/lib/*.*a $fs/usr/lib 31.20 + cp -a $install/usr/include $fs/usr 31.21 }
32.1 --- a/lesstif/receipt Sat Aug 10 17:00:38 2013 +0000 32.2 +++ b/lesstif/receipt Sat Aug 10 17:48:05 2013 +0000 32.3 @@ -5,13 +5,15 @@ 32.4 CATEGORY="x-window" 32.5 SHORT_DESC="An LGPL clone of Motif, which is a set of GUI widgets." 32.6 MAINTAINER="rcx@zoominternet.net" 32.7 +LICENSE="GPL2" 32.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 32.9 +WEB_SITE="http://sourceforge.net/projects/lesstif/" 32.10 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 32.11 + 32.12 DEPENDS="glibc-base xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \ 32.13 xorg-libXdmcp xorg-libXext xorg-libXt util-linux-uuid freetype \ 32.14 xorg-libXp" 32.15 BUILD_DEPENDS="xorg-dev xorg-xextproto util-linux-uuid-dev" 32.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 32.17 -WEB_SITE="http://sourceforge.net/projects/lesstif/" 32.18 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 32.19 32.20 # Rules to configure and make the package. 32.21 compile_rules() 32.22 @@ -24,16 +26,16 @@ 32.23 --includedir=/usr/include \ 32.24 $CONFIGURE_ARGS && 32.25 make && 32.26 - make -j 1 DESTDIR=$PWD/_pkg install 32.27 + make -j 1 DESTDIR=$DESTDIR install 32.28 } 32.29 32.30 # Rules to gen a SliTaz package suitable for Tazpkg. 32.31 genpkg_rules() 32.32 { 32.33 mkdir -p $fs/usr/lib 32.34 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 32.35 - cp -a $_pkg/usr/lib/LessTif $fs/usr/lib 32.36 - cp -a $_pkg/usr/lib/X11 $fs/usr/lib 32.37 - cp -a $_pkg/usr/bin $fs/usr 32.38 + cp -a $install/usr/lib/*.so* $fs/usr/lib 32.39 + cp -a $install/usr/lib/LessTif $fs/usr/lib 32.40 + cp -a $install/usr/lib/X11 $fs/usr/lib 32.41 + cp -a $install/usr/bin $fs/usr 32.42 } 32.43
33.1 --- a/libltdl/receipt Sat Aug 10 17:00:38 2013 +0000 33.2 +++ b/libltdl/receipt Sat Aug 10 17:48:05 2013 +0000 33.3 @@ -5,6 +5,7 @@ 33.4 CATEGORY="system-tools" 33.5 SHORT_DESC="The GNU Portable Library Tool." 33.6 MAINTAINER="pankso@slitaz.org" 33.7 +LICENSE="GPL2" 33.8 WEB_SITE="http://www.gnu.org/software/libtool/" 33.9 WANTED="libtool" 33.10
34.1 --- a/libmariadbclient/receipt Sat Aug 10 17:00:38 2013 +0000 34.2 +++ b/libmariadbclient/receipt Sat Aug 10 17:48:05 2013 +0000 34.3 @@ -5,6 +5,7 @@ 34.4 CATEGORY="misc" 34.5 SHORT_DESC="SQL database system client libraries." 34.6 MAINTAINER="pascal.bellard@slitaz.org" 34.7 +LICENSE="GPL2" 34.8 WEB_SITE="http://mariadb.org/" 34.9 DEPENDS="zlib" 34.10 WANTED="mariadb" 34.11 @@ -14,7 +15,7 @@ 34.12 genpkg_rules() 34.13 { 34.14 mkdir -p $fs/usr/lib/mysql 34.15 - cp -a $_pkg/usr/lib/mysql/libmysqlclient*so* $fs/usr/lib/mysql 34.16 + cp -a $install/usr/lib/mysql/libmysqlclient*so* $fs/usr/lib/mysql 34.17 cd $fs/usr/lib 34.18 ln -s mysql/libmysqlclient.so . 34.19 ln -s mysql/libmysqlclient.so.16 .
35.1 --- a/libmysqlclient/receipt Sat Aug 10 17:00:38 2013 +0000 35.2 +++ b/libmysqlclient/receipt Sat Aug 10 17:48:05 2013 +0000 35.3 @@ -5,9 +5,11 @@ 35.4 CATEGORY="misc" 35.5 SHORT_DESC="SQL database system client libraries." 35.6 MAINTAINER="pascal.bellard@slitaz.org" 35.7 +LICENSE="GPL2" 35.8 WEB_SITE="http://www.mysql.com/" 35.9 +WANTED="mysql" 35.10 + 35.11 DEPENDS="zlib" 35.12 -WANTED="mysql" 35.13 35.14 # Rules to gen a SliTaz package suitable for Tazpkg. 35.15 genpkg_rules()
36.1 --- a/libpurple-dev/receipt Sat Aug 10 17:00:38 2013 +0000 36.2 +++ b/libpurple-dev/receipt Sat Aug 10 17:48:05 2013 +0000 36.3 @@ -5,6 +5,7 @@ 36.4 CATEGORY="development" 36.5 SHORT_DESC="Purple library devel files." 36.6 MAINTAINER="mallory@sweetpeople.org" 36.7 +LICENSE="GPL2" 36.8 WANTED="pidgin" 36.9 WEB_SITE="http://www.pidgin.im/" 36.10
37.1 --- a/lm-sensors-dev/receipt Sat Aug 10 17:00:38 2013 +0000 37.2 +++ b/lm-sensors-dev/receipt Sat Aug 10 17:48:05 2013 +0000 37.3 @@ -6,6 +6,7 @@ 37.4 CATEGORY="development" 37.5 SHORT_DESC="Linux hardware monitoring, development files." 37.6 MAINTAINER="pascal.bellard@slitaz.org" 37.7 +LICENSE="GPL2" 37.8 WEB_SITE="http://www.lm-sensors.org/" 37.9 37.10 # Rules to gen a SliTaz package suitable for Tazpkg.
38.1 --- a/lm-sensors/receipt Sat Aug 10 17:00:38 2013 +0000 38.2 +++ b/lm-sensors/receipt Sat Aug 10 17:48:05 2013 +0000 38.3 @@ -6,6 +6,7 @@ 38.4 CATEGORY="system-tools" 38.5 SHORT_DESC="Linux hardware monitoring." 38.6 MAINTAINER="pascal.bellard@slitaz.org" 38.7 +LICENSE="GPL2" 38.8 TARBALL="$SOURCE-$VERSION.tar.bz2" 38.9 SUGGESTED="rrdtool" 38.10 WEB_SITE="http://www.lm-sensors.org/"
39.1 --- a/lmms/receipt Sat Aug 10 17:00:38 2013 +0000 39.2 +++ b/lmms/receipt Sat Aug 10 17:48:05 2013 +0000 39.3 @@ -5,15 +5,17 @@ 39.4 CATEGORY="multimedia" 39.5 SHORT_DESC="The Linux MultiMedia Studio" 39.6 MAINTAINER="slaxemulator@gmail.com" 39.7 +LICENSE="GPL2" 39.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 39.9 +WEB_SITE="http://lmms.sourceforge.net/" 39.10 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 39.11 + 39.12 DEPENDS="libsdl glib fluidsynth libpng libvorbis fftw xorg-libXft \ 39.13 xorg-libXinerama libsamplerate libQtGui libQtXml" 39.14 BUILD_DEPENDS="libsdl-dev glib-dev fftw-dev fluidsynth-dev libpng-dev \ 39.15 libogg-dev libvorbis-dev alsa-lib-dev xorg-libXft-dev xorg-libXinerama-dev \ 39.16 libsndfile-dev libsamplerate-dev Qt4-dev qt4-phonon qmake cmake pkg-config \ 39.17 freetype-dev" 39.18 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 39.19 -WEB_SITE="http://lmms.sourceforge.net/" 39.20 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 39.21 39.22 # Rules to configure and make the package. 39.23 compile_rules() 39.24 @@ -28,6 +30,6 @@ 39.25 genpkg_rules() 39.26 { 39.27 mkdir -p $fs/usr 39.28 - cp -a $_pkg/usr/* $fs/usr 39.29 + cp -a $install/usr/* $fs/usr 39.30 } 39.31
40.1 --- a/mariadb-client/receipt Sat Aug 10 17:00:38 2013 +0000 40.2 +++ b/mariadb-client/receipt Sat Aug 10 17:48:05 2013 +0000 40.3 @@ -5,6 +5,7 @@ 40.4 CATEGORY="office" 40.5 SHORT_DESC="SQL database system client files." 40.6 MAINTAINER="erjo@slitaz.org" 40.7 +LICENSE="GPL2" 40.8 WEB_SITE="http://mariadb.org/" 40.9 WANTED="mariadb" 40.10 DEPENDS="libmariadbclient zlib ncurses gcc-lib-base ncursesw" 40.11 @@ -17,6 +18,6 @@ 40.12 while read file; do 40.13 dir=$(dirname $file) 40.14 [ -d $fs$dir ] || mkdir -p $fs$dir 40.15 - cp -a $_pkg$file $fs$file 40.16 + cp -a $install$file $fs$file 40.17 done < $wanted_stuff/$PACKAGE.files-list 40.18 }
41.1 --- a/mariadb-dev/receipt Sat Aug 10 17:00:38 2013 +0000 41.2 +++ b/mariadb-dev/receipt Sat Aug 10 17:48:05 2013 +0000 41.3 @@ -5,22 +5,24 @@ 41.4 CATEGORY="development" 41.5 SHORT_DESC="SQL database system devel files." 41.6 MAINTAINER="erjo@slitaz.org" 41.7 -DEPENDS="zlib" 41.8 +LICENSE="GPL2" 41.9 WEB_SITE="http://mariadb.org/" 41.10 WANTED="mariadb" 41.11 PROVIDE="mysql-dev" 41.12 41.13 +DEPENDS="zlib" 41.14 + 41.15 # Rules to gen a SliTaz package suitable for Tazpkg. 41.16 genpkg_rules() 41.17 { 41.18 mkdir -p $fs/usr/lib/mysql/plugin $fs/usr/share 41.19 - cp -a $_pkg/usr/include $fs/usr 41.20 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 41.21 - cp -a $_pkg/usr/lib/mysql/*.*a $fs/usr/lib/mysql 41.22 - #~ cp -a $_pkg/usr/lib/mysql/plugin/*.*a $fs/usr/lib/mysql/plugin 41.23 + cp -a $install/usr/include $fs/usr 41.24 + cp -a $install/usr/share/aclocal $fs/usr/share 41.25 + cp -a $install/usr/lib/mysql/*.*a $fs/usr/lib/mysql 41.26 + #~ cp -a $install/usr/lib/mysql/plugin/*.*a $fs/usr/lib/mysql/plugin 41.27 while read file; do 41.28 dir=$(dirname $file) 41.29 [ -d $fs$dir ] || mkdir -p $fs$dir 41.30 - cp -a $_pkg$file $fs$file 41.31 + cp -a $install$file $fs$file 41.32 done < $wanted_stuff/$PACKAGE.files-list 41.33 }
42.1 --- a/mariadb-test/receipt Sat Aug 10 17:00:38 2013 +0000 42.2 +++ b/mariadb-test/receipt Sat Aug 10 17:48:05 2013 +0000 42.3 @@ -5,21 +5,23 @@ 42.4 CATEGORY="misc" 42.5 SHORT_DESC="SQL database system tests and benchs." 42.6 MAINTAINER="erjo@slitaz.org" 42.7 +LICENSE="GPL2" 42.8 WEB_SITE="http://www.mysql.com/" 42.9 WANTED="mariadb" 42.10 + 42.11 DEPENDS="mariadb perl" 42.12 42.13 # Rules to gen a SliTaz package suitable for Tazpkg. 42.14 genpkg_rules() 42.15 { 42.16 mkdir -p $fs/usr/share 42.17 - cp -a $_pkg/usr/mysql-test $fs/usr 42.18 - cp -a $_pkg/usr/sql-bench $fs/usr 42.19 + cp -a $install/usr/mysql-test $fs/usr 42.20 + cp -a $install/usr/sql-bench $fs/usr 42.21 find $fs/usr/mysql-test $fs/usr/sql-bench -type d -exec chmod 2777 {} \; 42.22 while read file; do 42.23 dir=$(dirname $file) 42.24 [ -d $fs$dir ] || mkdir -p $fs$dir 42.25 - cp -a $_pkg$file $fs$file 42.26 + cp -a $install$file $fs$file 42.27 done < $wanted_stuff/$PACKAGE.files-list 42.28 mv $fs/usr/mysql-test $fs/usr/share/mysql-test 42.29 mv $fs/usr/sql-bench $fs/usr/share/sql-bench
43.1 --- a/mariadb/receipt Sat Aug 10 17:00:38 2013 +0000 43.2 +++ b/mariadb/receipt Sat Aug 10 17:48:05 2013 +0000 43.3 @@ -5,6 +5,7 @@ 43.4 CATEGORY="office" 43.5 SHORT_DESC="SQL database system." 43.6 MAINTAINER="erjo@slitaz.org" 43.7 +LICENSE="GPL2" 43.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 43.9 WEB_SITE="http://mariadb.org/en/" 43.10 WGET_URL="http://pangolin.slitaz.org/downloads/sources/$TARBALL"
44.1 --- a/mhwaveedit/receipt Sat Aug 10 17:00:38 2013 +0000 44.2 +++ b/mhwaveedit/receipt Sat Aug 10 17:48:05 2013 +0000 44.3 @@ -5,6 +5,7 @@ 44.4 CATEGORY="multimedia" 44.5 SHORT_DESC="Lightweight sound files editor, recorder and player." 44.6 MAINTAINER="pankso@slitaz.org" 44.7 +LICENSE="GPL2" 44.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 44.9 WEB_SITE="https://gna.org/projects/mhwaveedit/" 44.10 WGET_URL="http://download.gna.org/mhwaveedit/$TARBALL"
45.1 --- a/motion/receipt Sat Aug 10 17:00:38 2013 +0000 45.2 +++ b/motion/receipt Sat Aug 10 17:48:05 2013 +0000 45.3 @@ -5,6 +5,7 @@ 45.4 CATEGORY="multimedia" 45.5 SHORT_DESC="Motion is a program that monitors the video signal from cameras." 45.6 MAINTAINER="pankso@slitaz.org" 45.7 +LICENSE="GPL2" 45.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 45.9 WEB_SITE="http://www.lavrsen.dk/foswiki/bin/view/Motion" 45.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
46.1 --- a/mpd/receipt Sat Aug 10 17:00:38 2013 +0000 46.2 +++ b/mpd/receipt Sat Aug 10 17:48:05 2013 +0000 46.3 @@ -5,15 +5,16 @@ 46.4 CATEGORY="multimedia" 46.5 SHORT_DESC="Music Player Daemon (MPD)." 46.6 MAINTAINER="paul@slitaz.org" 46.7 +LICENSE="GPL2" 46.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 46.9 +WEB_SITE="http://www.musicpd.org/" 46.10 +WGET_URL="$SF_MIRROR/musicpd/$TARBALL" 46.11 + 46.12 DEPENDS="libid3tag libmad libogg libvorbis libsamplerate flac alsa-lib \ 46.13 audiofile faad2 lame sqlite libcurl glib libcrypto" 46.14 BUILD_DEPENDS="alsa-lib-dev zlib-dev libid3tag-dev libsamplerate-dev \ 46.15 libmad-dev libogg-dev libvorbis-dev flac-dev libsamplerate \ 46.16 libid3tag audiofile audiofile-dev faad2 faad2-dev pkg-config glib-dev lame-dev" 46.17 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 46.18 -WEB_SITE="http://www.musicpd.org/" 46.19 -WGET_URL="$SF_MIRROR/musicpd/$TARBALL" 46.20 - 46.21 46.22 # Rules to configure and make the package. 46.23 compile_rules()
47.1 --- a/mypaint/receipt Sat Aug 10 17:00:38 2013 +0000 47.2 +++ b/mypaint/receipt Sat Aug 10 17:48:05 2013 +0000 47.3 @@ -5,6 +5,7 @@ 47.4 CATEGORY="graphics" 47.5 SHORT_DESC="A fast and easy painting application for digital painters, with brush dynamics" 47.6 MAINTAINER="slaxemulator@gmail.com" 47.7 +LICENSE="GPL2" 47.8 WEB_SITE="http://mypaint.intilinux.com/" 47.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 47.10 WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL"
48.1 --- a/mysql-client/receipt Sat Aug 10 17:00:38 2013 +0000 48.2 +++ b/mysql-client/receipt Sat Aug 10 17:48:05 2013 +0000 48.3 @@ -5,10 +5,12 @@ 48.4 CATEGORY="office" 48.5 SHORT_DESC="SQL database system client files." 48.6 MAINTAINER="pascal.bellard@slitaz.org" 48.7 +LICENSE="GPL2" 48.8 WEB_SITE="http://www.mysql.com/" 48.9 WANTED="mysql" 48.10 +PROVIDE="mysql_or_postgresql" 48.11 + 48.12 DEPENDS="libmysqlclient zlib ncurses gcc-lib-base ncursesw" 48.13 -PROVIDE="mysql_or_postgresql" 48.14 48.15 # Rules to gen a SliTaz package suitable for Tazpkg. 48.16 genpkg_rules()
49.1 --- a/mysql-dev/receipt Sat Aug 10 17:00:38 2013 +0000 49.2 +++ b/mysql-dev/receipt Sat Aug 10 17:48:05 2013 +0000 49.3 @@ -5,10 +5,12 @@ 49.4 CATEGORY="development" 49.5 SHORT_DESC="SQL database system devel files." 49.6 MAINTAINER="pascal.bellard@slitaz.org" 49.7 -DEPENDS="libmysqlclient zlib" 49.8 +LICENSE="GPL2" 49.9 WEB_SITE="http://www.mysql.com/" 49.10 WANTED="mysql" 49.11 49.12 +DEPENDS="libmysqlclient zlib" 49.13 + 49.14 # Rules to gen a SliTaz package suitable for Tazpkg. 49.15 genpkg_rules() 49.16 {
50.1 --- a/mysql-test/receipt Sat Aug 10 17:00:38 2013 +0000 50.2 +++ b/mysql-test/receipt Sat Aug 10 17:48:05 2013 +0000 50.3 @@ -5,8 +5,10 @@ 50.4 CATEGORY="misc" 50.5 SHORT_DESC="SQL database system tests and benchs." 50.6 MAINTAINER="pascal.bellard@slitaz.org" 50.7 +LICENSE="GPL2" 50.8 WEB_SITE="http://www.mysql.com/" 50.9 WANTED="mysql" 50.10 + 50.11 DEPENDS="mysql perl" 50.12 50.13 # Rules to gen a SliTaz package suitable for Tazpkg.
51.1 --- a/mysql/receipt Sat Aug 10 17:00:38 2013 +0000 51.2 +++ b/mysql/receipt Sat Aug 10 17:48:05 2013 +0000 51.3 @@ -5,6 +5,7 @@ 51.4 CATEGORY="office" 51.5 SHORT_DESC="SQL database system." 51.6 MAINTAINER="pascal.bellard@slitaz.org" 51.7 +LICENSE="GPL2" 51.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 51.9 WEB_SITE="http://www.mysql.com/" 51.10 WGET_URL="ftp://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.5/$TARBALL"
52.1 --- a/ncmpc/receipt Sat Aug 10 17:00:38 2013 +0000 52.2 +++ b/ncmpc/receipt Sat Aug 10 17:48:05 2013 +0000 52.3 @@ -5,13 +5,15 @@ 52.4 CATEGORY="multimedia" 52.5 SHORT_DESC="A ncurses MPD client." 52.6 MAINTAINER="paul@slitaz.org" 52.7 -DEPENDS="mpd glib ncurses libmpdclient" 52.8 -BUILD_DEPENDS="pkg-config gtk+-dev ncurses-dev libmpdclient-dev" 52.9 +LICENSE="GPL2" 52.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 52.11 WEB_SITE="http://hem.bredband.net/kaw/ncmpc/index.html" 52.12 WGET_URL="$SF_MIRROR/musicpd/$PACKAGE/$VERSION/$TARBALL" 52.13 TAGS="music player" 52.14 52.15 +DEPENDS="mpd glib ncurses libmpdclient" 52.16 +BUILD_DEPENDS="pkg-config gtk+-dev ncurses-dev libmpdclient-dev" 52.17 + 52.18 # Rules to configure and make the package. 52.19 compile_rules() 52.20 {
53.1 --- a/open-cobol/receipt Sat Aug 10 17:00:38 2013 +0000 53.2 +++ b/open-cobol/receipt Sat Aug 10 17:48:05 2013 +0000 53.3 @@ -5,6 +5,7 @@ 53.4 CATEGORY="development" 53.5 SHORT_DESC="Cobol compiler." 53.6 MAINTAINER="pascal.bellard@slitaz.org" 53.7 +LICENSE="GPL2" 53.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 53.9 WEB_SITE="http://www.opencobol.org/" 53.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 53.11 @@ -26,5 +27,5 @@ 53.12 # Rules to gen a SliTaz package suitable for Tazpkg. 53.13 genpkg_rules() 53.14 { 53.15 - cp -a $_pkg/usr $fs 53.16 + cp -a $install/usr $fs 53.17 }
54.1 --- a/opentyrian/receipt Sat Aug 10 17:00:38 2013 +0000 54.2 +++ b/opentyrian/receipt Sat Aug 10 17:48:05 2013 +0000 54.3 @@ -5,10 +5,12 @@ 54.4 CATEGORY="games" 54.5 SHORT_DESC="OpenTyrian is a port of the DOS shoot-em-up Tyrian" 54.6 MAINTAINER="mallory@sweetpeople.org" 54.7 +LICENSE="GPL2" 54.8 +WEB_SITE="http://code.google.com/p/opentyrian/" 54.9 +WGET_URL="mercurial|https://opentyrian.googlecode.com/hg/" 54.10 + 54.11 DEPENDS="libsdl libsdl-mixer libsdl-net tyrian" 54.12 BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libsdl-net-dev mercurial" 54.13 -WEB_SITE="http://code.google.com/p/opentyrian/" 54.14 -WGET_URL="mercurial|https://opentyrian.googlecode.com/hg/" 54.15 54.16 # Rules to configure and make the package. 54.17 compile_rules()
55.1 --- a/partclone/receipt Sat Aug 10 17:00:38 2013 +0000 55.2 +++ b/partclone/receipt Sat Aug 10 17:48:05 2013 +0000 55.3 @@ -5,6 +5,7 @@ 55.4 CATEGORY="system-tools" 55.5 SHORT_DESC="Utilities to smartly backup partitions." 55.6 MAINTAINER="erjo@slitaz.org" 55.7 +LICENSE="GPL2" 55.8 WEB_SITE="http://partclone.org/" 55.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 55.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
56.1 --- a/pciutils-dev/receipt Sat Aug 10 17:00:38 2013 +0000 56.2 +++ b/pciutils-dev/receipt Sat Aug 10 17:48:05 2013 +0000 56.3 @@ -5,8 +5,10 @@ 56.4 CATEGORY="development" 56.5 SHORT_DESC="devel files for pciutils" 56.6 MAINTAINER="slaxemulator@gmail.com" 56.7 +LICENSE="GPL2" 56.8 WEB_SITE="http://mj.ucw.cz/sw/pciutils/" 56.9 WANTED="pciutils" 56.10 + 56.11 DEPENDS="pciutils" 56.12 56.13 # Rules to gen a SliTaz package suitable for Tazpkg.
57.1 --- a/pciutils/receipt Sat Aug 10 17:00:38 2013 +0000 57.2 +++ b/pciutils/receipt Sat Aug 10 17:48:05 2013 +0000 57.3 @@ -5,6 +5,7 @@ 57.4 CATEGORY="system-tools" 57.5 SHORT_DESC="Utilities to list PCI device by name (lspci)." 57.6 MAINTAINER="pankso@slitaz.org" 57.7 +LICENSE="GPL2" 57.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 57.9 WEB_SITE="http://mj.ucw.cz/pciutils.html" 57.10 WGET_URL="ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/$TARBALL"
58.1 --- a/phpsysinfo/receipt Sat Aug 10 17:00:38 2013 +0000 58.2 +++ b/phpsysinfo/receipt Sat Aug 10 17:48:05 2013 +0000 58.3 @@ -5,6 +5,7 @@ 58.4 CATEGORY="misc" 58.5 SHORT_DESC="Displays information about your system nicely." 58.6 MAINTAINER="pascal.bellard@slitaz.org" 58.7 +LICENSE="GPL2" 58.8 WEB_SITE="http://phpsysinfo.sourceforge.net/" 58.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 58.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
59.1 --- a/pidgin-dev/receipt Sat Aug 10 17:00:38 2013 +0000 59.2 +++ b/pidgin-dev/receipt Sat Aug 10 17:48:05 2013 +0000 59.3 @@ -5,6 +5,7 @@ 59.4 CATEGORY="development" 59.5 SHORT_DESC="Pidgin devel files." 59.6 MAINTAINER="mallory@sweetpeople.org" 59.7 +LICENSE="GPL2" 59.8 WANTED="pidgin" 59.9 WEB_SITE="http://www.pidgin.im/" 59.10
60.1 --- a/pidgin/receipt Sat Aug 10 17:00:38 2013 +0000 60.2 +++ b/pidgin/receipt Sat Aug 10 17:48:05 2013 +0000 60.3 @@ -5,6 +5,7 @@ 60.4 CATEGORY="network" 60.5 SHORT_DESC="Instant messaging client using GTK+." 60.6 MAINTAINER="pankso@slitaz.org" 60.7 +LICENSE="GPL2" 60.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 60.9 WEB_SITE="http://www.pidgin.im/" 60.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
61.1 --- a/poppler-apps/receipt Sat Aug 10 17:00:38 2013 +0000 61.2 +++ b/poppler-apps/receipt Sat Aug 10 17:48:05 2013 +0000 61.3 @@ -5,9 +5,11 @@ 61.4 CATEGORY="office" 61.5 SHORT_DESC="Poppler utilities to manipulate PDF file." 61.6 MAINTAINER="pankso@slitaz.org" 61.7 +LICENSE="GPL2" 61.8 WANTED="poppler" 61.9 +WEB_SITE="http://poppler.freedesktop.org/" 61.10 + 61.11 DEPENDS="fontconfig poppler cairo zlib libpng gcc-lib-base" 61.12 -WEB_SITE="http://poppler.freedesktop.org/" 61.13 61.14 # Rules to gen a SliTaz package suitable for Tazpkg. 61.15 genpkg_rules()
62.1 --- a/poppler-dev/receipt Sat Aug 10 17:00:38 2013 +0000 62.2 +++ b/poppler-dev/receipt Sat Aug 10 17:48:05 2013 +0000 62.3 @@ -5,10 +5,12 @@ 62.4 CATEGORY="development" 62.5 SHORT_DESC="Poppler PDF rendering library devel files." 62.6 MAINTAINER="pankso@slitaz.org" 62.7 -DEPENDS="poppler" 62.8 +LICENSE="GPL2" 62.9 WANTED="poppler" 62.10 WEB_SITE="http://poppler.freedesktop.org/" 62.11 62.12 +DEPENDS="poppler" 62.13 + 62.14 # Rules to gen a SliTaz package suitable for Tazpkg. 62.15 genpkg_rules() 62.16 {
63.1 --- a/poppler-qt4-dev/receipt Sat Aug 10 17:00:38 2013 +0000 63.2 +++ b/poppler-qt4-dev/receipt Sat Aug 10 17:48:05 2013 +0000 63.3 @@ -5,10 +5,12 @@ 63.4 CATEGORY="development" 63.5 SHORT_DESC="Poppler qt4 devel files." 63.6 MAINTAINER="pankso@slitaz.org" 63.7 -DEPENDS="poppler-dev" 63.8 +LICENSE="GPL2" 63.9 WANTED="poppler" 63.10 WEB_SITE="http://poppler.freedesktop.org/" 63.11 63.12 +DEPENDS="poppler-dev" 63.13 + 63.14 # Rules to gen a SliTaz package suitable for Tazpkg. 63.15 genpkg_rules() 63.16 {
64.1 --- a/poppler-qt4/receipt Sat Aug 10 17:00:38 2013 +0000 64.2 +++ b/poppler-qt4/receipt Sat Aug 10 17:48:05 2013 +0000 64.3 @@ -5,10 +5,12 @@ 64.4 CATEGORY="office" 64.5 SHORT_DESC="Poppler compiled with Qt4 library." 64.6 MAINTAINER="pankso@slitaz.org" 64.7 -DEPENDS="poppler libQtCore libQtXml libQtGui" 64.8 +LICENSE="GPL2" 64.9 WANTED="poppler" 64.10 WEB_SITE="http://poppler.freedesktop.org/" 64.11 64.12 +DEPENDS="poppler libQtCore libQtXml libQtGui" 64.13 + 64.14 # Rules to gen a SliTaz package suitable for Tazpkg. 64.15 genpkg_rules() 64.16 {
65.1 --- a/poppler/receipt Sat Aug 10 17:00:38 2013 +0000 65.2 +++ b/poppler/receipt Sat Aug 10 17:48:05 2013 +0000 65.3 @@ -5,6 +5,7 @@ 65.4 CATEGORY="office" 65.5 SHORT_DESC="Poppler is a PDF rendering library." 65.6 MAINTAINER="pankso@slitaz.org" 65.7 +LICENSE="GPL2" 65.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 65.9 WEB_SITE="http://poppler.freedesktop.org/" 65.10 WGET_URL="http://poppler.freedesktop.org/$TARBALL"
66.1 --- a/pptpclient-extra/receipt Sat Aug 10 17:00:38 2013 +0000 66.2 +++ b/pptpclient-extra/receipt Sat Aug 10 17:48:05 2013 +0000 66.3 @@ -5,16 +5,18 @@ 66.4 CATEGORY="network" 66.5 SHORT_DESC="PPTP client configuration helper." 66.6 MAINTAINER="pascal.bellard@slitaz.org" 66.7 +LICENSE="GPL2" 66.8 WANTED="pptpclient" 66.9 SOURCE="pptp" 66.10 WEB_SITE="http://pptpclient.sourceforge.net/" 66.11 + 66.12 DEPENDS="pptpclient perl" 66.13 66.14 # Rules to gen a SliTaz package suitable for Tazpkg. 66.15 genpkg_rules() 66.16 { 66.17 mkdir -p $fs/usr/sbin 66.18 - cp -a $_pkg/usr/sbin/pptpsetup $fs/usr/sbin 66.19 + cp -a $install/usr/sbin/pptpsetup $fs/usr/sbin 66.20 sed -i 's/die ".* MPPE .* in kernel/echo "$0: no MPPE kernel module/' \ 66.21 $fs/usr/sbin/pptpsetup 66.22 sed -i 's/wc --lines/wc -l/' $fs/usr/sbin/pptpsetup
67.1 --- a/pptpclient-man/receipt Sat Aug 10 17:00:38 2013 +0000 67.2 +++ b/pptpclient-man/receipt Sat Aug 10 17:48:05 2013 +0000 67.3 @@ -5,6 +5,7 @@ 67.4 CATEGORY="network" 67.5 SHORT_DESC="PPTP client man pages." 67.6 MAINTAINER="pascal.bellard@slitaz.org" 67.7 +LICENSE="GPL2" 67.8 WANTED="pptpclient" 67.9 SOURCE="pptp" 67.10 WEB_SITE="http://pptpclient.sourceforge.net/" 67.11 @@ -13,6 +14,6 @@ 67.12 genpkg_rules() 67.13 { 67.14 mkdir -p $fs/usr/ 67.15 - cp -a $_pkg/usr/share $fs/usr/ 67.16 + cp -a $install/usr/share $fs/usr/ 67.17 } 67.18
68.1 --- a/psycopg/receipt Sat Aug 10 17:00:38 2013 +0000 68.2 +++ b/psycopg/receipt Sat Aug 10 17:48:05 2013 +0000 68.3 @@ -5,6 +5,7 @@ 68.4 CATEGORY="system-tools" 68.5 SHORT_DESC="PostgreSQL database adapter for the Python." 68.6 MAINTAINER="pascal.bellard@slitaz.org" 68.7 +LICENSE="GPL2" 68.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 68.9 WEB_SITE="http://initd.org/" 68.10 WGET_URL="http://initd.org/psycopg/tarballs/PSYCOPG-1-1/$TARBALL" 68.11 @@ -17,19 +18,19 @@ 68.12 { 68.13 cd $src 68.14 python=python$(python --version 2>&1 | awk '{ print substr($2,0,3) }') 68.15 - mkdir -p _pkg/usr/lib/$python/site-packages 68.16 + mkdir -p $DESTDIR/usr/lib/$python/site-packages 68.17 ./configure --prefix=/usr --infodir=/usr/share/info \ 68.18 --with-mxdatetime-includes=/usr/lib/$python/site-packages/mx/DateTime/mxDateTime \ 68.19 --with-postgres-libraries=/usr/lib/postgresql \ 68.20 --mandir=/usr/share/man $CONFIGURE_ARGS && 68.21 make && 68.22 - install -m 555 ./psycopgmodule.so _pkg/usr/lib/$python/site-packages 68.23 + install -m 555 ./psycopgmodule.so $DESTDIR/usr/lib/$python/site-packages 68.24 } 68.25 68.26 # Rules to gen a SliTaz package suitable for Tazpkg. 68.27 genpkg_rules() 68.28 { 68.29 mkdir -p $fs/usr/lib/ 68.30 - cp -a $_pkg/usr $fs 68.31 + cp -a $install/usr $fs 68.32 } 68.33
69.1 --- a/qjackctl/receipt Sat Aug 10 17:00:38 2013 +0000 69.2 +++ b/qjackctl/receipt Sat Aug 10 17:48:05 2013 +0000 69.3 @@ -5,6 +5,7 @@ 69.4 CATEGORY="multimedia" 69.5 SHORT_DESC="Application to Control Jack" 69.6 MAINTAINER="allan316@gmail.com" 69.7 +LICENSE="GPL2" 69.8 WEB_SITE="http://qjackctl.sourceforge.net" 69.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 69.10 WGET_URL="http://nchc.dl.sourceforge.net/sourceforge/qjackctl/$TARBALL"
70.1 --- a/qtractor/receipt Sat Aug 10 17:00:38 2013 +0000 70.2 +++ b/qtractor/receipt Sat Aug 10 17:48:05 2013 +0000 70.3 @@ -5,6 +5,7 @@ 70.4 CATEGORY="multimedia" 70.5 SHORT_DESC="Audio/MIDI multi-track sequencer application." 70.6 MAINTAINER="pascal.bellard@slitaz.org" 70.7 +LICENSE="GPL2" 70.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 70.9 WEB_SITE="http://qtractor.sourceforge.net/qtractor-index.html" 70.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
71.1 --- a/raptor-dev/receipt Sat Aug 10 17:00:38 2013 +0000 71.2 +++ b/raptor-dev/receipt Sat Aug 10 17:48:05 2013 +0000 71.3 @@ -4,11 +4,13 @@ 71.4 VERSION="2.0.8" 71.5 CATEGORY="development" 71.6 MAINTAINER="jozee@slitaz.org" 71.7 +LICENSE="GPL2" 71.8 SHORT_DESC="raptor devel files" 71.9 -DEPENDS="raptor curl-dev libxslt-dev" 71.10 WEB_SITE="http://librdf.org/raptor" 71.11 WANTED="raptor" 71.12 71.13 +DEPENDS="raptor curl-dev libxslt-dev" 71.14 + 71.15 # Rules to gen a SliTaz package suitable for Tazpkg. 71.16 genpkg_rules() 71.17 {
72.1 --- a/raptor/receipt Sat Aug 10 17:00:38 2013 +0000 72.2 +++ b/raptor/receipt Sat Aug 10 17:48:05 2013 +0000 72.3 @@ -4,6 +4,7 @@ 72.4 VERSION="2.0.8" 72.5 CATEGORY="multimedia" 72.6 MAINTAINER="jozee@slitaz.org" 72.7 +LICENSE="GPL2" 72.8 SHORT_DESC="A C library that parses RDF/XML/N-Triples into RDF triples" 72.9 WEB_SITE="http://librdf.org/raptor" 72.10 SOURCE="raptor2"
73.1 --- a/sagan-mysql/receipt Sat Aug 10 17:00:38 2013 +0000 73.2 +++ b/sagan-mysql/receipt Sat Aug 10 17:48:05 2013 +0000 73.3 @@ -5,6 +5,7 @@ 73.4 CATEGORY="security" 73.5 SHORT_DESC="Real time system and event log monitoring system with MySQL support" 73.6 MAINTAINER="erjo@slitaz.org" 73.7 +LICENSE="GPL2" 73.8 WEB_SITE="http://sagan.softwink.com/" 73.9 SOURCE="sagan" 73.10 TARBALL="$SOURCE-$VERSION.tar.gz"
74.1 --- a/sagan-pgsql/receipt Sat Aug 10 17:00:38 2013 +0000 74.2 +++ b/sagan-pgsql/receipt Sat Aug 10 17:48:05 2013 +0000 74.3 @@ -5,6 +5,7 @@ 74.4 CATEGORY="security" 74.5 SHORT_DESC="Real time system and event log monitoring system with PostgreSQL support" 74.6 MAINTAINER="erjo@slitaz.org" 74.7 +LICENSE="GPL2" 74.8 WEB_SITE="http://sagan.softwink.com/" 74.9 SOURCE="sagan" 74.10 TARBALL="$SOURCE-$VERSION.tar.gz"
75.1 --- a/sagan/receipt Sat Aug 10 17:00:38 2013 +0000 75.2 +++ b/sagan/receipt Sat Aug 10 17:48:05 2013 +0000 75.3 @@ -5,6 +5,7 @@ 75.4 CATEGORY="security" 75.5 SHORT_DESC="Multi-threaded, real time system and event log monitoring system" 75.6 MAINTAINER="erjo@slitaz.org" 75.7 +LICENSE="GPL2" 75.8 WEB_SITE="http://sagan.softwink.com/" 75.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 75.10 WGET_URL="http://sagan.softwink.com/download/$TARBALL"
76.1 --- a/sarg-php/receipt Sat Aug 10 17:00:38 2013 +0000 76.2 +++ b/sarg-php/receipt Sat Aug 10 17:48:05 2013 +0000 76.3 @@ -5,6 +5,7 @@ 76.4 CATEGORY="network" 76.5 SHORT_DESC="Squid Analysis Report Generator." 76.6 MAINTAINER="erjo@slitaz.org" 76.7 +LICENSE="GPL2" 76.8 WEB_SITE="http://$PACKAGE.sourceforge.net/" 76.9 WANTED="sarg" 76.10
77.1 --- a/sarg/receipt Sat Aug 10 17:00:38 2013 +0000 77.2 +++ b/sarg/receipt Sat Aug 10 17:48:05 2013 +0000 77.3 @@ -5,6 +5,7 @@ 77.4 CATEGORY="network" 77.5 SHORT_DESC="Squid Analysis Report Generator." 77.6 MAINTAINER="pascal.bellard@slitaz.org" 77.7 +LICENSE="GPL2" 77.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 77.9 WEB_SITE="http://$PACKAGE.sourceforge.net/" 77.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
78.1 --- a/snownews/receipt Sat Aug 10 17:00:38 2013 +0000 78.2 +++ b/snownews/receipt Sat Aug 10 17:48:05 2013 +0000 78.3 @@ -5,26 +5,28 @@ 78.4 CATEGORY="network" 78.5 SHORT_DESC="Text mode RSS newsreader." 78.6 MAINTAINER="paul@slitaz.org" 78.7 +LICENSE="GPL2" 78.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 78.9 +WEB_SITE="http://kiza.kcore.de/software/snownews/index.en" 78.10 +WGET_URL="https://kiza.kcore.de/software/snownews/download/$TARBALL" 78.11 + 78.12 DEPENDS="libxml2 ncurses zlib libcrypto" 78.13 BUILD_DEPENDS="zlib-dev libxml2-dev ncurses-dev gettext perl \ 78.14 openssl-dev acl libcroco wget" 78.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 78.16 -WEB_SITE="http://kiza.kcore.de/software/snownews/index.en" 78.17 -WGET_URL="https://kiza.kcore.de/software/snownews/download/$TARBALL" 78.18 78.19 # Rules to configure and make the package. 78.20 compile_rules() 78.21 { 78.22 cd $src 78.23 ./configure --prefix=/usr && 78.24 - make && make DESTDIR=$PWD/_pkg install 78.25 + make && make DESTDIR=$DESTDIR install 78.26 } 78.27 78.28 # Rules to gen a SliTaz package suitable for Tazpkg. 78.29 genpkg_rules() 78.30 { 78.31 mkdir -p $fs/usr/share 78.32 - cp -a $_pkg/usr/bin $fs/usr 78.33 - cp -a $_pkg/usr/share/locale $fs/usr/share 78.34 + cp -a $install/usr/bin $fs/usr 78.35 + cp -a $install/usr/share/locale $fs/usr/share 78.36 } 78.37
79.1 --- a/streamripper/receipt Sat Aug 10 17:00:38 2013 +0000 79.2 +++ b/streamripper/receipt Sat Aug 10 17:48:05 2013 +0000 79.3 @@ -5,12 +5,14 @@ 79.4 CATEGORY="multimedia" 79.5 SHORT_DESC="Record streaming mp3 to your hard drive." 79.6 MAINTAINER="pankso@slitaz.org" 79.7 -DEPENDS="gtk+ libmad libvorbis faad2 glibc-base" 79.8 -BUILD_DEPENDS="gtk+-dev libmad-dev" 79.9 +LICENSE="GPL2" 79.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 79.11 WEB_SITE="http://streamripper.sourceforge.net/" 79.12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 79.13 79.14 +DEPENDS="gtk+ libmad libvorbis faad2 glibc-base" 79.15 +BUILD_DEPENDS="gtk+-dev libmad-dev" 79.16 + 79.17 # Rules to configure and make the package. 79.18 compile_rules() 79.19 { 79.20 @@ -20,12 +22,12 @@ 79.21 --prefix=/usr \ 79.22 $CONFIGURE_ARGS && 79.23 make && 79.24 - make DESTDIR=$PWD/_pkg install 79.25 + make DESTDIR=$DESTDIR install 79.26 } 79.27 79.28 # Rules to gen a SliTaz package suitable for Tazpkg. 79.29 genpkg_rules() 79.30 { 79.31 mkdir -p $fs/usr/lib 79.32 - cp -a $_pkg/usr/bin $fs/usr 79.33 + cp -a $install/usr/bin $fs/usr 79.34 }
80.1 --- a/sysstat/receipt Sat Aug 10 17:00:38 2013 +0000 80.2 +++ b/sysstat/receipt Sat Aug 10 17:48:05 2013 +0000 80.3 @@ -5,11 +5,13 @@ 80.4 CATEGORY="system-tools" 80.5 SHORT_DESC="Performance monitoring tools." 80.6 MAINTAINER="pascal.bellard@slitaz.org" 80.7 +LICENSE="GPL2" 80.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 80.9 -BUILD_DEPENDS="gettext bzip2" 80.10 WEB_SITE="http://sebastien.godard.pagesperso-orange.fr/" 80.11 WGET_URL="http://pagesperso-orange.fr/sebastien.godard/$TARBALL" 80.12 80.13 +BUILD_DEPENDS="gettext bzip2" 80.14 + 80.15 # Rules to configure and make the package. 80.16 compile_rules() 80.17 {
81.1 --- a/terminator/receipt Sat Aug 10 17:00:38 2013 +0000 81.2 +++ b/terminator/receipt Sat Aug 10 17:48:05 2013 +0000 81.3 @@ -3,8 +3,9 @@ 81.4 PACKAGE="terminator" 81.5 VERSION="0.96" 81.6 CATEGORY="x-window" 81.7 -SHORT_DESC="." 81.8 +SHORT_DESC="Tool for arranging terminals." 81.9 MAINTAINER="pankso@slitaz.org" 81.10 +LICENSE="GPL2" 81.11 TARBALL="${PACKAGE}_$VERSION.tar.gz" 81.12 WEB_SITE="http://www.tenshu.net/p/terminator.html" 81.13 WGET_URL="https://launchpad.net/terminator/trunk/$VERSION/+download/$TARBALL"
82.1 --- a/testdisk/receipt Sat Aug 10 17:00:38 2013 +0000 82.2 +++ b/testdisk/receipt Sat Aug 10 17:48:05 2013 +0000 82.3 @@ -5,6 +5,7 @@ 82.4 CATEGORY="system-tools" 82.5 SHORT_DESC="Data recovery tools (testdisk + photorec)." 82.6 MAINTAINER="pankso@slitaz.org" 82.7 +LICENSE="GPL2" 82.8 TARBALL="$PACKAGE-$VERSION-WIP.tar.bz2" 82.9 WEB_SITE="http://www.cgsecurity.org/wiki/TestDisk" 82.10 WGET_URL="http://www.cgsecurity.org/$TARBALL"
83.1 --- a/wikiss/receipt Sat Aug 10 17:00:38 2013 +0000 83.2 +++ b/wikiss/receipt Sat Aug 10 17:48:05 2013 +0000 83.3 @@ -5,11 +5,13 @@ 83.4 CATEGORY="office" 83.5 SHORT_DESC="Tiny Wiki Engine in french." 83.6 MAINTAINER="pascal.bellard@slitaz.org" 83.7 +LICENSE="GPL2" 83.8 TARBALL="$PACKAGE-$VERSION.tgz" 83.9 WEB_SITE="http://wikiss.tuxfamily.org/" 83.10 WGET_URL="http://download.tuxfamily.org/$PACKAGE/${VERSION%.*}.x/$VERSION.tgz" 83.11 +CONFIG_FILES="/var/www/wikiss/_config.php" 83.12 + 83.13 DEPENDS="lighttpd php" 83.14 -CONFIG_FILES="/var/www/wikiss/_config.php" 83.15 83.16 # Rules to configure and make the package. 83.17 compile_rules()
84.1 --- a/xine-fonts/receipt Sat Aug 10 17:00:38 2013 +0000 84.2 +++ b/xine-fonts/receipt Sat Aug 10 17:48:05 2013 +0000 84.3 @@ -5,8 +5,10 @@ 84.4 CATEGORY="x-window" 84.5 SHORT_DESC="Extra fonts for Xine video player." 84.6 MAINTAINER="pankso@slitaz.org" 84.7 +LICENSE="GPL2" 84.8 WANTED="xine-lib" 84.9 WEB_SITE="http://www.xinehq.de/" 84.10 + 84.11 DEPENDS="xine" 84.12 84.13 # Rules to gen a SliTaz package suitable for Tazpkg.
85.1 --- a/xine-lib-dev/receipt Sat Aug 10 17:00:38 2013 +0000 85.2 +++ b/xine-lib-dev/receipt Sat Aug 10 17:48:05 2013 +0000 85.3 @@ -5,6 +5,7 @@ 85.4 CATEGORY="development" 85.5 SHORT_DESC="Xine video library." 85.6 MAINTAINER="pankso@slitaz.org" 85.7 +LICENSE="GPL2" 85.8 WANTED="xine-lib" 85.9 WEB_SITE="http://www.xinehq.de/" 85.10
86.1 --- a/xine-lib/receipt Sat Aug 10 17:00:38 2013 +0000 86.2 +++ b/xine-lib/receipt Sat Aug 10 17:48:05 2013 +0000 86.3 @@ -5,6 +5,7 @@ 86.4 CATEGORY="multimedia" 86.5 SHORT_DESC="Xine video library." 86.6 MAINTAINER="pankso@slitaz.org" 86.7 +LICENSE="GPL2" 86.8 SUGGESTED="faad2" 86.9 TARBALL="$PACKAGE-$VERSION.tar.xz" 86.10 WEB_SITE="http://www.xine-project.org/"
87.1 --- a/xpra/receipt Sat Aug 10 17:00:38 2013 +0000 87.2 +++ b/xpra/receipt Sat Aug 10 17:48:05 2013 +0000 87.3 @@ -5,6 +5,7 @@ 87.4 CATEGORY="network" 87.5 SHORT_DESC="screen for X." 87.6 MAINTAINER="pascal.bellard@slitaz.org" 87.7 +LICENSE="GPL2" 87.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 87.9 WEB_SITE="http://xpra.org/" 87.10 WGET_URL="${WEB_SITE}src/$TARBALL"
88.1 --- a/xtel/receipt Sat Aug 10 17:00:38 2013 +0000 88.2 +++ b/xtel/receipt Sat Aug 10 17:48:05 2013 +0000 88.3 @@ -5,6 +5,7 @@ 88.4 CATEGORY="network" 88.5 SHORT_DESC="X emulator of the French Minitel." 88.6 MAINTAINER="pascal.bellard@slitaz.org" 88.7 +LICENSE="GPL2" 88.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 88.9 WEB_SITE="http://pficheux.free.fr/xtel/" 88.10 WGET_URL="${WEB_SITE}download/$TARBALL" 88.11 @@ -36,7 +37,7 @@ 88.12 genpkg_rules() 88.13 { 88.14 mkdir -p $fs/usr/share/fonts/X11 88.15 - cp -a $_pkg/* $fs/ 88.16 + cp -a $install/* $fs/ 88.17 mv $fs/usr/lib/X11/xtel $fs/etc 88.18 ln -s /etc/xtel $fs/usr/lib/X11 88.19 sed -i 's/`host/`nslookup/;s|/bin/bash|/bin/sh|' $fs/etc/ppp/ip*.iminitel
89.1 --- a/ytree/receipt Sat Aug 10 17:00:38 2013 +0000 89.2 +++ b/ytree/receipt Sat Aug 10 17:48:05 2013 +0000 89.3 @@ -5,6 +5,7 @@ 89.4 CATEGORY="utilities" 89.5 SHORT_DESC="file manager for file and archives" 89.6 MAINTAINER="allan316@gmail.com" 89.7 +LICENSE="GPL2" 89.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 89.9 WEB_SITE="http://www.han.de/~werner/ytree.html" 89.10 WGET_URL="http://www.han.de/~werner/$TARBALL"