# HG changeset patch # User Pascal Bellard # Date 1376142776 0 # Node ID 2b9f96603415ada465dd9f6282bb60e3fa398055 # Parent 2843bada5d747a677697342b59185ea6277eefa8 Add GPL3 licenses diff -r 2843bada5d74 -r 2b9f96603415 aaphoto/receipt --- a/aaphoto/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/aaphoto/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,8 +5,7 @@ CATEGORY="graphics" SHORT_DESC="automatic photo adjusting" MAINTAINER="jozee@slitaz.org" -DEPENDS="jasper jpeg libpng zlib" -BUILD_DEPENDS="jpeg-dev jasper-dev libpng libpng-dev zlib-dev autoconf" +LICENSE="GPL3" SOURCE="aaphoto_sources_v" TARBALL="$SOURCE$VERSION.tar.gz" WEB_SITE="http://log69.com/aaphoto_en.html" @@ -14,6 +13,8 @@ WGET_URL="http://ftp.uni-erlangen.de/pub/FreeBSD/ports/distfiles/$TARBALL" TAGS="photo jpeg jpg png bmp" +DEPENDS="jasper jpeg libpng zlib" +BUILD_DEPENDS="jpeg-dev jasper-dev libpng libpng-dev zlib-dev autoconf" # Rules to configure and make the package. compile_rules() @@ -22,13 +23,11 @@ ./configure --prefix=/usr && make && make DESTDIR=$DESTDIR install - } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin $fs/usr - + cp -a $install/usr/bin $fs/usr } diff -r 2843bada5d74 -r 2b9f96603415 alarm-clock/receipt --- a/alarm-clock/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/alarm-clock/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Simple GTK alarm clock" MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+ libunique libnotify gstreamer" -BUILD_DEPENDS="$DEPENDS gtk+-dev libunique-dev libnotify-dev gstreamer-dev \ -intltool" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" # There's no more website for it. Keep it anyway??? #WEB_SITE="http://www.alarm-clock.pl/" @@ -15,6 +13,10 @@ #WGET_URL="http://www.alarm-clock.pl/files/$TARBALL" WGET_URL="http://mirror.slitaz.org/sources/packages/a/$TARBALL" +DEPENDS="gtk+ libunique libnotify gstreamer" +BUILD_DEPENDS="$DEPENDS gtk+-dev libunique-dev libnotify-dev gstreamer-dev \ +intltool" + # Rules to configure and make the package. compile_rules() { diff -r 2843bada5d74 -r 2b9f96603415 alsaplayer-dev/receipt --- a/alsaplayer-dev/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/alsaplayer-dev/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Alsa GTK+ PCM player devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" WANTED="alsaplayer" WEB_SITE="http://www.alsaplayer.org/" @@ -12,10 +13,10 @@ 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 $_pkg/usr/lib/alsaplayer $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 + cp -a $install/usr/lib/alsaplayer $fs/usr/lib # Remove shared libs. rm $fs/usr/lib/alsaplayer/*/*.so diff -r 2843bada5d74 -r 2b9f96603415 alsaplayer-scopes/receipt --- a/alsaplayer-scopes/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/alsaplayer-scopes/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,17 +5,19 @@ CATEGORY="multimedia" SHORT_DESC="Alsa GTK+ PCM player scopes." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" +WANTED="alsaplayer" +WEB_SITE="http://www.alsaplayer.org/" + DEPENDS="expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \ xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \ xorg-libXrender mesa xorg-libXdamage xorg-libXxf86vm libdrm" -WANTED="alsaplayer" -WEB_SITE="http://www.alsaplayer.org/" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/alsaplayer - cp -a $_pkg/usr/lib/alsaplayer/scopes2 \ + cp -a $install_pkg/usr/lib/alsaplayer/scopes2 \ $fs/usr/lib/alsaplayer } diff -r 2843bada5d74 -r 2b9f96603415 alsaplayer/receipt --- a/alsaplayer/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/alsaplayer/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Alsa GTK+ PCM player." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" SUGGESTED="alsaplayer-scopes libid3tag flac" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.alsaplayer.org/" diff -r 2843bada5d74 -r 2b9f96603415 androguard/receipt --- a/androguard/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/androguard/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Reverse engineering tool for Android applications." MAINTAINER="pascal.bellard@slitaz.org" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/$PACKAGE" WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 bash/receipt --- a/bash/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/bash/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="The GNU bourne SHell." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/bash/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" @@ -56,7 +57,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/bin $fs + cp -a $install/bin $fs # Config files. # mkdir $fs/etc diff -r 2843bada5d74 -r 2b9f96603415 bison/receipt --- a/bison/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/bison/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="GNU parser generator." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/bison/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 bleachbit/receipt --- a/bleachbit/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/bleachbit/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="Deletes unneeded files to free disk space and maintain privacy" MAINTAINER="devl547@gmail.com" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://bleachbit.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + BUILD_DEPENDS="python" DEPENDS="pygtk python" @@ -23,6 +25,6 @@ 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 } diff -r 2843bada5d74 -r 2b9f96603415 bluefish/receipt --- a/bluefish/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/bluefish/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="A powerful editor" MAINTAINER="erjo@slitaz.org" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://bluefish.openoffice.nl/index.html" WGET_URL="http://www.bennewitz.com/bluefish/stable/source/${TARBALL}" diff -r 2843bada5d74 -r 2b9f96603415 blueman/receipt --- a/blueman/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/blueman/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Easy to use GTK+ Bluetooth Manager." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://blueman-project.org/" WGET_URL="http://download.tuxfamily.org/blueman/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 boinc-dev/receipt --- a/boinc-dev/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/boinc-dev/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="BOINC devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="boinc" +LICENCE="GPL3" WANTED="$DEPENDS" WEB_SITE="http://boinc.berkeley.edu/" +DEPENDS="boinc" + # 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 $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib } diff -r 2843bada5d74 -r 2b9f96603415 boinc/receipt --- a/boinc/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/boinc/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -6,9 +6,11 @@ CATEGORY="network" SHORT_DESC="Open-source software for volunteer computing and grid computing." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://boinc.berkeley.edu/" WGET_URL="svn|http://boinc.berkeley.edu/svn/tags/boinc_core_release_${SVN_TAG}" + # The init script requires bash. DEPENDS="openssl libcurl wxWidgets libnotify bash" BUILD_DEPENDS="subversion openssl-dev autoconf automake curl-dev libidn-dev \ @@ -34,11 +36,11 @@ $fs/usr/lib \ $fs/var/lib/boinc \ $fs/usr/share/pixmaps - cp -a $_pkg/etc $fs + cp -a $install/etc $fs chmod 0644 $fs/etc/boinc-client.conf - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp $_pkg/usr/share/boinc/boincmgr.48x48.png \ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp $install/usr/share/boinc/boincmgr.48x48.png \ $fs/usr/share/pixmaps/boincmgr.png rm $fs/etc/init.d/boinc-client cp $stuff/boinc-client $fs/etc/init.d/boinc-client diff -r 2843bada5d74 -r 2b9f96603415 cbrpager/receipt --- a/cbrpager/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/cbrpager/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="graphics" SHORT_DESC="Viewer for CBR, CBZ and CB7 (comic book archive) files" MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL2" +LICENCE="GPL3" WEB_SITE="http://jcoppens.com/soft/cbrpager/index.en.php" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-acpinotifier/receipt --- a/claws-mail-acpinotifier/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-acpinotifier/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Enables mail notification via LEDs on some laptops (Acer, ASUS, Fujitsu, IBM). " MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.claws-mail.org/plugins.php" SOURCE="acpi_notifier" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-addresskeeper/receipt --- a/claws-mail-addresskeeper/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-addresskeeper/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Keeps all recipient addresses in an addressbook folder. " MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.claws-mail.org/plugins.php" SOURCE="address_keeper" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-archive/receipt --- a/claws-mail-archive/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-archive/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="claws-mail archiving features" MAINTAINER="erjo@slitaz.org" -DEPENDS="claws-mail libarchive acl liblzma bzlib" -BUILD_DEPENDS="claws-mail-dev gnutls-dev enchant-dev libxml2-dev libarchive-dev attr-dev acl-dev liblzma-dev pkg-config" +LICENSE="GPL3" SOURCE="archive" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.claws-mail.org" WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" +DEPENDS="claws-mail libarchive acl liblzma bzlib" +BUILD_DEPENDS="claws-mail-dev gnutls-dev enchant-dev libxml2-dev libarchive-dev attr-dev acl-dev liblzma-dev pkg-config" + # Rules to configure and make the package. compile_rules() { @@ -27,7 +29,7 @@ mkdir -p $fs/usr/lib/claws-mail/plugins \ $fs/usr/share/locale - cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* \ + cp -a $install/usr/lib/claws-mail/plugins/*.so* \ $fs/usr/lib/claws-mail/plugins } diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-attachwarner/receipt --- a/claws-mail-attachwarner/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-attachwarner/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Warn about missing attachment" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.claws-mail.org/plugins.php" SOURCE="attachwarner" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-attremover/receipt --- a/claws-mail-attremover/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-attremover/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="claws-mail plugin - Remove attachments from emails." MAINTAINER="erjo@slitaz.org" -DEPENDS="claws-mail xorg-libXdamage" -BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev" +LICENSE="GPL3" SOURCE="att_remover" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" +DEPENDS="claws-mail xorg-libXdamage" +BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev" + # Rules to configure and make the package. compile_rules() { @@ -19,12 +21,12 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/claws-mail/plugins - cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ + cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ } diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-bsfilter/receipt --- a/claws-mail-bsfilter/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-bsfilter/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Check all recieved message with BSFilter" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.claws-mail.org/plugins.php" SOURCE="bsfilter_plugin" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-clamd/receipt --- a/claws-mail-clamd/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-clamd/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Scans recieved message with Clam AV" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.claws-mail.org/plugins.php" SOURCE="clamd" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-dev/receipt --- a/claws-mail-dev/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-dev/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,16 +5,18 @@ CATEGORY="development" SHORT_DESC="The user-firendly, lightweight and fast email client dev files" MAINTAINER="erjo@slitaz.org" -DEPENDS="claws-mail gtk+-dev libetpan-dev gnutls-dev" +LICENSE="GPL3" WEB_SITE="http://www.claws-mail.org/index.php" WANTED="claws-mail" +DEPENDS="claws-mail gtk+-dev libetpan-dev gnutls-dev" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/$WANTED/plugins - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/ - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib/ + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/ + cp -a $install/usr/lib/pkgconfig $fs/usr/lib/ } diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-fancy/receipt --- a/claws-mail-fancy/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-fancy/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Renders HTML e-mail using the WebKit library " MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.claws-mail.org/plugins.php" SOURCE="fancy" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-fetchinfo/receipt --- a/claws-mail-fetchinfo/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-fetchinfo/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Inserts headers containing some download information." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.claws-mail.org/plugins.php" SOURCE="fetchinfo-plugin" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-gtkhtml2_viewer/receipt --- a/claws-mail-gtkhtml2_viewer/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-gtkhtml2_viewer/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="network" SHORT_DESC="HTML Viwer plugins for claws-mail." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" +SOURCE="gtkhtml2_viewer" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.claws-mail.org/plugins.php" +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" + DEPENDS="curl claws-mail expat gtk+ libxml2 xorg-libX11 xorg-libXau \ xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \ xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" BUILD_DEPENDS="curl-dev claws-mail-dev gnutls-dev libxml2-dev" -SOURCE="gtkhtml2_viewer" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://www.claws-mail.org/plugins.php" -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -23,13 +25,13 @@ --disable-accessibility \ --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/claws-mail/plugins - cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ + cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ } diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-mailmbox/receipt --- a/claws-mail-mailmbox/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-mailmbox/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="*Handles mailboxes in mbox format." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.claws-mail.org/plugins.php" SOURCE="mailmbox" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-newmail/receipt --- a/claws-mail-newmail/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-newmail/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Claws Mail writes a msg header summary to a log file." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.claws-mail.org/plugins.php" SOURCE="newmail" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-notification/receipt --- a/claws-mail-notification/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-notification/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="claws-mail plugin - mail notification." MAINTAINER="erjo@slitaz.org" -DEPENDS="claws-mail libnotify xorg-libXdamage" -BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev" +LICENSE="GPL3" SOURCE="notification_plugin" TARBALL="${SOURCE}-${VERSION}.tar.gz" WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" +DEPENDS="claws-mail libnotify xorg-libXdamage" +BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev" + # Rules to configure and make the package. compile_rules() { @@ -26,6 +28,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib/claws-mail/plugins - cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ + cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ } diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-pdfviewer/receipt --- a/claws-mail-pdfviewer/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-pdfviewer/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="PDF viewer for Claws Mail." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.claws-mail.org/plugins.php" SOURCE="pdf_viewer" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-perl/receipt --- a/claws-mail-perl/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-perl/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Perl interface to Claws Mail' filtering mechanism." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.claws-mail.org/plugins.php" SOURCE="perl_plugin" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-plugins/receipt --- a/claws-mail-plugins/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-plugins/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Standart plugins for claws-mail." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" DEPENDS="claws-mail bogofilter xorg-libXdamage gcc-lib-base" WEB_SITE="http://www.claws-mail.org/index.php" WANTED="claws-mail" @@ -14,6 +15,6 @@ { mkdir -p $fs/usr/lib/$WANTED/plugins - cp -a $_pkg/usr/lib/$WANTED/plugins/*.so* $fs/usr/lib/$WANTED/plugins/ + cp -a $install/usr/lib/$WANTED/plugins/*.so* $fs/usr/lib/$WANTED/plugins/ } diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-python/receipt --- a/claws-mail-python/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-python/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Python interface to Claws Mail' filtering mechanism." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.claws-mail.org/plugins.php" SOURCE="python_plugin" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-spam_report/receipt --- a/claws-mail-spam_report/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-spam_report/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Reports spam to various places" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" SOURCE="spam_report" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.claws-mail.org" @@ -25,6 +26,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib/claws-mail/plugins - cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* \ + cp -a $install/usr/lib/claws-mail/plugins/*.so* \ $fs/usr/lib/claws-mail/plugins } diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-tnefparse/receipt --- a/claws-mail-tnefparse/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-tnefparse/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Enables Claws Mail reading application/ms-tnef attachments." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.claws-mail.org/plugins.php" SOURCE="tnef_parse" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r 2843bada5d74 -r 2b9f96603415 claws-mail-vcalendar/receipt --- a/claws-mail-vcalendar/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail-vcalendar/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="claws-mail plugin - vcalendar messages support." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" SOURCE="vcalendar" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" @@ -26,5 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib/claws-mail/plugins - cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ + cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ } diff -r 2843bada5d74 -r 2b9f96603415 claws-mail/receipt --- a/claws-mail/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/claws-mail/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="The user-firendly, lightweight and fast email client" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.claws-mail.org/index.php" WGET_URL="$SF_MIRROR/sylpheed-claws/$TARBALL" @@ -36,6 +37,6 @@ { mkdir -p $fs/usr/share \ $fs/usr/lib/$PACKAGE/plugins - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/icons $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/icons $fs/usr/share } diff -r 2843bada5d74 -r 2b9f96603415 codeblocks/receipt --- a/codeblocks/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/codeblocks/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="development" SHORT_DESC="An open source, cross platform, free C++ IDE." MAINTAINER="stefanossofroniou542@gmail.com" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION-src.tar.bz2" -DEPENDS="wxWidgets" -BUILD_DEPENDS="wxWidgets-dev xorg-libXdmcp-dev xorg-libXau-dev expat-dev autoconf automake libtool zip gnome-icon-theme" WEB_SITE="http://www.codeblocks.org/" WGET_URL="http://download.berlios.de/codeblocks/$TARBALL" TAGS="IDE" +DEPENDS="wxWidgets" +BUILD_DEPENDS="wxWidgets-dev xorg-libXdmcp-dev xorg-libXau-dev expat-dev autoconf automake libtool zip gnome-icon-theme" + # Rules to configure and make the package. compile_rules() { @@ -32,13 +34,13 @@ genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/codeblocks $fs/usr/lib - cp -a $_pkg/usr/lib/wxSmithContribItems $fs/usr/lib - cp -a $_pkg/usr/share/codeblocks $fs/usr/share - cp -a $_pkg/usr/share/mime $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/lib/codeblocks $fs/usr/lib + cp -a $install/usr/lib/wxSmithContribItems $fs/usr/lib + cp -a $install/usr/share/codeblocks $fs/usr/share + cp -a $install/usr/share/mime $fs/usr/share + cp -a $install/usr/bin $fs/usr } diff -r 2843bada5d74 -r 2b9f96603415 coreutils-character/receipt --- a/coreutils-character/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-character/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities that operate on characters." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,9 +20,9 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/tr $fs/usr/bin - cp -a $_pkg/usr/bin/expand $fs/usr/bin - cp -a $_pkg/usr/bin/unexpand $fs/usr/bin + cp -a $install/usr/bin/tr $fs/usr/bin + cp -a $install/usr/bin/expand $fs/usr/bin + cp -a $install/usr/bin/unexpand $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-command/receipt --- a/coreutils-command/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-command/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU command utilities." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,17 +20,17 @@ genpkg_rules() { mkdir -p $fs/bin - cp -a $_pkg/usr/bin/nice $fs/bin - cp -a $_pkg/usr/bin/kill $fs/bin - cp -a $_pkg/usr/bin/sleep $fs/bin + cp -a $install/usr/bin/nice $fs/bin + cp -a $install/usr/bin/kill $fs/bin + cp -a $install/usr/bin/sleep $fs/bin mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/env $fs/usr/bin - cp -a $_pkg/usr/bin/nohup $fs/usr/bin - cp -a $_pkg/usr/bin/timeout $fs/usr/bin + cp -a $install/usr/bin/env $fs/usr/bin + cp -a $install/usr/bin/nohup $fs/usr/bin + cp -a $install/usr/bin/timeout $fs/usr/bin mkdir -p $fs/usr/sbin - cp -a $_pkg/usr/bin/chroot $fs/usr/sbin + cp -a $install/usr/bin/chroot $fs/usr/sbin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-conditions/receipt --- a/coreutils-conditions/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-conditions/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities for conditions." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base gmp" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,13 +20,13 @@ genpkg_rules() { mkdir -p $fs/bin - cp -a $_pkg/usr/bin/false $fs/bin - cp -a $_pkg/usr/bin/true $fs/bin + cp -a $install/usr/bin/false $fs/bin + cp -a $install/usr/bin/true $fs/bin mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/test $fs/usr/bin - cp -a $_pkg/usr/bin/[ $fs/usr/bin - cp -a $_pkg/usr/bin/expr $fs/usr/bin + cp -a $install/usr/bin/test $fs/usr/bin + cp -a $install/usr/bin/[ $fs/usr/bin + cp -a $install/usr/bin/expr $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-context-system/receipt --- a/coreutils-context-system/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-context-system/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities related to the system context." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,14 +20,14 @@ genpkg_rules() { mkdir -p $fs/bin - cp -a $_pkg/usr/bin/date $fs/bin - cp -a $_pkg/usr/bin/uname $fs/bin + cp -a $install/usr/bin/date $fs/bin + cp -a $install/usr/bin/uname $fs/bin mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/chcon $fs/usr/bin - cp -a $_pkg/usr/bin/runcon $fs/usr/bin - cp -a $_pkg/usr/bin/hostid $fs/usr/bin - cp -a $_pkg/usr/bin/uptime $fs/usr/bin + cp -a $install/usr/bin/chcon $fs/usr/bin + cp -a $install/usr/bin/runcon $fs/usr/bin + cp -a $install/usr/bin/hostid $fs/usr/bin + cp -a $install/usr/bin/uptime $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-context-user/receipt --- a/coreutils-context-user/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-context-user/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities related to the user context." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,15 +20,15 @@ genpkg_rules() { mkdir -p $fs/bin - cp -a $_pkg/usr/bin/id $fs/bin + cp -a $install/usr/bin/id $fs/bin mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/logname $fs/usr/bin - cp -a $_pkg/usr/bin/whoami $fs/usr/bin - cp -a $_pkg/usr/bin/groups $fs/usr/bin - cp -a $_pkg/usr/bin/pinky $fs/usr/bin - cp -a $_pkg/usr/bin/users $fs/usr/bin - cp -a $_pkg/usr/bin/who $fs/usr/bin + cp -a $install/usr/bin/logname $fs/usr/bin + cp -a $install/usr/bin/whoami $fs/usr/bin + cp -a $install/usr/bin/groups $fs/usr/bin + cp -a $install/usr/bin/pinky $fs/usr/bin + cp -a $install/usr/bin/users $fs/usr/bin + cp -a $install/usr/bin/who $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-context-working/receipt --- a/coreutils-context-working/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-context-working/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities related to the working context." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,12 +20,12 @@ genpkg_rules() { mkdir -p $fs/bin - cp -a $_pkg/usr/bin/pwd $fs/bin - cp -a $_pkg/usr/bin/stty $fs/bin - cp -a $_pkg/usr/bin/printenv $fs/bin + cp -a $install/usr/bin/pwd $fs/bin + cp -a $install/usr/bin/stty $fs/bin + cp -a $install/usr/bin/printenv $fs/bin mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/tty $fs/usr/bin + cp -a $install/usr/bin/tty $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-directory/receipt --- a/coreutils-directory/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-directory/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities that list directories." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base libcap acl" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,12 +20,12 @@ genpkg_rules() { mkdir -p $fs/bin - cp -a $_pkg/usr/bin/ls $fs/bin + cp -a $install/usr/bin/ls $fs/bin mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/dir $fs/usr/bin - cp -a $_pkg/usr/bin/vdir $fs/usr/bin - cp -a $_pkg/usr/bin/dircolors $fs/usr/bin + cp -a $install/usr/bin/dir $fs/usr/bin + cp -a $install/usr/bin/vdir $fs/usr/bin + cp -a $install/usr/bin/dircolors $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-disk/receipt --- a/coreutils-disk/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-disk/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities that work with disks." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,13 +20,13 @@ genpkg_rules() { mkdir -p $fs/bin - cp -a $_pkg/usr/bin/df $fs/bin - cp -a $_pkg/usr/bin/stat $fs/bin - cp -a $_pkg/usr/bin/sync $fs/bin + cp -a $install/usr/bin/df $fs/bin + cp -a $install/usr/bin/stat $fs/bin + cp -a $install/usr/bin/sync $fs/bin mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/du $fs/usr/bin - cp -a $_pkg/usr/bin/truncate $fs/usr/bin + cp -a $install/usr/bin/du $fs/usr/bin + cp -a $install/usr/bin/truncate $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-file-attributes/receipt --- a/coreutils-file-attributes/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-file-attributes/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities that change file attributes." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,10 +20,10 @@ genpkg_rules() { mkdir -p $fs/bin - cp -a $_pkg/usr/bin/chown $fs/bin - cp -a $_pkg/usr/bin/chgrp $fs/bin - cp -a $_pkg/usr/bin/chmod $fs/bin - cp -a $_pkg/usr/bin/touch $fs/bin + cp -a $install/usr/bin/chown $fs/bin + cp -a $install/usr/bin/chgrp $fs/bin + cp -a $install/usr/bin/chmod $fs/bin + cp -a $install/usr/bin/touch $fs/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-file-format/receipt --- a/coreutils-file-format/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-file-format/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities that format file contents." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,9 +20,9 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/fmt $fs/usr/bin - cp -a $_pkg/usr/bin/pr $fs/usr/bin - cp -a $_pkg/usr/bin/fold $fs/usr/bin + cp -a $install/usr/bin/fmt $fs/usr/bin + cp -a $install/usr/bin/pr $fs/usr/bin + cp -a $install/usr/bin/fold $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-file-output-full/receipt --- a/coreutils-file-output-full/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-file-output-full/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities that output entire files." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,13 +20,13 @@ genpkg_rules() { mkdir -p $fs/bin - cp -a $_pkg/usr/bin/cat $fs/bin + cp -a $install/usr/bin/cat $fs/bin mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/tac $fs/usr/bin - cp -a $_pkg/usr/bin/nl $fs/usr/bin - cp -a $_pkg/usr/bin/od $fs/usr/bin - cp -a $_pkg/usr/bin/base64 $fs/usr/bin + cp -a $install/usr/bin/tac $fs/usr/bin + cp -a $install/usr/bin/nl $fs/usr/bin + cp -a $install/usr/bin/od $fs/usr/bin + cp -a $install/usr/bin/base64 $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-file-output-part/receipt --- a/coreutils-file-output-part/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-file-output-part/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities that output file parts." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,10 +20,10 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/head $fs/usr/bin - cp -a $_pkg/usr/bin/tail $fs/usr/bin - cp -a $_pkg/usr/bin/split $fs/usr/bin - cp -a $_pkg/usr/bin/csplit $fs/usr/bin + cp -a $install/usr/bin/head $fs/usr/bin + cp -a $install/usr/bin/tail $fs/usr/bin + cp -a $install/usr/bin/split $fs/usr/bin + cp -a $install/usr/bin/csplit $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-file-sort/receipt --- a/coreutils-file-sort/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-file-sort/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities that operate on sorted files." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,12 +20,12 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/sort $fs/usr/bin - cp -a $_pkg/usr/bin/shuf $fs/usr/bin - cp -a $_pkg/usr/bin/uniq $fs/usr/bin - cp -a $_pkg/usr/bin/comm $fs/usr/bin - cp -a $_pkg/usr/bin/ptx $fs/usr/bin - cp -a $_pkg/usr/bin/tsort $fs/usr/bin + cp -a $install/usr/bin/sort $fs/usr/bin + cp -a $install/usr/bin/shuf $fs/usr/bin + cp -a $install/usr/bin/uniq $fs/usr/bin + cp -a $install/usr/bin/comm $fs/usr/bin + cp -a $install/usr/bin/ptx $fs/usr/bin + cp -a $install/usr/bin/tsort $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-file-special/receipt --- a/coreutils-file-special/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-file-special/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities that work with special file types." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,17 +20,17 @@ genpkg_rules() { mkdir -p $fs/bin - cp -a $_pkg/usr/bin/ln $fs/bin - cp -a $_pkg/usr/bin/mkdir $fs/bin - cp -a $_pkg/usr/bin/mknod $fs/bin - cp -a $_pkg/usr/bin/rmdir $fs/bin + cp -a $install/usr/bin/ln $fs/bin + cp -a $install/usr/bin/mkdir $fs/bin + cp -a $install/usr/bin/mknod $fs/bin + cp -a $install/usr/bin/rmdir $fs/bin mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/link $fs/usr/bin - cp -a $_pkg/usr/bin/mkfifo $fs/usr/bin - cp -a $_pkg/usr/bin/mktemp $fs/usr/bin - cp -a $_pkg/usr/bin/readlink $fs/usr/bin - cp -a $_pkg/usr/bin/unlink $fs/usr/bin + cp -a $install/usr/bin/link $fs/usr/bin + cp -a $install/usr/bin/mkfifo $fs/usr/bin + cp -a $install/usr/bin/mktemp $fs/usr/bin + cp -a $install/usr/bin/readlink $fs/usr/bin + cp -a $install/usr/bin/unlink $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-file-summarize/receipt --- a/coreutils-file-summarize/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-file-summarize/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities that summarize files." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,15 +20,15 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/wc $fs/usr/bin - cp -a $_pkg/usr/bin/sum $fs/usr/bin - cp -a $_pkg/usr/bin/cksum $fs/usr/bin - cp -a $_pkg/usr/bin/md5sum $fs/usr/bin - cp -a $_pkg/usr/bin/sha1sum $fs/usr/bin - cp -a $_pkg/usr/bin/sha224sum $fs/usr/bin - cp -a $_pkg/usr/bin/sha256sum $fs/usr/bin - cp -a $_pkg/usr/bin/sha384sum $fs/usr/bin - cp -a $_pkg/usr/bin/sha512sum $fs/usr/bin + cp -a $install/usr/bin/wc $fs/usr/bin + cp -a $install/usr/bin/sum $fs/usr/bin + cp -a $install/usr/bin/cksum $fs/usr/bin + cp -a $install/usr/bin/md5sum $fs/usr/bin + cp -a $install/usr/bin/sha1sum $fs/usr/bin + cp -a $install/usr/bin/sha224sum $fs/usr/bin + cp -a $install/usr/bin/sha256sum $fs/usr/bin + cp -a $install/usr/bin/sha384sum $fs/usr/bin + cp -a $install/usr/bin/sha512sum $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-line/receipt --- a/coreutils-line/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-line/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities that operate on fields within a line." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base gmp libcap" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,9 +20,9 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/cut $fs/usr/bin - cp -a $_pkg/usr/bin/paste $fs/usr/bin - cp -a $_pkg/usr/bin/join $fs/usr/bin + cp -a $install/usr/bin/cut $fs/usr/bin + cp -a $install/usr/bin/paste $fs/usr/bin + cp -a $install/usr/bin/join $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-numeric/receipt --- a/coreutils-numeric/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-numeric/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU numeric utilities." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base gmp" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,8 +20,8 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/factor $fs/usr/bin - cp -a $_pkg/usr/bin/seq $fs/usr/bin + cp -a $install/usr/bin/factor $fs/usr/bin + cp -a $install/usr/bin/seq $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-operations/receipt --- a/coreutils-operations/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-operations/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities that perform basic operations." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base acl" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,15 +20,15 @@ genpkg_rules() { mkdir -p $fs/bin - #cp -a $_pkg/usr/bin/cp $fs/bin - cp -a $_pkg/usr/bin/dd $fs/bin - cp -a $_pkg/usr/bin/mv $fs/bin - cp -a $_pkg/usr/bin/ln $fs/bin - #cp -a $_pkg/usr/bin/rm $fs/bin + #cp -a $install/usr/bin/cp $fs/bin + cp -a $install/usr/bin/dd $fs/bin + cp -a $install/usr/bin/mv $fs/bin + cp -a $install/usr/bin/ln $fs/bin + #cp -a $install/usr/bin/rm $fs/bin mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/install $fs/usr/bin - cp -a $_pkg/usr/bin/shred $fs/usr/bin + cp -a $install/usr/bin/install $fs/usr/bin + cp -a $install/usr/bin/shred $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-path/receipt --- a/coreutils-path/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-path/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities that perform path manipulation." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,9 +20,9 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/basename $fs/usr/bin - cp -a $_pkg/usr/bin/dirname $fs/usr/bin - cp -a $_pkg/usr/bin/pathchk $fs/usr/bin + cp -a $install/usr/bin/basename $fs/usr/bin + cp -a $install/usr/bin/dirname $fs/usr/bin + cp -a $install/usr/bin/pathchk $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-print/receipt --- a/coreutils-print/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-print/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities that print text." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,11 +20,11 @@ genpkg_rules() { mkdir -p $fs/bin - cp -a $_pkg/usr/bin/echo $fs/bin + cp -a $install/usr/bin/echo $fs/bin mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/printf $fs/usr/bin - cp -a $_pkg/usr/bin/yes $fs/usr/bin + cp -a $install/usr/bin/printf $fs/usr/bin + cp -a $install/usr/bin/yes $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils-redirection/receipt --- a/coreutils-redirection/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils-redirection/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="system-tools" SHORT_DESC="GNU utilities that work with disks." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/coreutils/" +WANTED="coreutils" + DEPENDS="glibc-base" -WANTED="coreutils" # Rules to gen a SliTaz package suitable for Tazpkg. # @@ -18,7 +20,7 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/tee $fs/usr/bin + cp -a $install/usr/bin/tee $fs/usr/bin } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 coreutils/receipt --- a/coreutils/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/coreutils/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Utilities for using and setting the basic system." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.gnu.org/software/coreutils/" WGET_URL="ftp://ftp.gnu.org/gnu/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 cpio/receipt --- a/cpio/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/cpio/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="base-system" SHORT_DESC="GNU cpio archiver." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base" -BUILD_DEPENDS="slitaz-toolchain" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/cpio/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="glibc-base" +BUILD_DEPENDS="slitaz-toolchain" + # Rules to configure and make the package. compile_rules() { @@ -22,15 +24,15 @@ --infodir=/usr/share/info \ $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/locale - cp -a $_pkg/bin $fs - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/bin $fs + cp -a $install/usr/bin $fs/usr } # Remove Busybox symlink before installing diff -r 2843bada5d74 -r 2b9f96603415 davfs2/receipt --- a/davfs2/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/davfs2/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Remote collaborative authoring of Web resources." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://savannah.nongnu.org/projects/$PACKAGE" WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL" +CONFIG_FILES="/etc/davfs2" + DEPENDS="openssl libkrb5 krb5 expat neon zlib libcomerr3" BUILD_DEPENDS="openssl-dev krb5-dev krb5 expat-dev neon-dev" -CONFIG_FILES="/etc/davfs2" # Rules to configure and make the package. compile_rules() @@ -19,15 +21,15 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --sysconfdir=/etc --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/sbin $fs/usr - cp -a $_pkg/etc $fs + cp -a $install/usr/sbin $fs/usr + cp -a $install/etc $fs sed -i -e 's/# dav_user/dav_user/' \ -e 's/# dav_group/dav_group/' \ -e 's/ davfs2 / www /' \ diff -r 2843bada5d74 -r 2b9f96603415 ddd/receipt --- a/ddd/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/ddd/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="GNU Data Display Debugger, a graphical front-end for command-line debuggers." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.gnu.org/software/ddd/" +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +TAGS="debugger" + DEPENDS="glibc-base gcc-lib-base ncurses freetype zlib util-linux-uuid \ xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXaw \ xorg-libXdmcp xorg-libXext xorg-libXmu xorg-libXpm xorg-libXt lesstif elfutils" BUILD_DEPENDS="gawk lesstif-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.gnu.org/software/ddd/" -WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" -TAGS="debugger" # Rules to configure and make the package. compile_rules() @@ -32,21 +34,21 @@ --includedir=/usr/share/include \ $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/$PACKAGE-$VERSION - cp -a $_pkg/usr/share/$PACKAGE-$VERSION/$PACKAGE $fs/usr/share/$PACKAGE-$VERSION - cp -a $_pkg/usr/share/$PACKAGE-$VERSION/themes $fs/usr/share/$PACKAGE-$VERSION - cp -a $_pkg/usr/share/$PACKAGE-$VERSION/vsllib $fs/usr/share/$PACKAGE-$VERSION - cp -a $_pkg/usr/share/applications $fs/usr/share + cp -a $install/usr/share/$PACKAGE-$VERSION/$PACKAGE $fs/usr/share/$PACKAGE-$VERSION + cp -a $install/usr/share/$PACKAGE-$VERSION/themes $fs/usr/share/$PACKAGE-$VERSION + cp -a $install/usr/share/$PACKAGE-$VERSION/vsllib $fs/usr/share/$PACKAGE-$VERSION + cp -a $install/usr/share/applications $fs/usr/share mkdir -p $fs/usr/share/pixmaps cp -a $src/icons/ddd.xpm $fs/usr/share/pixmaps - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 2843bada5d74 -r 2b9f96603415 dillo/receipt --- a/dillo/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/dillo/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="network" SHORT_DESC="Light and fast web browse using FLTK." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.dillo.org/" WGET_URL="http://www.dillo.org/download/$TARBALL" +TAGS="browser" + DEPENDS="fltk libpng jpeg zlib openssl xorg-libXi xorg-libXinerama \ gcc-lib-base" BUILD_DEPENDS="$DEPENDS fltk-dev libpng-dev jpeg-dev zlib-dev" -TAGS="browser" # Rules to configure and make the package. compile_rules() @@ -22,19 +24,19 @@ --prefix=/usr \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/dillo $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/dillo $fs/usr/lib strip -s $fs/usr/lib/dillo/dpi/*/* chmod +x $fs/usr/bin/* # Config files with custom dillorc to have webhomepage. - cp -a $_pkg/etc $fs + cp -a $install/etc $fs cp -a $stuff/dillorc $fs/etc/dillo chown -R root.root $fs } diff -r 2843bada5d74 -r 2b9f96603415 emacs-pkg-po-mode/receipt --- a/emacs-pkg-po-mode/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/emacs-pkg-po-mode/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,11 +5,12 @@ CATEGORY="development" SHORT_DESC="An Emacs major mode for editing or modifying PO files." MAINTAINER="domcox@slitaz.org" -DEPENDS="emacs" -BUILD_DEPENDS="emacs" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/hello/manual/gettext/PO-Mode.html" WANTED="gettext" +DEPENDS="emacs" +BUILD_DEPENDS="emacs" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 2843bada5d74 -r 2b9f96603415 emacs/receipt --- a/emacs/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/emacs/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,13 @@ CATEGORY="development" SHORT_DESC="The GNU Emacs editor" MAINTAINER="domcox@slitaz.org" +LICENSE="GPL3" +SUGGESTED="alsa-lib" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WEB_SITE="http://www.gnu.org/software/emacs/" +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +TAGS="text-editor" + DEPENDS="atk cairo dbus expat freetype fontconfig giflib glib gnutls gtk+ jpeg \ libgio libpng librsvg util-linux-uuid ncurses pango tiff xorg-server zlib \ librsvg libgsf" @@ -12,12 +19,6 @@ fontconfig-dev giflib-dev glib-dev gnutls-dev gtk+-dev jpeg-dev libgio-dev \ libpng-dev librsvg-dev ncurses-dev pango-dev pkg-config tiff-dev xorg-dev \ xorg-dev-proto" -SUGGESTED="alsa-lib" -TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://www.gnu.org/software/emacs/" -WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" -#WGET_URL="ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-24.2.93.tar.xz" -TAGS="text-editor" # Rules to configure and make the package. compile_rules() @@ -52,12 +53,12 @@ echo -n "Copying emacs binary files" mkdir -p $fs/usr/bin && \ for file in $BIN_FILES; do - cp -a $_pkg/usr/bin/$file $fs/usr/bin + cp -a $install/usr/bin/$file $fs/usr/bin done status # Lib files echo -n "Copying emacs lib files" - cp -a $_pkg/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr status strip -s $fs/usr/lib/$PACKAGE/$VERSION/i486-pc-linux-gnu/* 2> /dev/null # lisp files @@ -71,16 +72,16 @@ for dir in $LISP_DIR; do echo -n "Copying $dir files" mkdir -p $fs/usr/share/$PACKAGE/$VERSION/$dir && \ - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/$dir/*.elc \ + cp -a $install/usr/share/$PACKAGE/$VERSION/$dir/*.elc \ $fs/usr/share/$PACKAGE/$VERSION/$dir - if [ $(ls $_pkg/usr/share/$PACKAGE/$VERSION/$dir/ | \ + if [ $(ls $install/usr/share/$PACKAGE/$VERSION/$dir/ | \ grep -c \.el$) -gt 0 ]; then - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/$dir/*.el \ + cp -a $install/usr/share/$PACKAGE/$VERSION/$dir/*.el \ $fs/usr/share/$PACKAGE/$VERSION/$dir fi for file in COPYING README TODO; do - if [ -e $_pkg/usr/share/$PACKAGE/$VERSION/$dir/$file ]; then - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/$dir/$file \ + if [ -e $install/usr/share/$PACKAGE/$VERSION/$dir/$file ]; then + cp -a $install/usr/share/$PACKAGE/$VERSION/$dir/$file \ $fs/usr/share/$PACKAGE/$VERSION/$dir fi done @@ -91,25 +92,25 @@ echo -n "Copying lisp/term files (linux only)" mkdir -p $fs/usr/share/$PACKAGE/$VERSION/lisp/term && \ for file in $LINUX_TERM; do - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/lisp/term/$file \ + cp -a $install/usr/share/$PACKAGE/$VERSION/lisp/term/$file \ $fs/usr/share/$PACKAGE/$VERSION/lisp/term done status # leim files echo -n "Copying leim files" mkdir -p $fs/usr/share/$PACKAGE/$VERSION/leim && \ - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/leim/*.el \ + cp -a $install/usr/share/$PACKAGE/$VERSION/leim/*.el \ $fs/usr/share/$PACKAGE/$VERSION/leim status LEIM_FILES="leim/ja-dic leim/quail" for dir in $LEIM_FILES; do echo -n "Copying $dir files" mkdir -p $fs/usr/share/$PACKAGE/$VERSION/$dir && \ - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/$dir/*.elc \ + cp -a $install/usr/share/$PACKAGE/$VERSION/$dir/*.elc \ $fs/usr/share/$PACKAGE/$VERSION/$dir && \ for file in COPYING README TODO; do - if [ -e $_pkg/usr/share/$PACKAGE/$VERSION/$dir/$file ]; then - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/$dir/$file \ + if [ -e $install/usr/share/$PACKAGE/$VERSION/$dir/$file ]; then + cp -a $install/usr/share/$PACKAGE/$VERSION/$dir/$file \ $fs/usr/share/$PACKAGE/$VERSION/$dir fi done @@ -122,7 +123,7 @@ ps-prin1.ps ses-example.ses spook.lines themes yow.lines" mkdir -p $fs/usr/share/$PACKAGE/$VERSION/etc && \ for file in $CONF_FILES; do - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/etc/$file \ + cp -a $install/usr/share/$PACKAGE/$VERSION/etc/$file \ $fs/usr/share/$PACKAGE/$VERSION/etc done status @@ -134,11 +135,11 @@ for dir in $XPM_DIR; do echo -n "Copying $dir xpm files" mkdir -p $fs/usr/share/$PACKAGE/$VERSION/etc/$dir && \ - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/etc/$dir/*.xpm \ + cp -a $install/usr/share/$PACKAGE/$VERSION/etc/$dir/*.xpm \ $fs/usr/share/$PACKAGE/$VERSION/etc/$dir && \ for file in COPYING README TODO; do - if [ -e $_pkg/usr/share/$PACKAGE/$VERSION/$dir/$file ]; then - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/$dir/$file \ + if [ -e $install/usr/share/$PACKAGE/$VERSION/$dir/$file ]; then + cp -a $install/usr/share/$PACKAGE/$VERSION/$dir/$file \ $fs/usr/share/$PACKAGE/$VERSION/$dir fi done @@ -148,7 +149,7 @@ images/tree-widget/default images/tree-widget/folder" for dir in $PNG_DIR; do echo -n "Copying $dir png files" - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/etc/$dir/*.png \ + cp -a $install/usr/share/$PACKAGE/$VERSION/etc/$dir/*.png \ $fs/usr/share/$PACKAGE/$VERSION/etc/$dir && \ status done @@ -157,13 +158,13 @@ SERVICE copying.paper" echo -n "Copying License files" for file in $GNU_FILES; do - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/etc/$file \ + cp -a $install/usr/share/$PACKAGE/$VERSION/etc/$file \ $fs/usr/share/$PACKAGE/$VERSION/etc done status # Install specific site file echo -n "Installing specific SliTaz file" - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/site-lisp \ + cp -a $install/usr/share/$PACKAGE/$VERSION/site-lisp \ $fs/usr/share/$PACKAGE && \ mkdir -p $fs/usr/share/$PACKAGE/site-lisp/site-start.d && \ cp -a $stuff/default.el $fs/usr/share/$PACKAGE/site-lisp && \ @@ -173,8 +174,8 @@ # Install desktop files for emacs echo -n "Installing emacs menu" mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications && \ - cp -a $_pkg/usr/share/applications $fs/usr/share/ && \ - cp -a $_pkg/usr/share/icons/hicolor/32x32/apps/emacs.png \ + cp -a $install/usr/share/applications $fs/usr/share/ && \ + cp -a $install/usr/share/icons/hicolor/32x32/apps/emacs.png \ $fs/usr/share/pixmaps status # Use default site-lisp diff -r 2843bada5d74 -r 2b9f96603415 emelfm2/receipt --- a/emelfm2/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/emelfm2/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="GTK powerfull file manager." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://emelfm2.net/" WGET_URL="http://emelfm2.net/rel/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 encfs/receipt --- a/encfs/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/encfs/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="security" SHORT_DESC="Encryption filesystem for FUSE." MAINTAINER="b1+slitaz@nagel.org" +LICENSE="GPL3" +TARBALL="$PACKAGE-$VERSION.tgz" +WEB_SITE="http://www.arg0.net/encfs" +WGET_URL="http://encfs.googlecode.com/files/$TARBALL" +TAGS="filesystem" + DEPENDS="fuse rlog openssl libboost-system libboost-serialization \ libboost-filesystem gcc-lib-base" BUILD_DEPENDS="fuse fuse-dev rlog rlog-dev openssl-dev libboost-system-dev \ libboost-serialization-dev libboost-filesystem-dev \ libboost-system libboost-serialization libboost-filesystem" -TARBALL="$PACKAGE-$VERSION.tgz" -WEB_SITE="http://www.arg0.net/encfs" -WGET_URL="http://encfs.googlecode.com/files/$TARBALL" -TAGS="filesystem" # Rules to configure and make the package. compile_rules() @@ -22,13 +24,13 @@ cd $src ./configure --prefix=/usr $CONFIGURE_ARGS && make && - make DESTDIR=$src/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 2843bada5d74 -r 2b9f96603415 exfat-utils/receipt --- a/exfat-utils/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/exfat-utils/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="exFAT file system tools." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://code.google.com/p/exfat/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://exfat.googlecode.com/files/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 faenza-icon-theme-emblems/receipt --- a/faenza-icon-theme-emblems/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/faenza-icon-theme-emblems/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Faenza icon theme (emblems)" MAINTAINER="al.bobylev@gmail.com" -LICENSE="" +LICENSE="GPL3" WEB_SITE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228" WANTED="faenza-icon-theme" diff -r 2843bada5d74 -r 2b9f96603415 faenza-icon-theme/receipt --- a/faenza-icon-theme/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/faenza-icon-theme/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="x-window" SHORT_DESC="Faenza icon theme" MAINTAINER="al.bobylev@gmail.com" -DEPENDS="" +LICENSE="GPL3" TARBALL="${PACKAGE}_$VERSION.zip" WEB_SITE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228" WGET_URL="http://dl.dropbox.com/u/9966975/$TARBALL" +DEPENDS="" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2843bada5d74 -r 2b9f96603415 findutils/receipt --- a/findutils/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/findutils/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="utilities" SHORT_DESC="GNU utilities and tools to find/locate." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base slitaz-base-files" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/findutils/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="glibc-base slitaz-base-files" + # Rules to configure and make the package. compile_rules() { @@ -22,15 +24,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/bin - 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 } # Remove Busybox symlink before installing diff -r 2843bada5d74 -r 2b9f96603415 font-manager/receipt --- a/font-manager/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/font-manager/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="A font management application for the GNOME desktop" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL3" WEB_SITE="http://code.google.com/p/font-manager/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 fox14/receipt --- a/fox14/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/fox14/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -15,7 +15,7 @@ DEPENDS="libpng jpeg tiff xorg-libXft bzlib mesa libglu-mesa" BUILD_DEPENDS="libpng jpeg tiff xorg-libXft bzlib \ xorg-libXrender xorg-libXrender-dev fontconfig fontconfig-dev freetype freetype-dev \ -libpng-dev jpeg-dev tiff-dev xorg-libXft-dev mesa libglu-mesa expat-dev" +libpng-dev jpeg-dev tiff-dev xorg-libXft-dev mesa libglu-mesa expat-dev libxml2-dev" # Rules to configure and make the package. compile_rules() diff -r 2843bada5d74 -r 2b9f96603415 freetuxtv/receipt --- a/freetuxtv/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/freetuxtv/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="FreetuxTV is a free GTK+ WebTV and Web Radio player for Linux." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://code.google.com/p/freetuxtv/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://freetuxtv.googlecode.com/files/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 fuse-exfat/receipt --- a/fuse-exfat/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/fuse-exfat/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="Full-featured exFAT file system implementation." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://code.google.com/p/exfat/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://exfat.googlecode.com/files/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gadmin-antivirus/receipt --- a/gadmin-antivirus/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gadmin-antivirus/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GTK+ configuration tool for ClamAV." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gadmin-bind/receipt --- a/gadmin-bind/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gadmin-bind/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GTK+ configuration tool for bind9." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gadmin-dhcpd/receipt --- a/gadmin-dhcpd/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gadmin-dhcpd/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GTK+ configuration tool for DHCPD." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gadmin-httpd/receipt --- a/gadmin-httpd/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gadmin-httpd/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GTK+ configuration tool for Apache." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gadmin-openvpn-client/receipt --- a/gadmin-openvpn-client/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gadmin-openvpn-client/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GTK+ configuration tool for OpenVPN (client)." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" WGET_URL="http://dalalven.dtdns.net/linux/gadmin-openvpn/client/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gadmin-openvpn-server/receipt --- a/gadmin-openvpn-server/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gadmin-openvpn-server/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GTK+ configuration tool for OpenVPN (server)." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" WGET_URL="http://dalalven.dtdns.net/linux/gadmin-openvpn/server/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gadmin-proftpd/receipt --- a/gadmin-proftpd/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gadmin-proftpd/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GTK+ configuration tool for ProFTPd." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gadmin-rsync/receipt --- a/gadmin-rsync/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gadmin-rsync/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GTK+ configuration tool for rsync." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gadmin-samba/receipt --- a/gadmin-samba/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gadmin-samba/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GTK+ configuration tool for SAMBA." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gadmin-sendmail/receipt --- a/gadmin-sendmail/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gadmin-sendmail/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GTK+ configuration tool for sendmail." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gadmin-squid/receipt --- a/gadmin-squid/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gadmin-squid/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GTK+ configuration tool for SQUID." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gadmin-sshd/receipt --- a/gadmin-sshd/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gadmin-sshd/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GTK+ configuration tool for SSH." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gadmintools/receipt --- a/gadmintools/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gadmintools/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="meta" SHORT_DESC="GTK+ configuration tools." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" +LICENSE="GPL3" WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" DEPENDS="gadmin-bind gadmin-openvpn-client gadmin-openvpn-server \ diff -r 2843bada5d74 -r 2b9f96603415 gajim/receipt --- a/gajim/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gajim/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Gtk Jabber client." MAINTAINER="rocky@slitaz.org" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gajim.org/" WGET_URL="http://www.gajim.org/downloads/${VERSION%.*}/$TARBALL" @@ -25,9 +26,9 @@ genpkg_rules() { mkdir -p $fs/usr/share/pixmaps - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/gajim $fs/usr/share - cp -a $_pkg/usr/share/icons/hicolor/64x64/apps/gajim.png $fs/usr/share/pixmaps - cp -a $_pkg/usr/share/applications $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/gajim $fs/usr/share + cp -a $install/usr/share/icons/hicolor/64x64/apps/gajim.png $fs/usr/share/pixmaps + cp -a $install/usr/share/applications $fs/usr/share chmod +x $fs/usr/bin/* } diff -r 2843bada5d74 -r 2b9f96603415 gaupol/receipt --- a/gaupol/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gaupol/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="multimedia" SHORT_DESC="Gaupol is an editor for text-based subtitle files." MAINTAINER="claudinei@slitaz.org" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://home.gna.org/gaupol" WGET_URL="http://download.gna.org/$PACKAGE/$VERSION/$TARBALL" + DEPENDS="python pygtk" SUGGESTED="mplayer" BUILD_DEPENDS="python-dev intltool gettext" diff -r 2843bada5d74 -r 2b9f96603415 gavl-dev/receipt --- a/gavl-dev/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gavl-dev/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -4,6 +4,7 @@ VERSION="1.4.0" CATEGORY="development" MAINTAINER="jozee@slitaz.org" +LICENCE="GPL3" SHORT_DESC="gavl devel files" WEB_SITE="http://gmerlin.sourceforge.net/" WANTED="gavl" diff -r 2843bada5d74 -r 2b9f96603415 gavl/receipt --- a/gavl/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gavl/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -4,6 +4,7 @@ VERSION="1.4.0" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" +LICENCE="GPL3" SHORT_DESC="A low level library, upon which multimedia APIs can be built." WEB_SITE="http://gmerlin.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" diff -r 2843bada5d74 -r 2b9f96603415 gawk/receipt --- a/gawk/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gawk/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="GNU awk to handle simple data-reformatting." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/gawk/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" @@ -32,10 +33,10 @@ genpkg_rules() { mkdir -p $fs/usr/share/locale - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr - cp -a $_pkg/usr/share/awk $fs/usr/share - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + cp -a $install/usr/share/awk $fs/usr/share + cp -a $install/usr/share/locale/fr $fs/usr/share/locale } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 gdbm-dev/receipt --- a/gdbm-dev/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gdbm-dev/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="GNU database indexing library development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/gdbm" WANTED="gdbm" @@ -12,7 +13,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.a $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 2843bada5d74 -r 2b9f96603415 gdbm/receipt --- a/gdbm/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gdbm/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="GNU database indexing library." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/gdbm" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" @@ -27,6 +28,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 2843bada5d74 -r 2b9f96603415 gegl-dev/receipt --- a/gegl-dev/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gegl-dev/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Generic Graphics Library dev files" MAINTAINER="erjo@slitaz.org" -DEPENDS="gegl" +LICENSE="GPL3" WEB_SITE="http://gegl.org/" WANTED="gegl" +DEPENDS="gegl" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2843bada5d74 -r 2b9f96603415 gegl/receipt --- a/gegl/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gegl/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Generic Graphics Library" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gegl.org/" WGET_URL="ftp://ftp.gimp.org/pub/$PACKAGE/${VERSION%.*}/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 giac/receipt --- a/giac/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/giac/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Giac/Xcas is a free computer algebra system" MAINTAINER="al.bobylev@gmail.com" +LICENCE="GPL3" WEB_SITE="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://www-fourier.ujf-grenoble.fr/~parisse/giac/giac_frozen.tgz" diff -r 2843bada5d74 -r 2b9f96603415 gimp-brushes/receipt --- a/gimp-brushes/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gimp-brushes/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="graphics" SHORT_DESC="Gimp brushes set." MAINTAINER="pankso@slitaz.org" -DEPENDS="gimp" +LICENCE="GPL3" WANTED="gimp" WEB_SITE="http://www.gimp.org/" +DEPENDS="gimp" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2843bada5d74 -r 2b9f96603415 gimp-console/receipt --- a/gimp-console/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gimp-console/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="graphics" SHORT_DESC="The GIMP console." MAINTAINER="pankso@slitaz.org" -DEPENDS="babl pango cairo gimp glib xorg-libX11 xorg-libXau" +LICENCE="GPL3" WANTED="gimp" WEB_SITE="http://www.gimp.org/" +DEPENDS="babl pango cairo gimp glib xorg-libX11 xorg-libXau" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2843bada5d74 -r 2b9f96603415 gimp-dev/receipt --- a/gimp-dev/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gimp-dev/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="development" SHORT_DESC="Gnu Image Manipulation Program or GIMP devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="gimp" +LICENCE="GPL3" WANTED="gimp" WEB_SITE="http://www.gimp.org/" +DEPENDS="gimp" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2843bada5d74 -r 2b9f96603415 gimp-plug-ins/receipt --- a/gimp-plug-ins/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gimp-plug-ins/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="graphics" SHORT_DESC="The GIMP image editor plug-ins suite for advanced users." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL3" WANTED="gimp" WEB_SITE="http://www.gimp.org/" diff -r 2843bada5d74 -r 2b9f96603415 gimp/receipt --- a/gimp/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gimp/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="graphics" SHORT_DESC="Gnu Image Manipulation Program or GIMP!" MAINTAINER="pankso@slitaz.org" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gimp.org/" WGET_URL="ftp://ftp.gimp.org/pub/gimp/v2.8/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gmerlin/receipt --- a/gmerlin/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gmerlin/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Gmerlin is a multimedia architecture for linux." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://gmerlin.sourceforge.net/" WGET_URL="$SF_MIRROR/project/gmerlin/gmerlin/$VERSION/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gmime/receipt --- a/gmime/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gmime/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -22,7 +22,7 @@ --disable-mono \ --disable-static \ --build=$HOST_SYSTEM \ - --host=$HOST_SYSTEM && + --host=$HOST_SYSTEM 2>&1 | grep -v "can't remove" && make && make DESTDIR=$DESTDIR install } diff -r 2843bada5d74 -r 2b9f96603415 gmp-dev/receipt --- a/gmp-dev/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gmp-dev/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="GNU Multiple Precision Arithmetic devel files." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL3" WANTED="gmp" WEB_SITE="http://gmplib.org/" diff -r 2843bada5d74 -r 2b9f96603415 gmp/receipt --- a/gmp/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gmp/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="GNU Multiple Precision Arithmetic Library." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gmplib.org/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gnucash/receipt --- a/gnucash/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gnucash/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="office" SHORT_DESC="Financial-accounting software" MAINTAINER="domcox@slitaz.org" -LICENSE="GPL" +LICENSE="GPL3" WEB_SITE="http://www.gnucash.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gnuchess/receipt --- a/gnuchess/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gnuchess/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="GNU Chess lets most modern computers play a full game of chess." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/chess/chess.html" WGET_URL="$GNU_MIRROR/chess/$TARBALL" @@ -28,5 +29,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r 2843bada5d74 -r 2b9f96603415 gnupg/receipt --- a/gnupg/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gnupg/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="security" SHORT_DESC="Free implementation of the OpenPGP." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnupg.org/" WGET_URL="ftp://ftp.gnupg.org/gcrypt/gnupg/$TARBALL" @@ -29,10 +30,10 @@ genpkg_rules() { mkdir -p $fs/usr/share - 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 ln -sf gpg2 $fs/usr/bin/gpg - cp -a $_pkg/usr/share/gnupg $fs/usr/share + cp -a $install/usr/share/gnupg $fs/usr/share # Chmod for gnup-zip chmod 755 $fs/usr/bin/* } diff -r 2843bada5d74 -r 2b9f96603415 gnustep-back/receipt --- a/gnustep-back/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gnustep-back/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GNUstep Generic back-end." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnustep.org/" WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL" @@ -29,6 +30,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/GNUstep $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/GNUstep $fs/usr/lib } diff -r 2843bada5d74 -r 2b9f96603415 gnustep-base-dev/receipt --- a/gnustep-base-dev/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gnustep-base-dev/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -13,6 +13,6 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/share/GNUstep $fs/usr/share + cp -a $install/usr/include $fs/usr + cp -a $install/usr/share/GNUstep $fs/usr/share } diff -r 2843bada5d74 -r 2b9f96603415 gnustep-base/receipt --- a/gnustep-base/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gnustep-base/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -29,7 +29,7 @@ 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/GNUstep $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/GNUstep $fs/usr/lib } diff -r 2843bada5d74 -r 2b9f96603415 gnustep-gui-dev/receipt --- a/gnustep-gui-dev/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gnustep-gui-dev/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="development" SHORT_DESC="GNUstep base devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="gnustep-gui" +LICENSE="GPL3" WANTED="gnustep-gui" WEB_SITE="http://www.gnustep.org/" +DEPENDS="gnustep-gui" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/share/GNUstep $fs/usr/share + cp -a $install/usr/include $fs/usr + cp -a $install/usr/share/GNUstep $fs/usr/share } diff -r 2843bada5d74 -r 2b9f96603415 gnustep-gui/receipt --- a/gnustep-gui/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gnustep-gui/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="GNUstep GUI class library." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnustep.org/" WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL" @@ -28,7 +29,7 @@ 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/GNUstep $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/GNUstep $fs/usr/lib } diff -r 2843bada5d74 -r 2b9f96603415 gnustep-make/receipt --- a/gnustep-make/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gnustep-make/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="GNUstep make package." MAINTAINER="pankso@slitaz.org" -DEPENDS="make" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnustep.org/" WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL" +DEPENDS="make" + # Rules to configure and make the package. compile_rules() { @@ -25,7 +27,7 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/etc $fs - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/GNUstep $fs/usr/share + cp -a $install/etc $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/GNUstep $fs/usr/share } diff -r 2843bada5d74 -r 2b9f96603415 gnutls-dev/receipt --- a/gnutls-dev/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gnutls-dev/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="GNU Transport Layer Security Library headers" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" WANTED="gnutls" WEB_SITE="http://www.gnu.org/software/gnutls/" diff -r 2843bada5d74 -r 2b9f96603415 gnutls/receipt --- a/gnutls/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gnutls/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="security" SHORT_DESC="GNU Transport Layer Security Library" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnu.org/software/gnutls/" WGET_URL="http://ftp.gnu.org/gnu/$PACKAGE/$TARBALL" @@ -29,6 +30,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 2843bada5d74 -r 2b9f96603415 gogglesmm/receipt --- a/gogglesmm/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gogglesmm/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Goggles Music Manager is nice a music collection manager and player." MAINTAINER="chadi.elahmad@gmail.com" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://code.google.com/p/gogglesmm/" WGET_URL="http://gogglesmm.googlecode.com/files/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gource/receipt --- a/gource/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gource/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="software version control visualization" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/gource/" WGET_URL="http://gource.googlecode.com/files/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gpodder/receipt --- a/gpodder/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gpodder/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="A simple and usable podcast consumption." MAINTAINER="claudinei@slitaz.org" -DEPENDS="python dbus-python pygtk python-mygpoclient feedparser" -BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://gpodder.org" WGET_URL="$WEB_SITE/src/$TARBALL" +DEPENDS="python dbus-python pygtk python-mygpoclient feedparser" +BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool" + # Rules to configure and make the package. compile_rules() { diff -r 2843bada5d74 -r 2b9f96603415 grep/receipt --- a/grep/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/grep/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="GNU Global Regular Expression Print." MAINTAINER="paul@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.gnu.org/software/grep/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" @@ -24,7 +25,7 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 grub2/receipt --- a/grub2/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/grub2/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -6,12 +6,14 @@ CATEGORY="base-system" SHORT_DESC="GRUB2 boot loader." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$SOURCE-$VERSION.tar.xz" +WEB_SITE="http://www.gnu.org/software/grub/" +WGET_URL="ftp://ftp.gnu.org/gnu/grub/$TARBALL" + DEPENDS="zlib freetype ncurses libusb-compat grep libusb libdevmapper" BUILD_DEPENDS="flex bison zlib-dev xz-dev freetype-dev ncurses-dev \ libusb-compat-dev libusb-dev libdevmapper-dev" -WEB_SITE="http://www.gnu.org/software/grub/" -WGET_URL="ftp://ftp.gnu.org/gnu/grub/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -33,11 +35,11 @@ genpkg_rules() { mkdir -p $fs/boot/grub $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/share $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/etc $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/share $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/etc $fs # Example config file (grub.cfg). cp stuff/example-grub.cfg $fs/boot/grub diff -r 2843bada5d74 -r 2b9f96603415 guvcview/receipt --- a/guvcview/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/guvcview/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -6,7 +6,7 @@ CATEGORY="multimedia" SHORT_DESC="A simple GTK interface for capturing and viewing video from webcams." MAINTAINER="claudinei@slitaz.org" -LICENSE="GPL" +LICENSE="GPL3" WEB_SITE="http://guvcview.sourceforge.net" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gv/receipt --- a/gv/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gv/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="office" SHORT_DESC="X11 user interface for Ghostscript." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/gv/" WGET_URL="http://ftp.gnu.org/gnu/gv/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gvolwheel/receipt --- a/gvolwheel/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gvolwheel/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="utilities" SHORT_DESC="Lightweight application to control the audio volume" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL3" WEB_SITE="http://gvolwheel.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 gzip-full/receipt --- a/gzip-full/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gzip-full/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="system-tools" SHORT_DESC="Gzip full programs" MAINTAINER="erjo@slitaz.org" -DEPENDS="gzip" +LICENSE="GPL3" WEB_SITE="http://www.gnu.org/software/gzip/" WANTED="gzip" +DEPENDS="gzip" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2843bada5d74 -r 2b9f96603415 gzip/receipt --- a/gzip/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/gzip/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Data compression program" MAINTAINER="erjo@slitaz.org" -DEPENDS="glibc-base" -BUILD_DEPENDS="glibc-dev" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/gzip/" WGET_URL="http://ftp.gnu.org/gnu/gzip/$TARBALL" +DEPENDS="glibc-base" +BUILD_DEPENDS="glibc-dev" + # Rules to configure and make the package. compile_rules() { diff -r 2843bada5d74 -r 2b9f96603415 help2man/receipt --- a/help2man/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/help2man/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Produces simple manual pages." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/$PACKAGE" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 httrack/receipt --- a/httrack/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/httrack/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="An easy-to-use offline browser utility." MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL3" WEB_SITE="http://www.httrack.com/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://download.httrack.com/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 icoutils/receipt --- a/icoutils/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/icoutils/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Microsoft Windows icon and cursor files convertion tools." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.nongnu.org/icoutils" WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" @@ -26,5 +27,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 2843bada5d74 -r 2b9f96603415 jbig2dec-dev/receipt --- a/jbig2dec-dev/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/jbig2dec-dev/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="development" SHORT_DESC="devel files for jbig2dec" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="jbig2dec" +LICENSE="GPL3" WEB_SITE="http://jbig2dec.sourceforge.net/" WANTED="jbig2dec" +DEPENDS="jbig2dec" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 2843bada5d74 -r 2b9f96603415 jbig2dec/receipt --- a/jbig2dec/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/jbig2dec/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="decoder implementation of the JBIG2 image compressiong format" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="glibc-base" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://jbig2dec.sourceforge.net/" WGET_URL="http://ghostscript.com/~giles/jbig2/$PACKAGE/$TARBALL" +DEPENDS="glibc-base" + # Rules to configure and make the package. compile_rules() { @@ -19,14 +21,14 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 2843bada5d74 -r 2b9f96603415 jfsutils/receipt --- a/jfsutils/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/jfsutils/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Utilities for manipulating jfs file-system." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://jfs.sourceforge.net/" WGET_URL="${WEB_SITE}project/pub/$TARBALL" +TAGS="filesystem" + DEPENDS="util-linux-uuid" BUILD_DEPENDS="e2fsprogs-dev" -TAGS="filesystem" # Rules to configure and make the package. compile_rules() @@ -19,13 +21,13 @@ ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/usr/sbin $fs/usr } diff -r 2843bada5d74 -r 2b9f96603415 kkedit/receipt --- a/kkedit/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/kkedit/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Source code text editor" MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL" +LICENSE="GPL3" WEB_SITE="http://keithhedger.hostingsiteforfree.com/pages/kkedit/help.html" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://keithhedger.hostingsiteforfree.com/zips/kkedit/KKEdit-$VERSION.tar.gz" diff -r 2843bada5d74 -r 2b9f96603415 less/receipt --- a/less/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/less/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="base-system" SHORT_DESC="A terminal based program for viewing text files" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL3" WEB_SITE="http://www.greenwoodsoftware.com/less" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 lessfs/receipt --- a/lessfs/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/lessfs/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="A high performance inline data deduplicating filesystem." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.lessfs.com/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 lftp/receipt --- a/lftp/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/lftp/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Small but powerful ftp client" MAINTAINER="mimas@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://lftp.yar.ru/" WGET_URL="http://ftp.yars.free.net/pub/source/lftp/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 libgnutls/receipt --- a/libgnutls/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/libgnutls/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="security" SHORT_DESC="GNU Transport Layer Security Library headers" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" +WANTED="gnutls" +WEB_SITE="http://www.gnu.org/software/gnutls/" + BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev" DEPENDS="p11-kit" -WANTED="gnutls" -WEB_SITE="http://www.gnu.org/software/gnutls/" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib } diff -r 2843bada5d74 -r 2b9f96603415 lxdm/receipt --- a/lxdm/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/lxdm/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Login manager from LXDE." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://lxde.org/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 lxlauncher/receipt --- a/lxlauncher/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/lxlauncher/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -4,14 +4,16 @@ VERSION="0.2.1" CATEGORY="x-window" SHORT_DESC="LXDE desktop launcher." -DEPENDS="xorg-libX11 gtk+ gnome-menus startup-notification menu-cache xorg-libXdamage" -BUILD_DEPENDS="xorg-libX11-dev gtk+-dev gnome-menus gnome-menus-dev \ -menu-cache-dev startup-notification-dev startup-notification libxcb-dev" +LICENSE="GPL3" MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://lxde.org/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" +DEPENDS="xorg-libX11 gtk+ gnome-menus startup-notification menu-cache xorg-libXdamage" +BUILD_DEPENDS="xorg-libX11-dev gtk+-dev gnome-menus gnome-menus-dev \ +menu-cache-dev startup-notification-dev startup-notification libxcb-dev" + # Rules to configure and make the package. compile_rules() { @@ -27,14 +29,14 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/lxlauncher - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr # SliTaz home make config files cp $stuff/gtkrc $fs/usr/share/lxlauncher #cp -a $stuff/background $fs/usr/share/lxlauncher diff -r 2843bada5d74 -r 2b9f96603415 lxnetdaemon/receipt --- a/lxnetdaemon/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/lxnetdaemon/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="Network manager for LXpanel." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://lxde.sourceforge.net/" WGET_URL="$SF_MIRROR/lxde/$TARBALL" + DEPENDS="glib" BUILD_DEPENDS="glib-dev" @@ -21,15 +23,15 @@ --prefix=/usr \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/$PACKAGE $fs/usr/share chmod +x $fs/usr/share/$PACKAGE/*.sh # Config cp -a stuff/lxnetdaemon.conf $fs/usr/share/lxnetdaemon diff -r 2843bada5d74 -r 2b9f96603415 lxpolkit/receipt --- a/lxpolkit/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/lxpolkit/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="LXDE PolKit manager." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/lxde/LXPolkit/$TARBALL" WEB_SITE="http://lxde.org" diff -r 2843bada5d74 -r 2b9f96603415 lxshortcut/receipt --- a/lxshortcut/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/lxshortcut/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="x-window" SHORT_DESC="Edit application shortcuts compliant with the freedesktop.org Desktop Entry spec." MAINTAINER="rcx@zoominternet.net" +LICENSE="GPL3" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.lxde.org/" +WGET_URL="$SF_MIRROR/lxde/$TARBALL" + DEPENDS="glib glibc-base libgio expat zlib \ gtk+ atk cairo pango pixman libpng fontconfig freetype \ xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender" BUILD_DEPENDS="pkg-config gettext intltool gtk+-dev \ xorg-xproto xorg-renderproto xorg-libX11-dev xorg-kbproto xorg-libXau-dev xorg-libXdmcp-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.lxde.org/" -WGET_URL="$SF_MIRROR/lxde/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -25,13 +27,13 @@ --sysconfdir=/etc \ $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/lxshortcut $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/lxshortcut $fs/usr/share } diff -r 2843bada5d74 -r 2b9f96603415 lzip/receipt --- a/lzip/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/lzip/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="LZMA compressor" MAINTAINER="mimas@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.nongnu.org/lzip/lzip.html" WGET_URL="http://download.savannah.gnu.org/releases/lzip/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 m4/receipt --- a/m4/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/m4/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="GNU traditional Unix macro processor." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/m4/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 make/receipt --- a/make/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/make/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="GNU Make to generate executables and other files from source." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/make/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 matchbox-window-manager-2/receipt --- a/matchbox-window-manager-2/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/matchbox-window-manager-2/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Matchbox Window Manager v2." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://matchbox-project.org/" WGET_URL="svn|http://svn.o-hand.com/repos/matchbox/trunk/$PACKAGE" diff -r 2843bada5d74 -r 2b9f96603415 mc/receipt --- a/mc/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/mc/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Midnight Commander - ncurses based file manager." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WEB_SITE="http://www.midnight-commander.org/" +WGET_URL="http://www.midnight-commander.org/downloads/$TARBALL" + DEPENDS="ncursesw glib e2fsprogs" SUGGESTED="gpm glib" BUILD_DEPENDS="pkg-config gpm-dev glib-dev ncurses-dev" -TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://www.midnight-commander.org/" -WGET_URL="http://www.midnight-commander.org/downloads/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 2843bada5d74 -r 2b9f96603415 moserial/receipt --- a/moserial/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/moserial/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="A gtk-based serial console." MAINTAINER="domcox@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://live.gnome.org/moserial" WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 mpfr-dev/receipt --- a/mpfr-dev/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/mpfr-dev/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="development" SHORT_DESC="GNU Multiple Precision Arithmetic devel files." MAINTAINER="pankso@slitaz.org" -DEPENDS="mpfr" +LICENSE="GPL3" WANTED="mpfr" WEB_SITE="http://gmplib.org/" #EXTRAVERSION="p8" +DEPENDS="mpfr" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2843bada5d74 -r 2b9f96603415 mpfr/receipt --- a/mpfr/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/mpfr/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="C library for multiple-precision floating-point computations." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.mpfr.org/" WGET_URL="http://www.mpfr.org/mpfr-current/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 msmtp/receipt --- a/msmtp/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/msmtp/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="An SMTP client who transmits a mail to an SMTP server." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://msmtp.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 mtpaint/receipt --- a/mtpaint/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/mtpaint/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="graphics" SHORT_DESC="Light paint programm and image manipulation." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://mtpaint.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 mtpfs/receipt --- a/mtpfs/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/mtpfs/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="FUSE filesystem that supports reading and writing from any MTP device" MAINTAINER="keupont@no-log.org" +LICENSE="GPL3" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.adebenham.com/mtpfs/" +WGET_URL="http://www.adebenham.com/files/mtp/$TARBALL" + DEPENDS="libmtp libnjb libid3tag libmad fuse glib" BUILD_DEPENDS="libnjb-dev libid3tag-dev libmtp-dev fuse fuse-dev \ glib-dev libmad-dev libusb-compat-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.adebenham.com/mtpfs/" -WGET_URL="http://www.adebenham.com/files/mtp/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -22,12 +24,12 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 2843bada5d74 -r 2b9f96603415 nagios-plugins-mysql/receipt --- a/nagios-plugins-mysql/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/nagios-plugins-mysql/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="meta" SHORT_DESC="Dependencies for Nagios MySQL plugin." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.nagios.org/" WANTED="nagios-plugins" @@ -14,6 +15,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib/nagios/plugins - cp -pa $_pkg/usr/lib/nagios/plugins/*mysql* $fs/usr/lib/nagios/plugins + cp -pa $install/usr/lib/nagios/plugins/*mysql* $fs/usr/lib/nagios/plugins } diff -r 2843bada5d74 -r 2b9f96603415 nagios-plugins/receipt --- a/nagios-plugins/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/nagios-plugins/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="Plugins for host, service and network monitoring program." MAINTAINER="erjo@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.nagios.org/" WGET_URL="$SF_MIRROR/nagiosplug/$TARBALL" + DEPENDS="libssl fping" BUILD_DEPENDS="openssl-dev radiusclient-ng-dev radiusclient-ng openldap-dev mysql-dev libmysqlclient" @@ -25,8 +27,8 @@ --mandir=/usr/share/man $CONFIGURE_ARGS make && - make DESTDIR=$PWD/_pkg install && - make DESTDIR=$PWD/_pkg install-root + make DESTDIR=$DESTDIR install && + make DESTDIR=$DESTDIR install-root } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -34,7 +36,7 @@ { mkdir -p $fs/usr/lib $fs/etc/nagios/objects - cp -a $_pkg/usr/lib/nagios/ $fs/usr/lib + cp -a $install/usr/lib/nagios/ $fs/usr/lib # stuff/convertcfg $src/command.cfg commands > $fs/etc/nagios/objects/command.cfg diff -r 2843bada5d74 -r 2b9f96603415 nano/receipt --- a/nano/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/nano/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="GNU Nano Text Editor" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.nano-editor.org/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="${WEB_SITE}dist/v2.2/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 nathive/receipt --- a/nathive/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/nathive/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="graphics" SHORT_DESC="lightweight image editor" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="http://www.nathive.org/" WGET_URL="${WEB_SITE}dl/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 ntop-dev/receipt --- a/ntop-dev/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/ntop-dev/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Network traffic probe development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.ntop.org/" WANTED="ntop" @@ -12,6 +13,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.a $fs/usr/lib + cp -a $install/usr/lib/*.a $fs/usr/lib } diff -r 2843bada5d74 -r 2b9f96603415 ntop-man/receipt --- a/ntop-man/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/ntop-man/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Network traffic probe man page." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://www.ntop.org/" WANTED="ntop" @@ -12,6 +13,6 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/share/man $fs/usr/share + cp -a $install/usr/share/man $fs/usr/share } diff -r 2843bada5d74 -r 2b9f96603415 ntop/receipt --- a/ntop/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/ntop/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Network traffic probe." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.ntop.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 octave/receipt --- a/octave/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/octave/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Language for numerical computations." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnu.org/software/octave/" WGET_URL="ftp://ftp.gnu.org/gnu/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 openshot/receipt --- a/openshot/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/openshot/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -4,16 +4,18 @@ VERSION="1.4.3" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL3" SHORT_DESC="an open-source, non-linear video editor for Linux based on MLT framework" WEB_SITE="http://www.openshotvideo.com/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="https://launchpad.net/openshot/${VERSION%.*}/$VERSION/+download/$TARBALL" +TAGS="" + DEPENDS="mlt-python-bindings pygoocanvas libsdl librsvg python-xdg \ frei0r-plugins python-pil python-httplib2" SUGGESTED="dvgrab libquicktime libavc1394 faac jack-audio-connection-kit ladspa" BUILD_DEPENDS="mlt-dev librsvg-dev libsdl-dev frei0r-plugins-dev sox-dev \ ffmpeg-dev goocanvas-dev wget" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://launchpad.net/openshot/${VERSION%.*}/$VERSION/+download/$TARBALL" -TAGS="" # Rules to configure and make the package. compile_rules() { diff -r 2843bada5d74 -r 2b9f96603415 parcellite/receipt --- a/parcellite/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/parcellite/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Lightweight GTK+ clipboard manager" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://parcellite.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -22,14 +23,14 @@ ./configure \ --prefix=/usr \ $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/applications $fs/etc - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr cp -a $stuff/skel $fs/etc chown -R 0.0 $fs } diff -r 2843bada5d74 -r 2b9f96603415 parted-dev/receipt --- a/parted-dev/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/parted-dev/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="GNU parted editor devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" WANTED="parted" WEB_SITE="http://www.gnu.org/software/parted/index.shtml" diff -r 2843bada5d74 -r 2b9f96603415 parted/receipt --- a/parted/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/parted/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="GNU parted partition editor." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.gnu.org/software/parted/index.shtml" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 patch/receipt --- a/patch/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/patch/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Utilitie to patch file with diff file." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.gnu.org/software/patch/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" @@ -31,7 +32,7 @@ genpkg_rules() { mkdir -p $fs/usr/bin - cp -a $_pkg/usr/bin/patch $fs/usr/bin + cp -a $install/usr/bin/patch $fs/usr/bin } # Prevent erasing busybox... diff -r 2843bada5d74 -r 2b9f96603415 pdnsd/receipt --- a/pdnsd/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/pdnsd/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="A proxy DNS server with permanent caching." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://members.home.nl/p.a.rombouts/pdnsd" TARBALL="$PACKAGE-$VERSION-par.tar.gz" WGET_URL="$WEB_SITE/releases/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 perl-maketext-gettext/receipt --- a/perl-maketext-gettext/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/perl-maketext-gettext/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Perl gettext and Maketext frameworks" MAINTAINER="erjo@slitaz.org" -LICENSE="GPL" +LICENSE="GPL3" DEPENDS="perl" BUILD_DEPENDS="perl" SOURCE="Locale-Maketext-Gettext" diff -r 2843bada5d74 -r 2b9f96603415 pidgin-facebookchat/receipt --- a/pidgin-facebookchat/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/pidgin-facebookchat/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Facebook chat plugin for Pidgin and libpurple messengers." MAINTAINER="mallory@sweetpeople.org" -DEPENDS="pidgin zip json-glib" -BUILD_DEPENDS="libpurple-dev json-glib-dev zlib-dev unzip" +LICENSE="GPL3" TARBALL="$PACKAGE-source-$VERSION.tar.bz2" WEB_SITE="http://code.google.com/p/pidgin-facebookchat/" WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" +DEPENDS="pidgin zip json-glib" +BUILD_DEPENDS="libpurple-dev json-glib-dev zlib-dev unzip" + # Rules to configure and make the package. compile_rules() { diff -r 2843bada5d74 -r 2b9f96603415 pmount/receipt --- a/pmount/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/pmount/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Mount arbitrary hotpluggable devices as normal user." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://pmount.alioth.debian.org/" WGET_URL="http://alioth.debian.org/frs/download.php/3310/$TARBALL" +CONFIG_FILES="/etc/pmount.allow" + DEPENDS="dbus hal sysfsutils" BUILD_DEPENDS="util-linux-blkid-dev intltool" -CONFIG_FILES="/etc/pmount.allow" # Rules to configure and make the package. compile_rules() @@ -25,9 +27,9 @@ genpkg_rules() { mkdir -p $fs/usr/share/locale - cp -a $_pkg/etc $fs - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale - cp -a $_pkg/usr/share/locale/de $fs/usr/share/locale + cp -a $install/etc $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/locale/fr $fs/usr/share/locale + cp -a $install/usr/share/locale/de $fs/usr/share/locale } diff -r 2843bada5d74 -r 2b9f96603415 pnmixer/receipt --- a/pnmixer/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/pnmixer/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="System tray sound mixer" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL3" WEB_SITE="https://github.com/nicklan/pnmixer/wiki" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://cloud.github.com/downloads/nicklan/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 pyneighborhood/receipt --- a/pyneighborhood/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/pyneighborhood/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="GUI frontend for samba tools (smbclient, smbmount, etc)." MAINTAINER="paul@slitaz.org" -DEPENDS="python pygtk samba" -BUILD_DEPENDS="python python-dev gettext wget" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://launchpad.net/pyneighborhood" WGET_URL="$WEB_SITE/${VERSION%.*}/$VERSION/+download/$TARBALL" +DEPENDS="python pygtk samba" +BUILD_DEPENDS="python python-dev gettext wget" + # Rules to configure and make the package. compile_rules() { @@ -20,14 +22,14 @@ # hack .desktop file sed -i 's/Application;Network;System;Utility/Application;System;/' pyNeighborhood.desktop - 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 $fs - cp -a $_pkg/share $fs/usr + cp -a $install/usr $fs + cp -a $install/share $fs/usr } diff -r 2843bada5d74 -r 2b9f96603415 pysolfc/receipt --- a/pysolfc/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/pysolfc/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="games" SHORT_DESC="PySolFC is an extended version of PySol (a solitaire card game)" MAINTAINER="claudinei@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://sourceforge.net/projects/pysolfc" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 python-cssutils/receipt --- a/python-cssutils/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/python-cssutils/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="A Python package to parse and build CSS Cascading Style Sheets." MAINTAINER="monghitri@aruba.it" +LICENSE="GPL3" SOURCE="cssutils" TARBALL="$SOURCE-$VERSION.zip" WEB_SITE="http://cthedot.de/cssutils/" diff -r 2843bada5d74 -r 2b9f96603415 python-html2text/receipt --- a/python-html2text/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/python-html2text/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="network" SHORT_DESC="Converts a page of HTML into clean, easy-to-read plain ASCII text." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="${SOURCE}-${VERSION}.tar.gz" WEB_SITE="http://www.aaronsw.com/2002/html2text/" WGET_URL="http://pypi.python.org/packages/source/h/html2text/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 ranger/receipt --- a/ranger/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/ranger/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="utilities" SHORT_DESC="File manager." MAINTAINER="paul@slitaz.org" -DEPENDS="python" -BUILD_DEPENDS="python python-dev" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://nongnu.org/ranger/" WGET_URL="http://nongnu.org/ranger/$PACKAGE-stable.tar.gz" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" + # Rules to configure and make the package. compile_rules() { diff -r 2843bada5d74 -r 2b9f96603415 rdesktop/receipt --- a/rdesktop/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/rdesktop/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Remote Desktop Protocol (RDP) client for Windows terminal server" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://rdesktop.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -21,16 +22,16 @@ ./configure --prefix=/usr --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin $fs/usr/share/rdesktop/keymaps - cp -a $_pkg/usr/bin/rdesktop $fs/usr/bin + cp -a $install/usr/bin/rdesktop $fs/usr/bin for i in fr de en es it ja common modifiers; do - cp -a $_pkg/usr/share/rdesktop/keymaps/$i* \ + cp -a $install/usr/share/rdesktop/keymaps/$i* \ $fs/usr/share/rdesktop/keymaps done } diff -r 2843bada5d74 -r 2b9f96603415 readline-dev/receipt --- a/readline-dev/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/readline-dev/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="GNU readline devel files." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" WANTED="readline" WEB_SITE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html" HOST_ARCH="i486 arm" diff -r 2843bada5d74 -r 2b9f96603415 readline/receipt --- a/readline/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/readline/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="GNU readline." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 redshift/receipt --- a/redshift/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/redshift/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Color temperature adjustement." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://launchpad.net/redshift/" WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 rsync/receipt --- a/rsync/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/rsync/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="network" SHORT_DESC="Utility that provides fast incremental." MAINTAINER="pankso@slitaz.org" -LICENSE="GPL" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://rsync.samba.org/" WGET_URL="${WEB_SITE}ftp/rsync/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 samba-common/receipt --- a/samba-common/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/samba-common/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="network" SHORT_DESC="File and print services with SMB/CIFS, client side." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://samba.org/" +WANTED="samba" + DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \ libcomerr libkrb5 attr talloc" -WANTED="samba" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() @@ -16,7 +18,7 @@ while read file; do dir=${file%/*} [ -d $fs$dir ] || mkdir -p $fs$dir - cp -a $_pkg$file $fs$dir + cp -a $install$file $fs$dir done < $wanted_stuff/$PACKAGE.files-list } diff -r 2843bada5d74 -r 2b9f96603415 samba-dev/receipt --- a/samba-dev/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/samba-dev/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="File and print services with SMB/CIFS, development files." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://samba.org/" WANTED="samba" diff -r 2843bada5d74 -r 2b9f96603415 samba-pam/receipt --- a/samba-pam/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/samba-pam/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="File and print services with SMB/CIFS using PAM." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" SOURCE="samba" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://samba.org/" diff -r 2843bada5d74 -r 2b9f96603415 samba/receipt --- a/samba/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/samba/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="File and print services with SMB/CIFS." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://samba.org/" WGET_URL="${WEB_SITE}$PACKAGE/ftp/stable/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 sbackup/receipt --- a/sbackup/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/sbackup/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Simple backup." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://sourceforge.net/projects/sbackup/" TARBALL="${PACKAGE}_$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 sbxkb/receipt --- a/sbxkb/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/sbxkb/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Simple tray XKB indicator" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL3" WEB_SITE="http://sourceforge.net/projects/staybox/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/staybox/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 shake/receipt --- a/shake/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/shake/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="A defragmentation tool." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://vleu.net/shake/" WGET_URL="http://download.savannah.nongnu.org/releases/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 smbclient/receipt --- a/smbclient/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/smbclient/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,10 +5,12 @@ CATEGORY="network" SHORT_DESC="File and print services with SMB/CIFS, client side." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://samba.org/" +WANTED="samba" + DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \ libcomerr3 libkrb5 attr samba-common glibc-extra-samba" -WANTED="samba" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 2843bada5d74 -r 2b9f96603415 smbfs/receipt --- a/smbfs/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/smbfs/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="network" SHORT_DESC="Mount/umount tools for SMB/CIFS" MAINTAINER="erjo@slitaz.org" -DEPENDS="linux-cifs" +LICENSE="GPL3" WEB_SITE="http://www.samba.org/" WANTED="samba" SUGGESTED="smbclient" +DEPENDS="linux-cifs" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 2843bada5d74 -r 2b9f96603415 sonata/receipt --- a/sonata/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/sonata/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="multimedia" SHORT_DESC="Elegant GTK+ music client for MPD" MAINTAINER="jozee@slitaz.org" +LICENSE="GPL3" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://sonata.berlios.de/" +WGET_URL="http://download.berlios.de/sonata/$TARBALL" + DEPENDS="pygtk python-mpd dbus-python mpd libffi" BUILD_DEPENDS="pygtk-dev dbus-python-dev pygobject-dev gettext \ pkg-config acl libcroco python-dev gtk+-dev libffi-dev" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://sonata.berlios.de/" -WGET_URL="http://download.berlios.de/sonata/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -23,10 +25,10 @@ genpkg_rules() { mkdir -p $fs/usr/share/applications $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share/sonata $fs/usr/share - cp -a $_pkg/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/sonata $fs/usr/share + cp -a $install/usr/share/pixmaps $fs/usr/share cp -a $stuff/startsonata $fs/usr/bin/ } diff -r 2843bada5d74 -r 2b9f96603415 spacefm/receipt --- a/spacefm/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/spacefm/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Light, fast and easy to use file manager." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://spacefm.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/files/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 stardict/receipt --- a/stardict/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/stardict/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,40 +5,42 @@ CATEGORY="utilities" SHORT_DESC="A powerful international dictionary written in Gtk2" MAINTAINER="lufeng369@gmail.com" -DEPENDS="enchant libsigc++ gtk+ xorg-libSM" -BUILD_DEPENDS="bzip2 enchant-dev tar intltool popt libsigc++-dev gtk+-dev \ -xorg-libSM-dev zlib-dev util-linux-uuid-dev libffi" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://code.google.com/p/stardict-3/" WGET_URL="http://stardict-3.googlecode.com/files/$TARBALL" +DEPENDS="enchant libsigc++ gtk+ xorg-libSM" +BUILD_DEPENDS="bzip2 enchant-dev tar intltool popt libsigc++-dev gtk+-dev \ +xorg-libSM-dev zlib-dev util-linux-uuid-dev libffi" + # Rules to configure and make the package. compile_rules() { - cd $src - sed -i 's//&\n#include /' stardict-plugins/stardict-wordnet-plugin/scene.hpp - patch -p1 < $stuff/sigc++.patch || return 1 - patch -p1 < $stuff/stardict_gcc43.patch || return 1 + cd $src + sed -i 's//&\n#include /' stardict-plugins/stardict-wordnet-plugin/scene.hpp + patch -p1 < $stuff/sigc++.patch || return 1 + patch -p1 < $stuff/stardict_gcc43.patch || return 1 - ./configure \ - --prefix=/usr \ - --disable-man \ - --disable-qqwry \ - --sysconfdir=/etc \ - --disable-gnome-support \ - --disable-schemas-install \ - --disable-espeak \ - --disable-gucharmap \ - --disable-festival \ - --disable-advertisement \ - --disable-updateinfo \ - $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + ./configure \ + --prefix=/usr \ + --disable-man \ + --disable-qqwry \ + --sysconfdir=/etc \ + --disable-gnome-support \ + --disable-schemas-install \ + --disable-espeak \ + --disable-gucharmap \ + --disable-festival \ + --disable-advertisement \ + --disable-updateinfo \ + $CONFIGURE_ARGS && + 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/ + mkdir -p $fs/usr + cp -a $install/usr $fs/ } diff -r 2843bada5d74 -r 2b9f96603415 supertux-data/receipt --- a/supertux-data/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/supertux-data/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="SuperTux data files" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL3" WEB_SITE="http://supertux.lethargik.org/" WANTED="supertux" @@ -13,5 +14,5 @@ { echo Copying data... mkdir -p $fs/usr/share - cp -a $_pkg/usr/share/games $fs/usr/share + cp -a $install/usr/share/games $fs/usr/share } diff -r 2843bada5d74 -r 2b9f96603415 supertux/receipt --- a/supertux/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/supertux/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="SuperTux is a classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games." MAINTAINER="mallory@sweetpeople.org" +LICENSE="GPL3" SUGGESTED="nvidia" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://supertux.lethargik.org/" diff -r 2843bada5d74 -r 2b9f96603415 swat/receipt --- a/swat/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/swat/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="development" SHORT_DESC="Samba Web Administration Tool." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://samba.org/" +WANTED="samba" + DEPENDS="samba" -WANTED="samba" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 2843bada5d74 -r 2b9f96603415 tea/receipt --- a/tea/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/tea/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="Tead text editor using QT." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://tea-editor.sourceforge.net/" WGET_URL="http://semiletov.org/tea-releases/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 threaded-samba-scanner/receipt --- a/threaded-samba-scanner/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/threaded-samba-scanner/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="network" SHORT_DESC="A very fast samba scanner." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 turnserver/receipt --- a/turnserver/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/turnserver/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="open-source TURN server implementation." MAINTAINER="pascal.bellard@slitaz.org" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://turnserver.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + DEPENDS="openssl" BUILD_DEPENDS="libconfuse openssl-dev" @@ -25,6 +27,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r 2843bada5d74 -r 2b9f96603415 udevil/receipt --- a/udevil/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/udevil/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Fast and light devices manager." MAINTAINER="pankso@slitaz.org" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://ignorantguru.github.com/udevil/" WGET_URL="https://raw.github.com/IgnorantGuru/udevil/master/packages/$VERSION/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 units/receipt --- a/units/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/units/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Units converter." MAINTAINER="paul@slitaz.org" -DEPENDS="readline ncurses" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org" WGET_URL="http://ftp.gnu.org/gnu/units/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 viewnior/receipt --- a/viewnior/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/viewnior/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="graphics" SHORT_DESC="Light and simple image viewer." MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+" -BUILD_DEPENDS="gtk+-dev shared-mime-info-dev intltool libffi" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://xsisqox.github.com/Viewnior/" WGET_URL="http://cloud.github.com/downloads/xsisqox/Viewnior/$TARBALL" TAGS="image photo viewer" +DEPENDS="gtk+" +BUILD_DEPENDS="gtk+-dev shared-mime-info-dev intltool libffi" + # Rules to configure and make the package. compile_rules() { @@ -19,15 +21,15 @@ ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && - make $MAKEFLAGS && make DESTDIR=$PWD/_pkg install + make $MAKEFLAGS && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/icons/hicolor/24x24 - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/viewnior $fs/usr/share - cp -a $_pkg/usr/share/icons/hicolor/24x24/apps \ + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/viewnior $fs/usr/share + cp -a $install/usr/share/icons/hicolor/24x24/apps \ $fs/usr/share/icons/hicolor/24x24 } diff -r 2843bada5d74 -r 2b9f96603415 volumeicon/receipt --- a/volumeicon/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/volumeicon/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Volumeicon is a lightweight volume control in your systray." MAINTAINER="claudinei@slitaz.org" +LICENCE="GPL3" WEB_SITE="http://softwarebakery.com/maato/volumeicon.html" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://softwarebakery.com/maato/files/$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 wavemon/receipt --- a/wavemon/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/wavemon/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,12 +5,14 @@ CATEGORY="network" SHORT_DESC="Wavemon is an ncurses-based monitoring application for wireless network devices." MAINTAINER="paul@slitaz.org" -DEPENDS="ncurses libcap" -BUILD_DEPENDS="ncurses-dev libcap-dev" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://eden-feed.erg.abdn.ac.uk/wavemon/" WGET_URL="http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/$TARBALL" +DEPENDS="ncurses libcap" +BUILD_DEPENDS="ncurses-dev libcap-dev" + # Rules to configure and make the package. compile_rules() { diff -r 2843bada5d74 -r 2b9f96603415 wget/receipt --- a/wget/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/wget/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="retrieve files from the web" MAINTAINER="sygne@ombres.eu" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.gnu.org/software/wget/wget.html" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" @@ -24,7 +25,7 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } # Post install rules. diff -r 2843bada5d74 -r 2b9f96603415 which/receipt --- a/which/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/which/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="base-system" SHORT_DESC="A utility to show the full path of commands" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="glibc-base" +LICENCE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.xs4all.nl/~carlo17/which" WGET_URL="http://www.xs4all.nl/~carlo17/$PACKAGE/$TARBALL" +DEPENDS="glibc-base" + # Rules to configure and make the package. compile_rules() { @@ -19,14 +21,14 @@ --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 } # Pre and post install commands for Tazpkg. diff -r 2843bada5d74 -r 2b9f96603415 xfce4-volumed/receipt --- a/xfce4-volumed/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/xfce4-volumed/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -6,6 +6,7 @@ CATEGORY="x-window" SHORT_DESC="Volume keys daemon" MAINTAINER="al.bobylev@gmail.com" +LICENSE="GPL3" WEB_SITE="https://aur.archlinux.org/packages.php?ID=31693" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://archive.xfce.org/src/apps/xfce4-volumed/$HI_VERSION/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 xpad/receipt --- a/xpad/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/xpad/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Sticky note application for X" MAINTAINER="pankso@slitaz.org" +LICENSE="GPL3" WEB_SITE="https://launchpad.net/xpad" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="https://launchpad.net/xpad/trunk/$VERSION/+download/$TARBALL" @@ -26,6 +27,6 @@ genpkg_rules() { mkdir -p $fs/usr/share/icons/hicolor/48x48/apps/ - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr cp -a $stuff/xpad.png $fs/usr/share/icons/hicolor/48x48/apps/ } diff -r 2843bada5d74 -r 2b9f96603415 xpaint/receipt --- a/xpaint/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/xpaint/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="graphics" SHORT_DESC="Simple paint program for X" MAINTAINER="mojo@slitaz.org" +LICENSE="GPL3" WEB_SITE="http://sourceforge.net/projects/sf-xpaint/" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/sf-$PACKAGE/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 yad-gtk3/receipt --- a/yad-gtk3/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/yad-gtk3/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Display graphical dialogs from shell scripts or command line (GTK+3)" MAINTAINER="devl547@gmail.com" +LICENSE="GPL3" TARBALL="yad-$VERSION.tar.xz" WEB_SITE="http://code.google.com/p/yad/" WGET_URL="http://yad.googlecode.com/files/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 yad/receipt --- a/yad/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/yad/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Display graphical dialogs from shell scripts or command line" MAINTAINER="devl547@gmail.com" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://code.google.com/p/yad/" WGET_URL="http://yad.googlecode.com/files/$TARBALL" diff -r 2843bada5d74 -r 2b9f96603415 zile/receipt --- a/zile/receipt Sat Aug 10 11:35:09 2013 +0000 +++ b/zile/receipt Sat Aug 10 13:52:56 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="development" SHORT_DESC="GNU Zile is a lightweight Emacs clone." MAINTAINER="domcox@slitaz.org" -DEPENDS="ncurses" -BUILD_DEPENDS="ncurses-dev" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/zile/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" TAGS="text-editor" +DEPENDS="ncurses" +BUILD_DEPENDS="ncurses-dev" + # Rules to configure and make the package. compile_rules() { @@ -21,13 +23,13 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr +² cp -a $install/usr/bin $fs/usr }