# HG changeset patch # User Pascal Bellard # Date 1376169136 0 # Node ID 7896f0694ef6285a61812b3be037af2a9916230c # Parent 408c87fa22ca52d117232571d96c8a51d42103a0 Add some GPL2 licenses diff -r 408c87fa22ca -r 7896f0694ef6 abiword-dev/receipt --- a/abiword-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/abiword-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Abiword devel files" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="abiword" WEB_SITE="http://www.abisource.com/" @@ -12,9 +13,9 @@ genpkg_rules() { mkdir -p $fs/usr/lib/abiword-2.8/plugins - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/abiword-*/plugins/*.*a \ + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/abiword-*/plugins/*.*a \ $fs/usr/lib/abiword-2.8/plugins - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/include $fs/usr } diff -r 408c87fa22ca -r 7896f0694ef6 abiword-plugins/receipt --- a/abiword-plugins/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/abiword-plugins/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,17 +5,19 @@ CATEGORY="office" SHORT_DESC="Extra plugins for Abiword (MSWord, OpenDocument, Wikidepia, etc)." MAINTAINER="pankso@slitaz.org" -DEPENDS="abiword libgio readline xorg-libXdamage fribidi libxslt" +LICENSE="GPL2" WANTED="abiword" WEB_SITE="http://www.abisource.com/" TAGS="doc odf docx" +DEPENDS="abiword libgio readline xorg-libXdamage fribidi libxslt" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/abiword-2.8/plugins $fs/usr/share - cp -a $_pkg/usr/lib/abiword-*/plugins/*.so \ + cp -a $install/usr/lib/abiword-*/plugins/*.so \ $fs/usr/lib/abiword-2.8/plugins } diff -r 408c87fa22ca -r 7896f0694ef6 abiword/receipt --- a/abiword/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/abiword/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,18 +5,20 @@ CATEGORY="office" SHORT_DESC="Light and speed word processing application." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" +SUGGESTED="abiword-extras" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.abisource.com/" +WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL" +TAGS="word doc office" +LOCALES="cs da de es fr hu id it pt ru sl sv zh" + DEPENDS="gtk+ libgnomeprint libgnomeprintui libgnomecanvas fribidi libglade \ popt libxml2 libart_lgpl libgsf libgio enchant wv xorg-libXdamage gcc-lib-base librsvg \ goffice glibc-locale" BUILD_DEPENDS="$DEPENDS gtk+-dev libgnomeprint-dev libgnomeprintui-dev \ fribidi-dev libglade-dev popt-dev libxml2-dev libart_lgpl-dev libgsf-dev \ enchant-dev wv-dev libgnomecanvas-dev libcroco-dev libboost-dev librsvg-dev" -SUGGESTED="abiword-extras" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.abisource.com/" -WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL" -TAGS="word doc office" -LOCALES="cs da de es fr hu id it pt ru sl sv zh" # Rules to configure and make the package. compile_rules() @@ -36,10 +38,10 @@ --disable-collab-backend-sugar \ $CONFIGURE_ARGS && make $MAKEFLAGS && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install cd plugins - make DESTDIR=$src/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -47,13 +49,13 @@ { mkdir -p $fs/usr/share/pixmaps $fs/usr/lib/abiword-2.8/plugins $fs/usr/share/icons - 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 - cp -a $_pkg/usr/share/abiword-* $fs/usr/share + cp -a $install/usr/share/abiword-* $fs/usr/share # Non standard pixmap - cp $_pkg/usr/share/icons/abiword_48.png \ + cp $install/usr/share/icons/abiword_48.png \ $fs/usr/share/pixmaps/abiword.png # fix error when abiword is run in command line @@ -65,18 +67,18 @@ rm $fs/usr/share/abiword-*/system.pro* for LOCALE in $LOCALES; do - cp $_pkg/usr/share/abiword-*/strings/$LOCALE*.strings \ + cp $install/usr/share/abiword-*/strings/$LOCALE*.strings \ $fs/usr/share/abiword-*/strings/ # id locale not complete in sources if [ "$LOCALE" != "id" ]; then - cp $_pkg/usr/share/abiword-*/templates/normal.awt-$LOCALE* \ + cp $install/usr/share/abiword-*/templates/normal.awt-$LOCALE* \ $fs/usr/share/abiword-*/templates/ - cp $_pkg/usr/share/abiword-*/system.profile-$LOCALE* \ + cp $install/usr/share/abiword-*/system.profile-$LOCALE* \ $fs/usr/share/abiword-*/ fi done - cp $_pkg/usr/share/abiword-*/templates/*.awt $fs/usr/share/abiword-*/templates/ - cp $_pkg/usr/share/abiword-*/system.profile $fs/usr/share/abiword-*/ + cp $install/usr/share/abiword-*/templates/*.awt $fs/usr/share/abiword-*/templates/ + cp $install/usr/share/abiword-*/system.profile $fs/usr/share/abiword-*/ } diff -r 408c87fa22ca -r 7896f0694ef6 antinat-dev/receipt --- a/antinat-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/antinat-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Flexible SOCKS server & client library for proxy-based applications, development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://antinat.sourceforge.net/" WANTED="antinat" diff -r 408c87fa22ca -r 7896f0694ef6 antinat/receipt --- a/antinat/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/antinat/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Flexible SOCKS server & client library for proxy-based applications." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://antinat.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 asterisk-dev/receipt --- a/asterisk-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/asterisk-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Open Source PBX and telephony toolkit development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.asterisk.org/" WANTED="asterisk" diff -r 408c87fa22ca -r 7896f0694ef6 asterisk/receipt --- a/asterisk/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/asterisk/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Open Source PBX and telephony toolkit." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" EXTRA_SOURCE_FILES="rfc3951.txt" WEB_SITE="http://www.asterisk.org/" diff -r 408c87fa22ca -r 7896f0694ef6 asunder/receipt --- a/asunder/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/asunder/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="GTK light CD ripper." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" SUGGESTED="lame flac" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://littlesvr.ca/asunder/" @@ -30,5 +31,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 408c87fa22ca -r 7896f0694ef6 aufs-utils/receipt --- a/aufs-utils/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/aufs-utils/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="The aufs utils." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://aufs.sourceforge.net/" WGET_URL="git|git://aufs.git.sourceforge.net/gitroot/aufs/aufs-util.git" diff -r 408c87fa22ca -r 7896f0694ef6 aufs/receipt --- a/aufs/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/aufs/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="aufs3 kernel module" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" WEB_SITE="http://aufs.sf.net/" PROVIDE="linux-aufs" TARBALL="$PACKAGE-$VERSION.tar.bz2" diff -r 408c87fa22ca -r 7896f0694ef6 ayttm/receipt --- a/ayttm/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/ayttm/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="Universal instant messenger client" MAINTAINER="devl547@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://ayttm.sourceforge.net/" WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" + BUILD_DEPENDS="gtk+-dev zlib-dev audiofile-dev xcb-util-dev openssl-dev flex \ enchant-dev xorg-libXpm-dev libtool" DEPENDS="gtk+ zlib audiofile xcb-util openssl enchant aspell xorg-libXpm" diff -r 408c87fa22ca -r 7896f0694ef6 barnyard2/receipt --- a/barnyard2/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/barnyard2/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Output spool reader for Snort" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.securixlive.com/barnyard2/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://www.securixlive.com/download/barnyard2/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 beaver/receipt --- a/beaver/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/beaver/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="Simple and very light advanced text editor." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+ xorg-libXdamage" -BUILD_DEPENDS="gtk+-dev xorg-xproto intltool expat-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://beaver-editor.sf.net/" WGET_URL="$SF_MIRROR/$PACKAGE-editor/$TARBALL" TAGS="text-editor" GENERIC_PIXMAPS="no" +DEPENDS="gtk+ xorg-libXdamage" +BUILD_DEPENDS="gtk+-dev xorg-xproto intltool expat-dev" + # Rules to configure and make the package. compile_rules() { @@ -31,9 +33,9 @@ $fs/usr/share/beaver \ $fs/usr/share/icons/hicolor/32x32/ - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/beaver/resource $fs/usr/share/beaver - cp -a $_pkg/usr/share/icons/hicolor/32x32/apps $fs/usr/share/icons/hicolor/32x32/ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/beaver/resource $fs/usr/share/beaver + cp -a $install/usr/share/icons/hicolor/32x32/apps $fs/usr/share/icons/hicolor/32x32/ # Custom default configuration cp -a $stuff/beaver.conf.default $fs/usr/share/beaver/resource diff -r 408c87fa22ca -r 7896f0694ef6 bluez-dev/receipt --- a/bluez-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/bluez-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="Bluez devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="alsa-lib-dev dbus-dev glib-dev libusb-dev" +LICENSE="GPL2" WANTED="bluez" WEB_SITE="http://www.bluez.org/" +DEPENDS="alsa-lib-dev dbus-dev glib-dev libusb-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/alsa-lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/alsa-lib/*.*a $fs/usr/lib/alsa-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/alsa-lib/*.*a $fs/usr/lib/alsa-lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 408c87fa22ca -r 7896f0694ef6 bluez/receipt --- a/bluez/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/bluez/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Bluetooth protocol stack." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.bluez.org/" #WGET_URL="http://www.kernel.org/pub/linux/bluetooth/$TARBALL" @@ -47,14 +48,14 @@ genpkg_rules() { mkdir -p $fs/usr/lib/alsa-lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/alsa-lib/*.so* $fs/usr/lib/alsa-lib - cp -a $_pkg/usr/lib/bluetooth $fs/usr/lib - cp -a $_pkg/usr/lib/cups $fs/usr/lib - cp -a $_pkg/etc $fs - cp -a $_pkg/var $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/alsa-lib/*.so* $fs/usr/lib/alsa-lib + cp -a $install/usr/lib/bluetooth $fs/usr/lib + cp -a $install/usr/lib/cups $fs/usr/lib + cp -a $install/etc $fs + cp -a $install/var $fs #some extra tools and config files cp -a $src/test/simple-agent $fs/usr/bin/bluez-simple-agent diff -r 408c87fa22ca -r 7896f0694ef6 brasero/receipt --- a/brasero/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/brasero/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Brasero (aka Bonfire) is yet another application to burn CD/DVD for the gnome desktop." MAINTAINER="devl547@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org/projects/brasero" WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/2.30/$TARBALL" @@ -32,14 +33,14 @@ --disable-search \ --disable-playlist && 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/lib $fs/usr/ - cp -a $_pkg/usr/share/applications $fs/usr/share/applications + cp -a $install/usr/bin $fs/usr/ + cp -a $install/usr/lib $fs/usr/ + cp -a $install/usr/share/applications $fs/usr/share/applications } diff -r 408c87fa22ca -r 7896f0694ef6 btrfs-mkfs/receipt --- a/btrfs-mkfs/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/btrfs-mkfs/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Btrfs Filesystem creation tool." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://btrfs.wiki.kernel.org/" WANTED="btrfs-progs" diff -r 408c87fa22ca -r 7896f0694ef6 btrfs-progs/receipt --- a/btrfs-progs/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/btrfs-progs/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Btrfs Filesystem user space tools." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://btrfs.wiki.kernel.org/" WGET_URL="git|git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git" diff -r 408c87fa22ca -r 7896f0694ef6 cairo-clock-themes/receipt --- a/cairo-clock-themes/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/cairo-clock-themes/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="x-window" SHORT_DESC="Set of themes for cairo-clock." MAINTAINER="pankso@slitaz.org" -DEPENDS="cairo-clock" +LICENSE="GPL2" WANTED="cairo-clock" WEB_SITE="http://macslow.thepimp.net/?page_id=23" +DEPENDS="cairo-clock" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/cairo-clock - cp -a $_pkg/usr/share/cairo-clock/themes $fs/usr/share/cairo-clock + cp -a $install/usr/share/cairo-clock/themes $fs/usr/share/cairo-clock rm -rf $fs/usr/share/cairo-clock/themes/default } diff -r 408c87fa22ca -r 7896f0694ef6 cairo-clock/receipt --- a/cairo-clock/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/cairo-clock/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Nice analog clock displaying the system-time." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://macslow.thepimp.net/?page_id=23" #WGET_URL="http://macslow.thepimp.net/projects/cairo-clock/$TARBALL" @@ -26,9 +27,9 @@ genpkg_rules() { mkdir -p $fs/usr/share/$PACKAGE/themes - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/$PACKAGE/glade \ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/$PACKAGE/glade \ $fs/usr/share/$PACKAGE - cp -a $_pkg/usr/share/$PACKAGE/themes/default \ + cp -a $install/usr/share/$PACKAGE/themes/default \ $fs/usr/share/$PACKAGE/themes } diff -r 408c87fa22ca -r 7896f0694ef6 caps/receipt --- a/caps/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/caps/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="The CAPS Audio Plugin Suite." MAINTAINER="paul@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://quitte.de/dsp/caps.html" TARBALL="${PACKAGE}_${VERSION}.tar.gz" WGET_URL="http://quitte.de/dsp/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 catfish/receipt --- a/catfish/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/catfish/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Catfish is a versatile file searching tool" MAINTAINER="devl547@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://twotoasts.de/index.php/catfish/" WGET_URL="http://twotoasts.de/media/$PACKAGE/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 cclfox/receipt --- a/cclfox/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/cclfox/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="development" SHORT_DESC="server gui for libccls" MAINTAINER="allan316@gmail.com" -DEPENDS="libccls fox14 glib" -BUILD_DEPENDS="libccls-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/cclfox/0.7.0/$TARBALL" +DEPENDS="libccls fox14 glib" +BUILD_DEPENDS="libccls-dev fox14-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 408c87fa22ca -r 7896f0694ef6 celestia/receipt --- a/celestia/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/celestia/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="games" SHORT_DESC="Real-time 3D Space Simulation" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="gtk+ glew libtheora lua5.1 gtkglext freeglut xorg-libXmu mesa libglu-mesa libjpeg jpeg zlib" -BUILD_DEPENDS="$DEPENDS gtk+-dev libtheora-dev lua5.1-dev gtkglext-dev freeglut-dev xorg-libXmu-dev libglu-mesa mesa-dev libpng-dev libogg-dev jpeg-dev glew-dev zlib-dev gettext autoconf" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.shatters.net/celestia/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="gtk+ glew libtheora lua5.1 gtkglext freeglut xorg-libXmu mesa libglu-mesa libjpeg jpeg zlib" +BUILD_DEPENDS="$DEPENDS gtk+-dev libtheora-dev lua5.1-dev gtkglext-dev freeglut-dev xorg-libXmu-dev libglu-mesa mesa-dev libpng-dev libogg-dev jpeg-dev glew-dev zlib-dev gettext autoconf" + # Rules to configure and make the package. compile_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 clamav-dev/receipt --- a/clamav-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/clamav-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Clamav dev files." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.clamav.net/" TAGS="antivirus" WANTED="clamav" diff -r 408c87fa22ca -r 7896f0694ef6 clamav/receipt --- a/clamav/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/clamav/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="security" SHORT_DESC="Antivirus." MAINTAINER="paul@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.clamav.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 claws-mail-rssyl-dev/receipt --- a/claws-mail-rssyl-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/claws-mail-rssyl-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="RSS feed aggregator for Claws Mail dev files." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" +WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl" +WANTED="claws-mail-rssyl" + DEPENDS="claws-mail curl libxml2" BUILD_DEPENDS="claws-mail-dev" -WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl" -WANTED="claws-mail-rssyl" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 408c87fa22ca -r 7896f0694ef6 claws-mail-rssyl/receipt --- a/claws-mail-rssyl/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/claws-mail-rssyl/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,10 +5,7 @@ CATEGORY="network" SHORT_DESC="RSS feed aggregator for Claws Mail." MAINTAINER="erjo@slitaz.org" -DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \ -xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ -xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" -BUILD_DEPENDS="claws-mail-dev curl-dev gnutls-dev libxml2-dev" +LICENSE="GPL2" SOURCE="rssyl" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.claws-mail.org/plugin.php?plugin=rssyl" @@ -16,6 +13,11 @@ SUGGESTED="gtkhtml2viewer" TAGS="rss newsfeed" +DEPENDS="claws-mail curl libxml2 expat gtk+ xorg-libX11 xorg-libXau \ +xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ +xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" +BUILD_DEPENDS="claws-mail-dev curl-dev gnutls-dev libxml2-dev" + # Rules to configure and make the package. compile_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 comix/receipt --- a/comix/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/comix/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,25 +5,27 @@ CATEGORY="graphics" SHORT_DESC="Comix is an image viewer, specifically designed to handle comic books." MAINTAINER="mallory@sweetpeople.org" -DEPENDS="python pygtk python-pil rar" -BUILD_DEPENDS="python pygtk-dev pygtk python-pil unrar" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://comix.sourceforge.net" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="viewer comic" +DEPENDS="python pygtk python-pil rar" +BUILD_DEPENDS="python pygtk-dev pygtk python-pil unrar" + # Rules to configure and make the package. compile_rules() { cd $src - mkdir -p _pkg/usr - python install.py --no-mime --dir $PWD/_pkg/usr install + mkdir -p $DESTDIR/usr + python install.py --no-mime --dir $DESTDIR/usr install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/* $fs/usr/ + cp -a $install/usr/* $fs/usr/ } diff -r 408c87fa22ca -r 7896f0694ef6 connman-dev/receipt --- a/connman-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/connman-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Daemon for managing internet connections, dev files." MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" WEB_SITE="http://connman.net/" WANTED="connman" @@ -15,9 +16,9 @@ { # vpn mkdir -p $fs/usr/lib/connman/plugins-vpn - cp -a $_pkg/usr/lib/connman/plugins-vpn/*a $fs/usr/lib/connman/plugins-vpn + cp -a $install/usr/lib/connman/plugins-vpn/*a $fs/usr/lib/connman/plugins-vpn # include - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/include $fs/usr # pkg-config - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 408c87fa22ca -r 7896f0694ef6 connman-tools/receipt --- a/connman-tools/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/connman-tools/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Daemon for managing internet connections, dev tools." MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" WEB_SITE="http://connman.net/" WANTED="connman" diff -r 408c87fa22ca -r 7896f0694ef6 connman/receipt --- a/connman/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/connman/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Daemon for managing internet connections" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://connman.net/" WGET_URL="http://linux-kernel.uio.no/pub/linux/network/$PACKAGE/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 cryptsetup-dev/receipt --- a/cryptsetup-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/cryptsetup-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="cryptsetup library development files." MAINTAINER="b1+slitaz@nagel.org" -DEPENDS="cryptsetup" +LICENSE="GPL2" WANTED="cryptsetup" WEB_SITE="http://sourceware.org/dm/" +DEPENDS="cryptsetup" + # 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/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib } diff -r 408c87fa22ca -r 7896f0694ef6 cryptsetup/receipt --- a/cryptsetup/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/cryptsetup/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="dm-crypt setup tool for encryption of block devices" MAINTAINER="b1+slitaz@nagel.org" -DEPENDS="e2fsprogs popt libgcrypt libdevmapper" -BUILD_DEPENDS="e2fsprogs-dev popt-dev libgcrypt libgcrypt-dev libdevmapper \ +LICENSE="GPL2" libdevmapper-dev util-linux-uuid util-linux-uuid-dev popt" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://code.google.com/p/$PACKAGE" WGET_URL="http://cryptsetup.googlecode.com/files/$TARBALL" +DEPENDS="e2fsprogs popt libgcrypt libdevmapper" +BUILD_DEPENDS="e2fsprogs-dev popt-dev libgcrypt libgcrypt-dev libdevmapper \ + # Rules to configure and make the package. compile_rules() { @@ -27,6 +29,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 408c87fa22ca -r 7896f0694ef6 csync-dev/receipt --- a/csync-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/csync-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Csync development files." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.csync.org/" WANTED="csync" diff -r 408c87fa22ca -r 7896f0694ef6 csync/receipt --- a/csync/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/csync/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="File synchronizer" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.csync.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://download.owncloud.com/download/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 cups-pdf/receipt --- a/cups-pdf/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/cups-pdf/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="PDF printer for cups" MAINTAINER="jozee@slitaz.org" -DEPENDS="ghostscript cups" +LICENSE="GPL2" TARBALL="${PACKAGE}_${VERSION}.tar.gz" WEB_SITE="http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf" WGET_URL="${WEB_SITE}/src/${TARBALL}" TAGS="printer printing" +DEPENDS="ghostscript cups" + # Rules to configure and make the package. compile_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 d-feet/receipt --- a/d-feet/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/d-feet/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="D-Feet is an easy to use D-Bus debugger." MAINTAINER="monghitri@aruba.it" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="https://live.gnome.org/DFeet/" WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION:0:3}/$TARBALL" + DEPENDS="dbus dbus-python pygtk python" BUILD_DEPENDS="dbus-dev dbus-python-dev pygtk-dev python-dev setuptools" diff -r 408c87fa22ca -r 7896f0694ef6 dar/receipt --- a/dar/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/dar/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Disk archive." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://dar.linux.free.fr/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -27,5 +28,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/* $fs + cp -a $install/* $fs } diff -r 408c87fa22ca -r 7896f0694ef6 dbus-dev/receipt --- a/dbus-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/dbus-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -4,11 +4,13 @@ VERSION="1.6.4" CATEGORY="development" SHORT_DESC="D-Bus is a message bus system devel files." -DEPENDS="dbus" WANTED="dbus" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus" +DEPENDS="dbus" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 dbus-glib-dev/receipt --- a/dbus-glib-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/dbus-glib-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -4,11 +4,13 @@ VERSION="0.100" CATEGORY="development" SHORT_DESC="D-Bus glib binding." -DEPENDS="dbus-glib dbus-dev glib-dev" WANTED="dbus-glib" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings" +DEPENDS="dbus-glib dbus-dev glib-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 dbus-glib/receipt --- a/dbus-glib/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/dbus-glib/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="D-Bus glib 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-glib/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 dbus-helper/receipt --- a/dbus-helper/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/dbus-helper/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="D-Bus is a message bus system devel files." WANTED="dbus" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus" DEPENDS="dbus" diff -r 408c87fa22ca -r 7896f0694ef6 dbus/receipt --- a/dbus/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/dbus/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="D-Bus is a message bus system." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.freedesktop.org/wiki/Software/dbus" WGET_URL="http://dbus.freedesktop.org/releases/dbus/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 dd_rhelp/receipt --- a/dd_rhelp/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/dd_rhelp/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="system-tools" SHORT_DESC="Block device copy tools." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="bash dd_rescue" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.kalysto.org/utilities/dd_rhelp/" WGET_URL="http://www.kalysto.org/pkg/$TARBALL" +DEPENDS="bash dd_rescue" + # Rules to configure and make the package. compile_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 duplicity/receipt --- a/duplicity/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/duplicity/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Encrypted bandwidth-efficient backup using the rsync algorithm." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://duplicity.nongnu.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://code.launchpad.net/$PACKAGE/${VERSION%.*}-series/$VERSION/+download/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 e2fsprogs-dev/receipt --- a/e2fsprogs-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/e2fsprogs-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="The e2fsprogs devel files." MAINTAINER="pankso@slitaz.org" WANTED="e2fsprogs" +LICENSE="GPL2" WEB_SITE="http://e2fsprogs.sourceforge.net/" HOST_ARCH="i486 arm" diff -r 408c87fa22ca -r 7896f0694ef6 e2fsprogs/receipt --- a/e2fsprogs/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/e2fsprogs/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="Filesystem utilities for use with ext2 and ext3 (without fsck*)." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://e2fsprogs.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 edje-dev/receipt --- a/edje-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/edje-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="EFL Abstract GUI layout and animation object library - Devel files." MAINTAINER="pankso@slitaz.org" -LICENSE="BSD" +LICENSE="GPL2 BSD" WANTED="edje" WEB_SITE="http://www.enlightenment.org/" diff -r 408c87fa22ca -r 7896f0694ef6 edje/receipt --- a/edje/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/edje/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="EFL Abstract GUI layout and animation object library." MAINTAINER="pankso@slitaz.org" -LICENSE="BSD" +LICENSE="BSD GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/releases/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 ejabberd/receipt --- a/ejabberd/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/ejabberd/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Jabber/XMPP instant messaging server (real-time communication)." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.ejabberb.im/" WGET_URL="http://www.process-one.net/downloads/$PACKAGE/$VERSION/$TARBALL" @@ -32,7 +33,7 @@ genpkg_rules() { mkdir -p $fs/etc/init.d - cp -a $_pkg/* $fs + cp -a $install/* $fs ln -s /usr/sbin/ejabberdctl $fs/etc/init.d/ejabberd } diff -r 408c87fa22ca -r 7896f0694ef6 electricsheep/receipt --- a/electricsheep/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/electricsheep/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="graphics" SHORT_DESC="Distributed screen-saver that renders morphing abstract animations" MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="curl expat flam3 ffmpeg mplayer libglade gtk+" -BUILD_DEPENDS="curl-dev expat-dev ffmpeg-dev libglade-dev gtk+-dev flam3-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://community.electricsheep.org/" WGET_URL="http://147.52.159.12/mirrors/ftp.kernel.org/pub/dist/vectorlinux/VL64-7.0/sourceAbs/$PACKAGE/$TARBALL" +DEPENDS="curl expat flam3 ffmpeg mplayer libglade gtk+" +BUILD_DEPENDS="curl-dev expat-dev ffmpeg-dev libglade-dev gtk+-dev flam3-dev" + # Rules to configure and make the package. compile_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 elinks/receipt --- a/elinks/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/elinks/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Full featured www text browser" MAINTAINER="allan316@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://elinks.or.cz" WGET_URL="$WEB_SITE/download/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 evas_generic_loaders/receipt --- a/evas_generic_loaders/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/evas_generic_loaders/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="base-system" SHORT_DESC="Loaders for Evas using 'generic' module" MAINTAINER="domcox@slitaz.org" -LICENSE="BSD" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.enlightenment.org/" WGET_URL="http://download.enlightenment.org/releases/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 evince-dev/receipt --- a/evince-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/evince-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,17 +5,19 @@ CATEGORY="office" SHORT_DESC="Evince developement headers files." MAINTAINER="erjo@slitaz.org" -DEPENDS="evince gnome-doc-utils" +LICENSE="GPL2" WEB_SITE="http://projects.gnome.org/evince/" WANTED="evince" +DEPENDS="evince gnome-doc-utils" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/evince/3/backends - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/evince/3/backends/*.*a $fs/usr/lib/evince/3/backends + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/evince/3/backends/*.*a $fs/usr/lib/evince/3/backends } diff -r 408c87fa22ca -r 7896f0694ef6 evince-doc/receipt --- a/evince-doc/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/evince-doc/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="Evince documention." MAINTAINER="erjo@slitaz.org" -DEPENDS="evince" +LICENSE="GPL2" WEB_SITE="http://projects.gnome.org/evince/" WANTED="evince" +DEPENDS="evince" + # Rules to configure and make the package. compile_rules() { - [ -d $_pkg/usr/share/gnome -a \ - -d $_pkg/usr/share/gtk-doc -a \ - -d $_pkg/usr/share/omf ] + [ -d $install/usr/share/gnome -a \ + -d $install/usr/share/gtk-doc -a \ + -d $install/usr/share/omf ] } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -23,5 +25,5 @@ # Note: Evince build disables local help in favor of online help. # Consider removing this package from wok. mkdir -p $fs/usr/share - cp -a $_pkg/usr/share/gtk-doc $fs/usr/share + cp -a $install/usr/share/gtk-doc $fs/usr/share } diff -r 408c87fa22ca -r 7896f0694ef6 evince/receipt --- a/evince/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/evince/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,15 +5,16 @@ CATEGORY="office" SHORT_DESC="Document viewer for Gnome" MAINTAINER="erjo@slitaz.org" -DEPENDS="lcms poppler tiff dbus-glib glib util-linux-uuid" -BUILD_DEPENDS="gnome-doc-utils-dev docbook-xml libxml2-dev \ -gnome-icon-theme gtk+-dev intltool lcms-dev util-linux-uuid-dev \ -poppler-dev tiff-dev dbus-glib-dev xorg-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://projects.gnome.org/evince/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL" TAGS="viewer pdf tiff ps postscript dvi" +DEPENDS="lcms poppler tiff dbus-glib glib util-linux-uuid" +BUILD_DEPENDS="gnome-doc-utils-dev docbook-xml libxml2-dev \ +gnome-icon-theme gtk+-dev intltool lcms-dev util-linux-uuid-dev \ +poppler-dev tiff-dev dbus-glib-dev xorg-dev" # Rules to configure and make the package. compile_rules() @@ -38,14 +39,14 @@ genpkg_rules() { mkdir -p $fs/usr/share/glib-2.0 $fs/usr/lib $fs/usr/share/applications - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/evince $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/evince $fs/usr/lib - cp -a $_pkg/usr/share/dbus-1 $fs/usr/share - cp -a $_pkg/usr/share/icons $fs/usr/share - cp -a $_pkg/usr/share/evince $fs/usr/share - cp -a $_pkg/usr/share/glib-2.0/schemas $fs/usr/share/glib-2.0 + cp -a $install/usr/share/dbus-1 $fs/usr/share + cp -a $install/usr/share/icons $fs/usr/share + cp -a $install/usr/share/evince $fs/usr/share + cp -a $install/usr/share/glib-2.0/schemas $fs/usr/share/glib-2.0 cp -a $stuff/evince.desktop $fs/usr/share/applications # Removing unwanted files diff -r 408c87fa22ca -r 7896f0694ef6 fail2ban/receipt --- a/fail2ban/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/fail2ban/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Scans log files to bans IP that makes too many password failures." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz" WEB_SITE="http://www.fail2ban.org/wiki/index.php/Main_Page" WGET_URL="https://github.com/downloads/$PACKAGE/$PACKAGE/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 fbgrab/receipt --- a/fbgrab/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/fbgrab/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Frame buffer grabber." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://hem.bredband.net/gmogmo/fbgrab/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="${WEB_SITE}$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 fbterm/receipt --- a/fbterm/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/fbterm/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="A fast FrameBuffer based TERMinal emulator for linux" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://code.google.com/p/fbterm/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 fceux/receipt --- a/fceux/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/fceux/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="A fast and ultra-compatible NES/Famicom emulator with SDL, OpenGL and SVGALIB support" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.src.tar.bz2" WEB_SITE="http://fceux.com/web/home.html" WGET_URL="$SF_MIRROR/fceultra/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 fcitx-configtool/receipt --- a/fcitx-configtool/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/fcitx-configtool/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="x-window" SHORT_DESC="fcitx chinese input-medthod GUI configure tool" MAINTAINER="lufeng369@gmail.com" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://fcitx.googlecode.com" +WGET_URL="http://fcitx.googlecode.com/files/$TARBALL" + DEPENDS="fcitx gtk+" BUILD_DEPENDS="fcitx libunique-dev gtk+-dev cmake intltool xorg-libXrender-dev \ pkg-config cairo-dev pango-dev fcitx-dev file" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://fcitx.googlecode.com" -WGET_URL="http://fcitx.googlecode.com/files/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -18,13 +20,13 @@ cd $src sed -i 's|||' gtk/sub_config_parser.[hc] gtk/config_widget.h cmake -DCMAKE_INSTALL_PREFIX=/usr - 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 $fs/ + cp -a $install/usr $fs/ } diff -r 408c87fa22ca -r 7896f0694ef6 fcitx-dev/receipt --- a/fcitx-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/fcitx-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="The fcitx-dev package includes the header files for the FCITX package." MAINTAINER="devel@slitaz.org" -DEPENDS="libfcitx xorg-libX11-dev" +LICENSE="GPL2" WEB_SITE="http://code.google.com/p/fcitx/" WANTED="fcitx" +DEPENDS="libfcitx xorg-libX11-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/pkgconfig/ $fs/usr/share/ - cp -a $_pkg/usr/lib/libfcitx*.so $fs/usr/lib/ - cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/ - cp -a $_pkg/usr/share/cmake/ $fs/usr/share/ - cp -a $_pkg/usr/include/ $fs/usr/ + cp -a $install/usr/lib/libfcitx*.so $fs/usr/lib/ + cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/ + cp -a $install/usr/share/cmake/ $fs/usr/share/ + cp -a $install/usr/include/ $fs/usr/ } diff -r 408c87fa22ca -r 7896f0694ef6 fcitx-skin-classic/receipt --- a/fcitx-skin-classic/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/fcitx-skin-classic/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="The classic skin of fcitx." MAINTAINER="devel@slitaz.org" -DEPENDS="" +LICENSE="GPL2" WEB_SITE="http://code.google.com/p/fcitx/" WANTED="fcitx" @@ -13,5 +13,5 @@ genpkg_rules() { mkdir -p $fs/usr/share/fcitx/skin/ - cp -a $_pkg/usr/share/fcitx/skin/classic/ $fs/usr/share/fcitx/skin/ + cp -a $install/usr/share/fcitx/skin/classic/ $fs/usr/share/fcitx/skin/ } diff -r 408c87fa22ca -r 7896f0694ef6 fcitx-skin-dark/receipt --- a/fcitx-skin-dark/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/fcitx-skin-dark/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="The dark skin of fcitx." MAINTAINER="devel@slitaz.org" -DEPENDS="" +LICENSE="GPL2" WEB_SITE="http://code.google.com/p/fcitx/" WANTED="fcitx" @@ -13,5 +13,5 @@ genpkg_rules() { mkdir -p $fs/usr/share/fcitx/skin/ - cp -a $_pkg/usr/share/fcitx/skin/dark/ $fs/usr/share/fcitx/dark/ + cp -a $install/usr/share/fcitx/skin/dark/ $fs/usr/share/fcitx/dark/ } diff -r 408c87fa22ca -r 7896f0694ef6 fcitx-skin-default/receipt --- a/fcitx-skin-default/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/fcitx-skin-default/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="The default skin of fcitx." MAINTAINER="devel@slitaz.org" -DEPENDS="" +LICENSE="GPL2" WEB_SITE="http://code.google.com/p/fcitx/" WANTED="fcitx" @@ -13,5 +13,5 @@ genpkg_rules() { mkdir -p $fs/usr/share/fcitx/skin/ - cp -a $_pkg/usr/share/fcitx/skin/default $fs/usr/share/fcitx/skin/ + cp -a $install/usr/share/fcitx/skin/default $fs/usr/share/fcitx/skin/ } diff -r 408c87fa22ca -r 7896f0694ef6 fcitx-tools/receipt --- a/fcitx-tools/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/fcitx-tools/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,19 +5,21 @@ CATEGORY="x-window" SHORT_DESC="The fcitx-tools package includes some tools of fcitx." MAINTAINER="devel@slitaz.org" -DEPENDS="fcitx" +LICENSE="GPL2" WEB_SITE="http://code.google.com/p/fcitx/" WANTED="fcitx" +DEPENDS="fcitx" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin/ - cp -a $_pkg/usr/bin/createPYMB $fs/usr/bin/ - cp -a $_pkg/usr/bin/readPYBase $fs/usr/bin/ - cp -a $_pkg/usr/bin/readPYMB $fs/usr/bin/ - cp -a $_pkg/usr/bin/mb2org $fs/usr/bin/ - cp -a $_pkg/usr/bin/mb2txt $fs/usr/bin/ - cp -a $_pkg/usr/bin/scel2org $fs/usr/bin/ - cp -a $_pkg/usr/bin/txt2mb $fs/usr/bin/ + cp -a $install/usr/bin/createPYMB $fs/usr/bin/ + cp -a $install/usr/bin/readPYBase $fs/usr/bin/ + cp -a $install/usr/bin/readPYMB $fs/usr/bin/ + cp -a $install/usr/bin/mb2org $fs/usr/bin/ + cp -a $install/usr/bin/mb2txt $fs/usr/bin/ + cp -a $install/usr/bin/scel2org $fs/usr/bin/ + cp -a $install/usr/bin/txt2mb $fs/usr/bin/ } diff -r 408c87fa22ca -r 7896f0694ef6 fcitx/receipt --- a/fcitx/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/fcitx/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="x-window" SHORT_DESC="Free Chinese Input Toy of X, a collection of Simplified Chinese input methods for Linux." MAINTAINER="lufeng369@gmail.com" -DEPENDS="libfcitx fcitx-skin-default gtk+" -BUILD_DEPENDS="cmake intltool cairo-dev pango-dev gtk+-dev dbus-dev opencc-dev gcc" +LICENSE="GPL2" TARBALL="$PACKAGE-${VERSION}_all.tar.bz2" WEB_SITE="http://code.google.com/p/fcitx/" WGET_URL="http://fcitx.googlecode.com/files/$TARBALL" +DEPENDS="libfcitx fcitx-skin-default gtk+" +BUILD_DEPENDS="cmake intltool cairo-dev pango-dev gtk+-dev dbus-dev opencc-dev gcc" + # Rules to configure and make the package. compile_rules() { @@ -26,15 +28,15 @@ genpkg_rules() { mkdir -p $fs/usr/bin/ $fs/usr/share/fcitx/ $fs/usr/share/applications/ - cp -a $_pkg/usr/bin/fcitx $fs/usr/bin/ - cp -a $_pkg/usr/bin/fcitx-configtool $fs/usr/bin/ - cp -a $_pkg/usr/bin/fcitx-remote $fs/usr/bin/ - cp -a $_pkg/usr/bin/fcitx4-config $fs/usr/bin/ - cp -a $_pkg/usr/share/fcitx/addon/ $fs/usr/share/fcitx/ - cp -a $_pkg/usr/share/fcitx/configdesc/ $fs/usr/share/fcitx/ - cp -a $_pkg/usr/share/fcitx/data/ $fs/usr/share/fcitx/ - cp -a $_pkg/usr/share/fcitx/pinyin/ $fs/usr/share/fcitx/ - cp -a $_pkg/usr/share/fcitx/table/ $fs/usr/share/fcitx/ - cp -a $_pkg/usr/share/applications/*.desktop $fs/usr/share/applications/ - cp -a $_pkg/usr/share/icons/ $fs/usr/share/ + cp -a $install/usr/bin/fcitx $fs/usr/bin/ + cp -a $install/usr/bin/fcitx-configtool $fs/usr/bin/ + cp -a $install/usr/bin/fcitx-remote $fs/usr/bin/ + cp -a $install/usr/bin/fcitx4-config $fs/usr/bin/ + cp -a $install/usr/share/fcitx/addon/ $fs/usr/share/fcitx/ + cp -a $install/usr/share/fcitx/configdesc/ $fs/usr/share/fcitx/ + cp -a $install/usr/share/fcitx/data/ $fs/usr/share/fcitx/ + cp -a $install/usr/share/fcitx/pinyin/ $fs/usr/share/fcitx/ + cp -a $install/usr/share/fcitx/table/ $fs/usr/share/fcitx/ + cp -a $install/usr/share/applications/*.desktop $fs/usr/share/applications/ + cp -a $install/usr/share/icons/ $fs/usr/share/ } diff -r 408c87fa22ca -r 7896f0694ef6 fdutils/receipt --- a/fdutils/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/fdutils/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Utilities for configuring and formatting floppy." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.fdutils.linux.lu/" WGET_URL="$WEB_SITE$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 fetchmail/receipt --- a/fetchmail/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/fetchmail/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="network" SHORT_DESC="Mail retrieval and forwarding utility " MAINTAINER="erjo@slitaz.org" -DEPENDS="openssl" -BUILD_DEPENDS="openssl-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://fetchmail.berlios.de/" WGET_URL="http://download.berlios.de/fetchmail/$TARBALL" HANDBOOK_URL="http://fetchmail.berlios.de/fetchmail-man.html" TAGS="email" +DEPENDS="openssl" +BUILD_DEPENDS="openssl-dev" + # Rules to configure and make the package. compile_rules() { @@ -26,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 408c87fa22ca -r 7896f0694ef6 foobillardplus-music/receipt --- a/foobillardplus-music/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/foobillardplus-music/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="games" SHORT_DESC="Music files for FooBillard++" MAINTAINER="al.bobylev@gmail.com" -LICENSE="" +LICENSE="GPL2" WEB_SITE="http://foobillard.sourceforge.net/" WANTED="foobillardplus" diff -r 408c87fa22ca -r 7896f0694ef6 foobillardplus/receipt --- a/foobillardplus/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/foobillardplus/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="games" SHORT_DESC="FooBillard - free 3D OpenGL billard game for linux" MAINTAINER="al.bobylev@gmail.com" -LICENSE="" +LICENSE="GPL2" WEB_SITE="http://foobillard.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 freepats/receipt --- a/freepats/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/freepats/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Free and open set of instrument patches." MAINTAINER="paul@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://freepats.zenvoid.org/" WGET_URL="http://freepats.zenvoid.org/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 ftp-proxy/receipt --- a/ftp-proxy/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/ftp-proxy/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="network" SHORT_DESC="Application level proxy for the FTP protocol." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="ftp://ftp.suse.com/pub/projects/proxy-suite/src" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="$WEB_SITE/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 geany-dev/receipt --- a/geany-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/geany-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Geany devel files needed to build plugins." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="geany" WEB_SITE="http://geany.uvena.de/" diff -r 408c87fa22ca -r 7896f0694ef6 geany-doc/receipt --- a/geany-doc/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/geany-doc/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Geany official documentation." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="geany" WEB_SITE="http://geany.uvena.de/" diff -r 408c87fa22ca -r 7896f0694ef6 geany/receipt --- a/geany/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/geany/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Small and fast IDE using GTK+ toolkit." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" SUGGESTED="geany-plugins vte" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://geany.uvena.de/" diff -r 408c87fa22ca -r 7896f0694ef6 git/receipt --- a/git/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/git/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Fast version control system" MAINTAINER="b1+slitaz@nagel.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://git.or.cz" WGET_URL="http://git-core.googlecode.com/files/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 gliv/receipt --- a/gliv/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/gliv/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="An image viewer that uses OpenGL" MAINTAINER="devl547@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://guichaz.free.fr/gliv/" WGET_URL="$WEB_SITE/files/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 gnomad2/receipt --- a/gnomad2/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/gnomad2/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="GTK+ music manager and swiss army knife for the Creative Labs NOMAD and Zen range" MAINTAINER="keupont@no-log.org" +LICENSE="GPL2" DEPENDS="libusb-compat libnjb libid3tag taglib freetype gtk+ glibc dbus-glib hal \ libmtp" BUILD_DEPENDS="intltool libnjb-dev libid3tag-dev taglib-dev libmtp-dev \ @@ -24,5 +25,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 408c87fa22ca -r 7896f0694ef6 gnumeric/receipt --- a/gnumeric/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/gnumeric/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="office" SHORT_DESC="Office Spreadsheet application." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnome.org/projects/gnumeric/" WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 gnustep-base-dev/receipt --- a/gnustep-base-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/gnustep-base-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="GNUstep base devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="gnustep-base" +LICENSE="GPL2" WANTED="gnustep-base" WEB_SITE="http://www.gnustep.org/" +DEPENDS="gnustep-base" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 gnustep-base/receipt --- a/gnustep-base/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/gnustep-base/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GNUstep base package." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnustep.org/" WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 goffice-dev/receipt --- a/goffice-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/goffice-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="x-window" SHORT_DESC="GOffice devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="goffice" +LICENSE="GPL2" WANTED="goffice" WEB_SITE="http://freshmeat.net/projects/goffice/" +DEPENDS="goffice" + # 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 408c87fa22ca -r 7896f0694ef6 goffice/receipt --- a/goffice/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/goffice/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GOffice is a library of document-centric objects and utilities." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://freshmeat.net/projects/goffice/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" @@ -31,9 +32,9 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/goffice $fs/usr/lib - cp -a $_pkg/usr/share/goffice $fs/usr/share - cp -a $_pkg/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/goffice $fs/usr/lib + cp -a $install/usr/share/goffice $fs/usr/share + cp -a $install/usr/share/pixmaps $fs/usr/share } diff -r 408c87fa22ca -r 7896f0694ef6 gputils/receipt --- a/gputils/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/gputils/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Tools for the Microchip (TM) PIC microcontrollers." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://gputils.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 gtklp/receipt --- a/gtklp/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/gtklp/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -4,8 +4,8 @@ VERSION="1.2.8" CATEGORY="utilities" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="Tools to use and administrate CUPS" -BUILD_DEPENDS=" gtk+-dev autoconf automake" WEB_SITE="http://gtklp.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.src.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -54,6 +54,6 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/applications $fs/usr/share/ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/applications $fs/usr/share/ } diff -r 408c87fa22ca -r 7896f0694ef6 gxine/receipt --- a/gxine/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/gxine/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="GTK+ Xine media player user interface." MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xine-project.org" WGET_URL="http://switch.dl.sourceforge.net/sourceforge/xine/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 hal-cups-utils/receipt --- a/hal-cups-utils/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/hal-cups-utils/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -4,6 +4,7 @@ VERSION="0.6.19" CATEGORY="system-tools" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="Cups backend/utils to browse and configure using HAL UDIs" WEB_SITE="http://packages.ubuntu.com/jaunty/hal-cups-utils" TARBALL="$PACKAGE-$VERSION.tar.gz" @@ -26,6 +27,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share $fs/usr } diff -r 408c87fa22ca -r 7896f0694ef6 hal-dev/receipt --- a/hal-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/hal-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -4,16 +4,18 @@ VERSION="0.5.14" CATEGORY="development" SHORT_DESC="Hal devel files." -DEPENDS="hal dbus-dev" WANTED="hal" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.freedesktop.org/wiki/Software/hal" +DEPENDS="hal dbus-dev" + # 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/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 408c87fa22ca -r 7896f0694ef6 hal-extra/receipt --- a/hal-extra/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/hal-extra/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -6,8 +6,8 @@ SHORT_DESC="Hal extra lib and fdi files." WANTED="hal" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.freedesktop.org/wiki/Software/hal" -DEPENDS="dbus dbus-glib glib hal" EXTRA=" hald-addon-cpufreq hald-addon-hid-ups @@ -19,19 +19,21 @@ hald-probe-pc-floppy hald-probe-printer" +DEPENDS="dbus dbus-glib glib hal" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/hal $fs/usr/share/hal/fdi/policy/10osvendor for lib in $EXTRA do - cp $_pkg/usr/lib/hal/$lib $fs/usr/lib/hal + cp $install/usr/lib/hal/$lib $fs/usr/lib/hal done # copy some excluded files from hal - cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/10-cpufreq.fdi $fs/usr/share/hal/fdi/policy/10osvendor - cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/10-dockstation.fdi $fs/usr/share/hal/fdi/policy/10osvendor - cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/10-imac-backlight.fdi $fs/usr/share/hal/fdi/policy/10osvendor - cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/15-storage-luks.fdi $fs/usr/share/hal/fdi/policy/10osvendor - cp -a $_pkg/usr/share/hal/fdi/policy/10osvendor/30-wol.fdi $fs/usr/share/hal/fdi/policy/10osvendor + cp -a $install/usr/share/hal/fdi/policy/10osvendor/10-cpufreq.fdi $fs/usr/share/hal/fdi/policy/10osvendor + cp -a $install/usr/share/hal/fdi/policy/10osvendor/10-dockstation.fdi $fs/usr/share/hal/fdi/policy/10osvendor + cp -a $install/usr/share/hal/fdi/policy/10osvendor/10-imac-backlight.fdi $fs/usr/share/hal/fdi/policy/10osvendor + cp -a $install/usr/share/hal/fdi/policy/10osvendor/15-storage-luks.fdi $fs/usr/share/hal/fdi/policy/10osvendor + cp -a $install/usr/share/hal/fdi/policy/10osvendor/30-wol.fdi $fs/usr/share/hal/fdi/policy/10osvendor } diff -r 408c87fa22ca -r 7896f0694ef6 hal-scripts/receipt --- a/hal-scripts/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/hal-scripts/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,15 +5,15 @@ CATEGORY="x-window" SHORT_DESC="Hal scripts files." WANTED="hal" -DEPENDS="hal" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.freedesktop.org/wiki/Software/hal" + DEPENDS="dbus dbus-glib glib hal" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/hal - - cp -a $_pkg/usr/lib/hal/scripts $fs/usr/lib/hal + cp -a $install/usr/lib/hal/scripts $fs/usr/lib/hal } diff -r 408c87fa22ca -r 7896f0694ef6 hal/receipt --- a/hal/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/hal/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Hardware Abstraction Layer." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.freedesktop.org/wiki/Software/hal" WGET_URL="http://hal.freedesktop.org/releases/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 hostapd/receipt --- a/hostapd/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/hostapd/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Daemon for wireless software access points." MAINTAINER="gokhlayeh@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://hostap.epitest.fi/hostapd/" WGET_URL="http://hostap.epitest.fi/releases/$TARBALL" @@ -36,5 +37,5 @@ $src/hostapd/hostapd.vlan $src/hostapd/hostapd.wpa_psk \ $src/hostapd/wired.conf $src/hostapd/hlr_auc_gw.milenage_db \ $fs/etc/hostapd && - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 408c87fa22ca -r 7896f0694ef6 hplip/receipt --- a/hplip/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/hplip/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="system-tools" SHORT_DESC="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://hplipopensource.com" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +TAGS="printer driver printing" +BUGS="Unable to delete hplip.desktop from $fs. Using hack in post_install." + DEPENDS="ghostscript python cups dbus-python libusb jpeg tiff sane-backends \ libgphoto2 libexif gcc-lib-base libtool libv4l net-snmp PyQt-x11-gpl" BUILD_DEPENDS="ghostscript-dev dbus-python-dev sane-backends-dev \ sane-backends libexif-dev libgphoto2-dev Qt4-dev libgphoto2 pkg-config libusb-dev \ jpeg-dev cups-dev dbus-dev tiff-dev python python-dev dbus-python net-snmp-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://hplipopensource.com" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -TAGS="printer driver printing" -BUGS="Unable to delete hplip.desktop from $fs. Using hack in post_install." # Rules to configure and make the package. --prefix=/usr compile_rules() diff -r 408c87fa22ca -r 7896f0694ef6 htop/receipt --- a/htop/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/htop/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Interactive process viewer." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://htop.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 inkscape/receipt --- a/inkscape/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/inkscape/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="graphics" SHORT_DESC="Vector drawing application." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.inkscape.org/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +TAGS="image vector editor svg" + DEPENDS="gc gtk+ libxslt libsigc++ glibmm gtkmm libxml2 libpng popt \ xorg-libXdamage gsl aspell libgiomm lcms gtkspell libgomp poppler gcc-lib-base" BUILD_DEPENDS="gc-dev gtk+-dev libxslt-dev libsigc++-dev glibmm-dev \ gtkmm-dev atkmm-dev popt-dev libgiomm-dev gsl gsl-dev lcms-dev gtkspell gtkspell-dev \ cairomm-dev libboost-dev libxml2-dev zlib-dev autoconf pkg-config intltool \ xorg-libXau-dev xorg-libXdmcp-dev automake libtool" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.inkscape.org/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -TAGS="image vector editor svg" # Rules to configure and make the package. compile_rules() diff -r 408c87fa22ca -r 7896f0694ef6 irssi/receipt --- a/irssi/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/irssi/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="Lightweight console IRC client" MAINTAINER="mallory@sweetpeople.org" -DEPENDS="glib openssl perl ncurses" -BUILD_DEPENDS="glib glib-dev ncurses-dev pkg-config slitaz-toolchain openssl-dev perl" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://irssi.org/" WGET_URL="http://irssi.org/files/$TARBALL" TAGS="irc" +DEPENDS="glib openssl perl ncurses" +BUILD_DEPENDS="glib glib-dev ncurses-dev pkg-config slitaz-toolchain openssl-dev perl" + # Rules to configure and make the package. compile_rules() { @@ -21,16 +23,16 @@ --sysconfdir=/etc/irssi \ $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/etc $fs - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share/irssi $fs/usr/share + cp -a $install/etc $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/irssi $fs/usr/share } diff -r 408c87fa22ca -r 7896f0694ef6 jabberd2/receipt --- a/jabberd2/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/jabberd2/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="XMPP server (real-time communication)." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" SOURCE="jabberd" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://$PACKAGE.xiaoka.com/" diff -r 408c87fa22ca -r 7896f0694ef6 jnettop/receipt --- a/jnettop/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/jnettop/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Network online traffic visualizer." MAINTAINER="paul@slitaz.org" -DEPENDS="ncurses libpcap libdb" -BUILD_DEPENDS="ncurses-dev libpcap-dev pkg-config glib-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://jnettop.kubs.info/wiki/" WGET_URL="http://jnettop.kubs.info/dist/$TARBALL" +DEPENDS="ncurses libpcap libdb" +BUILD_DEPENDS="ncurses-dev libpcap-dev pkg-config glib-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,15 +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/share $fs/root - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/jnettop $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/jnettop $fs/usr/share # config file cp -a $src/.jnettop $fs/root/.jnettop } diff -r 408c87fa22ca -r 7896f0694ef6 keepassx/receipt --- a/keepassx/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/keepassx/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,21 +5,23 @@ CATEGORY="graphics" SHORT_DESC="Cross platform password manager" MAINTAINER="jozee@slitaz.org" -DEPENDS="xorg-libXtst libQtCore libQtGui libQtXml gcc-lib-base" -BUILD_DEPENDS="Qt4-dev xorg-libXtst-dev xorg-libXtst qmake libegl-mesa" +LICENSE="GPL2" #SOURCE="KeePassX" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.keepassx.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="password key" +DEPENDS="xorg-libXtst libQtCore libQtGui libQtXml gcc-lib-base" +BUILD_DEPENDS="Qt4-dev xorg-libXtst-dev xorg-libXtst qmake libegl-mesa" + # Rules to configure and make the package. compile_rules() { cd $src/src qmake PREFIX=/usr && make && - make INSTALL_ROOT=../_pkg install + make INSTALL_ROOT=$DESTDIR install } @@ -27,9 +29,9 @@ genpkg_rules() { mkdir -p $fs/usr/share/pixmaps - cp -a $_pkg/usr/bin $fs/usr - #cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share - cp -a $_pkg/usr/share $fs/usr - cp -a $_pkg/usr/share/$PACKAGE/icons/keepassx.png $fs/usr/share/pixmaps + cp -a $install/usr/bin $fs/usr + #cp -a $install/usr/share/$PACKAGE $fs/usr/share + cp -a $install/usr/share $fs/usr + cp -a $install/usr/share/$PACKAGE/icons/keepassx.png $fs/usr/share/pixmaps } diff -r 408c87fa22ca -r 7896f0694ef6 kexec-tools/receipt --- a/kexec-tools/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/kexec-tools/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Directly boot into a new kernel." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="ftp://ftp.kernel.org/pub/linux/utils/kernel/kexec/" WGET_URL="${WEB_SITE}$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 lguest-libre/receipt --- a/lguest-libre/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/lguest-libre/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux Libre kernel paravirtualization tool." MAINTAINER="gokhlayeh@slitaz.org" +LICENSE="GPL2" PROVIDE="lguest" WEB_SITE="http://www.fsfla.org/svnwiki/selibre/linux-libre/" WANTED="linux-libre" diff -r 408c87fa22ca -r 7896f0694ef6 lguest/receipt --- a/lguest/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/lguest/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The Linux kernel paravirtualization tool." MAINTAINER="devel@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.kernel.org/" WANTED="linux" diff -r 408c87fa22ca -r 7896f0694ef6 libcomerr-dev/receipt --- a/libcomerr-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/libcomerr-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="The libcomerr devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="e2fsprogs" WEB_SITE="http://e2fsprogs.sourceforge.net/" HOST_ARCH="i486 arm" diff -r 408c87fa22ca -r 7896f0694ef6 libcomerr/receipt --- a/libcomerr/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/libcomerr/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The libcomerr library files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="e2fsprogs" WEB_SITE="http://e2fsprogs.sourceforge.net/" HOST_ARCH="i486 arm" diff -r 408c87fa22ca -r 7896f0694ef6 libfcitx/receipt --- a/libfcitx/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/libfcitx/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="The libfcitx package provides shared libraries for FCITX." MAINTAINER="devel@slitaz.org" -DEPENDS="" +LICENSE="GPL2" WEB_SITE="http://code.google.com/p/fcitx/" WANTED="fcitx" @@ -13,6 +13,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib/fcitx/ - cp -a $_pkg/usr/lib/fcitx/*.so $fs/usr/lib/fcitx/ - cp -a $_pkg/usr/lib/libfcitx*.so.* $fs/usr/lib/ + cp -a $install/usr/lib/fcitx/*.so $fs/usr/lib/fcitx/ + cp -a $install/usr/lib/libfcitx*.so.* $fs/usr/lib/ } diff -r 408c87fa22ca -r 7896f0694ef6 liferea/receipt --- a/liferea/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/liferea/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="A download utility with resuming and segmented downloading with HTTP/HTTPS/FTP support" MAINTAINER="devl547@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://liferea.sourceforge.net/" WGET_URL="$SF_MIRROR/project/$PACKAGE/Liferea%20Stable/$VERSION/$TARBALL" @@ -32,11 +33,11 @@ mkdir -p $fs/usr/share/applications mkdir $fs/usr/share/liferea mkdir -p $fs/etc - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/etc/gconf $fs/etc - cp -a $_pkg/usr/share/applications $fs/usr/share/ - cp -a $_pkg/usr/share/icons $fs/usr/share/ - cp -a $_pkg/usr/share/liferea $fs/usr/share/ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/etc/gconf $fs/etc + cp -a $install/usr/share/applications $fs/usr/share/ + cp -a $install/usr/share/icons $fs/usr/share/ + cp -a $install/usr/share/liferea $fs/usr/share/ for locale in $LOCALES; do cp -a $install/usr/share/locale/$locale $fs/usr/share/locale done diff -r 408c87fa22ca -r 7896f0694ef6 links/receipt --- a/links/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/links/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="Light and fast web browser using Ncurses or Xlib." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://links.twibright.com/" +WGET_URL="http://links.twibright.com/download/$TARBALL" + DEPENDS="ncurses openssl jpeg libpng tiff xorg-libX11 xorg-libXau \ xorg-libXdmcp zlib" BUILD_DEPENDS="ncurses-dev openssl-dev xorg-libXt-dev ncurses-dev jpeg-dev \ libpng-dev tiff-dev zlib-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://links.twibright.com/" -WGET_URL="http://links.twibright.com/download/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -26,13 +28,13 @@ --enable-graphics \ $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/pixmaps - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr cp $src/graphics/links.xpm $fs/usr/share/pixmaps } diff -r 408c87fa22ca -r 7896f0694ef6 litmus/receipt --- a/litmus/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/litmus/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="WEBDAV server protocol compliance test suite." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.webdav.org/neon/litmus" WGET_URL="$WEB_SITE/$TARBALL" + DEPENDS="openssl libkrb5 libcomerr3 expat neon readline zlib" BUILD_DEPENDS="openssl-dev krb5-dev expat-dev neon-dev readline-dev" @@ -19,14 +21,14 @@ --libexecdir=/usr/lib --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/usr/lib $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr } diff -r 408c87fa22ca -r 7896f0694ef6 lxpanel-dev/receipt --- a/lxpanel-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/lxpanel-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Development files for LXpanel" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.lxde.org/" WANTED="lxpanel" diff -r 408c87fa22ca -r 7896f0694ef6 lxpanel-extra/receipt --- a/lxpanel-extra/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/lxpanel-extra/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Extra files for LXpanel" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.lxde.org/" WANTED="lxpanel" diff -r 408c87fa22ca -r 7896f0694ef6 lxpanel/receipt --- a/lxpanel/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/lxpanel/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Lightweight X11 desktop panel" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.lxde.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20$VERSION/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 lynx/receipt --- a/lynx/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/lynx/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Terminal-based text-only browser." MAINTAINER="samuel_trassare@yahoo.com" +LICENSE="GPL2" WEB_SITE="http://lynx.isc.org" TARBALL="$PACKAGE$VERSION.tar.gz" WGET_URL="http://www.artfiles.org/lynx.isc.org/$PACKAGE$VERSION/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 lyx-doc/receipt --- a/lyx-doc/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/lyx-doc/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,8 +5,10 @@ CATEGORY="office" SHORT_DESC="Documentation for LyX" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://www.lyx.org" WANTED="lyx" + DEPENDS="lyx" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 408c87fa22ca -r 7896f0694ef6 lyx-examples/receipt --- a/lyx-examples/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/lyx-examples/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,8 +5,10 @@ CATEGORY="office" SHORT_DESC="Examples for LyX" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://www.lyx.org" WANTED="lyx" + DEPENDS="lyx" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 408c87fa22ca -r 7896f0694ef6 lyx-locales/receipt --- a/lyx-locales/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/lyx-locales/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,8 +5,10 @@ CATEGORY="office" SHORT_DESC="Locale files for LyX" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL2" WEB_SITE="http://www.lyx.org" WANTED="lyx" + DEPENDS="lyx" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 408c87fa22ca -r 7896f0694ef6 lyx/receipt --- a/lyx/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/lyx/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="office" SHORT_DESC="An advanced WYSIWYM document processor & LaTeX front-end" MAINTAINER="gokhlayeh@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.lyx.org" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/$TARBALL" @@ -24,7 +25,7 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/lyx $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/lyx $fs/usr/share rm -r $fs/usr/share/lyx/doc $fs/usr/share/lyx/examples } diff -r 408c87fa22ca -r 7896f0694ef6 lzop/receipt --- a/lzop/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/lzop/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="base-system" SHORT_DESC="Compressor with a high compression speed." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.lzop.org/" WGET_URL="${WEB_SITE}download/$TARBALL" + DEPENDS="lzo" BUILD_DEPENDS="lzo-dev" diff -r 408c87fa22ca -r 7896f0694ef6 manaplus/receipt --- a/manaplus/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/manaplus/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -1,12 +1,15 @@ # SliTaz package receipt. + PACKAGE="manaplus" VERSION="1.3.7.21" CATEGORY="games" SHORT_DESC="Extended client for Evol Online and The Mana World" MAINTAINER="admin@trixarian.net" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://manaplus.org/" WGET_URL="http://download.evolonline.org/manaplus/download/$VERSION/$TARBALL" + BUILD_DEPENDS="curl-dev enet libxml2-dev libsdl-mixer-dev libsdl-image-dev libsdl-net-dev libsdl-ttf-dev libsdl-gfx-dev physfs-dev png-dev zlib-dev" DEPENDS="curl physfs libxml2 libsdl-mixer libsdl-image libsdl-net libsdl-ttf libpng libsdl-gfx ttf-dejavu zlib" @@ -16,16 +19,16 @@ cd $src ./configure --prefix=/usr --without-opengl $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/applications $fs/usr/share/ - cp -a $_pkg/usr/share/locale $fs/usr/share/ - cp -a $_pkg/usr/share/manaplus $fs/usr/share/ - cp -a $_pkg/usr/share/pixmaps $fs/usr/share/ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/applications $fs/usr/share/ + cp -a $install/usr/share/locale $fs/usr/share/ + cp -a $install/usr/share/manaplus $fs/usr/share/ + cp -a $install/usr/share/pixmaps $fs/usr/share/ } diff -r 408c87fa22ca -r 7896f0694ef6 maxima/receipt --- a/maxima/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/maxima/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="a Computer Algebra System." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://maxima.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 mcabber-help/receipt --- a/mcabber-help/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/mcabber-help/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="network" SHORT_DESC="Jabber console client help files" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://lilotux.net/~mikael/mcabber" +WANTED="mcabber" + DEPENDS="mcabber" -WANTED="mcabber" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/share/mcabber $fs/usr/share + cp -a $install/usr/share/mcabber $fs/usr/share } diff -r 408c87fa22ca -r 7896f0694ef6 mcabber/receipt --- a/mcabber/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/mcabber/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="Jabber console client." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://lilotux.net/~mikael/mcabber" WGET_URL="$WEB_SITE/files/$TARBALL" + DEPENDS="libcrypto openssl glib gpgme libgpg-error ncurses" BUILD_DEPENDS="ncurses-dev glib-dev" @@ -22,6 +24,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 408c87fa22ca -r 7896f0694ef6 mgetty-voicetools/receipt --- a/mgetty-voicetools/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/mgetty-voicetools/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Convertion tool set for vgetty." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://mgetty.greenie.net/" DEPENDS="mgetty" WANTED="mgetty" @@ -13,5 +14,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 408c87fa22ca -r 7896f0694ef6 mgetty/receipt --- a/mgetty/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/mgetty/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="reliable and proven fax send and receive solution." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE$VERSION-Jun05.tar.gz" WEB_SITE="http://mgetty.greenie.net/" WGET_URL="ftp://mgetty.greenie.net/pub/$PACKAGE/source/1.1/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 mp3val/receipt --- a/mp3val/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/mp3val/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="MP3val is a small, high-speed, free software tool for checking MPEG audio files' integrity" MAINTAINER="devl547@gmail.com" +LICENSE="GPL2" WEB_SITE="http://mp3val.sourceforge.net/" TARBALL="$PACKAGE-$VERSION-src.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 mtop/receipt --- a/mtop/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/mtop/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="Monitors a MySQL server." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://mtop.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="perl-curses perl-dbd-mysql" BUILD_DEPENDS="perl-curses perl-dbd-mysql" diff -r 408c87fa22ca -r 7896f0694ef6 ncmpcpp/receipt --- a/ncmpcpp/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/ncmpcpp/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="multimedia" SHORT_DESC="Ncurses mpd client inspired by ncmpc." MAINTAINER="paul@slitaz.org" -DEPENDS="ncurses taglib mpd curl libmpdclient ncursesw" -BUILD_DEPENDS="ncurses-dev taglib taglib-dev curl-dev libmpdclient-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://unkart.ovh.org/ncmpcpp/" WGET_URL="http://ncmpcpp.rybczak.net/stable/$TARBALL" TAGS="music audio player" +DEPENDS="ncurses taglib mpd curl libmpdclient ncursesw" +BUILD_DEPENDS="ncurses-dev taglib taglib-dev curl-dev libmpdclient-dev" + # Rules to configure and make the package. compile_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 netsurf/receipt --- a/netsurf/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/netsurf/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="network" SHORT_DESC="A simple, fast and light web browser using GTK." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION-src.tar.gz" +WEB_SITE="http://www.netsurf-browser.org/" +WGET_URL="http://www.netsurf-browser.org/downloads/releases/$TARBALL" +TAGS="browser" + DEPENDS="gtk+ libssl libpng jpeg lcms libparserutils hubbub libnsgif \ libcurl libglade librsvg libgsf libcss libmng zlib libxml2" BUILD_DEPENDS="$DEPENDS gtk+-dev libglade-dev openssl-dev libpng-dev jpeg-dev lcms-dev \ re2c lemon libparserutils-dev hubbub-dev libnsgif-dev librsvg-dev curl-dev pango-dev \ libcss-dev libwapcaplet-dev libmng-dev zlib-dev libxml2-dev libcroco" -TARBALL="$PACKAGE-$VERSION-src.tar.gz" -WEB_SITE="http://www.netsurf-browser.org/" -WGET_URL="http://www.netsurf-browser.org/downloads/releases/$TARBALL" -TAGS="browser" # Rules to configure and make the package. compile_rules() @@ -31,7 +33,7 @@ sed -i 's/cp -v/cp /' Makefile sed -i 's|/usr/local|/usr|' Makefile.defaults - make install DESTDIR=$PWD/_pkg PREFIX=/usr + make install DESTDIR=$DESTDIR PREFIX=/usr } @@ -41,8 +43,8 @@ mkdir -p $fs/usr/share \ $fs/usr/lib/netsurf - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/netsurf $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/netsurf $fs/usr/share # Remove files to save some space diff -r 408c87fa22ca -r 7896f0694ef6 network-manager/receipt --- a/network-manager/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/network-manager/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Gnome network manager." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" SOURCE="NetworkManager" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://projects.gnome.org/NetworkManager/" diff -r 408c87fa22ca -r 7896f0694ef6 ophcrack/receipt --- a/ophcrack/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/ophcrack/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="security" SHORT_DESC="Windows password cracker" MAINTAINER="slitaz@objectif-securite.ch" -DEPENDS="libQtCore libQtGui libqwt5-qt4 openssl expat gcc-lib-base" -BUILD_DEPENDS="Qt4-dev qmake libqwt5-qt4-dev openssl-dev expat-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://ophcrack.sourceforge.net" WGET_URL="http://downloads.sourceforge.net/ophcrack/$TARBALL" TAGS="password windows" +DEPENDS="libQtCore libQtGui libqwt5-qt4 openssl expat gcc-lib-base" +BUILD_DEPENDS="Qt4-dev qmake libqwt5-qt4-dev openssl-dev expat-dev" + # Rules to configure and make the package. compile_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 opus-tools/receipt --- a/opus-tools/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/opus-tools/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Opus encoder, decoder and tiny tools." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://opus-codec.org/" WGET_URL="http://downloads.xiph.org/releases/opus/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 pan/receipt --- a/pan/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/pan/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="pan is a usenet newsreader" MAINTAINER="allan316@gmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://pan.rebelbase.com" WGET_URL="$WEB_SITE/download/releases/$VERSION/source/$TARBALL" @@ -61,8 +62,8 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/applications $fs/usr/share - cp -a $_pkg/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/pixmaps $fs/usr/share } diff -r 408c87fa22ca -r 7896f0694ef6 pcsxr-svn/receipt --- a/pcsxr-svn/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/pcsxr-svn/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="A Sony PlayStation emulator based on the PCSX-df Project" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" WEB_SITE="http://pcsxr.codeplex.com/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="subversion|https://pcsxr.svn.codeplex.com/svn/pcsxr" diff -r 408c87fa22ca -r 7896f0694ef6 perl-datetime-format-mail/receipt --- a/perl-datetime-format-mail/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/perl-datetime-format-mail/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="DateTime::Format::Mail module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" +LICENSE="GPL2" SOURCE="DateTime-Format-Mail" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" diff -r 408c87fa22ca -r 7896f0694ef6 perl-text-template/receipt --- a/perl-text-template/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/perl-text-template/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,14 +5,15 @@ CATEGORY="development" SHORT_DESC="Text::Template module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" -DEPENDS="perl" -BUILD_DEPENDS="perl" +LICENSE="GPL2" SOURCE="Text-Template" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.cpan.org/modules/" WGET_URL="http://perl.plover.com/Template/$TARBALL" +DEPENDS="perl" +BUILD_DEPENDS="perl" + # Rules to configure and make the package. compile_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 plotdrop/receipt --- a/plotdrop/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/plotdrop/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -4,26 +4,28 @@ VERSION="0.5.3" CATEGORY="graphics" SHORT_DESC="A minimal GTK frontend to GNUPlot." -DEPENDS="gnuplot gtk+ libxml2 expat xorg-libX11 libglade" -BUILD_DEPENDS="libglade-dev glib-dev" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://plotdrop.sourceforge.net/" WGET_URL="$SF_MIRROR/project/$PACKAGE/$TARBALL" +DEPENDS="gnuplot gtk+ libxml2 expat xorg-libX11 libglade" +BUILD_DEPENDS="libglade-dev glib-dev" + # Rules to configure and make the package. compile_rules() { cd $src make PREFIX=/usr && - make PREFIX=/usr DESTDIR=$PWD/_pkg install + make PREFIX=/usr 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 rm $fs/usr/share/$PACKAGE/*.png } diff -r 408c87fa22ca -r 7896f0694ef6 postgis-gui/receipt --- a/postgis-gui/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/postgis-gui/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Support for geographic objects to PostgreSQL" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://postgis.refractions.net/" WANTED="postgis" diff -r 408c87fa22ca -r 7896f0694ef6 postgis/receipt --- a/postgis/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/postgis/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Support for geographic objects to PostgreSQL" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://postgis.refractions.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://postgis.refractions.net/download/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 powermanga/receipt --- a/powermanga/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/powermanga/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="Space War" MAINTAINER="arca2@hotmail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://linux.tlk.fr/games/Powermanga/" WGET_URL="http://linux.tlk.fr/games/Powermanga/download/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 powertop/receipt --- a/powertop/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/powertop/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Utility designed to measure and explain a computer's electrical power consumption" MAINTAINER="domcox@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.lesswatts.org/projects/powertop/" WGET_URL="https://01.org/powertop/sites/default/files/downloads/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 prboom/receipt --- a/prboom/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/prboom/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="PrBoom is the culmination of years of work by various people and projects on the Doom source code." MAINTAINER="mallory@sweetpeople.org" +LICENSE="GPL2" SUGGESTED="nvidia" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://prboom.sourceforge.net/" diff -r 408c87fa22ca -r 7896f0694ef6 proftpd-dev/receipt --- a/proftpd-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/proftpd-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Highly configurable FTP server, development files." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" +LICENSE="GPL2" WEB_SITE="http://www.proftpd.org/" WANTED="proftpd" diff -r 408c87fa22ca -r 7896f0694ef6 proftpd/receipt --- a/proftpd/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/proftpd/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="network" SHORT_DESC="Highly configurable FTP server." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.proftpd.org/" WGET_URL="ftp://ftp.proftpd.org/distrib/source/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 ptxdist/receipt --- a/ptxdist/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/ptxdist/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Reproducable Embedded Linux Systems." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.ptxdist.org/" WGET_URL="${WEB_SITE}software/$PACKAGE/download/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 pysize/receipt --- a/pysize/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/pysize/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="utilities" SHORT_DESC="Console and graphical tool for exploring the size of directories." MAINTAINER="paul@slitaz.org" -DEPENDS="python ncurses pygtk librsvg" -BUILD_DEPENDS="python-dev ncurses-dev pygtk-dev setuptools" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://guichaz.free.fr/pysize/" WGET_URL="http://guichaz.free.fr/pysize/files/$TARBALL" +DEPENDS="python ncurses pygtk librsvg" +BUILD_DEPENDS="python-dev ncurses-dev pygtk-dev setuptools" + # Rules to configure and make the package. compile_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 python-pyexiv2/receipt --- a/python-pyexiv2/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/python-pyexiv2/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="development" SHORT_DESC="Python binding for manipulation of EXIF, IPTC and XMP metadata." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://tilloy.net/dev/pyexiv2/" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="https://launchpad.net/$SOURCE/${VERSION%?}x/$VERSION/+download/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 qemu-arm/receipt --- a/qemu-arm/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/qemu-arm/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="misc" SHORT_DESC="General-purpose full virtualizer for ARM hardware." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://qemu.org" -DEPENDS="qemu" TAGS="virtualization" WANTED="qemu" +DEPENDS="qemu" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 qemu-light/receipt --- a/qemu-light/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/qemu-light/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Light Qemu i386-softmmu target (without xen, vde, bluez, blobs, tls)." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" SOURCE="qemu" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.qemu.org/" diff -r 408c87fa22ca -r 7896f0694ef6 qemu-mips/receipt --- a/qemu-mips/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/qemu-mips/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="misc" SHORT_DESC="General-purpose full virtualizer for MIPS hardware." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://qemu.org" -DEPENDS="qemu" TAGS="virtualization" WANTED="qemu" +DEPENDS="qemu" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 qemu-ppc/receipt --- a/qemu-ppc/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/qemu-ppc/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="misc" SHORT_DESC="General-purpose full virtualizer for PowerPC hardware." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://qemu.org" -DEPENDS="qemu" TAGS="virtualization" WANTED="qemu" +DEPENDS="qemu" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 qemu-x86_64/receipt --- a/qemu-x86_64/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/qemu-x86_64/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="misc" SHORT_DESC="General-purpose full virtualizer for X86_64 CPU." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://qemu.org" -DEPENDS="qemu" TAGS="virtualization" WANTED="qemu" +DEPENDS="qemu" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 qemu/receipt --- a/qemu/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/qemu/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="General-purpose full virtualizer for x86 hardware." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://qemu.org" WGET_URL="http://wiki.qemu.org/download/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 rpm4/receipt --- a/rpm4/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/rpm4/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="system-tools" SHORT_DESC="RPM Package Manager" MAINTAINER="erjo@slitaz.org" -DEPENDS="popt beecrypt bzlib expat sqlite zlib gcc-lib-base neon libkrb5 \ -libcomerr3 nss nspr db liblzma libmagic" -BUILD_DEPENDS="beecrypt beecrypt-dev popt-dev gettext zlib-dev python-dev \ -nss-dev nspr-dev db-dev liblzma liblzma-dev libmagic-dev" +LICENSE="GPL2" SOURCE="rpm" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.rpm.org/" WGET_URL="http://www.rpm.org/releases/rpm-${VERSION:0:4}.x/$TARBALL" TAGS="package-manager" +DEPENDS="popt beecrypt bzlib expat sqlite zlib gcc-lib-base neon libkrb5 \ +libcomerr3 nss nspr db liblzma libmagic" +BUILD_DEPENDS="beecrypt beecrypt-dev popt-dev gettext zlib-dev python-dev \ +nss-dev nspr-dev db-dev liblzma liblzma-dev libmagic-dev" + # Rules to configure and make the package. compile_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 screen-terminfo/receipt --- a/screen-terminfo/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/screen-terminfo/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Terminal multiplexer, terminfo files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.gnu.org/software/screen" WANTED="screen" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/share/terminfo $fs/usr/share/ + cp -a $install/usr/share/terminfo $fs/usr/share/ } diff -r 408c87fa22ca -r 7896f0694ef6 screen/receipt --- a/screen/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/screen/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Terminal multiplexer." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/screen" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" @@ -37,8 +38,8 @@ genpkg_rules() { mkdir -p $fs/usr/bin $fs/usr/share - cp -a $_pkg/usr/bin/screen-$VERSION $fs/usr/bin/screen - cp -a $_pkg/usr/share/screen $fs/usr/share - cp -a $_pkg/etc $fs + cp -a $install/usr/bin/screen-$VERSION $fs/usr/bin/screen + cp -a $install/usr/share/screen $fs/usr/share + cp -a $install/etc $fs } diff -r 408c87fa22ca -r 7896f0694ef6 scribus/receipt --- a/scribus/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/scribus/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="office" SHORT_DESC="professional publishing software." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.scribus.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="ghostscript libQtGui libQtXml libQtNetwork cups lcms libxml2 \ gcc-lib-base aspell python krb5 podofo" BUILD_DEPENDS="cmake qmake Qt4-dev freetype freetype-dev \ @@ -22,17 +24,17 @@ cd $src cmake -DCMAKE_INSTALL_PREFIX=/usr . && make $MAKEFLAGS && - 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 $fs/usr/lib - cp -a $_pkg/usr/share/scribus $fs/usr/share - cp -a $_pkg/usr/lib/scribus $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/mimelnk $fs/usr/share + cp -a $install/usr/share/scribus $fs/usr/share + cp -a $install/usr/lib/scribus $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/mimelnk $fs/usr/share cp -a stuff/* $fs } diff -r 408c87fa22ca -r 7896f0694ef6 scummvm/receipt --- a/scummvm/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/scummvm/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="games" SHORT_DESC="A 'virtual machine' for several classic graphical point-and-click adventure games." MAINTAINER="admin@trixarian.net" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.scummvm.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" CROSS="bug: Doesn't support --build." + DEPENDS="gcc-lib-base alsa-lib libmad libmpeg2 libogg libsdl libvorbis flac zlib" BUILD_DEPENDS="alsa-lib-dev libmad-dev libmpeg2-dev libogg-dev libsdl-dev libvorbis-dev flac-dev zlib-dev" diff -r 408c87fa22ca -r 7896f0694ef6 sdcc/receipt --- a/sdcc/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/sdcc/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Retargettable C compiler for 8051, Z80 and 68HC08." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-src-$VERSION.tar.bz2" WEB_SITE="http://sdcc.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" TAGS="cross compiler C 8051 Z80 68HC08 assembler" + BUILD_DEPENDS="flex libboost-graph-dev gputils" # Rules to configure and make the package. diff -r 408c87fa22ca -r 7896f0694ef6 slang-dev/receipt --- a/slang-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/slang-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="S-Lang library dev files" MAINTAINER="erjo@slitaz.org" -DEPENDS="slang" +LICENSE="GPL2" WANTED="slang" WEB_SITE="http://www.s-lang.org/index.html" +DEPENDS="slang" + # 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/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 408c87fa22ca -r 7896f0694ef6 slang/receipt --- a/slang/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/slang/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="S-Lang library" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.s-lang.org/index.html" WGET_URL="ftp://ftp.fu-berlin.de/pub/unix/misc/slang/v2.2/$TARBALL @@ -27,8 +28,8 @@ 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/lib/slang $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/slang $fs/usr/lib } diff -r 408c87fa22ca -r 7896f0694ef6 snort-dev/receipt --- a/snort-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/snort-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="Network intrusion prevention and detection system, development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.snort.org/" +WANTED="snort" + DEPENDS="snort" -WANTED="snort" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 408c87fa22ca -r 7896f0694ef6 snort-mysql/receipt --- a/snort-mysql/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/snort-mysql/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Network intrusion prevention and detection system (IDS/IPS) with MySQL support." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.snort.org/" WGET_URL="http://www.snort.org/downloads/1207" diff -r 408c87fa22ca -r 7896f0694ef6 snort/receipt --- a/snort/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/snort/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="Network intrusion prevention and detection system (IDS/IPS)." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.snort.org/" WGET_URL="http://www.snort.org/downloads/1207" + DEPENDS="pcre libdnet libdaq" BUILD_DEPENDS="pcre-dev libpcap-dev libdaq-dev libdnet-dev wget flex" diff -r 408c87fa22ca -r 7896f0694ef6 soprano-dev/receipt --- a/soprano-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/soprano-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Soprano pkgconfig and include files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="soprano" WEB_SITE="http://soprano.sourceforge.net/" @@ -12,6 +13,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } diff -r 408c87fa22ca -r 7896f0694ef6 soprano/receipt --- a/soprano/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/soprano/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Soprano is the Qt/C++ RDF framework" MAINTAINER="pankso@slitaz.org" -DEPENDS="libQtCore libQtNetwork" -BUILD_DEPENDS="cmake qmake Qt4-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://soprano.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="libQtCore libQtNetwork" +BUILD_DEPENDS="cmake qmake Qt4-dev" + # Rules to configure and make the package. compile_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 splashutils/receipt --- a/splashutils/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/splashutils/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Graphical boot utilities (fbsplash)." MAINTAINER="devel@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://fbsplash.alanhaggai.org/" WGET_URL="http://fbsplash.alanhaggai.org/tarballs/files/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 squid-auth-helpers/receipt --- a/squid-auth-helpers/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/squid-auth-helpers/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,8 +5,10 @@ CATEGORY="network" SHORT_DESC="Web/ftp proxy." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.squid-cache.org/" WANTED="squid" + DEPENDS="squid libldap libsasl libssl libcrypto libkrb5 libcomerr3" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 408c87fa22ca -r 7896f0694ef6 squid-langpack/receipt --- a/squid-langpack/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/squid-langpack/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,8 +5,10 @@ CATEGORY="network" SHORT_DESC="Web/ftp proxy language pack." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.squid-cache.org/" WANTED="squid" + DEPENDS="squid" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 408c87fa22ca -r 7896f0694ef6 squid/receipt --- a/squid/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/squid/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="network" SHORT_DESC="Web/ftp proxy." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.squid-cache.org/" WGET_URL="${WEB_SITE}Versions/v3/${VERSION%.*}/$TARBALL" CONFIG_FILES="/etc/squid" + DEPENDS="libsasl libldap libssl libltdl" BUILD_DEPENDS="perl openssl-dev openldap-dev cyrus-sasl-dev libcap-dev" SUGGESTED="iptables" diff -r 408c87fa22ca -r 7896f0694ef6 srcpd/receipt --- a/srcpd/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/srcpd/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="games" SHORT_DESC="Simple Railroad Command Protocl Daemon." MAINTAINER="rcx@zoominternet.net" -DEPENDS="glibc-base libxml2 zlib" -BUILD_DEPENDS="libxml2-dev zlib-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://srcpd.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" CONFIG_FILES="/etc/srcpd.conf" +DEPENDS="glibc-base libxml2 zlib" +BUILD_DEPENDS="libxml2-dev zlib-dev" + # Rules to configure and make the package. compile_rules() { @@ -27,6 +29,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/etc $fs + cp -a $install/usr/sbin $fs/usr + cp -a $install/etc $fs } diff -r 408c87fa22ca -r 7896f0694ef6 ssmtp/receipt --- a/ssmtp/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/ssmtp/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="Extremely simple MTA to get mail off the system to a mailhub." MAINTAINER="rocky@slitaz.org" -DEPENDS="openssl" -BUILD_DEPENDS="openssl-dev" +LICENSE="GPL2" TARBALL="${PACKAGE}_${VERSION}.orig.tar.bz2" WEB_SITE="http://packages.debian.org/stable/mail/ssmtp" WGET_URL="http://ftp.debian.org/debian/pool/main/s/ssmtp/$TARBALL" CONFIG_FILES="/etc/ssmtp/ssmtp.conf /etc/ssmtp/revaliases" +DEPENDS="openssl" +BUILD_DEPENDS="openssl-dev" + # Rules to configure and make the package. compile_rules() { @@ -35,8 +37,8 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/sbin/ $fs/usr/ - cp -a $_pkg/etc/ $fs/ + cp -a $install/usr/sbin/ $fs/usr/ + cp -a $install/etc/ $fs/ } post_install() diff -r 408c87fa22ca -r 7896f0694ef6 sylpheed-dev/receipt --- a/sylpheed-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/sylpheed-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Sylpheed devel files" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="sylpheed" WEB_SITE="http://sylpheed.sraoss.jp/en/" diff -r 408c87fa22ca -r 7896f0694ef6 sylpheed-full/receipt --- a/sylpheed-full/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/sylpheed-full/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Simple and full featured e-mail client (GPG, spell, ldap support)" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" SOURCE="sylpheed" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://sylpheed.sraoss.jp/en/" diff -r 408c87fa22ca -r 7896f0694ef6 sylpheed/receipt --- a/sylpheed/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/sylpheed/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://sylpheed.sraoss.jp/en/" WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v3.3/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 terminal/receipt --- a/terminal/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/terminal/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="x-window" SHORT_DESC="Terminal emunaltor for Xfce Desktop Environment" MAINTAINER="erjo@slitaz.org" -DEPENDS="libexo vte startup-notification dbus" -BUILD_DEPENDS="libexo-dev gtk+-dev vte-dev dbus-dev startup-notification-dev intltool pkg-config util-linux-uuid-dev" +LICENSE="GPL2" SOURCE="Terminal" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org/" WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" TAGS="terminal" +DEPENDS="libexo vte startup-notification dbus" +BUILD_DEPENDS="libexo-dev gtk+-dev vte-dev dbus-dev startup-notification-dev intltool pkg-config util-linux-uuid-dev" + # Rules to configure and make the package. compile_rules() { @@ -20,7 +22,7 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man --libexecdir=/usr/lib/xfce4 \ --disable-static $CONFIGURE_ARGS && \ - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -28,9 +30,9 @@ { mkdir -p $fs/usr/share/locale - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale - 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/locale/fr $fs/usr/share/locale + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/applications $fs/usr/share } diff -r 408c87fa22ca -r 7896f0694ef6 tintin++/receipt --- a/tintin++/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/tintin++/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="Terminal-based MUD client" MAINTAINER="samuel_trassare@yahoo.com" +LICENSE="GPL2" WEB_SITE="http://tintin.sourceforge.net" TARBALL="tintin-$VERSION.tar.gz" WGET_URL="http://sourceforge.net/projects/tintin/files/TinTin%2B%2B%20Source%20Code/$VERSION/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 transmission-cli/receipt --- a/transmission-cli/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/transmission-cli/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="network" SHORT_DESC="Transmission command line interface." MAINTAINER="pankso@slitaz.org" -DEPENDS="libcurl libssl" +LICENSE="GPL2" WANTED="transmission" WEB_SITE="http://www.transmissionbt.com/" +DEPENDS="libcurl libssl" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 transmission-daemon/receipt --- a/transmission-daemon/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/transmission-daemon/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="network" SHORT_DESC="Transmission daemon and remote tool." MAINTAINER="pankso@slitaz.org" -DEPENDS="libssl libcurl libevent" +LICENSE="GPL2" SUGGESTED="transmission-web transmission-cli" WANTED="transmission" WEB_SITE="http://www.transmissionbt.com/" +DEPENDS="libssl libcurl libevent" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 408c87fa22ca -r 7896f0694ef6 transmission-remote-gtk/receipt --- a/transmission-remote-gtk/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/transmission-remote-gtk/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,27 +5,29 @@ CATEGORY="network" SHORT_DESC="GTK remote control for the Transmission BitTorrent client" MAINTAINER="devl547@gmail.com" -DEPENDS="gtk+ json-glib curl" -BUILD_DEPENDS="gtk+-dev json-glib-dev curl-dev intltool" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/transmission-remote-gtk/" WGET_URL="http://transmission-remote-gtk.googlecode.com/files/$TARBALL" +DEPENDS="gtk+ json-glib curl" +BUILD_DEPENDS="gtk+-dev json-glib-dev curl-dev intltool" + # Rules to configure and make the package. compile_rules() { cd $src ./configure $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/icons $fs/usr/share - cp -a $_pkg/usr/share/applications $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/icons $fs/usr/share + cp -a $install/usr/share/applications $fs/usr/share } diff -r 408c87fa22ca -r 7896f0694ef6 transmission-web/receipt --- a/transmission-web/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/transmission-web/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Transmission web interface." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="transmission" SUGGESTED="transmission-daemon" WEB_SITE="http://www.transmissionbt.com/" diff -r 408c87fa22ca -r 7896f0694ef6 transmission/receipt --- a/transmission/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/transmission/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Light and easy to use BitTorrent client." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" SUGGESTED="transmission-web transmission-cli transmission-daemon" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.transmissionbt.com/" diff -r 408c87fa22ca -r 7896f0694ef6 udisks-dev/receipt --- a/udisks-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/udisks-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="The Udisks devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="udisks" WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks" diff -r 408c87fa22ca -r 7896f0694ef6 udisks/receipt --- a/udisks/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/udisks/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="D-Bus interfaces to query and manipulate storage devices." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks" WGET_URL="http://hal.freedesktop.org/releases/$TARBALL" + DEPENDS="libatasmart udev libsgutils2 sg3_utils libgudev polkit dbus util-linux-blkid \ dbus-helper parted libdevmapper libgio util-linux-mount lsof" BUILD_DEPENDS="libatasmart-dev udev-dev sg3_utils-dev libgudev-dev \ diff -r 408c87fa22ca -r 7896f0694ef6 udisks2-dev/receipt --- a/udisks2-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/udisks2-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="The Udisks devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="udisks2" WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks" diff -r 408c87fa22ca -r 7896f0694ef6 udisks2/receipt --- a/udisks2/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/udisks2/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="D-Bus interfaces to query and manipulate storage devices." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" SOURCE="udisks" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.freedesktop.org/wiki/Software/udisks" diff -r 408c87fa22ca -r 7896f0694ef6 upower-dev/receipt --- a/upower-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/upower-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="UPower devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="upower" WEB_SITE="http://upower.freedesktop.org/" diff -r 408c87fa22ca -r 7896f0694ef6 upower/receipt --- a/upower/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/upower/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="UPower is an abstraction for enumerating power devices." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://upower.freedesktop.org/" WGET_URL="http://upower.freedesktop.org/releases/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 v4l-dvb/receipt --- a/v4l-dvb/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/v4l-dvb/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -4,6 +4,7 @@ VERSION="development" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL2" SHORT_DESC="v4l-dvb development repository" WEB_SITE="http://linuxtv.org/hg/v4l-dvb/" TARBALL="$PACKAGE-$VERSION.tar.bz2" diff -r 408c87fa22ca -r 7896f0694ef6 vde2-dev/receipt --- a/vde2-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/vde2-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Virtual Distributed Ethernet developement files" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://vde.sourceforge.net/" WANTED="vde2" @@ -12,8 +13,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib/vde2 - cp -a $_pkg/usr/lib/*a $fs/usr/lib - cp -a $_pkg/usr/lib/vde2/*a $fs/usr/lib/vde2 - 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/vde2/*a $fs/usr/lib/vde2 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 408c87fa22ca -r 7896f0694ef6 vde2/receipt --- a/vde2/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/vde2/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Virtual Distributed Ethernet." MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="libcrypto" -BUILD_DEPENDS="libcrypto libcrypto-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://vde.sourceforge.net/" WGET_URL="$SF_MIRROR/vde/$TARBALL" +DEPENDS="libcrypto" +BUILD_DEPENDS="libcrypto libcrypto-dev" + # Rules to configure and make the package. compile_rules() { @@ -21,16 +23,16 @@ --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/vde2 - cp -a $_pkg/etc $fs - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/vde2/*.so* $fs/usr/lib/vde2 + cp -a $install/etc $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/vde2/*.so* $fs/usr/lib/vde2 } diff -r 408c87fa22ca -r 7896f0694ef6 virtualbox-ose-guestutils/receipt --- a/virtualbox-ose-guestutils/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/virtualbox-ose-guestutils/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,8 +5,10 @@ CATEGORY="misc" SHORT_DESC="VirtualBox Guest userspace utilities, useful for running Slitaz inside a virtual machine" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" WANTED="virtualbox-ose" WEB_SITE="https://www.virtualbox.org/" + DEPENDS="xorg-libXfixes xorg-libXmu xorg-xrandr" BUILD_DEPENDS="" diff -r 408c87fa22ca -r 7896f0694ef6 virtualbox-ose/receipt --- a/virtualbox-ose/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/virtualbox-ose/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Powerful x86 virtualization for enterprise as well as home use (Open Source Edition)" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" SOURCE="VirtualBox" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="https://www.virtualbox.org/" diff -r 408c87fa22ca -r 7896f0694ef6 vpnc-cert/receipt --- a/vpnc-cert/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/vpnc-cert/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="network" SHORT_DESC="VPN client compatible with Cisco's EasyVPN equipment." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.unix-ag.uni-kl.de/~massar/vpnc/" WGET_URL="$WEB_SITE$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 vpnc/receipt --- a/vpnc/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/vpnc/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="VPN client compatible with Cisco's EasyVPN equipment." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.unix-ag.uni-kl.de/~massar/vpnc/" WGET_URL="$WEB_SITE$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 wammu/receipt --- a/wammu/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/wammu/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,25 +5,27 @@ CATEGORY="system-tools" SHORT_DESC="Wammu is mobile phone manage." MAINTAINER="pankso@slitaz.org" -DEPENDS="gammu python python-pybluez wxpython" -BUILD_DEPENDS="$DEPENDS gammu-dev python-dev wxpython-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://wammu.eu/wammu/" WGET_URL="$SF_MIRROR/gammu/$PACKAGE/$VERSION/$TARBALL" +DEPENDS="gammu python python-pybluez wxpython" +BUILD_DEPENDS="$DEPENDS gammu-dev python-dev wxpython-dev" + # Rules to configure and make the package. compile_rules() { cd $src python setup.py build && - 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/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share/Wammu $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/Wammu $fs/usr/share } diff -r 408c87fa22ca -r 7896f0694ef6 webalizer/receipt --- a/webalizer/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/webalizer/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Web server log file analysis program." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION-src.tar.bz2" WEB_SITE="http://www.webalizer.com/" WGET_URL="ftp://ftp.mrunix.net/pub/$PACKAGE/$TARBALL" @@ -31,8 +32,8 @@ { mkdir -p $fs/usr $fs/etc $fs/var/www/webalizer $fs/etc/initcron.d chown 80 $fs/var/www/webalizer - cp -a $_pkg/etc/webalizer.conf.sample $fs/etc/webalizer.conf - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/etc/webalizer.conf.sample $fs/etc/webalizer.conf + cp -a $install/usr/bin $fs/usr cat > $fs/etc/initcron.d/webalizer << EOT 30 0 * * * /usr/bin/webalizer -o /var/www/webalizer /var/log/apache/access_log diff -r 408c87fa22ca -r 7896f0694ef6 wireshark/receipt --- a/wireshark/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/wireshark/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Wireshark is an award-winning network protocol analyzer." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.wireshark.org/" WGET_URL="http://wiresharkdownloads.riverbed.com/wireshark/src/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 wordwarvi/receipt --- a/wordwarvi/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/wordwarvi/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,12 @@ CATEGORY="games" SHORT_DESC="Retro shoot'em up game." MAINTAINER="paul@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://wordwarvi.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +TAGS="shooting" + DEPENDS="portaudio expat gtk+ libvorbis xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender @@ -12,10 +18,6 @@ BUILD_DEPENDS="libvorbis-dev libogg-dev portaudio portaudio-dev gtk+-dev xorg-libXrender-dev xorg-xproto xorg-renderproto xorg-kbproto pixman-dev libgio-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://wordwarvi.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -TAGS="shooting" # Rules to configure and make the package. compile_rules() @@ -28,7 +30,7 @@ genpkg_rules() { mkdir -p $fs/usr/share/wordwarvi - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/wordwarvi/* $fs/usr/share/wordwarvi + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/wordwarvi/* $fs/usr/share/wordwarvi cp -a stuff/* $fs } diff -r 408c87fa22ca -r 7896f0694ef6 wpa_supplicant/receipt --- a/wpa_supplicant/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/wpa_supplicant/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="WPA Supplicant with support for WPA and WPA2" MAINTAINER="0dddba11@googlemail.com" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://hostap.epitest.fi/wpa_supplicant/" WGET_URL="http://hostap.epitest.fi/releases/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 wv-dev/receipt --- a/wv-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/wv-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="WV (MS doc lib) devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="wv" WEB_SITE="http://www.abisource.com/projects/" @@ -12,8 +13,8 @@ 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 408c87fa22ca -r 7896f0694ef6 wv/receipt --- a/wv/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/wv/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -4,13 +4,15 @@ VERSION="1.2.5" CATEGORY="x-window" SHORT_DESC="MS document manipulation library." -DEPENDS="glib libgsf libpng libxml2 zlib" -BUILD_DEPENDS="libgsf libgsf-dev glib-dev libxml2-dev libpng-dev" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.abisource.com/projects/" WGET_URL="http://www.abisource.com/downloads/wv/$VERSION/$TARBALL" +DEPENDS="glib libgsf libpng libxml2 zlib" +BUILD_DEPENDS="libgsf libgsf-dev glib-dev libxml2-dev libpng-dev" + # Rules to configure and make the package. compile_rules() { @@ -21,15 +23,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 $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr chmod +x $fs/usr/bin/* - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/share/wv $fs/usr/share + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/share/wv $fs/usr/share } diff -r 408c87fa22ca -r 7896f0694ef6 xfce-utils/receipt --- a/xfce-utils/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/xfce-utils/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xfce utilities" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" @@ -31,12 +32,12 @@ genpkg_rules() { mkdir -p $fs/usr $fs/usr/share/locale - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/etc $fs/ - cp -a $_pkg/usr/share/icons $fs/usr/share - cp -a $_pkg/usr/share/dbus* $fs/usr/share - cp -a $_pkg/usr/share/icons $fs/usr/share - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + cp -a $install/usr/bin $fs/usr + cp -a $install/etc $fs/ + cp -a $install/usr/share/icons $fs/usr/share + cp -a $install/usr/share/dbus* $fs/usr/share + cp -a $install/usr/share/icons $fs/usr/share + cp -a $install/usr/share/locale/fr $fs/usr/share/locale #Fix perms chmod 755 $fs/usr/bin/* diff -r 408c87fa22ca -r 7896f0694ef6 xfce4-panel-dev/receipt --- a/xfce4-panel-dev/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/xfce4-panel-dev/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Xfce Panel dev files" MAINTAINER="erjo@slitaz.org" -DEPENDS="xfce4-panel" +LICENSE="GPL2" WANTED="xfce4-panel" WEB_SITE="http://www.xfce.org/" +DEPENDS="xfce4-panel" + genpkg_rules() { mkdir -p $fs/usr/share/xfce4 \ diff -r 408c87fa22ca -r 7896f0694ef6 xfce4-panel/receipt --- a/xfce4-panel/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/xfce4-panel/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xfce Panel" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org/" WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 xfwm4-themes/receipt --- a/xfwm4-themes/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/xfwm4-themes/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="xfwm4 additionnal themes" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" WANTED="xfwm4" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org/" diff -r 408c87fa22ca -r 7896f0694ef6 xfwm4/receipt --- a/xfwm4/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/xfwm4/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xfce Window Manager" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org/" WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" diff -r 408c87fa22ca -r 7896f0694ef6 ziproxy/receipt --- a/ziproxy/receipt Sat Aug 10 17:48:05 2013 +0000 +++ b/ziproxy/receipt Sat Aug 10 21:12:16 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="HTTP traffic compressor." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://ziproxy.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -28,7 +29,7 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr cp -a $src/etc $fs cp -a $src/var $fs chown -R root.root $fs