wok rev 14999
Add GPL3 licenses
line diff
1.1 --- a/aaphoto/receipt Sat Aug 10 11:35:09 2013 +0000 1.2 +++ b/aaphoto/receipt Sat Aug 10 13:52:56 2013 +0000 1.3 @@ -5,8 +5,7 @@ 1.4 CATEGORY="graphics" 1.5 SHORT_DESC="automatic photo adjusting" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 -DEPENDS="jasper jpeg libpng zlib" 1.8 -BUILD_DEPENDS="jpeg-dev jasper-dev libpng libpng-dev zlib-dev autoconf" 1.9 +LICENSE="GPL3" 1.10 SOURCE="aaphoto_sources_v" 1.11 TARBALL="$SOURCE$VERSION.tar.gz" 1.12 WEB_SITE="http://log69.com/aaphoto_en.html" 1.13 @@ -14,6 +13,8 @@ 1.14 WGET_URL="http://ftp.uni-erlangen.de/pub/FreeBSD/ports/distfiles/$TARBALL" 1.15 TAGS="photo jpeg jpg png bmp" 1.16 1.17 +DEPENDS="jasper jpeg libpng zlib" 1.18 +BUILD_DEPENDS="jpeg-dev jasper-dev libpng libpng-dev zlib-dev autoconf" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 @@ -22,13 +23,11 @@ 1.23 ./configure --prefix=/usr && 1.24 make && 1.25 make DESTDIR=$DESTDIR install 1.26 - 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr/bin 1.33 - cp -a $_pkg/usr/bin $fs/usr 1.34 - 1.35 + cp -a $install/usr/bin $fs/usr 1.36 }
2.1 --- a/alarm-clock/receipt Sat Aug 10 11:35:09 2013 +0000 2.2 +++ b/alarm-clock/receipt Sat Aug 10 13:52:56 2013 +0000 2.3 @@ -5,9 +5,7 @@ 2.4 CATEGORY="utilities" 2.5 SHORT_DESC="Simple GTK alarm clock" 2.6 MAINTAINER="pankso@slitaz.org" 2.7 -DEPENDS="gtk+ libunique libnotify gstreamer" 2.8 -BUILD_DEPENDS="$DEPENDS gtk+-dev libunique-dev libnotify-dev gstreamer-dev \ 2.9 -intltool" 2.10 +LICENSE="GPL3" 2.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.12 # There's no more website for it. Keep it anyway??? 2.13 #WEB_SITE="http://www.alarm-clock.pl/" 2.14 @@ -15,6 +13,10 @@ 2.15 #WGET_URL="http://www.alarm-clock.pl/files/$TARBALL" 2.16 WGET_URL="http://mirror.slitaz.org/sources/packages/a/$TARBALL" 2.17 2.18 +DEPENDS="gtk+ libunique libnotify gstreamer" 2.19 +BUILD_DEPENDS="$DEPENDS gtk+-dev libunique-dev libnotify-dev gstreamer-dev \ 2.20 +intltool" 2.21 + 2.22 # Rules to configure and make the package. 2.23 compile_rules() 2.24 {
3.1 --- a/alsaplayer-dev/receipt Sat Aug 10 11:35:09 2013 +0000 3.2 +++ b/alsaplayer-dev/receipt Sat Aug 10 13:52:56 2013 +0000 3.3 @@ -5,6 +5,7 @@ 3.4 CATEGORY="development" 3.5 SHORT_DESC="Alsa GTK+ PCM player devel files." 3.6 MAINTAINER="pankso@slitaz.org" 3.7 +LICENSE="GPL3" 3.8 WANTED="alsaplayer" 3.9 WEB_SITE="http://www.alsaplayer.org/" 3.10 3.11 @@ -12,10 +13,10 @@ 3.12 genpkg_rules() 3.13 { 3.14 mkdir -p $fs/usr/lib 3.15 - cp -a $_pkg/usr/include $fs/usr 3.16 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 3.17 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 3.18 - cp -a $_pkg/usr/lib/alsaplayer $fs/usr/lib 3.19 + cp -a $install/usr/include $fs/usr 3.20 + cp -a $install/usr/lib/*.*a $fs/usr/lib 3.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 3.22 + cp -a $install/usr/lib/alsaplayer $fs/usr/lib 3.23 3.24 # Remove shared libs. 3.25 rm $fs/usr/lib/alsaplayer/*/*.so
4.1 --- a/alsaplayer-scopes/receipt Sat Aug 10 11:35:09 2013 +0000 4.2 +++ b/alsaplayer-scopes/receipt Sat Aug 10 13:52:56 2013 +0000 4.3 @@ -5,17 +5,19 @@ 4.4 CATEGORY="multimedia" 4.5 SHORT_DESC="Alsa GTK+ PCM player scopes." 4.6 MAINTAINER="pankso@slitaz.org" 4.7 +LICENSE="GPL3" 4.8 +WANTED="alsaplayer" 4.9 +WEB_SITE="http://www.alsaplayer.org/" 4.10 + 4.11 DEPENDS="expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \ 4.12 xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \ 4.13 xorg-libXrender mesa xorg-libXdamage xorg-libXxf86vm libdrm" 4.14 -WANTED="alsaplayer" 4.15 -WEB_SITE="http://www.alsaplayer.org/" 4.16 4.17 # Rules to gen a SliTaz package suitable for Tazpkg. 4.18 genpkg_rules() 4.19 { 4.20 mkdir -p $fs/usr/lib/alsaplayer 4.21 - cp -a $_pkg/usr/lib/alsaplayer/scopes2 \ 4.22 + cp -a $install_pkg/usr/lib/alsaplayer/scopes2 \ 4.23 $fs/usr/lib/alsaplayer 4.24 } 4.25
5.1 --- a/alsaplayer/receipt Sat Aug 10 11:35:09 2013 +0000 5.2 +++ b/alsaplayer/receipt Sat Aug 10 13:52:56 2013 +0000 5.3 @@ -5,6 +5,7 @@ 5.4 CATEGORY="multimedia" 5.5 SHORT_DESC="Alsa GTK+ PCM player." 5.6 MAINTAINER="pankso@slitaz.org" 5.7 +LICENSE="GPL3" 5.8 SUGGESTED="alsaplayer-scopes libid3tag flac" 5.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.10 WEB_SITE="http://www.alsaplayer.org/"
6.1 --- a/androguard/receipt Sat Aug 10 11:35:09 2013 +0000 6.2 +++ b/androguard/receipt Sat Aug 10 13:52:56 2013 +0000 6.3 @@ -5,6 +5,7 @@ 6.4 CATEGORY="development" 6.5 SHORT_DESC="Reverse engineering tool for Android applications." 6.6 MAINTAINER="pascal.bellard@slitaz.org" 6.7 +LICENCE="GPL3" 6.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.9 WEB_SITE="http://code.google.com/p/$PACKAGE" 6.10 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
7.1 --- a/bash/receipt Sat Aug 10 11:35:09 2013 +0000 7.2 +++ b/bash/receipt Sat Aug 10 13:52:56 2013 +0000 7.3 @@ -5,6 +5,7 @@ 7.4 CATEGORY="system-tools" 7.5 SHORT_DESC="The GNU bourne SHell." 7.6 MAINTAINER="pankso@slitaz.org" 7.7 +LICENCE="GPL3" 7.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.9 WEB_SITE="http://www.gnu.org/software/bash/" 7.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 7.11 @@ -56,7 +57,7 @@ 7.12 # Rules to gen a SliTaz package suitable for Tazpkg. 7.13 genpkg_rules() 7.14 { 7.15 - cp -a $_pkg/bin $fs 7.16 + cp -a $install/bin $fs 7.17 # Config files. 7.18 # 7.19 mkdir $fs/etc
8.1 --- a/bison/receipt Sat Aug 10 11:35:09 2013 +0000 8.2 +++ b/bison/receipt Sat Aug 10 13:52:56 2013 +0000 8.3 @@ -5,6 +5,7 @@ 8.4 CATEGORY="development" 8.5 SHORT_DESC="GNU parser generator." 8.6 MAINTAINER="pankso@slitaz.org" 8.7 +LICENCE="GPL3" 8.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 8.9 WEB_SITE="http://www.gnu.org/software/bison/" 8.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
9.1 --- a/bleachbit/receipt Sat Aug 10 11:35:09 2013 +0000 9.2 +++ b/bleachbit/receipt Sat Aug 10 13:52:56 2013 +0000 9.3 @@ -5,9 +5,11 @@ 9.4 CATEGORY="system-tools" 9.5 SHORT_DESC="Deletes unneeded files to free disk space and maintain privacy" 9.6 MAINTAINER="devl547@gmail.com" 9.7 +LICENCE="GPL3" 9.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 9.9 WEB_SITE="http://bleachbit.sourceforge.net/" 9.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 9.11 + 9.12 BUILD_DEPENDS="python" 9.13 DEPENDS="pygtk python" 9.14 9.15 @@ -23,6 +25,6 @@ 9.16 genpkg_rules() 9.17 { 9.18 mkdir -p $fs/usr/ 9.19 - cp -a $_pkg/usr/bin $fs/usr 9.20 - cp -a $_pkg/usr/share $fs/usr 9.21 + cp -a $install/usr/bin $fs/usr 9.22 + cp -a $install/usr/share $fs/usr 9.23 }
10.1 --- a/bluefish/receipt Sat Aug 10 11:35:09 2013 +0000 10.2 +++ b/bluefish/receipt Sat Aug 10 13:52:56 2013 +0000 10.3 @@ -5,6 +5,7 @@ 10.4 CATEGORY="development" 10.5 SHORT_DESC="A powerful editor" 10.6 MAINTAINER="erjo@slitaz.org" 10.7 +LICENCE="GPL3" 10.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 10.9 WEB_SITE="http://bluefish.openoffice.nl/index.html" 10.10 WGET_URL="http://www.bennewitz.com/bluefish/stable/source/${TARBALL}"
11.1 --- a/blueman/receipt Sat Aug 10 11:35:09 2013 +0000 11.2 +++ b/blueman/receipt Sat Aug 10 13:52:56 2013 +0000 11.3 @@ -5,6 +5,7 @@ 11.4 CATEGORY="system-tools" 11.5 SHORT_DESC="Easy to use GTK+ Bluetooth Manager." 11.6 MAINTAINER="pankso@slitaz.org" 11.7 +LICENCE="GPL3" 11.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 11.9 WEB_SITE="http://blueman-project.org/" 11.10 WGET_URL="http://download.tuxfamily.org/blueman/$TARBALL"
12.1 --- a/boinc-dev/receipt Sat Aug 10 11:35:09 2013 +0000 12.2 +++ b/boinc-dev/receipt Sat Aug 10 13:52:56 2013 +0000 12.3 @@ -5,14 +5,16 @@ 12.4 CATEGORY="development" 12.5 SHORT_DESC="BOINC devel files." 12.6 MAINTAINER="pankso@slitaz.org" 12.7 -DEPENDS="boinc" 12.8 +LICENCE="GPL3" 12.9 WANTED="$DEPENDS" 12.10 WEB_SITE="http://boinc.berkeley.edu/" 12.11 12.12 +DEPENDS="boinc" 12.13 + 12.14 # Rules to gen a SliTaz package suitable for Tazpkg. 12.15 genpkg_rules() 12.16 { 12.17 mkdir -p $fs/usr/lib 12.18 - cp -a $_pkg/usr/include $fs/usr 12.19 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 12.20 + cp -a $install/usr/include $fs/usr 12.21 + cp -a $install/usr/lib/*.*a $fs/usr/lib 12.22 }
13.1 --- a/boinc/receipt Sat Aug 10 11:35:09 2013 +0000 13.2 +++ b/boinc/receipt Sat Aug 10 13:52:56 2013 +0000 13.3 @@ -6,9 +6,11 @@ 13.4 CATEGORY="network" 13.5 SHORT_DESC="Open-source software for volunteer computing and grid computing." 13.6 MAINTAINER="pankso@slitaz.org" 13.7 +LICENCE="GPL3" 13.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 13.9 WEB_SITE="http://boinc.berkeley.edu/" 13.10 WGET_URL="svn|http://boinc.berkeley.edu/svn/tags/boinc_core_release_${SVN_TAG}" 13.11 + 13.12 # The init script requires bash. 13.13 DEPENDS="openssl libcurl wxWidgets libnotify bash" 13.14 BUILD_DEPENDS="subversion openssl-dev autoconf automake curl-dev libidn-dev \ 13.15 @@ -34,11 +36,11 @@ 13.16 $fs/usr/lib \ 13.17 $fs/var/lib/boinc \ 13.18 $fs/usr/share/pixmaps 13.19 - cp -a $_pkg/etc $fs 13.20 + cp -a $install/etc $fs 13.21 chmod 0644 $fs/etc/boinc-client.conf 13.22 - cp -a $_pkg/usr/bin $fs/usr 13.23 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 13.24 - cp $_pkg/usr/share/boinc/boincmgr.48x48.png \ 13.25 + cp -a $install/usr/bin $fs/usr 13.26 + cp -a $install/usr/lib/*.so* $fs/usr/lib 13.27 + cp $install/usr/share/boinc/boincmgr.48x48.png \ 13.28 $fs/usr/share/pixmaps/boincmgr.png 13.29 rm $fs/etc/init.d/boinc-client 13.30 cp $stuff/boinc-client $fs/etc/init.d/boinc-client
14.1 --- a/cbrpager/receipt Sat Aug 10 11:35:09 2013 +0000 14.2 +++ b/cbrpager/receipt Sat Aug 10 13:52:56 2013 +0000 14.3 @@ -5,7 +5,7 @@ 14.4 CATEGORY="graphics" 14.5 SHORT_DESC="Viewer for CBR, CBZ and CB7 (comic book archive) files" 14.6 MAINTAINER="al.bobylev@gmail.com" 14.7 -LICENSE="GPL2" 14.8 +LICENCE="GPL3" 14.9 WEB_SITE="http://jcoppens.com/soft/cbrpager/index.en.php" 14.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 14.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15.1 --- a/claws-mail-acpinotifier/receipt Sat Aug 10 11:35:09 2013 +0000 15.2 +++ b/claws-mail-acpinotifier/receipt Sat Aug 10 13:52:56 2013 +0000 15.3 @@ -5,6 +5,7 @@ 15.4 CATEGORY="network" 15.5 SHORT_DESC="Enables mail notification via LEDs on some laptops (Acer, ASUS, Fujitsu, IBM). " 15.6 MAINTAINER="erjo@slitaz.org" 15.7 +LICENSE="GPL3" 15.8 WEB_SITE="http://www.claws-mail.org/plugins.php" 15.9 SOURCE="acpi_notifier" 15.10 TARBALL="$SOURCE-$VERSION.tar.gz"
16.1 --- a/claws-mail-addresskeeper/receipt Sat Aug 10 11:35:09 2013 +0000 16.2 +++ b/claws-mail-addresskeeper/receipt Sat Aug 10 13:52:56 2013 +0000 16.3 @@ -5,6 +5,7 @@ 16.4 CATEGORY="network" 16.5 SHORT_DESC="Keeps all recipient addresses in an addressbook folder. " 16.6 MAINTAINER="erjo@slitaz.org" 16.7 +LICENSE="GPL3" 16.8 WEB_SITE="http://www.claws-mail.org/plugins.php" 16.9 SOURCE="address_keeper" 16.10 TARBALL="$SOURCE-$VERSION.tar.gz"
17.1 --- a/claws-mail-archive/receipt Sat Aug 10 11:35:09 2013 +0000 17.2 +++ b/claws-mail-archive/receipt Sat Aug 10 13:52:56 2013 +0000 17.3 @@ -5,13 +5,15 @@ 17.4 CATEGORY="network" 17.5 SHORT_DESC="claws-mail archiving features" 17.6 MAINTAINER="erjo@slitaz.org" 17.7 -DEPENDS="claws-mail libarchive acl liblzma bzlib" 17.8 -BUILD_DEPENDS="claws-mail-dev gnutls-dev enchant-dev libxml2-dev libarchive-dev attr-dev acl-dev liblzma-dev pkg-config" 17.9 +LICENSE="GPL3" 17.10 SOURCE="archive" 17.11 TARBALL="$SOURCE-$VERSION.tar.gz" 17.12 WEB_SITE="http://www.claws-mail.org" 17.13 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 17.14 17.15 +DEPENDS="claws-mail libarchive acl liblzma bzlib" 17.16 +BUILD_DEPENDS="claws-mail-dev gnutls-dev enchant-dev libxml2-dev libarchive-dev attr-dev acl-dev liblzma-dev pkg-config" 17.17 + 17.18 # Rules to configure and make the package. 17.19 compile_rules() 17.20 { 17.21 @@ -27,7 +29,7 @@ 17.22 mkdir -p $fs/usr/lib/claws-mail/plugins \ 17.23 $fs/usr/share/locale 17.24 17.25 - cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* \ 17.26 + cp -a $install/usr/lib/claws-mail/plugins/*.so* \ 17.27 $fs/usr/lib/claws-mail/plugins 17.28 } 17.29
18.1 --- a/claws-mail-attachwarner/receipt Sat Aug 10 11:35:09 2013 +0000 18.2 +++ b/claws-mail-attachwarner/receipt Sat Aug 10 13:52:56 2013 +0000 18.3 @@ -5,6 +5,7 @@ 18.4 CATEGORY="network" 18.5 SHORT_DESC="Warn about missing attachment" 18.6 MAINTAINER="erjo@slitaz.org" 18.7 +LICENSE="GPL3" 18.8 WEB_SITE="http://www.claws-mail.org/plugins.php" 18.9 SOURCE="attachwarner" 18.10 TARBALL="$SOURCE-$VERSION.tar.gz"
19.1 --- a/claws-mail-attremover/receipt Sat Aug 10 11:35:09 2013 +0000 19.2 +++ b/claws-mail-attremover/receipt Sat Aug 10 13:52:56 2013 +0000 19.3 @@ -5,13 +5,15 @@ 19.4 CATEGORY="network" 19.5 SHORT_DESC="claws-mail plugin - Remove attachments from emails." 19.6 MAINTAINER="erjo@slitaz.org" 19.7 -DEPENDS="claws-mail xorg-libXdamage" 19.8 -BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev" 19.9 +LICENSE="GPL3" 19.10 SOURCE="att_remover" 19.11 TARBALL="$SOURCE-$VERSION.tar.gz" 19.12 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" 19.13 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 19.14 19.15 +DEPENDS="claws-mail xorg-libXdamage" 19.16 +BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev" 19.17 + 19.18 # Rules to configure and make the package. 19.19 compile_rules() 19.20 { 19.21 @@ -19,12 +21,12 @@ 19.22 ./configure --prefix=/usr --infodir=/usr/share/info \ 19.23 --mandir=/usr/share/man $CONFIGURE_ARGS && 19.24 make && 19.25 - make DESTDIR=$PWD/_pkg install 19.26 + make DESTDIR=$DESTDIR install 19.27 } 19.28 19.29 # Rules to gen a SliTaz package suitable for Tazpkg. 19.30 genpkg_rules() 19.31 { 19.32 mkdir -p $fs/usr/lib/claws-mail/plugins 19.33 - cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 19.34 + cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 19.35 }
20.1 --- a/claws-mail-bsfilter/receipt Sat Aug 10 11:35:09 2013 +0000 20.2 +++ b/claws-mail-bsfilter/receipt Sat Aug 10 13:52:56 2013 +0000 20.3 @@ -5,6 +5,7 @@ 20.4 CATEGORY="network" 20.5 SHORT_DESC="Check all recieved message with BSFilter" 20.6 MAINTAINER="erjo@slitaz.org" 20.7 +LICENSE="GPL3" 20.8 WEB_SITE="http://www.claws-mail.org/plugins.php" 20.9 SOURCE="bsfilter_plugin" 20.10 TARBALL="$SOURCE-$VERSION.tar.gz"
21.1 --- a/claws-mail-clamd/receipt Sat Aug 10 11:35:09 2013 +0000 21.2 +++ b/claws-mail-clamd/receipt Sat Aug 10 13:52:56 2013 +0000 21.3 @@ -5,6 +5,7 @@ 21.4 CATEGORY="network" 21.5 SHORT_DESC="Scans recieved message with Clam AV" 21.6 MAINTAINER="erjo@slitaz.org" 21.7 +LICENSE="GPL3" 21.8 WEB_SITE="http://www.claws-mail.org/plugins.php" 21.9 SOURCE="clamd" 21.10 TARBALL="$SOURCE-$VERSION.tar.gz"
22.1 --- a/claws-mail-dev/receipt Sat Aug 10 11:35:09 2013 +0000 22.2 +++ b/claws-mail-dev/receipt Sat Aug 10 13:52:56 2013 +0000 22.3 @@ -5,16 +5,18 @@ 22.4 CATEGORY="development" 22.5 SHORT_DESC="The user-firendly, lightweight and fast email client dev files" 22.6 MAINTAINER="erjo@slitaz.org" 22.7 -DEPENDS="claws-mail gtk+-dev libetpan-dev gnutls-dev" 22.8 +LICENSE="GPL3" 22.9 WEB_SITE="http://www.claws-mail.org/index.php" 22.10 WANTED="claws-mail" 22.11 22.12 +DEPENDS="claws-mail gtk+-dev libetpan-dev gnutls-dev" 22.13 + 22.14 # Rules to gen a SliTaz package suitable for Tazpkg. 22.15 genpkg_rules() 22.16 { 22.17 mkdir -p $fs/usr/lib/$WANTED/plugins 22.18 - cp -a $_pkg/usr/include $fs/usr 22.19 - cp -a $_pkg/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/ 22.20 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib/ 22.21 + cp -a $install/usr/include $fs/usr 22.22 + cp -a $install/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/ 22.23 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib/ 22.24 } 22.25
23.1 --- a/claws-mail-fancy/receipt Sat Aug 10 11:35:09 2013 +0000 23.2 +++ b/claws-mail-fancy/receipt Sat Aug 10 13:52:56 2013 +0000 23.3 @@ -5,6 +5,7 @@ 23.4 CATEGORY="network" 23.5 SHORT_DESC="Renders HTML e-mail using the WebKit library " 23.6 MAINTAINER="erjo@slitaz.org" 23.7 +LICENSE="GPL3" 23.8 WEB_SITE="http://www.claws-mail.org/plugins.php" 23.9 SOURCE="fancy" 23.10 TARBALL="$SOURCE-$VERSION.tar.gz"
24.1 --- a/claws-mail-fetchinfo/receipt Sat Aug 10 11:35:09 2013 +0000 24.2 +++ b/claws-mail-fetchinfo/receipt Sat Aug 10 13:52:56 2013 +0000 24.3 @@ -5,6 +5,7 @@ 24.4 CATEGORY="network" 24.5 SHORT_DESC="Inserts headers containing some download information." 24.6 MAINTAINER="erjo@slitaz.org" 24.7 +LICENSE="GPL3" 24.8 WEB_SITE="http://www.claws-mail.org/plugins.php" 24.9 SOURCE="fetchinfo-plugin" 24.10 TARBALL="$SOURCE-$VERSION.tar.gz"
25.1 --- a/claws-mail-gtkhtml2_viewer/receipt Sat Aug 10 11:35:09 2013 +0000 25.2 +++ b/claws-mail-gtkhtml2_viewer/receipt Sat Aug 10 13:52:56 2013 +0000 25.3 @@ -5,14 +5,16 @@ 25.4 CATEGORY="network" 25.5 SHORT_DESC="HTML Viwer plugins for claws-mail." 25.6 MAINTAINER="erjo@slitaz.org" 25.7 +LICENSE="GPL3" 25.8 +SOURCE="gtkhtml2_viewer" 25.9 +TARBALL="$SOURCE-$VERSION.tar.gz" 25.10 +WEB_SITE="http://www.claws-mail.org/plugins.php" 25.11 +WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 25.12 + 25.13 DEPENDS="curl claws-mail expat gtk+ libxml2 xorg-libX11 xorg-libXau \ 25.14 xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \ 25.15 xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" 25.16 BUILD_DEPENDS="curl-dev claws-mail-dev gnutls-dev libxml2-dev" 25.17 -SOURCE="gtkhtml2_viewer" 25.18 -TARBALL="$SOURCE-$VERSION.tar.gz" 25.19 -WEB_SITE="http://www.claws-mail.org/plugins.php" 25.20 -WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 25.21 25.22 # Rules to configure and make the package. 25.23 compile_rules() 25.24 @@ -23,13 +25,13 @@ 25.25 --disable-accessibility \ 25.26 --mandir=/usr/share/man $CONFIGURE_ARGS && 25.27 make && 25.28 - make DESTDIR=$PWD/_pkg install 25.29 + make DESTDIR=$DESTDIR install 25.30 } 25.31 25.32 # Rules to gen a SliTaz package suitable for Tazpkg. 25.33 genpkg_rules() 25.34 { 25.35 mkdir -p $fs/usr/lib/claws-mail/plugins 25.36 - cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 25.37 + cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 25.38 } 25.39
26.1 --- a/claws-mail-mailmbox/receipt Sat Aug 10 11:35:09 2013 +0000 26.2 +++ b/claws-mail-mailmbox/receipt Sat Aug 10 13:52:56 2013 +0000 26.3 @@ -5,6 +5,7 @@ 26.4 CATEGORY="network" 26.5 SHORT_DESC="*Handles mailboxes in mbox format." 26.6 MAINTAINER="erjo@slitaz.org" 26.7 +LICENSE="GPL3" 26.8 WEB_SITE="http://www.claws-mail.org/plugins.php" 26.9 SOURCE="mailmbox" 26.10 TARBALL="$SOURCE-$VERSION.tar.gz"
27.1 --- a/claws-mail-newmail/receipt Sat Aug 10 11:35:09 2013 +0000 27.2 +++ b/claws-mail-newmail/receipt Sat Aug 10 13:52:56 2013 +0000 27.3 @@ -5,6 +5,7 @@ 27.4 CATEGORY="network" 27.5 SHORT_DESC="Claws Mail writes a msg header summary to a log file." 27.6 MAINTAINER="erjo@slitaz.org" 27.7 +LICENSE="GPL3" 27.8 WEB_SITE="http://www.claws-mail.org/plugins.php" 27.9 SOURCE="newmail" 27.10 TARBALL="$SOURCE-$VERSION.tar.gz"
28.1 --- a/claws-mail-notification/receipt Sat Aug 10 11:35:09 2013 +0000 28.2 +++ b/claws-mail-notification/receipt Sat Aug 10 13:52:56 2013 +0000 28.3 @@ -5,13 +5,15 @@ 28.4 CATEGORY="network" 28.5 SHORT_DESC="claws-mail plugin - mail notification." 28.6 MAINTAINER="erjo@slitaz.org" 28.7 -DEPENDS="claws-mail libnotify xorg-libXdamage" 28.8 -BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev" 28.9 +LICENSE="GPL3" 28.10 SOURCE="notification_plugin" 28.11 TARBALL="${SOURCE}-${VERSION}.tar.gz" 28.12 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" 28.13 WGET_URL="http://www.claws-mail.org/downloads/plugins/$TARBALL" 28.14 28.15 +DEPENDS="claws-mail libnotify xorg-libXdamage" 28.16 +BUILD_DEPENDS="pkg-config claws-mail-dev gnutls-dev" 28.17 + 28.18 # Rules to configure and make the package. 28.19 compile_rules() 28.20 { 28.21 @@ -26,6 +28,6 @@ 28.22 genpkg_rules() 28.23 { 28.24 mkdir -p $fs/usr/lib/claws-mail/plugins 28.25 - cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 28.26 + cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 28.27 } 28.28
29.1 --- a/claws-mail-pdfviewer/receipt Sat Aug 10 11:35:09 2013 +0000 29.2 +++ b/claws-mail-pdfviewer/receipt Sat Aug 10 13:52:56 2013 +0000 29.3 @@ -5,6 +5,7 @@ 29.4 CATEGORY="network" 29.5 SHORT_DESC="PDF viewer for Claws Mail." 29.6 MAINTAINER="erjo@slitaz.org" 29.7 +LICENSE="GPL3" 29.8 WEB_SITE="http://www.claws-mail.org/plugins.php" 29.9 SOURCE="pdf_viewer" 29.10 TARBALL="$SOURCE-$VERSION.tar.gz"
30.1 --- a/claws-mail-perl/receipt Sat Aug 10 11:35:09 2013 +0000 30.2 +++ b/claws-mail-perl/receipt Sat Aug 10 13:52:56 2013 +0000 30.3 @@ -5,6 +5,7 @@ 30.4 CATEGORY="network" 30.5 SHORT_DESC="Perl interface to Claws Mail' filtering mechanism." 30.6 MAINTAINER="erjo@slitaz.org" 30.7 +LICENSE="GPL3" 30.8 WEB_SITE="http://www.claws-mail.org/plugins.php" 30.9 SOURCE="perl_plugin" 30.10 TARBALL="$SOURCE-$VERSION.tar.gz"
31.1 --- a/claws-mail-plugins/receipt Sat Aug 10 11:35:09 2013 +0000 31.2 +++ b/claws-mail-plugins/receipt Sat Aug 10 13:52:56 2013 +0000 31.3 @@ -5,6 +5,7 @@ 31.4 CATEGORY="network" 31.5 SHORT_DESC="Standart plugins for claws-mail." 31.6 MAINTAINER="erjo@slitaz.org" 31.7 +LICENSE="GPL3" 31.8 DEPENDS="claws-mail bogofilter xorg-libXdamage gcc-lib-base" 31.9 WEB_SITE="http://www.claws-mail.org/index.php" 31.10 WANTED="claws-mail" 31.11 @@ -14,6 +15,6 @@ 31.12 { 31.13 mkdir -p $fs/usr/lib/$WANTED/plugins 31.14 31.15 - cp -a $_pkg/usr/lib/$WANTED/plugins/*.so* $fs/usr/lib/$WANTED/plugins/ 31.16 + cp -a $install/usr/lib/$WANTED/plugins/*.so* $fs/usr/lib/$WANTED/plugins/ 31.17 } 31.18
32.1 --- a/claws-mail-python/receipt Sat Aug 10 11:35:09 2013 +0000 32.2 +++ b/claws-mail-python/receipt Sat Aug 10 13:52:56 2013 +0000 32.3 @@ -5,6 +5,7 @@ 32.4 CATEGORY="network" 32.5 SHORT_DESC="Python interface to Claws Mail' filtering mechanism." 32.6 MAINTAINER="erjo@slitaz.org" 32.7 +LICENSE="GPL3" 32.8 WEB_SITE="http://www.claws-mail.org/plugins.php" 32.9 SOURCE="python_plugin" 32.10 TARBALL="$SOURCE-$VERSION.tar.gz"
33.1 --- a/claws-mail-spam_report/receipt Sat Aug 10 11:35:09 2013 +0000 33.2 +++ b/claws-mail-spam_report/receipt Sat Aug 10 13:52:56 2013 +0000 33.3 @@ -5,6 +5,7 @@ 33.4 CATEGORY="network" 33.5 SHORT_DESC="Reports spam to various places" 33.6 MAINTAINER="erjo@slitaz.org" 33.7 +LICENSE="GPL3" 33.8 SOURCE="spam_report" 33.9 TARBALL="$SOURCE-$VERSION.tar.gz" 33.10 WEB_SITE="http://www.claws-mail.org" 33.11 @@ -25,6 +26,6 @@ 33.12 genpkg_rules() 33.13 { 33.14 mkdir -p $fs/usr/lib/claws-mail/plugins 33.15 - cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* \ 33.16 + cp -a $install/usr/lib/claws-mail/plugins/*.so* \ 33.17 $fs/usr/lib/claws-mail/plugins 33.18 }
34.1 --- a/claws-mail-tnefparse/receipt Sat Aug 10 11:35:09 2013 +0000 34.2 +++ b/claws-mail-tnefparse/receipt Sat Aug 10 13:52:56 2013 +0000 34.3 @@ -5,6 +5,7 @@ 34.4 CATEGORY="network" 34.5 SHORT_DESC="Enables Claws Mail reading application/ms-tnef attachments." 34.6 MAINTAINER="erjo@slitaz.org" 34.7 +LICENSE="GPL3" 34.8 WEB_SITE="http://www.claws-mail.org/plugins.php" 34.9 SOURCE="tnef_parse" 34.10 TARBALL="$SOURCE-$VERSION.tar.gz"
35.1 --- a/claws-mail-vcalendar/receipt Sat Aug 10 11:35:09 2013 +0000 35.2 +++ b/claws-mail-vcalendar/receipt Sat Aug 10 13:52:56 2013 +0000 35.3 @@ -5,6 +5,7 @@ 35.4 CATEGORY="network" 35.5 SHORT_DESC="claws-mail plugin - vcalendar messages support." 35.6 MAINTAINER="erjo@slitaz.org" 35.7 +LICENSE="GPL3" 35.8 SOURCE="vcalendar" 35.9 TARBALL="$SOURCE-$VERSION.tar.gz" 35.10 WEB_SITE="http://www.claws-mail.org/plugins.php?section=downloads" 35.11 @@ -26,5 +27,5 @@ 35.12 genpkg_rules() 35.13 { 35.14 mkdir -p $fs/usr/lib/claws-mail/plugins 35.15 - cp -a $_pkg/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 35.16 + cp -a $install/usr/lib/claws-mail/plugins/*.so* $fs/usr/lib/claws-mail/plugins/ 35.17 }
36.1 --- a/claws-mail/receipt Sat Aug 10 11:35:09 2013 +0000 36.2 +++ b/claws-mail/receipt Sat Aug 10 13:52:56 2013 +0000 36.3 @@ -5,6 +5,7 @@ 36.4 CATEGORY="network" 36.5 SHORT_DESC="The user-firendly, lightweight and fast email client" 36.6 MAINTAINER="erjo@slitaz.org" 36.7 +LICENSE="GPL3" 36.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 36.9 WEB_SITE="http://www.claws-mail.org/index.php" 36.10 WGET_URL="$SF_MIRROR/sylpheed-claws/$TARBALL" 36.11 @@ -36,6 +37,6 @@ 36.12 { 36.13 mkdir -p $fs/usr/share \ 36.14 $fs/usr/lib/$PACKAGE/plugins 36.15 - cp -a $_pkg/usr/bin $fs/usr 36.16 - cp -a $_pkg/usr/share/icons $fs/usr/share 36.17 + cp -a $install/usr/bin $fs/usr 36.18 + cp -a $install/usr/share/icons $fs/usr/share 36.19 }
37.1 --- a/codeblocks/receipt Sat Aug 10 11:35:09 2013 +0000 37.2 +++ b/codeblocks/receipt Sat Aug 10 13:52:56 2013 +0000 37.3 @@ -5,13 +5,15 @@ 37.4 CATEGORY="development" 37.5 SHORT_DESC="An open source, cross platform, free C++ IDE." 37.6 MAINTAINER="stefanossofroniou542@gmail.com" 37.7 +LICENSE="GPL3" 37.8 TARBALL="$PACKAGE-$VERSION-src.tar.bz2" 37.9 -DEPENDS="wxWidgets" 37.10 -BUILD_DEPENDS="wxWidgets-dev xorg-libXdmcp-dev xorg-libXau-dev expat-dev autoconf automake libtool zip gnome-icon-theme" 37.11 WEB_SITE="http://www.codeblocks.org/" 37.12 WGET_URL="http://download.berlios.de/codeblocks/$TARBALL" 37.13 TAGS="IDE" 37.14 37.15 +DEPENDS="wxWidgets" 37.16 +BUILD_DEPENDS="wxWidgets-dev xorg-libXdmcp-dev xorg-libXau-dev expat-dev autoconf automake libtool zip gnome-icon-theme" 37.17 + 37.18 # Rules to configure and make the package. 37.19 compile_rules() 37.20 { 37.21 @@ -32,13 +34,13 @@ 37.22 genpkg_rules() 37.23 { 37.24 mkdir -p $fs/usr/lib $fs/usr/share 37.25 - cp -a $_pkg/usr/include $fs/usr 37.26 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 37.27 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 37.28 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 37.29 - cp -a $_pkg/usr/lib/codeblocks $fs/usr/lib 37.30 - cp -a $_pkg/usr/lib/wxSmithContribItems $fs/usr/lib 37.31 - cp -a $_pkg/usr/share/codeblocks $fs/usr/share 37.32 - cp -a $_pkg/usr/share/mime $fs/usr/share 37.33 - cp -a $_pkg/usr/bin $fs/usr 37.34 + cp -a $install/usr/include $fs/usr 37.35 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 37.36 + cp -a $install/usr/lib/*.so* $fs/usr/lib 37.37 + cp -a $install/usr/lib/*.*a $fs/usr/lib 37.38 + cp -a $install/usr/lib/codeblocks $fs/usr/lib 37.39 + cp -a $install/usr/lib/wxSmithContribItems $fs/usr/lib 37.40 + cp -a $install/usr/share/codeblocks $fs/usr/share 37.41 + cp -a $install/usr/share/mime $fs/usr/share 37.42 + cp -a $install/usr/bin $fs/usr 37.43 }
38.1 --- a/coreutils-character/receipt Sat Aug 10 11:35:09 2013 +0000 38.2 +++ b/coreutils-character/receipt Sat Aug 10 13:52:56 2013 +0000 38.3 @@ -5,9 +5,11 @@ 38.4 CATEGORY="system-tools" 38.5 SHORT_DESC="GNU utilities that operate on characters." 38.6 MAINTAINER="rcx@zoominternet.net" 38.7 +LICENSE="GPL3" 38.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 38.9 +WANTED="coreutils" 38.10 + 38.11 DEPENDS="glibc-base" 38.12 -WANTED="coreutils" 38.13 38.14 # Rules to gen a SliTaz package suitable for Tazpkg. 38.15 # 38.16 @@ -18,9 +20,9 @@ 38.17 genpkg_rules() 38.18 { 38.19 mkdir -p $fs/usr/bin 38.20 - cp -a $_pkg/usr/bin/tr $fs/usr/bin 38.21 - cp -a $_pkg/usr/bin/expand $fs/usr/bin 38.22 - cp -a $_pkg/usr/bin/unexpand $fs/usr/bin 38.23 + cp -a $install/usr/bin/tr $fs/usr/bin 38.24 + cp -a $install/usr/bin/expand $fs/usr/bin 38.25 + cp -a $install/usr/bin/unexpand $fs/usr/bin 38.26 } 38.27 38.28 # Pre and post install commands for Tazpkg.
39.1 --- a/coreutils-command/receipt Sat Aug 10 11:35:09 2013 +0000 39.2 +++ b/coreutils-command/receipt Sat Aug 10 13:52:56 2013 +0000 39.3 @@ -5,9 +5,11 @@ 39.4 CATEGORY="system-tools" 39.5 SHORT_DESC="GNU command utilities." 39.6 MAINTAINER="rcx@zoominternet.net" 39.7 +LICENSE="GPL3" 39.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 39.9 +WANTED="coreutils" 39.10 + 39.11 DEPENDS="glibc-base" 39.12 -WANTED="coreutils" 39.13 39.14 # Rules to gen a SliTaz package suitable for Tazpkg. 39.15 # 39.16 @@ -18,17 +20,17 @@ 39.17 genpkg_rules() 39.18 { 39.19 mkdir -p $fs/bin 39.20 - cp -a $_pkg/usr/bin/nice $fs/bin 39.21 - cp -a $_pkg/usr/bin/kill $fs/bin 39.22 - cp -a $_pkg/usr/bin/sleep $fs/bin 39.23 + cp -a $install/usr/bin/nice $fs/bin 39.24 + cp -a $install/usr/bin/kill $fs/bin 39.25 + cp -a $install/usr/bin/sleep $fs/bin 39.26 39.27 mkdir -p $fs/usr/bin 39.28 - cp -a $_pkg/usr/bin/env $fs/usr/bin 39.29 - cp -a $_pkg/usr/bin/nohup $fs/usr/bin 39.30 - cp -a $_pkg/usr/bin/timeout $fs/usr/bin 39.31 + cp -a $install/usr/bin/env $fs/usr/bin 39.32 + cp -a $install/usr/bin/nohup $fs/usr/bin 39.33 + cp -a $install/usr/bin/timeout $fs/usr/bin 39.34 39.35 mkdir -p $fs/usr/sbin 39.36 - cp -a $_pkg/usr/bin/chroot $fs/usr/sbin 39.37 + cp -a $install/usr/bin/chroot $fs/usr/sbin 39.38 } 39.39 39.40 # Pre and post install commands for Tazpkg.
40.1 --- a/coreutils-conditions/receipt Sat Aug 10 11:35:09 2013 +0000 40.2 +++ b/coreutils-conditions/receipt Sat Aug 10 13:52:56 2013 +0000 40.3 @@ -5,9 +5,11 @@ 40.4 CATEGORY="system-tools" 40.5 SHORT_DESC="GNU utilities for conditions." 40.6 MAINTAINER="rcx@zoominternet.net" 40.7 +LICENSE="GPL3" 40.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 40.9 +WANTED="coreutils" 40.10 + 40.11 DEPENDS="glibc-base gmp" 40.12 -WANTED="coreutils" 40.13 40.14 # Rules to gen a SliTaz package suitable for Tazpkg. 40.15 # 40.16 @@ -18,13 +20,13 @@ 40.17 genpkg_rules() 40.18 { 40.19 mkdir -p $fs/bin 40.20 - cp -a $_pkg/usr/bin/false $fs/bin 40.21 - cp -a $_pkg/usr/bin/true $fs/bin 40.22 + cp -a $install/usr/bin/false $fs/bin 40.23 + cp -a $install/usr/bin/true $fs/bin 40.24 40.25 mkdir -p $fs/usr/bin 40.26 - cp -a $_pkg/usr/bin/test $fs/usr/bin 40.27 - cp -a $_pkg/usr/bin/[ $fs/usr/bin 40.28 - cp -a $_pkg/usr/bin/expr $fs/usr/bin 40.29 + cp -a $install/usr/bin/test $fs/usr/bin 40.30 + cp -a $install/usr/bin/[ $fs/usr/bin 40.31 + cp -a $install/usr/bin/expr $fs/usr/bin 40.32 } 40.33 40.34 # Pre and post install commands for Tazpkg.
41.1 --- a/coreutils-context-system/receipt Sat Aug 10 11:35:09 2013 +0000 41.2 +++ b/coreutils-context-system/receipt Sat Aug 10 13:52:56 2013 +0000 41.3 @@ -5,9 +5,11 @@ 41.4 CATEGORY="system-tools" 41.5 SHORT_DESC="GNU utilities related to the system context." 41.6 MAINTAINER="rcx@zoominternet.net" 41.7 +LICENSE="GPL3" 41.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 41.9 +WANTED="coreutils" 41.10 + 41.11 DEPENDS="glibc-base" 41.12 -WANTED="coreutils" 41.13 41.14 # Rules to gen a SliTaz package suitable for Tazpkg. 41.15 # 41.16 @@ -18,14 +20,14 @@ 41.17 genpkg_rules() 41.18 { 41.19 mkdir -p $fs/bin 41.20 - cp -a $_pkg/usr/bin/date $fs/bin 41.21 - cp -a $_pkg/usr/bin/uname $fs/bin 41.22 + cp -a $install/usr/bin/date $fs/bin 41.23 + cp -a $install/usr/bin/uname $fs/bin 41.24 41.25 mkdir -p $fs/usr/bin 41.26 - cp -a $_pkg/usr/bin/chcon $fs/usr/bin 41.27 - cp -a $_pkg/usr/bin/runcon $fs/usr/bin 41.28 - cp -a $_pkg/usr/bin/hostid $fs/usr/bin 41.29 - cp -a $_pkg/usr/bin/uptime $fs/usr/bin 41.30 + cp -a $install/usr/bin/chcon $fs/usr/bin 41.31 + cp -a $install/usr/bin/runcon $fs/usr/bin 41.32 + cp -a $install/usr/bin/hostid $fs/usr/bin 41.33 + cp -a $install/usr/bin/uptime $fs/usr/bin 41.34 } 41.35 41.36 # Pre and post install commands for Tazpkg.
42.1 --- a/coreutils-context-user/receipt Sat Aug 10 11:35:09 2013 +0000 42.2 +++ b/coreutils-context-user/receipt Sat Aug 10 13:52:56 2013 +0000 42.3 @@ -5,9 +5,11 @@ 42.4 CATEGORY="system-tools" 42.5 SHORT_DESC="GNU utilities related to the user context." 42.6 MAINTAINER="rcx@zoominternet.net" 42.7 +LICENSE="GPL3" 42.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 42.9 +WANTED="coreutils" 42.10 + 42.11 DEPENDS="glibc-base" 42.12 -WANTED="coreutils" 42.13 42.14 # Rules to gen a SliTaz package suitable for Tazpkg. 42.15 # 42.16 @@ -18,15 +20,15 @@ 42.17 genpkg_rules() 42.18 { 42.19 mkdir -p $fs/bin 42.20 - cp -a $_pkg/usr/bin/id $fs/bin 42.21 + cp -a $install/usr/bin/id $fs/bin 42.22 42.23 mkdir -p $fs/usr/bin 42.24 - cp -a $_pkg/usr/bin/logname $fs/usr/bin 42.25 - cp -a $_pkg/usr/bin/whoami $fs/usr/bin 42.26 - cp -a $_pkg/usr/bin/groups $fs/usr/bin 42.27 - cp -a $_pkg/usr/bin/pinky $fs/usr/bin 42.28 - cp -a $_pkg/usr/bin/users $fs/usr/bin 42.29 - cp -a $_pkg/usr/bin/who $fs/usr/bin 42.30 + cp -a $install/usr/bin/logname $fs/usr/bin 42.31 + cp -a $install/usr/bin/whoami $fs/usr/bin 42.32 + cp -a $install/usr/bin/groups $fs/usr/bin 42.33 + cp -a $install/usr/bin/pinky $fs/usr/bin 42.34 + cp -a $install/usr/bin/users $fs/usr/bin 42.35 + cp -a $install/usr/bin/who $fs/usr/bin 42.36 } 42.37 42.38 # Pre and post install commands for Tazpkg.
43.1 --- a/coreutils-context-working/receipt Sat Aug 10 11:35:09 2013 +0000 43.2 +++ b/coreutils-context-working/receipt Sat Aug 10 13:52:56 2013 +0000 43.3 @@ -5,9 +5,11 @@ 43.4 CATEGORY="system-tools" 43.5 SHORT_DESC="GNU utilities related to the working context." 43.6 MAINTAINER="rcx@zoominternet.net" 43.7 +LICENSE="GPL3" 43.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 43.9 +WANTED="coreutils" 43.10 + 43.11 DEPENDS="glibc-base" 43.12 -WANTED="coreutils" 43.13 43.14 # Rules to gen a SliTaz package suitable for Tazpkg. 43.15 # 43.16 @@ -18,12 +20,12 @@ 43.17 genpkg_rules() 43.18 { 43.19 mkdir -p $fs/bin 43.20 - cp -a $_pkg/usr/bin/pwd $fs/bin 43.21 - cp -a $_pkg/usr/bin/stty $fs/bin 43.22 - cp -a $_pkg/usr/bin/printenv $fs/bin 43.23 + cp -a $install/usr/bin/pwd $fs/bin 43.24 + cp -a $install/usr/bin/stty $fs/bin 43.25 + cp -a $install/usr/bin/printenv $fs/bin 43.26 43.27 mkdir -p $fs/usr/bin 43.28 - cp -a $_pkg/usr/bin/tty $fs/usr/bin 43.29 + cp -a $install/usr/bin/tty $fs/usr/bin 43.30 } 43.31 43.32 # Pre and post install commands for Tazpkg.
44.1 --- a/coreutils-directory/receipt Sat Aug 10 11:35:09 2013 +0000 44.2 +++ b/coreutils-directory/receipt Sat Aug 10 13:52:56 2013 +0000 44.3 @@ -5,9 +5,11 @@ 44.4 CATEGORY="system-tools" 44.5 SHORT_DESC="GNU utilities that list directories." 44.6 MAINTAINER="rcx@zoominternet.net" 44.7 +LICENSE="GPL3" 44.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 44.9 +WANTED="coreutils" 44.10 + 44.11 DEPENDS="glibc-base libcap acl" 44.12 -WANTED="coreutils" 44.13 44.14 # Rules to gen a SliTaz package suitable for Tazpkg. 44.15 # 44.16 @@ -18,12 +20,12 @@ 44.17 genpkg_rules() 44.18 { 44.19 mkdir -p $fs/bin 44.20 - cp -a $_pkg/usr/bin/ls $fs/bin 44.21 + cp -a $install/usr/bin/ls $fs/bin 44.22 44.23 mkdir -p $fs/usr/bin 44.24 - cp -a $_pkg/usr/bin/dir $fs/usr/bin 44.25 - cp -a $_pkg/usr/bin/vdir $fs/usr/bin 44.26 - cp -a $_pkg/usr/bin/dircolors $fs/usr/bin 44.27 + cp -a $install/usr/bin/dir $fs/usr/bin 44.28 + cp -a $install/usr/bin/vdir $fs/usr/bin 44.29 + cp -a $install/usr/bin/dircolors $fs/usr/bin 44.30 } 44.31 44.32 # Pre and post install commands for Tazpkg.
45.1 --- a/coreutils-disk/receipt Sat Aug 10 11:35:09 2013 +0000 45.2 +++ b/coreutils-disk/receipt Sat Aug 10 13:52:56 2013 +0000 45.3 @@ -5,9 +5,11 @@ 45.4 CATEGORY="system-tools" 45.5 SHORT_DESC="GNU utilities that work with disks." 45.6 MAINTAINER="rcx@zoominternet.net" 45.7 +LICENSE="GPL3" 45.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 45.9 +WANTED="coreutils" 45.10 + 45.11 DEPENDS="glibc-base" 45.12 -WANTED="coreutils" 45.13 45.14 # Rules to gen a SliTaz package suitable for Tazpkg. 45.15 # 45.16 @@ -18,13 +20,13 @@ 45.17 genpkg_rules() 45.18 { 45.19 mkdir -p $fs/bin 45.20 - cp -a $_pkg/usr/bin/df $fs/bin 45.21 - cp -a $_pkg/usr/bin/stat $fs/bin 45.22 - cp -a $_pkg/usr/bin/sync $fs/bin 45.23 + cp -a $install/usr/bin/df $fs/bin 45.24 + cp -a $install/usr/bin/stat $fs/bin 45.25 + cp -a $install/usr/bin/sync $fs/bin 45.26 45.27 mkdir -p $fs/usr/bin 45.28 - cp -a $_pkg/usr/bin/du $fs/usr/bin 45.29 - cp -a $_pkg/usr/bin/truncate $fs/usr/bin 45.30 + cp -a $install/usr/bin/du $fs/usr/bin 45.31 + cp -a $install/usr/bin/truncate $fs/usr/bin 45.32 } 45.33 45.34 # Pre and post install commands for Tazpkg.
46.1 --- a/coreutils-file-attributes/receipt Sat Aug 10 11:35:09 2013 +0000 46.2 +++ b/coreutils-file-attributes/receipt Sat Aug 10 13:52:56 2013 +0000 46.3 @@ -5,9 +5,11 @@ 46.4 CATEGORY="system-tools" 46.5 SHORT_DESC="GNU utilities that change file attributes." 46.6 MAINTAINER="rcx@zoominternet.net" 46.7 +LICENSE="GPL3" 46.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 46.9 +WANTED="coreutils" 46.10 + 46.11 DEPENDS="glibc-base" 46.12 -WANTED="coreutils" 46.13 46.14 # Rules to gen a SliTaz package suitable for Tazpkg. 46.15 # 46.16 @@ -18,10 +20,10 @@ 46.17 genpkg_rules() 46.18 { 46.19 mkdir -p $fs/bin 46.20 - cp -a $_pkg/usr/bin/chown $fs/bin 46.21 - cp -a $_pkg/usr/bin/chgrp $fs/bin 46.22 - cp -a $_pkg/usr/bin/chmod $fs/bin 46.23 - cp -a $_pkg/usr/bin/touch $fs/bin 46.24 + cp -a $install/usr/bin/chown $fs/bin 46.25 + cp -a $install/usr/bin/chgrp $fs/bin 46.26 + cp -a $install/usr/bin/chmod $fs/bin 46.27 + cp -a $install/usr/bin/touch $fs/bin 46.28 } 46.29 46.30 # Pre and post install commands for Tazpkg.
47.1 --- a/coreutils-file-format/receipt Sat Aug 10 11:35:09 2013 +0000 47.2 +++ b/coreutils-file-format/receipt Sat Aug 10 13:52:56 2013 +0000 47.3 @@ -5,9 +5,11 @@ 47.4 CATEGORY="system-tools" 47.5 SHORT_DESC="GNU utilities that format file contents." 47.6 MAINTAINER="rcx@zoominternet.net" 47.7 +LICENSE="GPL3" 47.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 47.9 +WANTED="coreutils" 47.10 + 47.11 DEPENDS="glibc-base" 47.12 -WANTED="coreutils" 47.13 47.14 # Rules to gen a SliTaz package suitable for Tazpkg. 47.15 # 47.16 @@ -18,9 +20,9 @@ 47.17 genpkg_rules() 47.18 { 47.19 mkdir -p $fs/usr/bin 47.20 - cp -a $_pkg/usr/bin/fmt $fs/usr/bin 47.21 - cp -a $_pkg/usr/bin/pr $fs/usr/bin 47.22 - cp -a $_pkg/usr/bin/fold $fs/usr/bin 47.23 + cp -a $install/usr/bin/fmt $fs/usr/bin 47.24 + cp -a $install/usr/bin/pr $fs/usr/bin 47.25 + cp -a $install/usr/bin/fold $fs/usr/bin 47.26 } 47.27 47.28 # Pre and post install commands for Tazpkg.
48.1 --- a/coreutils-file-output-full/receipt Sat Aug 10 11:35:09 2013 +0000 48.2 +++ b/coreutils-file-output-full/receipt Sat Aug 10 13:52:56 2013 +0000 48.3 @@ -5,9 +5,11 @@ 48.4 CATEGORY="system-tools" 48.5 SHORT_DESC="GNU utilities that output entire files." 48.6 MAINTAINER="rcx@zoominternet.net" 48.7 +LICENSE="GPL3" 48.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 48.9 +WANTED="coreutils" 48.10 + 48.11 DEPENDS="glibc-base" 48.12 -WANTED="coreutils" 48.13 48.14 # Rules to gen a SliTaz package suitable for Tazpkg. 48.15 # 48.16 @@ -18,13 +20,13 @@ 48.17 genpkg_rules() 48.18 { 48.19 mkdir -p $fs/bin 48.20 - cp -a $_pkg/usr/bin/cat $fs/bin 48.21 + cp -a $install/usr/bin/cat $fs/bin 48.22 48.23 mkdir -p $fs/usr/bin 48.24 - cp -a $_pkg/usr/bin/tac $fs/usr/bin 48.25 - cp -a $_pkg/usr/bin/nl $fs/usr/bin 48.26 - cp -a $_pkg/usr/bin/od $fs/usr/bin 48.27 - cp -a $_pkg/usr/bin/base64 $fs/usr/bin 48.28 + cp -a $install/usr/bin/tac $fs/usr/bin 48.29 + cp -a $install/usr/bin/nl $fs/usr/bin 48.30 + cp -a $install/usr/bin/od $fs/usr/bin 48.31 + cp -a $install/usr/bin/base64 $fs/usr/bin 48.32 } 48.33 48.34 # Pre and post install commands for Tazpkg.
49.1 --- a/coreutils-file-output-part/receipt Sat Aug 10 11:35:09 2013 +0000 49.2 +++ b/coreutils-file-output-part/receipt Sat Aug 10 13:52:56 2013 +0000 49.3 @@ -5,9 +5,11 @@ 49.4 CATEGORY="system-tools" 49.5 SHORT_DESC="GNU utilities that output file parts." 49.6 MAINTAINER="rcx@zoominternet.net" 49.7 +LICENSE="GPL3" 49.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 49.9 +WANTED="coreutils" 49.10 + 49.11 DEPENDS="glibc-base" 49.12 -WANTED="coreutils" 49.13 49.14 # Rules to gen a SliTaz package suitable for Tazpkg. 49.15 # 49.16 @@ -18,10 +20,10 @@ 49.17 genpkg_rules() 49.18 { 49.19 mkdir -p $fs/usr/bin 49.20 - cp -a $_pkg/usr/bin/head $fs/usr/bin 49.21 - cp -a $_pkg/usr/bin/tail $fs/usr/bin 49.22 - cp -a $_pkg/usr/bin/split $fs/usr/bin 49.23 - cp -a $_pkg/usr/bin/csplit $fs/usr/bin 49.24 + cp -a $install/usr/bin/head $fs/usr/bin 49.25 + cp -a $install/usr/bin/tail $fs/usr/bin 49.26 + cp -a $install/usr/bin/split $fs/usr/bin 49.27 + cp -a $install/usr/bin/csplit $fs/usr/bin 49.28 } 49.29 49.30 # Pre and post install commands for Tazpkg.
50.1 --- a/coreutils-file-sort/receipt Sat Aug 10 11:35:09 2013 +0000 50.2 +++ b/coreutils-file-sort/receipt Sat Aug 10 13:52:56 2013 +0000 50.3 @@ -5,9 +5,11 @@ 50.4 CATEGORY="system-tools" 50.5 SHORT_DESC="GNU utilities that operate on sorted files." 50.6 MAINTAINER="rcx@zoominternet.net" 50.7 +LICENSE="GPL3" 50.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 50.9 +WANTED="coreutils" 50.10 + 50.11 DEPENDS="glibc-base" 50.12 -WANTED="coreutils" 50.13 50.14 # Rules to gen a SliTaz package suitable for Tazpkg. 50.15 # 50.16 @@ -18,12 +20,12 @@ 50.17 genpkg_rules() 50.18 { 50.19 mkdir -p $fs/usr/bin 50.20 - cp -a $_pkg/usr/bin/sort $fs/usr/bin 50.21 - cp -a $_pkg/usr/bin/shuf $fs/usr/bin 50.22 - cp -a $_pkg/usr/bin/uniq $fs/usr/bin 50.23 - cp -a $_pkg/usr/bin/comm $fs/usr/bin 50.24 - cp -a $_pkg/usr/bin/ptx $fs/usr/bin 50.25 - cp -a $_pkg/usr/bin/tsort $fs/usr/bin 50.26 + cp -a $install/usr/bin/sort $fs/usr/bin 50.27 + cp -a $install/usr/bin/shuf $fs/usr/bin 50.28 + cp -a $install/usr/bin/uniq $fs/usr/bin 50.29 + cp -a $install/usr/bin/comm $fs/usr/bin 50.30 + cp -a $install/usr/bin/ptx $fs/usr/bin 50.31 + cp -a $install/usr/bin/tsort $fs/usr/bin 50.32 } 50.33 50.34 # Pre and post install commands for Tazpkg.
51.1 --- a/coreutils-file-special/receipt Sat Aug 10 11:35:09 2013 +0000 51.2 +++ b/coreutils-file-special/receipt Sat Aug 10 13:52:56 2013 +0000 51.3 @@ -5,9 +5,11 @@ 51.4 CATEGORY="system-tools" 51.5 SHORT_DESC="GNU utilities that work with special file types." 51.6 MAINTAINER="rcx@zoominternet.net" 51.7 +LICENSE="GPL3" 51.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 51.9 +WANTED="coreutils" 51.10 + 51.11 DEPENDS="glibc-base" 51.12 -WANTED="coreutils" 51.13 51.14 # Rules to gen a SliTaz package suitable for Tazpkg. 51.15 # 51.16 @@ -18,17 +20,17 @@ 51.17 genpkg_rules() 51.18 { 51.19 mkdir -p $fs/bin 51.20 - cp -a $_pkg/usr/bin/ln $fs/bin 51.21 - cp -a $_pkg/usr/bin/mkdir $fs/bin 51.22 - cp -a $_pkg/usr/bin/mknod $fs/bin 51.23 - cp -a $_pkg/usr/bin/rmdir $fs/bin 51.24 + cp -a $install/usr/bin/ln $fs/bin 51.25 + cp -a $install/usr/bin/mkdir $fs/bin 51.26 + cp -a $install/usr/bin/mknod $fs/bin 51.27 + cp -a $install/usr/bin/rmdir $fs/bin 51.28 51.29 mkdir -p $fs/usr/bin 51.30 - cp -a $_pkg/usr/bin/link $fs/usr/bin 51.31 - cp -a $_pkg/usr/bin/mkfifo $fs/usr/bin 51.32 - cp -a $_pkg/usr/bin/mktemp $fs/usr/bin 51.33 - cp -a $_pkg/usr/bin/readlink $fs/usr/bin 51.34 - cp -a $_pkg/usr/bin/unlink $fs/usr/bin 51.35 + cp -a $install/usr/bin/link $fs/usr/bin 51.36 + cp -a $install/usr/bin/mkfifo $fs/usr/bin 51.37 + cp -a $install/usr/bin/mktemp $fs/usr/bin 51.38 + cp -a $install/usr/bin/readlink $fs/usr/bin 51.39 + cp -a $install/usr/bin/unlink $fs/usr/bin 51.40 } 51.41 51.42 # Pre and post install commands for Tazpkg.
52.1 --- a/coreutils-file-summarize/receipt Sat Aug 10 11:35:09 2013 +0000 52.2 +++ b/coreutils-file-summarize/receipt Sat Aug 10 13:52:56 2013 +0000 52.3 @@ -5,9 +5,11 @@ 52.4 CATEGORY="system-tools" 52.5 SHORT_DESC="GNU utilities that summarize files." 52.6 MAINTAINER="rcx@zoominternet.net" 52.7 +LICENSE="GPL3" 52.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 52.9 +WANTED="coreutils" 52.10 + 52.11 DEPENDS="glibc-base" 52.12 -WANTED="coreutils" 52.13 52.14 # Rules to gen a SliTaz package suitable for Tazpkg. 52.15 # 52.16 @@ -18,15 +20,15 @@ 52.17 genpkg_rules() 52.18 { 52.19 mkdir -p $fs/usr/bin 52.20 - cp -a $_pkg/usr/bin/wc $fs/usr/bin 52.21 - cp -a $_pkg/usr/bin/sum $fs/usr/bin 52.22 - cp -a $_pkg/usr/bin/cksum $fs/usr/bin 52.23 - cp -a $_pkg/usr/bin/md5sum $fs/usr/bin 52.24 - cp -a $_pkg/usr/bin/sha1sum $fs/usr/bin 52.25 - cp -a $_pkg/usr/bin/sha224sum $fs/usr/bin 52.26 - cp -a $_pkg/usr/bin/sha256sum $fs/usr/bin 52.27 - cp -a $_pkg/usr/bin/sha384sum $fs/usr/bin 52.28 - cp -a $_pkg/usr/bin/sha512sum $fs/usr/bin 52.29 + cp -a $install/usr/bin/wc $fs/usr/bin 52.30 + cp -a $install/usr/bin/sum $fs/usr/bin 52.31 + cp -a $install/usr/bin/cksum $fs/usr/bin 52.32 + cp -a $install/usr/bin/md5sum $fs/usr/bin 52.33 + cp -a $install/usr/bin/sha1sum $fs/usr/bin 52.34 + cp -a $install/usr/bin/sha224sum $fs/usr/bin 52.35 + cp -a $install/usr/bin/sha256sum $fs/usr/bin 52.36 + cp -a $install/usr/bin/sha384sum $fs/usr/bin 52.37 + cp -a $install/usr/bin/sha512sum $fs/usr/bin 52.38 } 52.39 52.40 # Pre and post install commands for Tazpkg.
53.1 --- a/coreutils-line/receipt Sat Aug 10 11:35:09 2013 +0000 53.2 +++ b/coreutils-line/receipt Sat Aug 10 13:52:56 2013 +0000 53.3 @@ -5,9 +5,11 @@ 53.4 CATEGORY="system-tools" 53.5 SHORT_DESC="GNU utilities that operate on fields within a line." 53.6 MAINTAINER="rcx@zoominternet.net" 53.7 +LICENSE="GPL3" 53.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 53.9 +WANTED="coreutils" 53.10 + 53.11 DEPENDS="glibc-base gmp libcap" 53.12 -WANTED="coreutils" 53.13 53.14 # Rules to gen a SliTaz package suitable for Tazpkg. 53.15 # 53.16 @@ -18,9 +20,9 @@ 53.17 genpkg_rules() 53.18 { 53.19 mkdir -p $fs/usr/bin 53.20 - cp -a $_pkg/usr/bin/cut $fs/usr/bin 53.21 - cp -a $_pkg/usr/bin/paste $fs/usr/bin 53.22 - cp -a $_pkg/usr/bin/join $fs/usr/bin 53.23 + cp -a $install/usr/bin/cut $fs/usr/bin 53.24 + cp -a $install/usr/bin/paste $fs/usr/bin 53.25 + cp -a $install/usr/bin/join $fs/usr/bin 53.26 } 53.27 53.28 # Pre and post install commands for Tazpkg.
54.1 --- a/coreutils-numeric/receipt Sat Aug 10 11:35:09 2013 +0000 54.2 +++ b/coreutils-numeric/receipt Sat Aug 10 13:52:56 2013 +0000 54.3 @@ -5,9 +5,11 @@ 54.4 CATEGORY="system-tools" 54.5 SHORT_DESC="GNU numeric utilities." 54.6 MAINTAINER="rcx@zoominternet.net" 54.7 +LICENSE="GPL3" 54.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 54.9 +WANTED="coreutils" 54.10 + 54.11 DEPENDS="glibc-base gmp" 54.12 -WANTED="coreutils" 54.13 54.14 # Rules to gen a SliTaz package suitable for Tazpkg. 54.15 # 54.16 @@ -18,8 +20,8 @@ 54.17 genpkg_rules() 54.18 { 54.19 mkdir -p $fs/usr/bin 54.20 - cp -a $_pkg/usr/bin/factor $fs/usr/bin 54.21 - cp -a $_pkg/usr/bin/seq $fs/usr/bin 54.22 + cp -a $install/usr/bin/factor $fs/usr/bin 54.23 + cp -a $install/usr/bin/seq $fs/usr/bin 54.24 } 54.25 54.26 # Pre and post install commands for Tazpkg.
55.1 --- a/coreutils-operations/receipt Sat Aug 10 11:35:09 2013 +0000 55.2 +++ b/coreutils-operations/receipt Sat Aug 10 13:52:56 2013 +0000 55.3 @@ -5,9 +5,11 @@ 55.4 CATEGORY="system-tools" 55.5 SHORT_DESC="GNU utilities that perform basic operations." 55.6 MAINTAINER="rcx@zoominternet.net" 55.7 +LICENSE="GPL3" 55.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 55.9 +WANTED="coreutils" 55.10 + 55.11 DEPENDS="glibc-base acl" 55.12 -WANTED="coreutils" 55.13 55.14 # Rules to gen a SliTaz package suitable for Tazpkg. 55.15 # 55.16 @@ -18,15 +20,15 @@ 55.17 genpkg_rules() 55.18 { 55.19 mkdir -p $fs/bin 55.20 - #cp -a $_pkg/usr/bin/cp $fs/bin 55.21 - cp -a $_pkg/usr/bin/dd $fs/bin 55.22 - cp -a $_pkg/usr/bin/mv $fs/bin 55.23 - cp -a $_pkg/usr/bin/ln $fs/bin 55.24 - #cp -a $_pkg/usr/bin/rm $fs/bin 55.25 + #cp -a $install/usr/bin/cp $fs/bin 55.26 + cp -a $install/usr/bin/dd $fs/bin 55.27 + cp -a $install/usr/bin/mv $fs/bin 55.28 + cp -a $install/usr/bin/ln $fs/bin 55.29 + #cp -a $install/usr/bin/rm $fs/bin 55.30 55.31 mkdir -p $fs/usr/bin 55.32 - cp -a $_pkg/usr/bin/install $fs/usr/bin 55.33 - cp -a $_pkg/usr/bin/shred $fs/usr/bin 55.34 + cp -a $install/usr/bin/install $fs/usr/bin 55.35 + cp -a $install/usr/bin/shred $fs/usr/bin 55.36 } 55.37 55.38 # Pre and post install commands for Tazpkg.
56.1 --- a/coreutils-path/receipt Sat Aug 10 11:35:09 2013 +0000 56.2 +++ b/coreutils-path/receipt Sat Aug 10 13:52:56 2013 +0000 56.3 @@ -5,9 +5,11 @@ 56.4 CATEGORY="system-tools" 56.5 SHORT_DESC="GNU utilities that perform path manipulation." 56.6 MAINTAINER="rcx@zoominternet.net" 56.7 +LICENSE="GPL3" 56.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 56.9 +WANTED="coreutils" 56.10 + 56.11 DEPENDS="glibc-base" 56.12 -WANTED="coreutils" 56.13 56.14 # Rules to gen a SliTaz package suitable for Tazpkg. 56.15 # 56.16 @@ -18,9 +20,9 @@ 56.17 genpkg_rules() 56.18 { 56.19 mkdir -p $fs/usr/bin 56.20 - cp -a $_pkg/usr/bin/basename $fs/usr/bin 56.21 - cp -a $_pkg/usr/bin/dirname $fs/usr/bin 56.22 - cp -a $_pkg/usr/bin/pathchk $fs/usr/bin 56.23 + cp -a $install/usr/bin/basename $fs/usr/bin 56.24 + cp -a $install/usr/bin/dirname $fs/usr/bin 56.25 + cp -a $install/usr/bin/pathchk $fs/usr/bin 56.26 } 56.27 56.28 # Pre and post install commands for Tazpkg.
57.1 --- a/coreutils-print/receipt Sat Aug 10 11:35:09 2013 +0000 57.2 +++ b/coreutils-print/receipt Sat Aug 10 13:52:56 2013 +0000 57.3 @@ -5,9 +5,11 @@ 57.4 CATEGORY="system-tools" 57.5 SHORT_DESC="GNU utilities that print text." 57.6 MAINTAINER="rcx@zoominternet.net" 57.7 +LICENSE="GPL3" 57.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 57.9 +WANTED="coreutils" 57.10 + 57.11 DEPENDS="glibc-base" 57.12 -WANTED="coreutils" 57.13 57.14 # Rules to gen a SliTaz package suitable for Tazpkg. 57.15 # 57.16 @@ -18,11 +20,11 @@ 57.17 genpkg_rules() 57.18 { 57.19 mkdir -p $fs/bin 57.20 - cp -a $_pkg/usr/bin/echo $fs/bin 57.21 + cp -a $install/usr/bin/echo $fs/bin 57.22 57.23 mkdir -p $fs/usr/bin 57.24 - cp -a $_pkg/usr/bin/printf $fs/usr/bin 57.25 - cp -a $_pkg/usr/bin/yes $fs/usr/bin 57.26 + cp -a $install/usr/bin/printf $fs/usr/bin 57.27 + cp -a $install/usr/bin/yes $fs/usr/bin 57.28 } 57.29 57.30 # Pre and post install commands for Tazpkg.
58.1 --- a/coreutils-redirection/receipt Sat Aug 10 11:35:09 2013 +0000 58.2 +++ b/coreutils-redirection/receipt Sat Aug 10 13:52:56 2013 +0000 58.3 @@ -5,9 +5,11 @@ 58.4 CATEGORY="system-tools" 58.5 SHORT_DESC="GNU utilities that work with disks." 58.6 MAINTAINER="rcx@zoominternet.net" 58.7 +LICENSE="GPL3" 58.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 58.9 +WANTED="coreutils" 58.10 + 58.11 DEPENDS="glibc-base" 58.12 -WANTED="coreutils" 58.13 58.14 # Rules to gen a SliTaz package suitable for Tazpkg. 58.15 # 58.16 @@ -18,7 +20,7 @@ 58.17 genpkg_rules() 58.18 { 58.19 mkdir -p $fs/usr/bin 58.20 - cp -a $_pkg/usr/bin/tee $fs/usr/bin 58.21 + cp -a $install/usr/bin/tee $fs/usr/bin 58.22 } 58.23 58.24 # Pre and post install commands for Tazpkg.
59.1 --- a/coreutils/receipt Sat Aug 10 11:35:09 2013 +0000 59.2 +++ b/coreutils/receipt Sat Aug 10 13:52:56 2013 +0000 59.3 @@ -5,6 +5,7 @@ 59.4 CATEGORY="system-tools" 59.5 SHORT_DESC="Utilities for using and setting the basic system." 59.6 MAINTAINER="pankso@slitaz.org" 59.7 +LICENSE="GPL3" 59.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 59.9 WEB_SITE="http://www.gnu.org/software/coreutils/" 59.10 WGET_URL="ftp://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
60.1 --- a/cpio/receipt Sat Aug 10 11:35:09 2013 +0000 60.2 +++ b/cpio/receipt Sat Aug 10 13:52:56 2013 +0000 60.3 @@ -5,12 +5,14 @@ 60.4 CATEGORY="base-system" 60.5 SHORT_DESC="GNU cpio archiver." 60.6 MAINTAINER="pankso@slitaz.org" 60.7 -DEPENDS="glibc-base" 60.8 -BUILD_DEPENDS="slitaz-toolchain" 60.9 +LICENSE="GPL3" 60.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 60.11 WEB_SITE="http://www.gnu.org/software/cpio/" 60.12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 60.13 60.14 +DEPENDS="glibc-base" 60.15 +BUILD_DEPENDS="slitaz-toolchain" 60.16 + 60.17 # Rules to configure and make the package. 60.18 compile_rules() 60.19 { 60.20 @@ -22,15 +24,15 @@ 60.21 --infodir=/usr/share/info \ 60.22 $CONFIGURE_ARGS && 60.23 make && 60.24 - make DESTDIR=$PWD/_pkg install 60.25 + make DESTDIR=$DESTDIR install 60.26 } 60.27 60.28 # Rules to gen a SliTaz package suitable for Tazpkg. 60.29 genpkg_rules() 60.30 { 60.31 mkdir -p $fs/usr/share/locale 60.32 - cp -a $_pkg/bin $fs 60.33 - cp -a $_pkg/usr/bin $fs/usr 60.34 + cp -a $install/bin $fs 60.35 + cp -a $install/usr/bin $fs/usr 60.36 } 60.37 60.38 # Remove Busybox symlink before installing
61.1 --- a/davfs2/receipt Sat Aug 10 11:35:09 2013 +0000 61.2 +++ b/davfs2/receipt Sat Aug 10 13:52:56 2013 +0000 61.3 @@ -5,12 +5,14 @@ 61.4 CATEGORY="network" 61.5 SHORT_DESC="Remote collaborative authoring of Web resources." 61.6 MAINTAINER="pascal.bellard@slitaz.org" 61.7 +LICENSE="GPL3" 61.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 61.9 WEB_SITE="http://savannah.nongnu.org/projects/$PACKAGE" 61.10 WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL" 61.11 +CONFIG_FILES="/etc/davfs2" 61.12 + 61.13 DEPENDS="openssl libkrb5 krb5 expat neon zlib libcomerr3" 61.14 BUILD_DEPENDS="openssl-dev krb5-dev krb5 expat-dev neon-dev" 61.15 -CONFIG_FILES="/etc/davfs2" 61.16 61.17 # Rules to configure and make the package. 61.18 compile_rules() 61.19 @@ -19,15 +21,15 @@ 61.20 ./configure --prefix=/usr --infodir=/usr/share/info \ 61.21 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 61.22 make && 61.23 - make DESTDIR=$PWD/_pkg install 61.24 + make DESTDIR=$DESTDIR install 61.25 } 61.26 61.27 # Rules to gen a SliTaz package suitable for Tazpkg. 61.28 genpkg_rules() 61.29 { 61.30 mkdir -p $fs/usr 61.31 - cp -a $_pkg/usr/sbin $fs/usr 61.32 - cp -a $_pkg/etc $fs 61.33 + cp -a $install/usr/sbin $fs/usr 61.34 + cp -a $install/etc $fs 61.35 sed -i -e 's/# dav_user/dav_user/' \ 61.36 -e 's/# dav_group/dav_group/' \ 61.37 -e 's/ davfs2 / www /' \
62.1 --- a/ddd/receipt Sat Aug 10 11:35:09 2013 +0000 62.2 +++ b/ddd/receipt Sat Aug 10 13:52:56 2013 +0000 62.3 @@ -5,14 +5,16 @@ 62.4 CATEGORY="development" 62.5 SHORT_DESC="GNU Data Display Debugger, a graphical front-end for command-line debuggers." 62.6 MAINTAINER="rcx@zoominternet.net" 62.7 +LICENSE="GPL3" 62.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 62.9 +WEB_SITE="http://www.gnu.org/software/ddd/" 62.10 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 62.11 +TAGS="debugger" 62.12 + 62.13 DEPENDS="glibc-base gcc-lib-base ncurses freetype zlib util-linux-uuid \ 62.14 xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXaw \ 62.15 xorg-libXdmcp xorg-libXext xorg-libXmu xorg-libXpm xorg-libXt lesstif elfutils" 62.16 BUILD_DEPENDS="gawk lesstif-dev" 62.17 -TARBALL="$PACKAGE-$VERSION.tar.gz" 62.18 -WEB_SITE="http://www.gnu.org/software/ddd/" 62.19 -WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 62.20 -TAGS="debugger" 62.21 62.22 # Rules to configure and make the package. 62.23 compile_rules() 62.24 @@ -32,21 +34,21 @@ 62.25 --includedir=/usr/share/include \ 62.26 $CONFIGURE_ARGS && 62.27 make && 62.28 - make DESTDIR=$PWD/_pkg install 62.29 + make DESTDIR=$DESTDIR install 62.30 } 62.31 62.32 # Rules to gen a SliTaz package suitable for Tazpkg. 62.33 genpkg_rules() 62.34 { 62.35 mkdir -p $fs/usr/share/$PACKAGE-$VERSION 62.36 - cp -a $_pkg/usr/share/$PACKAGE-$VERSION/$PACKAGE $fs/usr/share/$PACKAGE-$VERSION 62.37 - cp -a $_pkg/usr/share/$PACKAGE-$VERSION/themes $fs/usr/share/$PACKAGE-$VERSION 62.38 - cp -a $_pkg/usr/share/$PACKAGE-$VERSION/vsllib $fs/usr/share/$PACKAGE-$VERSION 62.39 - cp -a $_pkg/usr/share/applications $fs/usr/share 62.40 + cp -a $install/usr/share/$PACKAGE-$VERSION/$PACKAGE $fs/usr/share/$PACKAGE-$VERSION 62.41 + cp -a $install/usr/share/$PACKAGE-$VERSION/themes $fs/usr/share/$PACKAGE-$VERSION 62.42 + cp -a $install/usr/share/$PACKAGE-$VERSION/vsllib $fs/usr/share/$PACKAGE-$VERSION 62.43 + cp -a $install/usr/share/applications $fs/usr/share 62.44 62.45 mkdir -p $fs/usr/share/pixmaps 62.46 cp -a $src/icons/ddd.xpm $fs/usr/share/pixmaps 62.47 62.48 - cp -a $_pkg/usr/bin $fs/usr 62.49 + cp -a $install/usr/bin $fs/usr 62.50 } 62.51
63.1 --- a/dillo/receipt Sat Aug 10 11:35:09 2013 +0000 63.2 +++ b/dillo/receipt Sat Aug 10 13:52:56 2013 +0000 63.3 @@ -5,13 +5,15 @@ 63.4 CATEGORY="network" 63.5 SHORT_DESC="Light and fast web browse using FLTK." 63.6 MAINTAINER="pankso@slitaz.org" 63.7 +LICENSE="GPL3" 63.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 63.9 WEB_SITE="http://www.dillo.org/" 63.10 WGET_URL="http://www.dillo.org/download/$TARBALL" 63.11 +TAGS="browser" 63.12 + 63.13 DEPENDS="fltk libpng jpeg zlib openssl xorg-libXi xorg-libXinerama \ 63.14 gcc-lib-base" 63.15 BUILD_DEPENDS="$DEPENDS fltk-dev libpng-dev jpeg-dev zlib-dev" 63.16 -TAGS="browser" 63.17 63.18 # Rules to configure and make the package. 63.19 compile_rules() 63.20 @@ -22,19 +24,19 @@ 63.21 --prefix=/usr \ 63.22 $CONFIGURE_ARGS && 63.23 make && 63.24 - make DESTDIR=$PWD/_pkg install 63.25 + make DESTDIR=$DESTDIR install 63.26 } 63.27 63.28 # Rules to gen a SliTaz package suitable for Tazpkg. 63.29 genpkg_rules() 63.30 { 63.31 mkdir -p $fs/usr/lib 63.32 - cp -a $_pkg/usr/bin $fs/usr 63.33 - cp -a $_pkg/usr/lib/dillo $fs/usr/lib 63.34 + cp -a $install/usr/bin $fs/usr 63.35 + cp -a $install/usr/lib/dillo $fs/usr/lib 63.36 strip -s $fs/usr/lib/dillo/dpi/*/* 63.37 chmod +x $fs/usr/bin/* 63.38 # Config files with custom dillorc to have webhomepage. 63.39 - cp -a $_pkg/etc $fs 63.40 + cp -a $install/etc $fs 63.41 cp -a $stuff/dillorc $fs/etc/dillo 63.42 chown -R root.root $fs 63.43 }
64.1 --- a/emacs-pkg-po-mode/receipt Sat Aug 10 11:35:09 2013 +0000 64.2 +++ b/emacs-pkg-po-mode/receipt Sat Aug 10 13:52:56 2013 +0000 64.3 @@ -5,11 +5,12 @@ 64.4 CATEGORY="development" 64.5 SHORT_DESC="An Emacs major mode for editing or modifying PO files." 64.6 MAINTAINER="domcox@slitaz.org" 64.7 -DEPENDS="emacs" 64.8 -BUILD_DEPENDS="emacs" 64.9 +LICENSE="GPL3" 64.10 WEB_SITE="http://www.gnu.org/software/hello/manual/gettext/PO-Mode.html" 64.11 WANTED="gettext" 64.12 64.13 +DEPENDS="emacs" 64.14 +BUILD_DEPENDS="emacs" 64.15 64.16 # Rules to gen a SliTaz package suitable for Tazpkg. 64.17 genpkg_rules()
65.1 --- a/emacs/receipt Sat Aug 10 11:35:09 2013 +0000 65.2 +++ b/emacs/receipt Sat Aug 10 13:52:56 2013 +0000 65.3 @@ -5,6 +5,13 @@ 65.4 CATEGORY="development" 65.5 SHORT_DESC="The GNU Emacs editor" 65.6 MAINTAINER="domcox@slitaz.org" 65.7 +LICENSE="GPL3" 65.8 +SUGGESTED="alsa-lib" 65.9 +TARBALL="$PACKAGE-$VERSION.tar.xz" 65.10 +WEB_SITE="http://www.gnu.org/software/emacs/" 65.11 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 65.12 +TAGS="text-editor" 65.13 + 65.14 DEPENDS="atk cairo dbus expat freetype fontconfig giflib glib gnutls gtk+ jpeg \ 65.15 libgio libpng librsvg util-linux-uuid ncurses pango tiff xorg-server zlib \ 65.16 librsvg libgsf" 65.17 @@ -12,12 +19,6 @@ 65.18 fontconfig-dev giflib-dev glib-dev gnutls-dev gtk+-dev jpeg-dev libgio-dev \ 65.19 libpng-dev librsvg-dev ncurses-dev pango-dev pkg-config tiff-dev xorg-dev \ 65.20 xorg-dev-proto" 65.21 -SUGGESTED="alsa-lib" 65.22 -TARBALL="$PACKAGE-$VERSION.tar.xz" 65.23 -WEB_SITE="http://www.gnu.org/software/emacs/" 65.24 -WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 65.25 -#WGET_URL="ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-24.2.93.tar.xz" 65.26 -TAGS="text-editor" 65.27 65.28 # Rules to configure and make the package. 65.29 compile_rules() 65.30 @@ -52,12 +53,12 @@ 65.31 echo -n "Copying emacs binary files" 65.32 mkdir -p $fs/usr/bin && \ 65.33 for file in $BIN_FILES; do 65.34 - cp -a $_pkg/usr/bin/$file $fs/usr/bin 65.35 + cp -a $install/usr/bin/$file $fs/usr/bin 65.36 done 65.37 status 65.38 # Lib files 65.39 echo -n "Copying emacs lib files" 65.40 - cp -a $_pkg/usr/lib $fs/usr 65.41 + cp -a $install/usr/lib $fs/usr 65.42 status 65.43 strip -s $fs/usr/lib/$PACKAGE/$VERSION/i486-pc-linux-gnu/* 2> /dev/null 65.44 # lisp files 65.45 @@ -71,16 +72,16 @@ 65.46 for dir in $LISP_DIR; do 65.47 echo -n "Copying $dir files" 65.48 mkdir -p $fs/usr/share/$PACKAGE/$VERSION/$dir && \ 65.49 - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/$dir/*.elc \ 65.50 + cp -a $install/usr/share/$PACKAGE/$VERSION/$dir/*.elc \ 65.51 $fs/usr/share/$PACKAGE/$VERSION/$dir 65.52 - if [ $(ls $_pkg/usr/share/$PACKAGE/$VERSION/$dir/ | \ 65.53 + if [ $(ls $install/usr/share/$PACKAGE/$VERSION/$dir/ | \ 65.54 grep -c \.el$) -gt 0 ]; then 65.55 - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/$dir/*.el \ 65.56 + cp -a $install/usr/share/$PACKAGE/$VERSION/$dir/*.el \ 65.57 $fs/usr/share/$PACKAGE/$VERSION/$dir 65.58 fi 65.59 for file in COPYING README TODO; do 65.60 - if [ -e $_pkg/usr/share/$PACKAGE/$VERSION/$dir/$file ]; then 65.61 - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/$dir/$file \ 65.62 + if [ -e $install/usr/share/$PACKAGE/$VERSION/$dir/$file ]; then 65.63 + cp -a $install/usr/share/$PACKAGE/$VERSION/$dir/$file \ 65.64 $fs/usr/share/$PACKAGE/$VERSION/$dir 65.65 fi 65.66 done 65.67 @@ -91,25 +92,25 @@ 65.68 echo -n "Copying lisp/term files (linux only)" 65.69 mkdir -p $fs/usr/share/$PACKAGE/$VERSION/lisp/term && \ 65.70 for file in $LINUX_TERM; do 65.71 - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/lisp/term/$file \ 65.72 + cp -a $install/usr/share/$PACKAGE/$VERSION/lisp/term/$file \ 65.73 $fs/usr/share/$PACKAGE/$VERSION/lisp/term 65.74 done 65.75 status 65.76 # leim files 65.77 echo -n "Copying leim files" 65.78 mkdir -p $fs/usr/share/$PACKAGE/$VERSION/leim && \ 65.79 - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/leim/*.el \ 65.80 + cp -a $install/usr/share/$PACKAGE/$VERSION/leim/*.el \ 65.81 $fs/usr/share/$PACKAGE/$VERSION/leim 65.82 status 65.83 LEIM_FILES="leim/ja-dic leim/quail" 65.84 for dir in $LEIM_FILES; do 65.85 echo -n "Copying $dir files" 65.86 mkdir -p $fs/usr/share/$PACKAGE/$VERSION/$dir && \ 65.87 - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/$dir/*.elc \ 65.88 + cp -a $install/usr/share/$PACKAGE/$VERSION/$dir/*.elc \ 65.89 $fs/usr/share/$PACKAGE/$VERSION/$dir && \ 65.90 for file in COPYING README TODO; do 65.91 - if [ -e $_pkg/usr/share/$PACKAGE/$VERSION/$dir/$file ]; then 65.92 - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/$dir/$file \ 65.93 + if [ -e $install/usr/share/$PACKAGE/$VERSION/$dir/$file ]; then 65.94 + cp -a $install/usr/share/$PACKAGE/$VERSION/$dir/$file \ 65.95 $fs/usr/share/$PACKAGE/$VERSION/$dir 65.96 fi 65.97 done 65.98 @@ -122,7 +123,7 @@ 65.99 ps-prin1.ps ses-example.ses spook.lines themes yow.lines" 65.100 mkdir -p $fs/usr/share/$PACKAGE/$VERSION/etc && \ 65.101 for file in $CONF_FILES; do 65.102 - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/etc/$file \ 65.103 + cp -a $install/usr/share/$PACKAGE/$VERSION/etc/$file \ 65.104 $fs/usr/share/$PACKAGE/$VERSION/etc 65.105 done 65.106 status 65.107 @@ -134,11 +135,11 @@ 65.108 for dir in $XPM_DIR; do 65.109 echo -n "Copying $dir xpm files" 65.110 mkdir -p $fs/usr/share/$PACKAGE/$VERSION/etc/$dir && \ 65.111 - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/etc/$dir/*.xpm \ 65.112 + cp -a $install/usr/share/$PACKAGE/$VERSION/etc/$dir/*.xpm \ 65.113 $fs/usr/share/$PACKAGE/$VERSION/etc/$dir && \ 65.114 for file in COPYING README TODO; do 65.115 - if [ -e $_pkg/usr/share/$PACKAGE/$VERSION/$dir/$file ]; then 65.116 - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/$dir/$file \ 65.117 + if [ -e $install/usr/share/$PACKAGE/$VERSION/$dir/$file ]; then 65.118 + cp -a $install/usr/share/$PACKAGE/$VERSION/$dir/$file \ 65.119 $fs/usr/share/$PACKAGE/$VERSION/$dir 65.120 fi 65.121 done 65.122 @@ -148,7 +149,7 @@ 65.123 images/tree-widget/default images/tree-widget/folder" 65.124 for dir in $PNG_DIR; do 65.125 echo -n "Copying $dir png files" 65.126 - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/etc/$dir/*.png \ 65.127 + cp -a $install/usr/share/$PACKAGE/$VERSION/etc/$dir/*.png \ 65.128 $fs/usr/share/$PACKAGE/$VERSION/etc/$dir && \ 65.129 status 65.130 done 65.131 @@ -157,13 +158,13 @@ 65.132 SERVICE copying.paper" 65.133 echo -n "Copying License files" 65.134 for file in $GNU_FILES; do 65.135 - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/etc/$file \ 65.136 + cp -a $install/usr/share/$PACKAGE/$VERSION/etc/$file \ 65.137 $fs/usr/share/$PACKAGE/$VERSION/etc 65.138 done 65.139 status 65.140 # Install specific site file 65.141 echo -n "Installing specific SliTaz file" 65.142 - cp -a $_pkg/usr/share/$PACKAGE/$VERSION/site-lisp \ 65.143 + cp -a $install/usr/share/$PACKAGE/$VERSION/site-lisp \ 65.144 $fs/usr/share/$PACKAGE && \ 65.145 mkdir -p $fs/usr/share/$PACKAGE/site-lisp/site-start.d && \ 65.146 cp -a $stuff/default.el $fs/usr/share/$PACKAGE/site-lisp && \ 65.147 @@ -173,8 +174,8 @@ 65.148 # Install desktop files for emacs 65.149 echo -n "Installing emacs menu" 65.150 mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications && \ 65.151 - cp -a $_pkg/usr/share/applications $fs/usr/share/ && \ 65.152 - cp -a $_pkg/usr/share/icons/hicolor/32x32/apps/emacs.png \ 65.153 + cp -a $install/usr/share/applications $fs/usr/share/ && \ 65.154 + cp -a $install/usr/share/icons/hicolor/32x32/apps/emacs.png \ 65.155 $fs/usr/share/pixmaps 65.156 status 65.157 # Use default site-lisp
66.1 --- a/emelfm2/receipt Sat Aug 10 11:35:09 2013 +0000 66.2 +++ b/emelfm2/receipt Sat Aug 10 13:52:56 2013 +0000 66.3 @@ -5,6 +5,7 @@ 66.4 CATEGORY="system-tools" 66.5 SHORT_DESC="GTK powerfull file manager." 66.6 MAINTAINER="pankso@slitaz.org" 66.7 +LICENSE="GPL3" 66.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 66.9 WEB_SITE="http://emelfm2.net/" 66.10 WGET_URL="http://emelfm2.net/rel/$TARBALL"
67.1 --- a/encfs/receipt Sat Aug 10 11:35:09 2013 +0000 67.2 +++ b/encfs/receipt Sat Aug 10 13:52:56 2013 +0000 67.3 @@ -5,15 +5,17 @@ 67.4 CATEGORY="security" 67.5 SHORT_DESC="Encryption filesystem for FUSE." 67.6 MAINTAINER="b1+slitaz@nagel.org" 67.7 +LICENSE="GPL3" 67.8 +TARBALL="$PACKAGE-$VERSION.tgz" 67.9 +WEB_SITE="http://www.arg0.net/encfs" 67.10 +WGET_URL="http://encfs.googlecode.com/files/$TARBALL" 67.11 +TAGS="filesystem" 67.12 + 67.13 DEPENDS="fuse rlog openssl libboost-system libboost-serialization \ 67.14 libboost-filesystem gcc-lib-base" 67.15 BUILD_DEPENDS="fuse fuse-dev rlog rlog-dev openssl-dev libboost-system-dev \ 67.16 libboost-serialization-dev libboost-filesystem-dev \ 67.17 libboost-system libboost-serialization libboost-filesystem" 67.18 -TARBALL="$PACKAGE-$VERSION.tgz" 67.19 -WEB_SITE="http://www.arg0.net/encfs" 67.20 -WGET_URL="http://encfs.googlecode.com/files/$TARBALL" 67.21 -TAGS="filesystem" 67.22 67.23 # Rules to configure and make the package. 67.24 compile_rules() 67.25 @@ -22,13 +24,13 @@ 67.26 cd $src 67.27 ./configure --prefix=/usr $CONFIGURE_ARGS && 67.28 make && 67.29 - make DESTDIR=$src/_pkg install 67.30 + make DESTDIR=$DESTDIR install 67.31 } 67.32 67.33 # Rules to gen a SliTaz package suitable for Tazpkg. 67.34 genpkg_rules() 67.35 { 67.36 mkdir -p $fs/usr/lib 67.37 - cp -a $_pkg/usr/bin $fs/usr 67.38 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 67.39 + cp -a $install/usr/bin $fs/usr 67.40 + cp -a $install/usr/lib/*.so* $fs/usr/lib 67.41 }
68.1 --- a/exfat-utils/receipt Sat Aug 10 11:35:09 2013 +0000 68.2 +++ b/exfat-utils/receipt Sat Aug 10 13:52:56 2013 +0000 68.3 @@ -5,6 +5,7 @@ 68.4 CATEGORY="base-system" 68.5 SHORT_DESC="exFAT file system tools." 68.6 MAINTAINER="pascal.bellard@slitaz.org" 68.7 +LICENSE="GPL3" 68.8 WEB_SITE="http://code.google.com/p/exfat/" 68.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 68.10 WGET_URL="http://exfat.googlecode.com/files/$TARBALL"
69.1 --- a/faenza-icon-theme-emblems/receipt Sat Aug 10 11:35:09 2013 +0000 69.2 +++ b/faenza-icon-theme-emblems/receipt Sat Aug 10 13:52:56 2013 +0000 69.3 @@ -5,7 +5,7 @@ 69.4 CATEGORY="x-window" 69.5 SHORT_DESC="Faenza icon theme (emblems)" 69.6 MAINTAINER="al.bobylev@gmail.com" 69.7 -LICENSE="" 69.8 +LICENSE="GPL3" 69.9 WEB_SITE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228" 69.10 69.11 WANTED="faenza-icon-theme"
70.1 --- a/faenza-icon-theme/receipt Sat Aug 10 11:35:09 2013 +0000 70.2 +++ b/faenza-icon-theme/receipt Sat Aug 10 13:52:56 2013 +0000 70.3 @@ -5,11 +5,13 @@ 70.4 CATEGORY="x-window" 70.5 SHORT_DESC="Faenza icon theme" 70.6 MAINTAINER="al.bobylev@gmail.com" 70.7 -DEPENDS="" 70.8 +LICENSE="GPL3" 70.9 TARBALL="${PACKAGE}_$VERSION.zip" 70.10 WEB_SITE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228" 70.11 WGET_URL="http://dl.dropbox.com/u/9966975/$TARBALL" 70.12 70.13 +DEPENDS="" 70.14 + 70.15 # Rules to gen a SliTaz package suitable for Tazpkg. 70.16 genpkg_rules() 70.17 {
71.1 --- a/findutils/receipt Sat Aug 10 11:35:09 2013 +0000 71.2 +++ b/findutils/receipt Sat Aug 10 13:52:56 2013 +0000 71.3 @@ -5,11 +5,13 @@ 71.4 CATEGORY="utilities" 71.5 SHORT_DESC="GNU utilities and tools to find/locate." 71.6 MAINTAINER="pankso@slitaz.org" 71.7 -DEPENDS="glibc-base slitaz-base-files" 71.8 +LICENSE="GPL3" 71.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 71.10 WEB_SITE="http://www.gnu.org/software/findutils/" 71.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 71.12 71.13 +DEPENDS="glibc-base slitaz-base-files" 71.14 + 71.15 # Rules to configure and make the package. 71.16 compile_rules() 71.17 { 71.18 @@ -22,15 +24,15 @@ 71.19 --mandir=/usr/share/man \ 71.20 $CONFIGURE_ARGS && 71.21 make && 71.22 - make DESTDIR=$PWD/_pkg install 71.23 + make DESTDIR=$DESTDIR install 71.24 } 71.25 71.26 # Rules to gen a SliTaz package suitable for Tazpkg. 71.27 genpkg_rules() 71.28 { 71.29 mkdir -p $fs/usr/bin 71.30 - cp -a $_pkg/usr/bin $fs/usr 71.31 - cp -a $_pkg/usr/lib $fs/usr 71.32 + cp -a $install/usr/bin $fs/usr 71.33 + cp -a $install/usr/lib $fs/usr 71.34 } 71.35 71.36 # Remove Busybox symlink before installing
72.1 --- a/font-manager/receipt Sat Aug 10 11:35:09 2013 +0000 72.2 +++ b/font-manager/receipt Sat Aug 10 13:52:56 2013 +0000 72.3 @@ -5,6 +5,7 @@ 72.4 CATEGORY="utilities" 72.5 SHORT_DESC="A font management application for the GNOME desktop" 72.6 MAINTAINER="al.bobylev@gmail.com" 72.7 +LICENSE="GPL3" 72.8 WEB_SITE="http://code.google.com/p/font-manager/" 72.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 72.10 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
73.1 --- a/fox14/receipt Sat Aug 10 11:35:09 2013 +0000 73.2 +++ b/fox14/receipt Sat Aug 10 13:52:56 2013 +0000 73.3 @@ -15,7 +15,7 @@ 73.4 DEPENDS="libpng jpeg tiff xorg-libXft bzlib mesa libglu-mesa" 73.5 BUILD_DEPENDS="libpng jpeg tiff xorg-libXft bzlib \ 73.6 xorg-libXrender xorg-libXrender-dev fontconfig fontconfig-dev freetype freetype-dev \ 73.7 -libpng-dev jpeg-dev tiff-dev xorg-libXft-dev mesa libglu-mesa expat-dev" 73.8 +libpng-dev jpeg-dev tiff-dev xorg-libXft-dev mesa libglu-mesa expat-dev libxml2-dev" 73.9 73.10 # Rules to configure and make the package. 73.11 compile_rules()
74.1 --- a/freetuxtv/receipt Sat Aug 10 11:35:09 2013 +0000 74.2 +++ b/freetuxtv/receipt Sat Aug 10 13:52:56 2013 +0000 74.3 @@ -5,6 +5,7 @@ 74.4 CATEGORY="network" 74.5 SHORT_DESC="FreetuxTV is a free GTK+ WebTV and Web Radio player for Linux." 74.6 MAINTAINER="pascal.bellard@slitaz.org" 74.7 +LICENSE="GPL3" 74.8 WEB_SITE="http://code.google.com/p/freetuxtv/" 74.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 74.10 WGET_URL="http://freetuxtv.googlecode.com/files/$TARBALL"
75.1 --- a/fuse-exfat/receipt Sat Aug 10 11:35:09 2013 +0000 75.2 +++ b/fuse-exfat/receipt Sat Aug 10 13:52:56 2013 +0000 75.3 @@ -5,6 +5,7 @@ 75.4 CATEGORY="base-system" 75.5 SHORT_DESC="Full-featured exFAT file system implementation." 75.6 MAINTAINER="pascal.bellard@slitaz.org" 75.7 +LICENSE="GPL3" 75.8 WEB_SITE="http://code.google.com/p/exfat/" 75.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 75.10 WGET_URL="http://exfat.googlecode.com/files/$TARBALL"
76.1 --- a/gadmin-antivirus/receipt Sat Aug 10 11:35:09 2013 +0000 76.2 +++ b/gadmin-antivirus/receipt Sat Aug 10 13:52:56 2013 +0000 76.3 @@ -5,7 +5,7 @@ 76.4 CATEGORY="x-window" 76.5 SHORT_DESC="GTK+ configuration tool for ClamAV." 76.6 MAINTAINER="pascal.bellard@slitaz.org" 76.7 -LICENSE="GPL" 76.8 +LICENSE="GPL3" 76.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 76.10 WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" 76.11 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
77.1 --- a/gadmin-bind/receipt Sat Aug 10 11:35:09 2013 +0000 77.2 +++ b/gadmin-bind/receipt Sat Aug 10 13:52:56 2013 +0000 77.3 @@ -5,7 +5,7 @@ 77.4 CATEGORY="x-window" 77.5 SHORT_DESC="GTK+ configuration tool for bind9." 77.6 MAINTAINER="pascal.bellard@slitaz.org" 77.7 -LICENSE="GPL" 77.8 +LICENSE="GPL3" 77.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 77.10 WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" 77.11 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
78.1 --- a/gadmin-dhcpd/receipt Sat Aug 10 11:35:09 2013 +0000 78.2 +++ b/gadmin-dhcpd/receipt Sat Aug 10 13:52:56 2013 +0000 78.3 @@ -5,7 +5,7 @@ 78.4 CATEGORY="x-window" 78.5 SHORT_DESC="GTK+ configuration tool for DHCPD." 78.6 MAINTAINER="pascal.bellard@slitaz.org" 78.7 -LICENSE="GPL" 78.8 +LICENSE="GPL3" 78.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 78.10 WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" 78.11 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
79.1 --- a/gadmin-httpd/receipt Sat Aug 10 11:35:09 2013 +0000 79.2 +++ b/gadmin-httpd/receipt Sat Aug 10 13:52:56 2013 +0000 79.3 @@ -5,7 +5,7 @@ 79.4 CATEGORY="x-window" 79.5 SHORT_DESC="GTK+ configuration tool for Apache." 79.6 MAINTAINER="pascal.bellard@slitaz.org" 79.7 -LICENSE="GPL" 79.8 +LICENSE="GPL3" 79.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 79.10 WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" 79.11 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
80.1 --- a/gadmin-openvpn-client/receipt Sat Aug 10 11:35:09 2013 +0000 80.2 +++ b/gadmin-openvpn-client/receipt Sat Aug 10 13:52:56 2013 +0000 80.3 @@ -5,7 +5,7 @@ 80.4 CATEGORY="x-window" 80.5 SHORT_DESC="GTK+ configuration tool for OpenVPN (client)." 80.6 MAINTAINER="pascal.bellard@slitaz.org" 80.7 -LICENSE="GPL" 80.8 +LICENSE="GPL3" 80.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 80.10 WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" 80.11 WGET_URL="http://dalalven.dtdns.net/linux/gadmin-openvpn/client/$TARBALL"
81.1 --- a/gadmin-openvpn-server/receipt Sat Aug 10 11:35:09 2013 +0000 81.2 +++ b/gadmin-openvpn-server/receipt Sat Aug 10 13:52:56 2013 +0000 81.3 @@ -5,7 +5,7 @@ 81.4 CATEGORY="x-window" 81.5 SHORT_DESC="GTK+ configuration tool for OpenVPN (server)." 81.6 MAINTAINER="pascal.bellard@slitaz.org" 81.7 -LICENSE="GPL" 81.8 +LICENSE="GPL3" 81.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 81.10 WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" 81.11 WGET_URL="http://dalalven.dtdns.net/linux/gadmin-openvpn/server/$TARBALL"
82.1 --- a/gadmin-proftpd/receipt Sat Aug 10 11:35:09 2013 +0000 82.2 +++ b/gadmin-proftpd/receipt Sat Aug 10 13:52:56 2013 +0000 82.3 @@ -5,7 +5,7 @@ 82.4 CATEGORY="x-window" 82.5 SHORT_DESC="GTK+ configuration tool for ProFTPd." 82.6 MAINTAINER="pascal.bellard@slitaz.org" 82.7 -LICENSE="GPL" 82.8 +LICENSE="GPL3" 82.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 82.10 WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" 82.11 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
83.1 --- a/gadmin-rsync/receipt Sat Aug 10 11:35:09 2013 +0000 83.2 +++ b/gadmin-rsync/receipt Sat Aug 10 13:52:56 2013 +0000 83.3 @@ -5,7 +5,7 @@ 83.4 CATEGORY="x-window" 83.5 SHORT_DESC="GTK+ configuration tool for rsync." 83.6 MAINTAINER="pascal.bellard@slitaz.org" 83.7 -LICENSE="GPL" 83.8 +LICENSE="GPL3" 83.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 83.10 WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" 83.11 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
84.1 --- a/gadmin-samba/receipt Sat Aug 10 11:35:09 2013 +0000 84.2 +++ b/gadmin-samba/receipt Sat Aug 10 13:52:56 2013 +0000 84.3 @@ -5,7 +5,7 @@ 84.4 CATEGORY="x-window" 84.5 SHORT_DESC="GTK+ configuration tool for SAMBA." 84.6 MAINTAINER="pascal.bellard@slitaz.org" 84.7 -LICENSE="GPL" 84.8 +LICENSE="GPL3" 84.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 84.10 WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" 84.11 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
85.1 --- a/gadmin-sendmail/receipt Sat Aug 10 11:35:09 2013 +0000 85.2 +++ b/gadmin-sendmail/receipt Sat Aug 10 13:52:56 2013 +0000 85.3 @@ -5,7 +5,7 @@ 85.4 CATEGORY="x-window" 85.5 SHORT_DESC="GTK+ configuration tool for sendmail." 85.6 MAINTAINER="pascal.bellard@slitaz.org" 85.7 -LICENSE="GPL" 85.8 +LICENSE="GPL3" 85.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 85.10 WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" 85.11 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
86.1 --- a/gadmin-squid/receipt Sat Aug 10 11:35:09 2013 +0000 86.2 +++ b/gadmin-squid/receipt Sat Aug 10 13:52:56 2013 +0000 86.3 @@ -5,7 +5,7 @@ 86.4 CATEGORY="x-window" 86.5 SHORT_DESC="GTK+ configuration tool for SQUID." 86.6 MAINTAINER="pascal.bellard@slitaz.org" 86.7 -LICENSE="GPL" 86.8 +LICENSE="GPL3" 86.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 86.10 WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" 86.11 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
87.1 --- a/gadmin-sshd/receipt Sat Aug 10 11:35:09 2013 +0000 87.2 +++ b/gadmin-sshd/receipt Sat Aug 10 13:52:56 2013 +0000 87.3 @@ -5,7 +5,7 @@ 87.4 CATEGORY="x-window" 87.5 SHORT_DESC="GTK+ configuration tool for SSH." 87.6 MAINTAINER="pascal.bellard@slitaz.org" 87.7 -LICENSE="GPL" 87.8 +LICENSE="GPL3" 87.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 87.10 WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" 87.11 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
88.1 --- a/gadmintools/receipt Sat Aug 10 11:35:09 2013 +0000 88.2 +++ b/gadmintools/receipt Sat Aug 10 13:52:56 2013 +0000 88.3 @@ -5,7 +5,7 @@ 88.4 CATEGORY="meta" 88.5 SHORT_DESC="GTK+ configuration tools." 88.6 MAINTAINER="pascal.bellard@slitaz.org" 88.7 -LICENSE="GPL" 88.8 +LICENSE="GPL3" 88.9 WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" 88.10 88.11 DEPENDS="gadmin-bind gadmin-openvpn-client gadmin-openvpn-server \
89.1 --- a/gajim/receipt Sat Aug 10 11:35:09 2013 +0000 89.2 +++ b/gajim/receipt Sat Aug 10 13:52:56 2013 +0000 89.3 @@ -5,6 +5,7 @@ 89.4 CATEGORY="network" 89.5 SHORT_DESC="Gtk Jabber client." 89.6 MAINTAINER="rocky@slitaz.org" 89.7 +LICENCE="GPL3" 89.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 89.9 WEB_SITE="http://www.gajim.org/" 89.10 WGET_URL="http://www.gajim.org/downloads/${VERSION%.*}/$TARBALL" 89.11 @@ -25,9 +26,9 @@ 89.12 genpkg_rules() 89.13 { 89.14 mkdir -p $fs/usr/share/pixmaps 89.15 - cp -a $_pkg/usr/bin $fs/usr 89.16 - cp -a $_pkg/usr/share/gajim $fs/usr/share 89.17 - cp -a $_pkg/usr/share/icons/hicolor/64x64/apps/gajim.png $fs/usr/share/pixmaps 89.18 - cp -a $_pkg/usr/share/applications $fs/usr/share 89.19 + cp -a $install/usr/bin $fs/usr 89.20 + cp -a $install/usr/share/gajim $fs/usr/share 89.21 + cp -a $install/usr/share/icons/hicolor/64x64/apps/gajim.png $fs/usr/share/pixmaps 89.22 + cp -a $install/usr/share/applications $fs/usr/share 89.23 chmod +x $fs/usr/bin/* 89.24 }
90.1 --- a/gaupol/receipt Sat Aug 10 11:35:09 2013 +0000 90.2 +++ b/gaupol/receipt Sat Aug 10 13:52:56 2013 +0000 90.3 @@ -5,9 +5,11 @@ 90.4 CATEGORY="multimedia" 90.5 SHORT_DESC="Gaupol is an editor for text-based subtitle files." 90.6 MAINTAINER="claudinei@slitaz.org" 90.7 +LICENCE="GPL3" 90.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 90.9 WEB_SITE="http://home.gna.org/gaupol" 90.10 WGET_URL="http://download.gna.org/$PACKAGE/$VERSION/$TARBALL" 90.11 + 90.12 DEPENDS="python pygtk" 90.13 SUGGESTED="mplayer" 90.14 BUILD_DEPENDS="python-dev intltool gettext"
91.1 --- a/gavl-dev/receipt Sat Aug 10 11:35:09 2013 +0000 91.2 +++ b/gavl-dev/receipt Sat Aug 10 13:52:56 2013 +0000 91.3 @@ -4,6 +4,7 @@ 91.4 VERSION="1.4.0" 91.5 CATEGORY="development" 91.6 MAINTAINER="jozee@slitaz.org" 91.7 +LICENCE="GPL3" 91.8 SHORT_DESC="gavl devel files" 91.9 WEB_SITE="http://gmerlin.sourceforge.net/" 91.10 WANTED="gavl"
92.1 --- a/gavl/receipt Sat Aug 10 11:35:09 2013 +0000 92.2 +++ b/gavl/receipt Sat Aug 10 13:52:56 2013 +0000 92.3 @@ -4,6 +4,7 @@ 92.4 VERSION="1.4.0" 92.5 CATEGORY="multimedia" 92.6 MAINTAINER="jozee@slitaz.org" 92.7 +LICENCE="GPL3" 92.8 SHORT_DESC="A low level library, upon which multimedia APIs can be built." 92.9 WEB_SITE="http://gmerlin.sourceforge.net/" 92.10 TARBALL="$PACKAGE-$VERSION.tar.gz"
93.1 --- a/gawk/receipt Sat Aug 10 11:35:09 2013 +0000 93.2 +++ b/gawk/receipt Sat Aug 10 13:52:56 2013 +0000 93.3 @@ -5,6 +5,7 @@ 93.4 CATEGORY="development" 93.5 SHORT_DESC="GNU awk to handle simple data-reformatting." 93.6 MAINTAINER="pankso@slitaz.org" 93.7 +LICENCE="GPL3" 93.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 93.9 WEB_SITE="http://www.gnu.org/software/gawk/" 93.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 93.11 @@ -32,10 +33,10 @@ 93.12 genpkg_rules() 93.13 { 93.14 mkdir -p $fs/usr/share/locale 93.15 - cp -a $_pkg/usr/bin $fs/usr 93.16 + cp -a $install/usr/bin $fs/usr 93.17 93.18 - cp -a $_pkg/usr/share/awk $fs/usr/share 93.19 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 93.20 + cp -a $install/usr/share/awk $fs/usr/share 93.21 + cp -a $install/usr/share/locale/fr $fs/usr/share/locale 93.22 } 93.23 93.24 # Pre and post install commands for Tazpkg.
94.1 --- a/gdbm-dev/receipt Sat Aug 10 11:35:09 2013 +0000 94.2 +++ b/gdbm-dev/receipt Sat Aug 10 13:52:56 2013 +0000 94.3 @@ -5,6 +5,7 @@ 94.4 CATEGORY="development" 94.5 SHORT_DESC="GNU database indexing library development files." 94.6 MAINTAINER="pascal.bellard@slitaz.org" 94.7 +LICENSE="GPL3" 94.8 WEB_SITE="http://www.gnu.org/software/gdbm" 94.9 WANTED="gdbm" 94.10 94.11 @@ -12,7 +13,7 @@ 94.12 genpkg_rules() 94.13 { 94.14 mkdir -p $fs/usr/lib 94.15 - cp -a $_pkg/usr/lib/*.a $fs/usr/lib 94.16 - cp -a $_pkg/usr/include $fs/usr 94.17 + cp -a $install/usr/lib/*.a $fs/usr/lib 94.18 + cp -a $install/usr/include $fs/usr 94.19 } 94.20
95.1 --- a/gdbm/receipt Sat Aug 10 11:35:09 2013 +0000 95.2 +++ b/gdbm/receipt Sat Aug 10 13:52:56 2013 +0000 95.3 @@ -5,6 +5,7 @@ 95.4 CATEGORY="misc" 95.5 SHORT_DESC="GNU database indexing library." 95.6 MAINTAINER="pascal.bellard@slitaz.org" 95.7 +LICENSE="GPL3" 95.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 95.9 WEB_SITE="http://www.gnu.org/software/gdbm" 95.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 95.11 @@ -27,6 +28,6 @@ 95.12 genpkg_rules() 95.13 { 95.14 mkdir -p $fs/usr/lib 95.15 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 95.16 + cp -a $install/usr/lib/*.so* $fs/usr/lib 95.17 } 95.18
96.1 --- a/gegl-dev/receipt Sat Aug 10 11:35:09 2013 +0000 96.2 +++ b/gegl-dev/receipt Sat Aug 10 13:52:56 2013 +0000 96.3 @@ -5,10 +5,12 @@ 96.4 CATEGORY="development" 96.5 SHORT_DESC="Generic Graphics Library dev files" 96.6 MAINTAINER="erjo@slitaz.org" 96.7 -DEPENDS="gegl" 96.8 +LICENSE="GPL3" 96.9 WEB_SITE="http://gegl.org/" 96.10 WANTED="gegl" 96.11 96.12 +DEPENDS="gegl" 96.13 + 96.14 # Rules to gen a SliTaz package suitable for Tazpkg. 96.15 genpkg_rules() 96.16 {
97.1 --- a/gegl/receipt Sat Aug 10 11:35:09 2013 +0000 97.2 +++ b/gegl/receipt Sat Aug 10 13:52:56 2013 +0000 97.3 @@ -5,6 +5,7 @@ 97.4 CATEGORY="system-tools" 97.5 SHORT_DESC="Generic Graphics Library" 97.6 MAINTAINER="erjo@slitaz.org" 97.7 +LICENSE="GPL3" 97.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 97.9 WEB_SITE="http://gegl.org/" 97.10 WGET_URL="ftp://ftp.gimp.org/pub/$PACKAGE/${VERSION%.*}/$TARBALL"
98.1 --- a/giac/receipt Sat Aug 10 11:35:09 2013 +0000 98.2 +++ b/giac/receipt Sat Aug 10 13:52:56 2013 +0000 98.3 @@ -5,6 +5,7 @@ 98.4 CATEGORY="misc" 98.5 SHORT_DESC="Giac/Xcas is a free computer algebra system" 98.6 MAINTAINER="al.bobylev@gmail.com" 98.7 +LICENCE="GPL3" 98.8 WEB_SITE="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html" 98.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 98.10 WGET_URL="http://www-fourier.ujf-grenoble.fr/~parisse/giac/giac_frozen.tgz"
99.1 --- a/gimp-brushes/receipt Sat Aug 10 11:35:09 2013 +0000 99.2 +++ b/gimp-brushes/receipt Sat Aug 10 13:52:56 2013 +0000 99.3 @@ -5,10 +5,12 @@ 99.4 CATEGORY="graphics" 99.5 SHORT_DESC="Gimp brushes set." 99.6 MAINTAINER="pankso@slitaz.org" 99.7 -DEPENDS="gimp" 99.8 +LICENCE="GPL3" 99.9 WANTED="gimp" 99.10 WEB_SITE="http://www.gimp.org/" 99.11 99.12 +DEPENDS="gimp" 99.13 + 99.14 # Rules to gen a SliTaz package suitable for Tazpkg. 99.15 genpkg_rules() 99.16 {
100.1 --- a/gimp-console/receipt Sat Aug 10 11:35:09 2013 +0000 100.2 +++ b/gimp-console/receipt Sat Aug 10 13:52:56 2013 +0000 100.3 @@ -5,10 +5,12 @@ 100.4 CATEGORY="graphics" 100.5 SHORT_DESC="The GIMP console." 100.6 MAINTAINER="pankso@slitaz.org" 100.7 -DEPENDS="babl pango cairo gimp glib xorg-libX11 xorg-libXau" 100.8 +LICENCE="GPL3" 100.9 WANTED="gimp" 100.10 WEB_SITE="http://www.gimp.org/" 100.11 100.12 +DEPENDS="babl pango cairo gimp glib xorg-libX11 xorg-libXau" 100.13 + 100.14 # Rules to gen a SliTaz package suitable for Tazpkg. 100.15 genpkg_rules() 100.16 {
101.1 --- a/gimp-dev/receipt Sat Aug 10 11:35:09 2013 +0000 101.2 +++ b/gimp-dev/receipt Sat Aug 10 13:52:56 2013 +0000 101.3 @@ -5,10 +5,12 @@ 101.4 CATEGORY="development" 101.5 SHORT_DESC="Gnu Image Manipulation Program or GIMP devel files." 101.6 MAINTAINER="pankso@slitaz.org" 101.7 -DEPENDS="gimp" 101.8 +LICENCE="GPL3" 101.9 WANTED="gimp" 101.10 WEB_SITE="http://www.gimp.org/" 101.11 101.12 +DEPENDS="gimp" 101.13 + 101.14 # Rules to gen a SliTaz package suitable for Tazpkg. 101.15 genpkg_rules() 101.16 {
102.1 --- a/gimp-plug-ins/receipt Sat Aug 10 11:35:09 2013 +0000 102.2 +++ b/gimp-plug-ins/receipt Sat Aug 10 13:52:56 2013 +0000 102.3 @@ -5,6 +5,7 @@ 102.4 CATEGORY="graphics" 102.5 SHORT_DESC="The GIMP image editor plug-ins suite for advanced users." 102.6 MAINTAINER="pankso@slitaz.org" 102.7 +LICENCE="GPL3" 102.8 WANTED="gimp" 102.9 WEB_SITE="http://www.gimp.org/" 102.10
103.1 --- a/gimp/receipt Sat Aug 10 11:35:09 2013 +0000 103.2 +++ b/gimp/receipt Sat Aug 10 13:52:56 2013 +0000 103.3 @@ -5,6 +5,7 @@ 103.4 CATEGORY="graphics" 103.5 SHORT_DESC="Gnu Image Manipulation Program or GIMP!" 103.6 MAINTAINER="pankso@slitaz.org" 103.7 +LICENCE="GPL3" 103.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 103.9 WEB_SITE="http://www.gimp.org/" 103.10 WGET_URL="ftp://ftp.gimp.org/pub/gimp/v2.8/$TARBALL"
104.1 --- a/gmerlin/receipt Sat Aug 10 11:35:09 2013 +0000 104.2 +++ b/gmerlin/receipt Sat Aug 10 13:52:56 2013 +0000 104.3 @@ -5,6 +5,7 @@ 104.4 CATEGORY="multimedia" 104.5 SHORT_DESC="Gmerlin is a multimedia architecture for linux." 104.6 MAINTAINER="pankso@slitaz.org" 104.7 +LICENCE="GPL3" 104.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 104.9 WEB_SITE="http://gmerlin.sourceforge.net/" 104.10 WGET_URL="$SF_MIRROR/project/gmerlin/gmerlin/$VERSION/$TARBALL"
105.1 --- a/gmime/receipt Sat Aug 10 11:35:09 2013 +0000 105.2 +++ b/gmime/receipt Sat Aug 10 13:52:56 2013 +0000 105.3 @@ -22,7 +22,7 @@ 105.4 --disable-mono \ 105.5 --disable-static \ 105.6 --build=$HOST_SYSTEM \ 105.7 - --host=$HOST_SYSTEM && 105.8 + --host=$HOST_SYSTEM 2>&1 | grep -v "can't remove" && 105.9 make && make DESTDIR=$DESTDIR install 105.10 } 105.11
106.1 --- a/gmp-dev/receipt Sat Aug 10 11:35:09 2013 +0000 106.2 +++ b/gmp-dev/receipt Sat Aug 10 13:52:56 2013 +0000 106.3 @@ -5,6 +5,7 @@ 106.4 CATEGORY="development" 106.5 SHORT_DESC="GNU Multiple Precision Arithmetic devel files." 106.6 MAINTAINER="pankso@slitaz.org" 106.7 +LICENCE="GPL3" 106.8 WANTED="gmp" 106.9 WEB_SITE="http://gmplib.org/" 106.10
107.1 --- a/gmp/receipt Sat Aug 10 11:35:09 2013 +0000 107.2 +++ b/gmp/receipt Sat Aug 10 13:52:56 2013 +0000 107.3 @@ -5,6 +5,7 @@ 107.4 CATEGORY="development" 107.5 SHORT_DESC="GNU Multiple Precision Arithmetic Library." 107.6 MAINTAINER="pankso@slitaz.org" 107.7 +LICENCE="GPL3" 107.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 107.9 WEB_SITE="http://gmplib.org/" 107.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
108.1 --- a/gnucash/receipt Sat Aug 10 11:35:09 2013 +0000 108.2 +++ b/gnucash/receipt Sat Aug 10 13:52:56 2013 +0000 108.3 @@ -5,7 +5,7 @@ 108.4 CATEGORY="office" 108.5 SHORT_DESC="Financial-accounting software" 108.6 MAINTAINER="domcox@slitaz.org" 108.7 -LICENSE="GPL" 108.8 +LICENSE="GPL3" 108.9 WEB_SITE="http://www.gnucash.org" 108.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 108.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
109.1 --- a/gnuchess/receipt Sat Aug 10 11:35:09 2013 +0000 109.2 +++ b/gnuchess/receipt Sat Aug 10 13:52:56 2013 +0000 109.3 @@ -5,6 +5,7 @@ 109.4 CATEGORY="games" 109.5 SHORT_DESC="GNU Chess lets most modern computers play a full game of chess." 109.6 MAINTAINER="pascal.bellard@slitaz.org" 109.7 +LICENSE="GPL3" 109.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 109.9 WEB_SITE="http://www.gnu.org/software/chess/chess.html" 109.10 WGET_URL="$GNU_MIRROR/chess/$TARBALL" 109.11 @@ -28,5 +29,5 @@ 109.12 # Rules to gen a SliTaz package suitable for Tazpkg. 109.13 genpkg_rules() 109.14 { 109.15 - cp -a $_pkg/usr $fs 109.16 + cp -a $install/usr $fs 109.17 }
110.1 --- a/gnupg/receipt Sat Aug 10 11:35:09 2013 +0000 110.2 +++ b/gnupg/receipt Sat Aug 10 13:52:56 2013 +0000 110.3 @@ -5,6 +5,7 @@ 110.4 CATEGORY="security" 110.5 SHORT_DESC="Free implementation of the OpenPGP." 110.6 MAINTAINER="pankso@slitaz.org" 110.7 +LICENSE="GPL3" 110.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 110.9 WEB_SITE="http://www.gnupg.org/" 110.10 WGET_URL="ftp://ftp.gnupg.org/gcrypt/gnupg/$TARBALL" 110.11 @@ -29,10 +30,10 @@ 110.12 genpkg_rules() 110.13 { 110.14 mkdir -p $fs/usr/share 110.15 - cp -a $_pkg/usr/bin $fs/usr 110.16 - cp -a $_pkg/usr/lib $fs/usr 110.17 + cp -a $install/usr/bin $fs/usr 110.18 + cp -a $install/usr/lib $fs/usr 110.19 ln -sf gpg2 $fs/usr/bin/gpg 110.20 - cp -a $_pkg/usr/share/gnupg $fs/usr/share 110.21 + cp -a $install/usr/share/gnupg $fs/usr/share 110.22 # Chmod for gnup-zip 110.23 chmod 755 $fs/usr/bin/* 110.24 }
111.1 --- a/gnustep-back/receipt Sat Aug 10 11:35:09 2013 +0000 111.2 +++ b/gnustep-back/receipt Sat Aug 10 13:52:56 2013 +0000 111.3 @@ -5,6 +5,7 @@ 111.4 CATEGORY="x-window" 111.5 SHORT_DESC="GNUstep Generic back-end." 111.6 MAINTAINER="pankso@slitaz.org" 111.7 +LICENSE="GPL3" 111.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 111.9 WEB_SITE="http://www.gnustep.org/" 111.10 WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL" 111.11 @@ -29,6 +30,6 @@ 111.12 genpkg_rules() 111.13 { 111.14 mkdir -p $fs/usr/lib 111.15 - cp -a $_pkg/usr/bin $fs/usr 111.16 - cp -a $_pkg/usr/lib/GNUstep $fs/usr/lib 111.17 + cp -a $install/usr/bin $fs/usr 111.18 + cp -a $install/usr/lib/GNUstep $fs/usr/lib 111.19 }
112.1 --- a/gnustep-base-dev/receipt Sat Aug 10 11:35:09 2013 +0000 112.2 +++ b/gnustep-base-dev/receipt Sat Aug 10 13:52:56 2013 +0000 112.3 @@ -13,6 +13,6 @@ 112.4 genpkg_rules() 112.5 { 112.6 mkdir -p $fs/usr/share 112.7 - cp -a $_pkg/usr/include $fs/usr 112.8 - cp -a $_pkg/usr/share/GNUstep $fs/usr/share 112.9 + cp -a $install/usr/include $fs/usr 112.10 + cp -a $install/usr/share/GNUstep $fs/usr/share 112.11 }
113.1 --- a/gnustep-base/receipt Sat Aug 10 11:35:09 2013 +0000 113.2 +++ b/gnustep-base/receipt Sat Aug 10 13:52:56 2013 +0000 113.3 @@ -29,7 +29,7 @@ 113.4 genpkg_rules() 113.5 { 113.6 mkdir -p $fs/usr/lib 113.7 - cp -a $_pkg/usr/bin $fs/usr 113.8 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 113.9 - cp -a $_pkg/usr/lib/GNUstep $fs/usr/lib 113.10 + cp -a $install/usr/bin $fs/usr 113.11 + cp -a $install/usr/lib/*.so* $fs/usr/lib 113.12 + cp -a $install/usr/lib/GNUstep $fs/usr/lib 113.13 }
114.1 --- a/gnustep-gui-dev/receipt Sat Aug 10 11:35:09 2013 +0000 114.2 +++ b/gnustep-gui-dev/receipt Sat Aug 10 13:52:56 2013 +0000 114.3 @@ -5,14 +5,16 @@ 114.4 CATEGORY="development" 114.5 SHORT_DESC="GNUstep base devel files." 114.6 MAINTAINER="pankso@slitaz.org" 114.7 -DEPENDS="gnustep-gui" 114.8 +LICENSE="GPL3" 114.9 WANTED="gnustep-gui" 114.10 WEB_SITE="http://www.gnustep.org/" 114.11 114.12 +DEPENDS="gnustep-gui" 114.13 + 114.14 # Rules to gen a SliTaz package suitable for Tazpkg. 114.15 genpkg_rules() 114.16 { 114.17 mkdir -p $fs/usr/share 114.18 - cp -a $_pkg/usr/include $fs/usr 114.19 - cp -a $_pkg/usr/share/GNUstep $fs/usr/share 114.20 + cp -a $install/usr/include $fs/usr 114.21 + cp -a $install/usr/share/GNUstep $fs/usr/share 114.22 }
115.1 --- a/gnustep-gui/receipt Sat Aug 10 11:35:09 2013 +0000 115.2 +++ b/gnustep-gui/receipt Sat Aug 10 13:52:56 2013 +0000 115.3 @@ -5,6 +5,7 @@ 115.4 CATEGORY="x-window" 115.5 SHORT_DESC="GNUstep GUI class library." 115.6 MAINTAINER="pankso@slitaz.org" 115.7 +LICENSE="GPL3" 115.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 115.9 WEB_SITE="http://www.gnustep.org/" 115.10 WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL" 115.11 @@ -28,7 +29,7 @@ 115.12 genpkg_rules() 115.13 { 115.14 mkdir -p $fs/usr/lib 115.15 - cp -a $_pkg/usr/bin $fs/usr 115.16 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 115.17 - cp -a $_pkg/usr/lib/GNUstep $fs/usr/lib 115.18 + cp -a $install/usr/bin $fs/usr 115.19 + cp -a $install/usr/lib/*.so* $fs/usr/lib 115.20 + cp -a $install/usr/lib/GNUstep $fs/usr/lib 115.21 }
116.1 --- a/gnustep-make/receipt Sat Aug 10 11:35:09 2013 +0000 116.2 +++ b/gnustep-make/receipt Sat Aug 10 13:52:56 2013 +0000 116.3 @@ -5,11 +5,13 @@ 116.4 CATEGORY="development" 116.5 SHORT_DESC="GNUstep make package." 116.6 MAINTAINER="pankso@slitaz.org" 116.7 -DEPENDS="make" 116.8 +LICENSE="GPL3" 116.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 116.10 WEB_SITE="http://www.gnustep.org/" 116.11 WGET_URL="ftp://ftp.gnustep.org/pub/gnustep/core/$TARBALL" 116.12 116.13 +DEPENDS="make" 116.14 + 116.15 # Rules to configure and make the package. 116.16 compile_rules() 116.17 { 116.18 @@ -25,7 +27,7 @@ 116.19 genpkg_rules() 116.20 { 116.21 mkdir -p $fs/usr/share 116.22 - cp -a $_pkg/etc $fs 116.23 - cp -a $_pkg/usr/bin $fs/usr 116.24 - cp -a $_pkg/usr/share/GNUstep $fs/usr/share 116.25 + cp -a $install/etc $fs 116.26 + cp -a $install/usr/bin $fs/usr 116.27 + cp -a $install/usr/share/GNUstep $fs/usr/share 116.28 }
117.1 --- a/gnutls-dev/receipt Sat Aug 10 11:35:09 2013 +0000 117.2 +++ b/gnutls-dev/receipt Sat Aug 10 13:52:56 2013 +0000 117.3 @@ -5,6 +5,7 @@ 117.4 CATEGORY="development" 117.5 SHORT_DESC="GNU Transport Layer Security Library headers" 117.6 MAINTAINER="erjo@slitaz.org" 117.7 +LICENSE="GPL3" 117.8 WANTED="gnutls" 117.9 WEB_SITE="http://www.gnu.org/software/gnutls/" 117.10
118.1 --- a/gnutls/receipt Sat Aug 10 11:35:09 2013 +0000 118.2 +++ b/gnutls/receipt Sat Aug 10 13:52:56 2013 +0000 118.3 @@ -5,6 +5,7 @@ 118.4 CATEGORY="security" 118.5 SHORT_DESC="GNU Transport Layer Security Library" 118.6 MAINTAINER="erjo@slitaz.org" 118.7 +LICENSE="GPL3" 118.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 118.9 WEB_SITE="http://www.gnu.org/software/gnutls/" 118.10 WGET_URL="http://ftp.gnu.org/gnu/$PACKAGE/$TARBALL" 118.11 @@ -29,6 +30,6 @@ 118.12 genpkg_rules() 118.13 { 118.14 mkdir -p $fs/usr 118.15 - cp -a $_pkg/usr/bin $fs/usr 118.16 + cp -a $install/usr/bin $fs/usr 118.17 } 118.18
119.1 --- a/gogglesmm/receipt Sat Aug 10 11:35:09 2013 +0000 119.2 +++ b/gogglesmm/receipt Sat Aug 10 13:52:56 2013 +0000 119.3 @@ -5,6 +5,7 @@ 119.4 CATEGORY="multimedia" 119.5 SHORT_DESC="Goggles Music Manager is nice a music collection manager and player." 119.6 MAINTAINER="chadi.elahmad@gmail.com" 119.7 +LICENSE="GPL3" 119.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 119.9 WEB_SITE="http://code.google.com/p/gogglesmm/" 119.10 WGET_URL="http://gogglesmm.googlecode.com/files/$TARBALL"
120.1 --- a/gource/receipt Sat Aug 10 11:35:09 2013 +0000 120.2 +++ b/gource/receipt Sat Aug 10 13:52:56 2013 +0000 120.3 @@ -5,6 +5,7 @@ 120.4 CATEGORY="development" 120.5 SHORT_DESC="software version control visualization" 120.6 MAINTAINER="slaxemulator@gmail.com" 120.7 +LICENSE="GPL3" 120.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 120.9 WEB_SITE="http://code.google.com/p/gource/" 120.10 WGET_URL="http://gource.googlecode.com/files/$TARBALL"
121.1 --- a/gpodder/receipt Sat Aug 10 11:35:09 2013 +0000 121.2 +++ b/gpodder/receipt Sat Aug 10 13:52:56 2013 +0000 121.3 @@ -5,12 +5,14 @@ 121.4 CATEGORY="multimedia" 121.5 SHORT_DESC="A simple and usable podcast consumption." 121.6 MAINTAINER="claudinei@slitaz.org" 121.7 -DEPENDS="python dbus-python pygtk python-mygpoclient feedparser" 121.8 -BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool" 121.9 +LICENSE="GPL3" 121.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 121.11 WEB_SITE="http://gpodder.org" 121.12 WGET_URL="$WEB_SITE/src/$TARBALL" 121.13 121.14 +DEPENDS="python dbus-python pygtk python-mygpoclient feedparser" 121.15 +BUILD_DEPENDS="python-dev python-mygpoclient feedparser intltool" 121.16 + 121.17 # Rules to configure and make the package. 121.18 compile_rules() 121.19 {
122.1 --- a/grep/receipt Sat Aug 10 11:35:09 2013 +0000 122.2 +++ b/grep/receipt Sat Aug 10 13:52:56 2013 +0000 122.3 @@ -5,6 +5,7 @@ 122.4 CATEGORY="development" 122.5 SHORT_DESC="GNU Global Regular Expression Print." 122.6 MAINTAINER="paul@slitaz.org" 122.7 +LICENSE="GPL3" 122.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 122.9 WEB_SITE="http://www.gnu.org/software/grep/" 122.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 122.11 @@ -24,7 +25,7 @@ 122.12 genpkg_rules() 122.13 { 122.14 mkdir -p $fs/usr 122.15 - cp -a $_pkg/usr/bin $fs/usr 122.16 + cp -a $install/usr/bin $fs/usr 122.17 } 122.18 122.19 # Pre and post install commands for Tazpkg.
123.1 --- a/grub2/receipt Sat Aug 10 11:35:09 2013 +0000 123.2 +++ b/grub2/receipt Sat Aug 10 13:52:56 2013 +0000 123.3 @@ -6,12 +6,14 @@ 123.4 CATEGORY="base-system" 123.5 SHORT_DESC="GRUB2 boot loader." 123.6 MAINTAINER="pascal.bellard@slitaz.org" 123.7 +LICENSE="GPL3" 123.8 TARBALL="$SOURCE-$VERSION.tar.xz" 123.9 +WEB_SITE="http://www.gnu.org/software/grub/" 123.10 +WGET_URL="ftp://ftp.gnu.org/gnu/grub/$TARBALL" 123.11 + 123.12 DEPENDS="zlib freetype ncurses libusb-compat grep libusb libdevmapper" 123.13 BUILD_DEPENDS="flex bison zlib-dev xz-dev freetype-dev ncurses-dev \ 123.14 libusb-compat-dev libusb-dev libdevmapper-dev" 123.15 -WEB_SITE="http://www.gnu.org/software/grub/" 123.16 -WGET_URL="ftp://ftp.gnu.org/gnu/grub/$TARBALL" 123.17 123.18 # Rules to configure and make the package. 123.19 compile_rules() 123.20 @@ -33,11 +35,11 @@ 123.21 genpkg_rules() 123.22 { 123.23 mkdir -p $fs/boot/grub $fs/usr 123.24 - cp -a $_pkg/usr/bin $fs/usr 123.25 - cp -a $_pkg/usr/sbin $fs/usr 123.26 - cp -a $_pkg/usr/share $fs/usr 123.27 - cp -a $_pkg/usr/lib $fs/usr 123.28 - cp -a $_pkg/etc $fs 123.29 + cp -a $install/usr/bin $fs/usr 123.30 + cp -a $install/usr/sbin $fs/usr 123.31 + cp -a $install/usr/share $fs/usr 123.32 + cp -a $install/usr/lib $fs/usr 123.33 + cp -a $install/etc $fs 123.34 123.35 # Example config file (grub.cfg). 123.36 cp stuff/example-grub.cfg $fs/boot/grub
124.1 --- a/guvcview/receipt Sat Aug 10 11:35:09 2013 +0000 124.2 +++ b/guvcview/receipt Sat Aug 10 13:52:56 2013 +0000 124.3 @@ -6,7 +6,7 @@ 124.4 CATEGORY="multimedia" 124.5 SHORT_DESC="A simple GTK interface for capturing and viewing video from webcams." 124.6 MAINTAINER="claudinei@slitaz.org" 124.7 -LICENSE="GPL" 124.8 +LICENSE="GPL3" 124.9 WEB_SITE="http://guvcview.sourceforge.net" 124.10 TARBALL="$SOURCE-$VERSION.tar.gz" 124.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
125.1 --- a/gv/receipt Sat Aug 10 11:35:09 2013 +0000 125.2 +++ b/gv/receipt Sat Aug 10 13:52:56 2013 +0000 125.3 @@ -5,6 +5,7 @@ 125.4 CATEGORY="office" 125.5 SHORT_DESC="X11 user interface for Ghostscript." 125.6 MAINTAINER="pascal.bellard@slitaz.org" 125.7 +LICENSE="GPL3" 125.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 125.9 WEB_SITE="http://www.gnu.org/software/gv/" 125.10 WGET_URL="http://ftp.gnu.org/gnu/gv/$TARBALL"
126.1 --- a/gvolwheel/receipt Sat Aug 10 11:35:09 2013 +0000 126.2 +++ b/gvolwheel/receipt Sat Aug 10 13:52:56 2013 +0000 126.3 @@ -6,6 +6,7 @@ 126.4 CATEGORY="utilities" 126.5 SHORT_DESC="Lightweight application to control the audio volume" 126.6 MAINTAINER="al.bobylev@gmail.com" 126.7 +LICENSE="GPL3" 126.8 WEB_SITE="http://gvolwheel.sourceforge.net/" 126.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 126.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
127.1 --- a/gzip-full/receipt Sat Aug 10 11:35:09 2013 +0000 127.2 +++ b/gzip-full/receipt Sat Aug 10 13:52:56 2013 +0000 127.3 @@ -5,10 +5,12 @@ 127.4 CATEGORY="system-tools" 127.5 SHORT_DESC="Gzip full programs" 127.6 MAINTAINER="erjo@slitaz.org" 127.7 -DEPENDS="gzip" 127.8 +LICENSE="GPL3" 127.9 WEB_SITE="http://www.gnu.org/software/gzip/" 127.10 WANTED="gzip" 127.11 127.12 +DEPENDS="gzip" 127.13 + 127.14 # Rules to gen a SliTaz package suitable for Tazpkg. 127.15 genpkg_rules() 127.16 {
128.1 --- a/gzip/receipt Sat Aug 10 11:35:09 2013 +0000 128.2 +++ b/gzip/receipt Sat Aug 10 13:52:56 2013 +0000 128.3 @@ -5,12 +5,14 @@ 128.4 CATEGORY="system-tools" 128.5 SHORT_DESC="Data compression program" 128.6 MAINTAINER="erjo@slitaz.org" 128.7 -DEPENDS="glibc-base" 128.8 -BUILD_DEPENDS="glibc-dev" 128.9 +LICENSE="GPL3" 128.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 128.11 WEB_SITE="http://www.gnu.org/software/gzip/" 128.12 WGET_URL="http://ftp.gnu.org/gnu/gzip/$TARBALL" 128.13 128.14 +DEPENDS="glibc-base" 128.15 +BUILD_DEPENDS="glibc-dev" 128.16 + 128.17 # Rules to configure and make the package. 128.18 compile_rules() 128.19 {
129.1 --- a/help2man/receipt Sat Aug 10 11:35:09 2013 +0000 129.2 +++ b/help2man/receipt Sat Aug 10 13:52:56 2013 +0000 129.3 @@ -5,6 +5,7 @@ 129.4 CATEGORY="development" 129.5 SHORT_DESC="Produces simple manual pages." 129.6 MAINTAINER="pascal.bellard@slitaz.org" 129.7 +LICENSE="GPL3" 129.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 129.9 WEB_SITE="http://www.gnu.org/software/$PACKAGE" 129.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
130.1 --- a/httrack/receipt Sat Aug 10 11:35:09 2013 +0000 130.2 +++ b/httrack/receipt Sat Aug 10 13:52:56 2013 +0000 130.3 @@ -5,6 +5,7 @@ 130.4 CATEGORY="system-tools" 130.5 SHORT_DESC="An easy-to-use offline browser utility." 130.6 MAINTAINER="slaxemulator@gmail.com" 130.7 +LICENSE="GPL3" 130.8 WEB_SITE="http://www.httrack.com/" 130.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 130.10 WGET_URL="http://download.httrack.com/$TARBALL"
131.1 --- a/icoutils/receipt Sat Aug 10 11:35:09 2013 +0000 131.2 +++ b/icoutils/receipt Sat Aug 10 13:52:56 2013 +0000 131.3 @@ -5,6 +5,7 @@ 131.4 CATEGORY="misc" 131.5 SHORT_DESC="Microsoft Windows icon and cursor files convertion tools." 131.6 MAINTAINER="pascal.bellard@slitaz.org" 131.7 +LICENSE="GPL3" 131.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 131.9 WEB_SITE="http://www.nongnu.org/icoutils" 131.10 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL" 131.11 @@ -26,5 +27,5 @@ 131.12 genpkg_rules() 131.13 { 131.14 mkdir -p $fs/usr 131.15 - cp -a $_pkg/usr/bin $fs/usr 131.16 + cp -a $install/usr/bin $fs/usr 131.17 }
132.1 --- a/jbig2dec-dev/receipt Sat Aug 10 11:35:09 2013 +0000 132.2 +++ b/jbig2dec-dev/receipt Sat Aug 10 13:52:56 2013 +0000 132.3 @@ -5,15 +5,17 @@ 132.4 CATEGORY="development" 132.5 SHORT_DESC="devel files for jbig2dec" 132.6 MAINTAINER="slaxemulator@gmail.com" 132.7 -DEPENDS="jbig2dec" 132.8 +LICENSE="GPL3" 132.9 WEB_SITE="http://jbig2dec.sourceforge.net/" 132.10 WANTED="jbig2dec" 132.11 132.12 +DEPENDS="jbig2dec" 132.13 + 132.14 # Rules to gen a SliTaz package suitable for Tazpkg. 132.15 genpkg_rules() 132.16 { 132.17 mkdir -p $fs/usr/lib 132.18 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 132.19 - cp -a $_pkg/usr/include $fs/usr 132.20 + cp -a $install/usr/lib/*.*a $fs/usr/lib 132.21 + cp -a $install/usr/include $fs/usr 132.22 } 132.23
133.1 --- a/jbig2dec/receipt Sat Aug 10 11:35:09 2013 +0000 133.2 +++ b/jbig2dec/receipt Sat Aug 10 13:52:56 2013 +0000 133.3 @@ -5,11 +5,13 @@ 133.4 CATEGORY="development" 133.5 SHORT_DESC="decoder implementation of the JBIG2 image compressiong format" 133.6 MAINTAINER="slaxemulator@gmail.com" 133.7 -DEPENDS="glibc-base" 133.8 +LICENSE="GPL3" 133.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 133.10 WEB_SITE="http://jbig2dec.sourceforge.net/" 133.11 WGET_URL="http://ghostscript.com/~giles/jbig2/$PACKAGE/$TARBALL" 133.12 133.13 +DEPENDS="glibc-base" 133.14 + 133.15 # Rules to configure and make the package. 133.16 compile_rules() 133.17 { 133.18 @@ -19,14 +21,14 @@ 133.19 --infodir=/usr/share/info \ 133.20 --mandir=/usr/share/man \ 133.21 $CONFIGURE_ARGS && 133.22 - make && make DESTDIR=$PWD/_pkg install 133.23 + make && make DESTDIR=$DESTDIR install 133.24 } 133.25 133.26 # Rules to gen a SliTaz package suitable for Tazpkg. 133.27 genpkg_rules() 133.28 { 133.29 mkdir -p $fs/usr/lib 133.30 - cp -a $_pkg/usr/bin $fs/usr 133.31 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 133.32 + cp -a $install/usr/bin $fs/usr 133.33 + cp -a $install/usr/lib/*.so* $fs/usr/lib 133.34 } 133.35
134.1 --- a/jfsutils/receipt Sat Aug 10 11:35:09 2013 +0000 134.2 +++ b/jfsutils/receipt Sat Aug 10 13:52:56 2013 +0000 134.3 @@ -5,12 +5,14 @@ 134.4 CATEGORY="system-tools" 134.5 SHORT_DESC="Utilities for manipulating jfs file-system." 134.6 MAINTAINER="pascal.bellard@slitaz.org" 134.7 +LICENSE="GPL3" 134.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 134.9 WEB_SITE="http://jfs.sourceforge.net/" 134.10 WGET_URL="${WEB_SITE}project/pub/$TARBALL" 134.11 +TAGS="filesystem" 134.12 + 134.13 DEPENDS="util-linux-uuid" 134.14 BUILD_DEPENDS="e2fsprogs-dev" 134.15 -TAGS="filesystem" 134.16 134.17 # Rules to configure and make the package. 134.18 compile_rules() 134.19 @@ -19,13 +21,13 @@ 134.20 ./configure --prefix=/usr --infodir=/usr/share/info \ 134.21 --mandir=/usr/share/man $CONFIGURE_ARGS && 134.22 make && 134.23 - make DESTDIR=$PWD/_pkg install 134.24 + make DESTDIR=$DESTDIR install 134.25 } 134.26 134.27 # Rules to gen a SliTaz package suitable for Tazpkg. 134.28 genpkg_rules() 134.29 { 134.30 mkdir -p $fs/usr 134.31 - cp -a $_pkg/usr/sbin $fs/usr 134.32 + cp -a $install/usr/sbin $fs/usr 134.33 } 134.34
135.1 --- a/kkedit/receipt Sat Aug 10 11:35:09 2013 +0000 135.2 +++ b/kkedit/receipt Sat Aug 10 13:52:56 2013 +0000 135.3 @@ -5,7 +5,7 @@ 135.4 CATEGORY="development" 135.5 SHORT_DESC="Source code text editor" 135.6 MAINTAINER="al.bobylev@gmail.com" 135.7 -LICENSE="GPL" 135.8 +LICENSE="GPL3" 135.9 WEB_SITE="http://keithhedger.hostingsiteforfree.com/pages/kkedit/help.html" 135.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 135.11 WGET_URL="http://keithhedger.hostingsiteforfree.com/zips/kkedit/KKEdit-$VERSION.tar.gz"
136.1 --- a/less/receipt Sat Aug 10 11:35:09 2013 +0000 136.2 +++ b/less/receipt Sat Aug 10 13:52:56 2013 +0000 136.3 @@ -5,6 +5,7 @@ 136.4 CATEGORY="base-system" 136.5 SHORT_DESC="A terminal based program for viewing text files" 136.6 MAINTAINER="slaxemulator@gmail.com" 136.7 +LICENSE="GPL3" 136.8 WEB_SITE="http://www.greenwoodsoftware.com/less" 136.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 136.10 WGET_URL="$WEB_SITE/$TARBALL"
137.1 --- a/lessfs/receipt Sat Aug 10 11:35:09 2013 +0000 137.2 +++ b/lessfs/receipt Sat Aug 10 13:52:56 2013 +0000 137.3 @@ -5,6 +5,7 @@ 137.4 CATEGORY="system-tools" 137.5 SHORT_DESC="A high performance inline data deduplicating filesystem." 137.6 MAINTAINER="pascal.bellard@slitaz.org" 137.7 +LICENSE="GPL3" 137.8 WEB_SITE="http://www.lessfs.com/" 137.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 137.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
138.1 --- a/lftp/receipt Sat Aug 10 11:35:09 2013 +0000 138.2 +++ b/lftp/receipt Sat Aug 10 13:52:56 2013 +0000 138.3 @@ -5,6 +5,7 @@ 138.4 CATEGORY="network" 138.5 SHORT_DESC="Small but powerful ftp client" 138.6 MAINTAINER="mimas@slitaz.org" 138.7 +LICENSE="GPL3" 138.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 138.9 WEB_SITE="http://lftp.yar.ru/" 138.10 WGET_URL="http://ftp.yars.free.net/pub/source/lftp/$TARBALL"
139.1 --- a/libgnutls/receipt Sat Aug 10 11:35:09 2013 +0000 139.2 +++ b/libgnutls/receipt Sat Aug 10 13:52:56 2013 +0000 139.3 @@ -5,15 +5,17 @@ 139.4 CATEGORY="security" 139.5 SHORT_DESC="GNU Transport Layer Security Library headers" 139.6 MAINTAINER="erjo@slitaz.org" 139.7 +LICENSE="GPL3" 139.8 +WANTED="gnutls" 139.9 +WEB_SITE="http://www.gnu.org/software/gnutls/" 139.10 + 139.11 BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev" 139.12 DEPENDS="p11-kit" 139.13 -WANTED="gnutls" 139.14 -WEB_SITE="http://www.gnu.org/software/gnutls/" 139.15 139.16 # Rules to gen a SliTaz package suitable for Tazpkg. 139.17 genpkg_rules() 139.18 { 139.19 mkdir -p $fs/usr/lib 139.20 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 139.21 + cp -a $install/usr/lib/*.so* $fs/usr/lib 139.22 } 139.23
140.1 --- a/lxdm/receipt Sat Aug 10 11:35:09 2013 +0000 140.2 +++ b/lxdm/receipt Sat Aug 10 13:52:56 2013 +0000 140.3 @@ -5,6 +5,7 @@ 140.4 CATEGORY="x-window" 140.5 SHORT_DESC="Login manager from LXDE." 140.6 MAINTAINER="pankso@slitaz.org" 140.7 +LICENSE="GPL3" 140.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 140.9 WEB_SITE="http://lxde.org/" 140.10 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
141.1 --- a/lxlauncher/receipt Sat Aug 10 11:35:09 2013 +0000 141.2 +++ b/lxlauncher/receipt Sat Aug 10 13:52:56 2013 +0000 141.3 @@ -4,14 +4,16 @@ 141.4 VERSION="0.2.1" 141.5 CATEGORY="x-window" 141.6 SHORT_DESC="LXDE desktop launcher." 141.7 -DEPENDS="xorg-libX11 gtk+ gnome-menus startup-notification menu-cache xorg-libXdamage" 141.8 -BUILD_DEPENDS="xorg-libX11-dev gtk+-dev gnome-menus gnome-menus-dev \ 141.9 -menu-cache-dev startup-notification-dev startup-notification libxcb-dev" 141.10 +LICENSE="GPL3" 141.11 MAINTAINER="pankso@slitaz.org" 141.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 141.13 WEB_SITE="http://lxde.org/" 141.14 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 141.15 141.16 +DEPENDS="xorg-libX11 gtk+ gnome-menus startup-notification menu-cache xorg-libXdamage" 141.17 +BUILD_DEPENDS="xorg-libX11-dev gtk+-dev gnome-menus gnome-menus-dev \ 141.18 +menu-cache-dev startup-notification-dev startup-notification libxcb-dev" 141.19 + 141.20 # Rules to configure and make the package. 141.21 compile_rules() 141.22 { 141.23 @@ -27,14 +29,14 @@ 141.24 --mandir=/usr/share/man \ 141.25 $CONFIGURE_ARGS && 141.26 make && 141.27 - make DESTDIR=$PWD/_pkg install 141.28 + make DESTDIR=$DESTDIR install 141.29 } 141.30 141.31 # Rules to gen a SliTaz package suitable for Tazpkg. 141.32 genpkg_rules() 141.33 { 141.34 mkdir -p $fs/usr/share/lxlauncher 141.35 - cp -a $_pkg/usr/bin $fs/usr 141.36 + cp -a $install/usr/bin $fs/usr 141.37 # SliTaz home make config files 141.38 cp $stuff/gtkrc $fs/usr/share/lxlauncher 141.39 #cp -a $stuff/background $fs/usr/share/lxlauncher
142.1 --- a/lxnetdaemon/receipt Sat Aug 10 11:35:09 2013 +0000 142.2 +++ b/lxnetdaemon/receipt Sat Aug 10 13:52:56 2013 +0000 142.3 @@ -5,9 +5,11 @@ 142.4 CATEGORY="network" 142.5 SHORT_DESC="Network manager for LXpanel." 142.6 MAINTAINER="pankso@slitaz.org" 142.7 +LICENSE="GPL3" 142.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 142.9 WEB_SITE="http://lxde.sourceforge.net/" 142.10 WGET_URL="$SF_MIRROR/lxde/$TARBALL" 142.11 + 142.12 DEPENDS="glib" 142.13 BUILD_DEPENDS="glib-dev" 142.14 142.15 @@ -21,15 +23,15 @@ 142.16 --prefix=/usr \ 142.17 $CONFIGURE_ARGS && 142.18 make && 142.19 - make DESTDIR=$PWD/_pkg install 142.20 + make DESTDIR=$DESTDIR install 142.21 } 142.22 142.23 # Rules to gen a SliTaz package suitable for Tazpkg. 142.24 genpkg_rules() 142.25 { 142.26 mkdir -p $fs/usr/share 142.27 - cp -a $_pkg/usr/bin $fs/usr 142.28 - cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 142.29 + cp -a $install/usr/bin $fs/usr 142.30 + cp -a $install/usr/share/$PACKAGE $fs/usr/share 142.31 chmod +x $fs/usr/share/$PACKAGE/*.sh 142.32 # Config 142.33 cp -a stuff/lxnetdaemon.conf $fs/usr/share/lxnetdaemon
143.1 --- a/lxpolkit/receipt Sat Aug 10 11:35:09 2013 +0000 143.2 +++ b/lxpolkit/receipt Sat Aug 10 13:52:56 2013 +0000 143.3 @@ -5,6 +5,7 @@ 143.4 CATEGORY="x-window" 143.5 SHORT_DESC="LXDE PolKit manager." 143.6 MAINTAINER="pankso@slitaz.org" 143.7 +LICENSE="GPL3" 143.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 143.9 WGET_URL="$SF_MIRROR/lxde/LXPolkit/$TARBALL" 143.10 WEB_SITE="http://lxde.org"
144.1 --- a/lxshortcut/receipt Sat Aug 10 11:35:09 2013 +0000 144.2 +++ b/lxshortcut/receipt Sat Aug 10 13:52:56 2013 +0000 144.3 @@ -5,14 +5,16 @@ 144.4 CATEGORY="x-window" 144.5 SHORT_DESC="Edit application shortcuts compliant with the freedesktop.org Desktop Entry spec." 144.6 MAINTAINER="rcx@zoominternet.net" 144.7 +LICENSE="GPL3" 144.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 144.9 +WEB_SITE="http://www.lxde.org/" 144.10 +WGET_URL="$SF_MIRROR/lxde/$TARBALL" 144.11 + 144.12 DEPENDS="glib glibc-base libgio expat zlib \ 144.13 gtk+ atk cairo pango pixman libpng fontconfig freetype \ 144.14 xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXrender" 144.15 BUILD_DEPENDS="pkg-config gettext intltool gtk+-dev \ 144.16 xorg-xproto xorg-renderproto xorg-libX11-dev xorg-kbproto xorg-libXau-dev xorg-libXdmcp-dev" 144.17 -TARBALL="$PACKAGE-$VERSION.tar.gz" 144.18 -WEB_SITE="http://www.lxde.org/" 144.19 -WGET_URL="$SF_MIRROR/lxde/$TARBALL" 144.20 144.21 # Rules to configure and make the package. 144.22 compile_rules() 144.23 @@ -25,13 +27,13 @@ 144.24 --sysconfdir=/etc \ 144.25 $CONFIGURE_ARGS && 144.26 make && 144.27 - make DESTDIR=$PWD/_pkg install 144.28 + make DESTDIR=$DESTDIR install 144.29 } 144.30 144.31 # Rules to gen a SliTaz package suitable for Tazpkg. 144.32 genpkg_rules() 144.33 { 144.34 mkdir -p $fs/usr/share 144.35 - cp -a $_pkg/usr/bin $fs/usr 144.36 - cp -a $_pkg/usr/share/lxshortcut $fs/usr/share 144.37 + cp -a $install/usr/bin $fs/usr 144.38 + cp -a $install/usr/share/lxshortcut $fs/usr/share 144.39 }
145.1 --- a/lzip/receipt Sat Aug 10 11:35:09 2013 +0000 145.2 +++ b/lzip/receipt Sat Aug 10 13:52:56 2013 +0000 145.3 @@ -5,6 +5,7 @@ 145.4 CATEGORY="utilities" 145.5 SHORT_DESC="LZMA compressor" 145.6 MAINTAINER="mimas@slitaz.org" 145.7 +LICENSE="GPL3" 145.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 145.9 WEB_SITE="http://www.nongnu.org/lzip/lzip.html" 145.10 WGET_URL="http://download.savannah.gnu.org/releases/lzip/$TARBALL"
146.1 --- a/m4/receipt Sat Aug 10 11:35:09 2013 +0000 146.2 +++ b/m4/receipt Sat Aug 10 13:52:56 2013 +0000 146.3 @@ -5,6 +5,7 @@ 146.4 CATEGORY="development" 146.5 SHORT_DESC="GNU traditional Unix macro processor." 146.6 MAINTAINER="pankso@slitaz.org" 146.7 +LICENSE="GPL3" 146.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 146.9 WEB_SITE="http://www.gnu.org/software/m4/" 146.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
147.1 --- a/make/receipt Sat Aug 10 11:35:09 2013 +0000 147.2 +++ b/make/receipt Sat Aug 10 13:52:56 2013 +0000 147.3 @@ -5,6 +5,7 @@ 147.4 CATEGORY="development" 147.5 SHORT_DESC="GNU Make to generate executables and other files from source." 147.6 MAINTAINER="pankso@slitaz.org" 147.7 +LICENSE="GPL3" 147.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 147.9 WEB_SITE="http://www.gnu.org/software/make/" 147.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
148.1 --- a/matchbox-window-manager-2/receipt Sat Aug 10 11:35:09 2013 +0000 148.2 +++ b/matchbox-window-manager-2/receipt Sat Aug 10 13:52:56 2013 +0000 148.3 @@ -5,6 +5,7 @@ 148.4 CATEGORY="x-window" 148.5 SHORT_DESC="Matchbox Window Manager v2." 148.6 MAINTAINER="pankso@slitaz.org" 148.7 +LICENSE="GPL3" 148.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 148.9 WEB_SITE="http://matchbox-project.org/" 148.10 WGET_URL="svn|http://svn.o-hand.com/repos/matchbox/trunk/$PACKAGE"
149.1 --- a/mc/receipt Sat Aug 10 11:35:09 2013 +0000 149.2 +++ b/mc/receipt Sat Aug 10 13:52:56 2013 +0000 149.3 @@ -5,12 +5,14 @@ 149.4 CATEGORY="system-tools" 149.5 SHORT_DESC="Midnight Commander - ncurses based file manager." 149.6 MAINTAINER="erjo@slitaz.org" 149.7 +LICENSE="GPL3" 149.8 +TARBALL="$PACKAGE-$VERSION.tar.xz" 149.9 +WEB_SITE="http://www.midnight-commander.org/" 149.10 +WGET_URL="http://www.midnight-commander.org/downloads/$TARBALL" 149.11 + 149.12 DEPENDS="ncursesw glib e2fsprogs" 149.13 SUGGESTED="gpm glib" 149.14 BUILD_DEPENDS="pkg-config gpm-dev glib-dev ncurses-dev" 149.15 -TARBALL="$PACKAGE-$VERSION.tar.xz" 149.16 -WEB_SITE="http://www.midnight-commander.org/" 149.17 -WGET_URL="http://www.midnight-commander.org/downloads/$TARBALL" 149.18 149.19 # Rules to configure and make the package. 149.20 compile_rules()
150.1 --- a/moserial/receipt Sat Aug 10 11:35:09 2013 +0000 150.2 +++ b/moserial/receipt Sat Aug 10 13:52:56 2013 +0000 150.3 @@ -5,6 +5,7 @@ 150.4 CATEGORY="utilities" 150.5 SHORT_DESC="A gtk-based serial console." 150.6 MAINTAINER="domcox@slitaz.org" 150.7 +LICENSE="GPL3" 150.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 150.9 WEB_SITE="https://live.gnome.org/moserial" 150.10 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
151.1 --- a/mpfr-dev/receipt Sat Aug 10 11:35:09 2013 +0000 151.2 +++ b/mpfr-dev/receipt Sat Aug 10 13:52:56 2013 +0000 151.3 @@ -5,11 +5,13 @@ 151.4 CATEGORY="development" 151.5 SHORT_DESC="GNU Multiple Precision Arithmetic devel files." 151.6 MAINTAINER="pankso@slitaz.org" 151.7 -DEPENDS="mpfr" 151.8 +LICENSE="GPL3" 151.9 WANTED="mpfr" 151.10 WEB_SITE="http://gmplib.org/" 151.11 #EXTRAVERSION="p8" 151.12 151.13 +DEPENDS="mpfr" 151.14 + 151.15 # Rules to gen a SliTaz package suitable for Tazpkg. 151.16 genpkg_rules() 151.17 {
152.1 --- a/mpfr/receipt Sat Aug 10 11:35:09 2013 +0000 152.2 +++ b/mpfr/receipt Sat Aug 10 13:52:56 2013 +0000 152.3 @@ -5,6 +5,7 @@ 152.4 CATEGORY="development" 152.5 SHORT_DESC="C library for multiple-precision floating-point computations." 152.6 MAINTAINER="pankso@slitaz.org" 152.7 +LICENSE="GPL3" 152.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 152.9 WEB_SITE="http://www.mpfr.org/" 152.10 WGET_URL="http://www.mpfr.org/mpfr-current/$TARBALL"
153.1 --- a/msmtp/receipt Sat Aug 10 11:35:09 2013 +0000 153.2 +++ b/msmtp/receipt Sat Aug 10 13:52:56 2013 +0000 153.3 @@ -5,6 +5,7 @@ 153.4 CATEGORY="network" 153.5 SHORT_DESC="An SMTP client who transmits a mail to an SMTP server." 153.6 MAINTAINER="pankso@slitaz.org" 153.7 +LICENSE="GPL3" 153.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 153.9 WEB_SITE="http://msmtp.sourceforge.net/" 153.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
154.1 --- a/mtpaint/receipt Sat Aug 10 11:35:09 2013 +0000 154.2 +++ b/mtpaint/receipt Sat Aug 10 13:52:56 2013 +0000 154.3 @@ -5,6 +5,7 @@ 154.4 CATEGORY="graphics" 154.5 SHORT_DESC="Light paint programm and image manipulation." 154.6 MAINTAINER="pankso@slitaz.org" 154.7 +LICENSE="GPL3" 154.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 154.9 WEB_SITE="http://mtpaint.sourceforge.net/" 154.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
155.1 --- a/mtpfs/receipt Sat Aug 10 11:35:09 2013 +0000 155.2 +++ b/mtpfs/receipt Sat Aug 10 13:52:56 2013 +0000 155.3 @@ -5,12 +5,14 @@ 155.4 CATEGORY="multimedia" 155.5 SHORT_DESC="FUSE filesystem that supports reading and writing from any MTP device" 155.6 MAINTAINER="keupont@no-log.org" 155.7 +LICENSE="GPL3" 155.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 155.9 +WEB_SITE="http://www.adebenham.com/mtpfs/" 155.10 +WGET_URL="http://www.adebenham.com/files/mtp/$TARBALL" 155.11 + 155.12 DEPENDS="libmtp libnjb libid3tag libmad fuse glib" 155.13 BUILD_DEPENDS="libnjb-dev libid3tag-dev libmtp-dev fuse fuse-dev \ 155.14 glib-dev libmad-dev libusb-compat-dev" 155.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 155.16 -WEB_SITE="http://www.adebenham.com/mtpfs/" 155.17 -WGET_URL="http://www.adebenham.com/files/mtp/$TARBALL" 155.18 155.19 # Rules to configure and make the package. 155.20 compile_rules() 155.21 @@ -22,12 +24,12 @@ 155.22 --mandir=/usr/share/man \ 155.23 $CONFIGURE_ARGS && 155.24 make && 155.25 - make DESTDIR=$PWD/_pkg install 155.26 + make DESTDIR=$DESTDIR install 155.27 } 155.28 155.29 # Rules to gen a SliTaz package suitable for Tazpkg. 155.30 genpkg_rules() 155.31 { 155.32 mkdir -p $fs/usr 155.33 - cp -a $_pkg/usr/bin $fs/usr 155.34 + cp -a $install/usr/bin $fs/usr 155.35 }
156.1 --- a/nagios-plugins-mysql/receipt Sat Aug 10 11:35:09 2013 +0000 156.2 +++ b/nagios-plugins-mysql/receipt Sat Aug 10 13:52:56 2013 +0000 156.3 @@ -5,6 +5,7 @@ 156.4 CATEGORY="meta" 156.5 SHORT_DESC="Dependencies for Nagios MySQL plugin." 156.6 MAINTAINER="erjo@slitaz.org" 156.7 +LICENSE="GPL3" 156.8 WEB_SITE="http://www.nagios.org/" 156.9 WANTED="nagios-plugins" 156.10 156.11 @@ -14,6 +15,6 @@ 156.12 genpkg_rules() 156.13 { 156.14 mkdir -p $fs/usr/lib/nagios/plugins 156.15 - cp -pa $_pkg/usr/lib/nagios/plugins/*mysql* $fs/usr/lib/nagios/plugins 156.16 + cp -pa $install/usr/lib/nagios/plugins/*mysql* $fs/usr/lib/nagios/plugins 156.17 } 156.18
157.1 --- a/nagios-plugins/receipt Sat Aug 10 11:35:09 2013 +0000 157.2 +++ b/nagios-plugins/receipt Sat Aug 10 13:52:56 2013 +0000 157.3 @@ -5,9 +5,11 @@ 157.4 CATEGORY="network" 157.5 SHORT_DESC="Plugins for host, service and network monitoring program." 157.6 MAINTAINER="erjo@slitaz.org" 157.7 +LICENSE="GPL3" 157.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 157.9 WEB_SITE="http://www.nagios.org/" 157.10 WGET_URL="$SF_MIRROR/nagiosplug/$TARBALL" 157.11 + 157.12 DEPENDS="libssl fping" 157.13 BUILD_DEPENDS="openssl-dev radiusclient-ng-dev radiusclient-ng openldap-dev 157.14 mysql-dev libmysqlclient" 157.15 @@ -25,8 +27,8 @@ 157.16 --mandir=/usr/share/man $CONFIGURE_ARGS 157.17 157.18 make && 157.19 - make DESTDIR=$PWD/_pkg install && 157.20 - make DESTDIR=$PWD/_pkg install-root 157.21 + make DESTDIR=$DESTDIR install && 157.22 + make DESTDIR=$DESTDIR install-root 157.23 } 157.24 157.25 # Rules to gen a SliTaz package suitable for Tazpkg. 157.26 @@ -34,7 +36,7 @@ 157.27 { 157.28 mkdir -p $fs/usr/lib $fs/etc/nagios/objects 157.29 157.30 - cp -a $_pkg/usr/lib/nagios/ $fs/usr/lib 157.31 + cp -a $install/usr/lib/nagios/ $fs/usr/lib 157.32 157.33 # 157.34 stuff/convertcfg $src/command.cfg commands > $fs/etc/nagios/objects/command.cfg
158.1 --- a/nano/receipt Sat Aug 10 11:35:09 2013 +0000 158.2 +++ b/nano/receipt Sat Aug 10 13:52:56 2013 +0000 158.3 @@ -5,6 +5,7 @@ 158.4 CATEGORY="utilities" 158.5 SHORT_DESC="GNU Nano Text Editor" 158.6 MAINTAINER="pankso@slitaz.org" 158.7 +LICENSE="GPL3" 158.8 WEB_SITE="http://www.nano-editor.org/" 158.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 158.10 WGET_URL="${WEB_SITE}dist/v2.2/$TARBALL"
159.1 --- a/nathive/receipt Sat Aug 10 11:35:09 2013 +0000 159.2 +++ b/nathive/receipt Sat Aug 10 13:52:56 2013 +0000 159.3 @@ -5,6 +5,7 @@ 159.4 CATEGORY="graphics" 159.5 SHORT_DESC="lightweight image editor" 159.6 MAINTAINER="jozee@slitaz.org" 159.7 +LICENSE="GPL3" 159.8 TARBALL="$PACKAGE-$VERSION.tgz" 159.9 WEB_SITE="http://www.nathive.org/" 159.10 WGET_URL="${WEB_SITE}dl/$TARBALL"
160.1 --- a/ntop-dev/receipt Sat Aug 10 11:35:09 2013 +0000 160.2 +++ b/ntop-dev/receipt Sat Aug 10 13:52:56 2013 +0000 160.3 @@ -5,6 +5,7 @@ 160.4 CATEGORY="development" 160.5 SHORT_DESC="Network traffic probe development files." 160.6 MAINTAINER="pascal.bellard@slitaz.org" 160.7 +LICENSE="GPL3" 160.8 WEB_SITE="http://www.ntop.org/" 160.9 WANTED="ntop" 160.10 160.11 @@ -12,6 +13,6 @@ 160.12 genpkg_rules() 160.13 { 160.14 mkdir -p $fs/usr/lib 160.15 - cp -a $_pkg/usr/lib/*.a $fs/usr/lib 160.16 + cp -a $install/usr/lib/*.a $fs/usr/lib 160.17 } 160.18
161.1 --- a/ntop-man/receipt Sat Aug 10 11:35:09 2013 +0000 161.2 +++ b/ntop-man/receipt Sat Aug 10 13:52:56 2013 +0000 161.3 @@ -5,6 +5,7 @@ 161.4 CATEGORY="development" 161.5 SHORT_DESC="Network traffic probe man page." 161.6 MAINTAINER="pascal.bellard@slitaz.org" 161.7 +LICENSE="GPL3" 161.8 WEB_SITE="http://www.ntop.org/" 161.9 WANTED="ntop" 161.10 161.11 @@ -12,6 +13,6 @@ 161.12 genpkg_rules() 161.13 { 161.14 mkdir -p $fs/usr/share 161.15 - cp -a $_pkg/usr/share/man $fs/usr/share 161.16 + cp -a $install/usr/share/man $fs/usr/share 161.17 } 161.18
162.1 --- a/ntop/receipt Sat Aug 10 11:35:09 2013 +0000 162.2 +++ b/ntop/receipt Sat Aug 10 13:52:56 2013 +0000 162.3 @@ -5,6 +5,7 @@ 162.4 CATEGORY="network" 162.5 SHORT_DESC="Network traffic probe." 162.6 MAINTAINER="pascal.bellard@slitaz.org" 162.7 +LICENSE="GPL3" 162.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 162.9 WEB_SITE="http://www.ntop.org/" 162.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
163.1 --- a/octave/receipt Sat Aug 10 11:35:09 2013 +0000 163.2 +++ b/octave/receipt Sat Aug 10 13:52:56 2013 +0000 163.3 @@ -5,6 +5,7 @@ 163.4 CATEGORY="development" 163.5 SHORT_DESC="Language for numerical computations." 163.6 MAINTAINER="pascal.bellard@slitaz.org" 163.7 +LICENSE="GPL3" 163.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 163.9 WEB_SITE="http://www.gnu.org/software/octave/" 163.10 WGET_URL="ftp://ftp.gnu.org/gnu/$PACKAGE/$TARBALL"
164.1 --- a/openshot/receipt Sat Aug 10 11:35:09 2013 +0000 164.2 +++ b/openshot/receipt Sat Aug 10 13:52:56 2013 +0000 164.3 @@ -4,16 +4,18 @@ 164.4 VERSION="1.4.3" 164.5 CATEGORY="multimedia" 164.6 MAINTAINER="jozee@slitaz.org" 164.7 +LICENSE="GPL3" 164.8 SHORT_DESC="an open-source, non-linear video editor for Linux based on MLT framework" 164.9 WEB_SITE="http://www.openshotvideo.com/" 164.10 +TARBALL="$PACKAGE-$VERSION.tar.gz" 164.11 +WGET_URL="https://launchpad.net/openshot/${VERSION%.*}/$VERSION/+download/$TARBALL" 164.12 +TAGS="" 164.13 + 164.14 DEPENDS="mlt-python-bindings pygoocanvas libsdl librsvg python-xdg \ 164.15 frei0r-plugins python-pil python-httplib2" 164.16 SUGGESTED="dvgrab libquicktime libavc1394 faac jack-audio-connection-kit ladspa" 164.17 BUILD_DEPENDS="mlt-dev librsvg-dev libsdl-dev frei0r-plugins-dev sox-dev \ 164.18 ffmpeg-dev goocanvas-dev wget" 164.19 -TARBALL="$PACKAGE-$VERSION.tar.gz" 164.20 -WGET_URL="https://launchpad.net/openshot/${VERSION%.*}/$VERSION/+download/$TARBALL" 164.21 -TAGS="" 164.22 164.23 # Rules to configure and make the package. 164.24 compile_rules() {
165.1 --- a/parcellite/receipt Sat Aug 10 11:35:09 2013 +0000 165.2 +++ b/parcellite/receipt Sat Aug 10 13:52:56 2013 +0000 165.3 @@ -5,6 +5,7 @@ 165.4 CATEGORY="utilities" 165.5 SHORT_DESC="Lightweight GTK+ clipboard manager" 165.6 MAINTAINER="pankso@slitaz.org" 165.7 +LICENSE="GPL3" 165.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 165.9 WEB_SITE="http://parcellite.sourceforge.net/" 165.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 165.11 @@ -22,14 +23,14 @@ 165.12 ./configure \ 165.13 --prefix=/usr \ 165.14 $CONFIGURE_ARGS && 165.15 - make && make DESTDIR=$PWD/_pkg install 165.16 + make && make DESTDIR=$DESTDIR install 165.17 } 165.18 165.19 # Rules to gen a SliTaz package suitable for Tazpkg. 165.20 genpkg_rules() 165.21 { 165.22 mkdir -p $fs/usr/share/applications $fs/etc 165.23 - cp -a $_pkg/usr/bin $fs/usr 165.24 + cp -a $install/usr/bin $fs/usr 165.25 cp -a $stuff/skel $fs/etc 165.26 chown -R 0.0 $fs 165.27 }
166.1 --- a/parted-dev/receipt Sat Aug 10 11:35:09 2013 +0000 166.2 +++ b/parted-dev/receipt Sat Aug 10 13:52:56 2013 +0000 166.3 @@ -5,6 +5,7 @@ 166.4 CATEGORY="development" 166.5 SHORT_DESC="GNU parted editor devel files." 166.6 MAINTAINER="pankso@slitaz.org" 166.7 +LICENSE="GPL3" 166.8 WANTED="parted" 166.9 WEB_SITE="http://www.gnu.org/software/parted/index.shtml" 166.10
167.1 --- a/parted/receipt Sat Aug 10 11:35:09 2013 +0000 167.2 +++ b/parted/receipt Sat Aug 10 13:52:56 2013 +0000 167.3 @@ -5,6 +5,7 @@ 167.4 CATEGORY="system-tools" 167.5 SHORT_DESC="GNU parted partition editor." 167.6 MAINTAINER="pankso@slitaz.org" 167.7 +LICENSE="GPL3" 167.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 167.9 WEB_SITE="http://www.gnu.org/software/parted/index.shtml" 167.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
168.1 --- a/patch/receipt Sat Aug 10 11:35:09 2013 +0000 168.2 +++ b/patch/receipt Sat Aug 10 13:52:56 2013 +0000 168.3 @@ -5,6 +5,7 @@ 168.4 CATEGORY="utilities" 168.5 SHORT_DESC="Utilitie to patch file with diff file." 168.6 MAINTAINER="pankso@slitaz.org" 168.7 +LICENSE="GPL3" 168.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 168.9 WEB_SITE="http://www.gnu.org/software/patch/" 168.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 168.11 @@ -31,7 +32,7 @@ 168.12 genpkg_rules() 168.13 { 168.14 mkdir -p $fs/usr/bin 168.15 - cp -a $_pkg/usr/bin/patch $fs/usr/bin 168.16 + cp -a $install/usr/bin/patch $fs/usr/bin 168.17 } 168.18 168.19 # Prevent erasing busybox...
169.1 --- a/pdnsd/receipt Sat Aug 10 11:35:09 2013 +0000 169.2 +++ b/pdnsd/receipt Sat Aug 10 13:52:56 2013 +0000 169.3 @@ -5,6 +5,7 @@ 169.4 CATEGORY="network" 169.5 SHORT_DESC="A proxy DNS server with permanent caching." 169.6 MAINTAINER="pascal.bellard@slitaz.org" 169.7 +LICENSE="GPL3" 169.8 WEB_SITE="http://members.home.nl/p.a.rombouts/pdnsd" 169.9 TARBALL="$PACKAGE-$VERSION-par.tar.gz" 169.10 WGET_URL="$WEB_SITE/releases/$TARBALL"
170.1 --- a/perl-maketext-gettext/receipt Sat Aug 10 11:35:09 2013 +0000 170.2 +++ b/perl-maketext-gettext/receipt Sat Aug 10 13:52:56 2013 +0000 170.3 @@ -5,7 +5,7 @@ 170.4 CATEGORY="development" 170.5 SHORT_DESC="Perl gettext and Maketext frameworks" 170.6 MAINTAINER="erjo@slitaz.org" 170.7 -LICENSE="GPL" 170.8 +LICENSE="GPL3" 170.9 DEPENDS="perl" 170.10 BUILD_DEPENDS="perl" 170.11 SOURCE="Locale-Maketext-Gettext"
171.1 --- a/pidgin-facebookchat/receipt Sat Aug 10 11:35:09 2013 +0000 171.2 +++ b/pidgin-facebookchat/receipt Sat Aug 10 13:52:56 2013 +0000 171.3 @@ -5,12 +5,14 @@ 171.4 CATEGORY="network" 171.5 SHORT_DESC="Facebook chat plugin for Pidgin and libpurple messengers." 171.6 MAINTAINER="mallory@sweetpeople.org" 171.7 -DEPENDS="pidgin zip json-glib" 171.8 -BUILD_DEPENDS="libpurple-dev json-glib-dev zlib-dev unzip" 171.9 +LICENSE="GPL3" 171.10 TARBALL="$PACKAGE-source-$VERSION.tar.bz2" 171.11 WEB_SITE="http://code.google.com/p/pidgin-facebookchat/" 171.12 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" 171.13 171.14 +DEPENDS="pidgin zip json-glib" 171.15 +BUILD_DEPENDS="libpurple-dev json-glib-dev zlib-dev unzip" 171.16 + 171.17 # Rules to configure and make the package. 171.18 compile_rules() 171.19 {
172.1 --- a/pmount/receipt Sat Aug 10 11:35:09 2013 +0000 172.2 +++ b/pmount/receipt Sat Aug 10 13:52:56 2013 +0000 172.3 @@ -5,12 +5,14 @@ 172.4 CATEGORY="system-tools" 172.5 SHORT_DESC="Mount arbitrary hotpluggable devices as normal user." 172.6 MAINTAINER="pascal.bellard@slitaz.org" 172.7 +LICENSE="GPL3" 172.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 172.9 WEB_SITE="http://pmount.alioth.debian.org/" 172.10 WGET_URL="http://alioth.debian.org/frs/download.php/3310/$TARBALL" 172.11 +CONFIG_FILES="/etc/pmount.allow" 172.12 + 172.13 DEPENDS="dbus hal sysfsutils" 172.14 BUILD_DEPENDS="util-linux-blkid-dev intltool" 172.15 -CONFIG_FILES="/etc/pmount.allow" 172.16 172.17 # Rules to configure and make the package. 172.18 compile_rules() 172.19 @@ -25,9 +27,9 @@ 172.20 genpkg_rules() 172.21 { 172.22 mkdir -p $fs/usr/share/locale 172.23 - cp -a $_pkg/etc $fs 172.24 - cp -a $_pkg/usr/bin $fs/usr 172.25 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 172.26 - cp -a $_pkg/usr/share/locale/de $fs/usr/share/locale 172.27 + cp -a $install/etc $fs 172.28 + cp -a $install/usr/bin $fs/usr 172.29 + cp -a $install/usr/share/locale/fr $fs/usr/share/locale 172.30 + cp -a $install/usr/share/locale/de $fs/usr/share/locale 172.31 } 172.32
173.1 --- a/pnmixer/receipt Sat Aug 10 11:35:09 2013 +0000 173.2 +++ b/pnmixer/receipt Sat Aug 10 13:52:56 2013 +0000 173.3 @@ -5,6 +5,7 @@ 173.4 CATEGORY="utilities" 173.5 SHORT_DESC="System tray sound mixer" 173.6 MAINTAINER="al.bobylev@gmail.com" 173.7 +LICENSE="GPL3" 173.8 WEB_SITE="https://github.com/nicklan/pnmixer/wiki" 173.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 173.10 WGET_URL="http://cloud.github.com/downloads/nicklan/$PACKAGE/$TARBALL"
174.1 --- a/pyneighborhood/receipt Sat Aug 10 11:35:09 2013 +0000 174.2 +++ b/pyneighborhood/receipt Sat Aug 10 13:52:56 2013 +0000 174.3 @@ -5,12 +5,14 @@ 174.4 CATEGORY="network" 174.5 SHORT_DESC="GUI frontend for samba tools (smbclient, smbmount, etc)." 174.6 MAINTAINER="paul@slitaz.org" 174.7 -DEPENDS="python pygtk samba" 174.8 -BUILD_DEPENDS="python python-dev gettext wget" 174.9 +LICENSE="GPL3" 174.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 174.11 WEB_SITE="https://launchpad.net/pyneighborhood" 174.12 WGET_URL="$WEB_SITE/${VERSION%.*}/$VERSION/+download/$TARBALL" 174.13 174.14 +DEPENDS="python pygtk samba" 174.15 +BUILD_DEPENDS="python python-dev gettext wget" 174.16 + 174.17 # Rules to configure and make the package. 174.18 compile_rules() 174.19 { 174.20 @@ -20,14 +22,14 @@ 174.21 # hack .desktop file 174.22 sed -i 's/Application;Network;System;Utility/Application;System;/' pyNeighborhood.desktop 174.23 174.24 - make DESTDIR=$PWD/_pkg install 174.25 + make DESTDIR=$DESTDIR install 174.26 } 174.27 174.28 # Rules to gen a SliTaz package suitable for Tazpkg. 174.29 genpkg_rules() 174.30 { 174.31 mkdir -p $fs/usr 174.32 - cp -a $_pkg/usr $fs 174.33 - cp -a $_pkg/share $fs/usr 174.34 + cp -a $install/usr $fs 174.35 + cp -a $install/share $fs/usr 174.36 } 174.37
175.1 --- a/pysolfc/receipt Sat Aug 10 11:35:09 2013 +0000 175.2 +++ b/pysolfc/receipt Sat Aug 10 13:52:56 2013 +0000 175.3 @@ -6,6 +6,7 @@ 175.4 CATEGORY="games" 175.5 SHORT_DESC="PySolFC is an extended version of PySol (a solitaire card game)" 175.6 MAINTAINER="claudinei@slitaz.org" 175.7 +LICENSE="GPL3" 175.8 WEB_SITE="http://sourceforge.net/projects/pysolfc" 175.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 175.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
176.1 --- a/python-cssutils/receipt Sat Aug 10 11:35:09 2013 +0000 176.2 +++ b/python-cssutils/receipt Sat Aug 10 13:52:56 2013 +0000 176.3 @@ -5,6 +5,7 @@ 176.4 CATEGORY="development" 176.5 SHORT_DESC="A Python package to parse and build CSS Cascading Style Sheets." 176.6 MAINTAINER="monghitri@aruba.it" 176.7 +LICENSE="GPL3" 176.8 SOURCE="cssutils" 176.9 TARBALL="$SOURCE-$VERSION.zip" 176.10 WEB_SITE="http://cthedot.de/cssutils/"
177.1 --- a/python-html2text/receipt Sat Aug 10 11:35:09 2013 +0000 177.2 +++ b/python-html2text/receipt Sat Aug 10 13:52:56 2013 +0000 177.3 @@ -6,6 +6,7 @@ 177.4 CATEGORY="network" 177.5 SHORT_DESC="Converts a page of HTML into clean, easy-to-read plain ASCII text." 177.6 MAINTAINER="pankso@slitaz.org" 177.7 +LICENSE="GPL3" 177.8 TARBALL="${SOURCE}-${VERSION}.tar.gz" 177.9 WEB_SITE="http://www.aaronsw.com/2002/html2text/" 177.10 WGET_URL="http://pypi.python.org/packages/source/h/html2text/$TARBALL"
178.1 --- a/ranger/receipt Sat Aug 10 11:35:09 2013 +0000 178.2 +++ b/ranger/receipt Sat Aug 10 13:52:56 2013 +0000 178.3 @@ -5,12 +5,14 @@ 178.4 CATEGORY="utilities" 178.5 SHORT_DESC="File manager." 178.6 MAINTAINER="paul@slitaz.org" 178.7 -DEPENDS="python" 178.8 -BUILD_DEPENDS="python python-dev" 178.9 +LICENSE="GPL3" 178.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 178.11 WEB_SITE="http://nongnu.org/ranger/" 178.12 WGET_URL="http://nongnu.org/ranger/$PACKAGE-stable.tar.gz" 178.13 178.14 +DEPENDS="python" 178.15 +BUILD_DEPENDS="python python-dev" 178.16 + 178.17 # Rules to configure and make the package. 178.18 compile_rules() 178.19 {
179.1 --- a/rdesktop/receipt Sat Aug 10 11:35:09 2013 +0000 179.2 +++ b/rdesktop/receipt Sat Aug 10 13:52:56 2013 +0000 179.3 @@ -5,6 +5,7 @@ 179.4 CATEGORY="network" 179.5 SHORT_DESC="Remote Desktop Protocol (RDP) client for Windows terminal server" 179.6 MAINTAINER="pascal.bellard@slitaz.org" 179.7 +LICENSE="GPL3" 179.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 179.9 WEB_SITE="http://rdesktop.sourceforge.net/" 179.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 179.11 @@ -21,16 +22,16 @@ 179.12 ./configure --prefix=/usr --mandir=/usr/share/man \ 179.13 $CONFIGURE_ARGS && 179.14 make && 179.15 - make DESTDIR=$PWD/_pkg install 179.16 + make DESTDIR=$DESTDIR install 179.17 } 179.18 179.19 # Rules to gen a SliTaz package suitable for Tazpkg. 179.20 genpkg_rules() 179.21 { 179.22 mkdir -p $fs/usr/bin $fs/usr/share/rdesktop/keymaps 179.23 - cp -a $_pkg/usr/bin/rdesktop $fs/usr/bin 179.24 + cp -a $install/usr/bin/rdesktop $fs/usr/bin 179.25 for i in fr de en es it ja common modifiers; do 179.26 - cp -a $_pkg/usr/share/rdesktop/keymaps/$i* \ 179.27 + cp -a $install/usr/share/rdesktop/keymaps/$i* \ 179.28 $fs/usr/share/rdesktop/keymaps 179.29 done 179.30 }
180.1 --- a/readline-dev/receipt Sat Aug 10 11:35:09 2013 +0000 180.2 +++ b/readline-dev/receipt Sat Aug 10 13:52:56 2013 +0000 180.3 @@ -5,6 +5,7 @@ 180.4 CATEGORY="development" 180.5 SHORT_DESC="GNU readline devel files." 180.6 MAINTAINER="pankso@slitaz.org" 180.7 +LICENSE="GPL3" 180.8 WANTED="readline" 180.9 WEB_SITE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html" 180.10 HOST_ARCH="i486 arm"
181.1 --- a/readline/receipt Sat Aug 10 11:35:09 2013 +0000 181.2 +++ b/readline/receipt Sat Aug 10 13:52:56 2013 +0000 181.3 @@ -5,6 +5,7 @@ 181.4 CATEGORY="system-tools" 181.5 SHORT_DESC="GNU readline." 181.6 MAINTAINER="pankso@slitaz.org" 181.7 +LICENSE="GPL3" 181.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 181.9 WEB_SITE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html" 181.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
182.1 --- a/redshift/receipt Sat Aug 10 11:35:09 2013 +0000 182.2 +++ b/redshift/receipt Sat Aug 10 13:52:56 2013 +0000 182.3 @@ -5,6 +5,7 @@ 182.4 CATEGORY="misc" 182.5 SHORT_DESC="Color temperature adjustement." 182.6 MAINTAINER="pascal.bellard@slitaz.org" 182.7 +LICENSE="GPL3" 182.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 182.9 WEB_SITE="http://launchpad.net/redshift/" 182.10 WGET_URL="https://launchpad.net/$PACKAGE/trunk/$VERSION/+download/$TARBALL"
183.1 --- a/rsync/receipt Sat Aug 10 11:35:09 2013 +0000 183.2 +++ b/rsync/receipt Sat Aug 10 13:52:56 2013 +0000 183.3 @@ -5,7 +5,7 @@ 183.4 CATEGORY="network" 183.5 SHORT_DESC="Utility that provides fast incremental." 183.6 MAINTAINER="pankso@slitaz.org" 183.7 -LICENSE="GPL" 183.8 +LICENSE="GPL3" 183.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 183.10 WEB_SITE="http://rsync.samba.org/" 183.11 WGET_URL="${WEB_SITE}ftp/rsync/$TARBALL"
184.1 --- a/samba-common/receipt Sat Aug 10 11:35:09 2013 +0000 184.2 +++ b/samba-common/receipt Sat Aug 10 13:52:56 2013 +0000 184.3 @@ -5,10 +5,12 @@ 184.4 CATEGORY="network" 184.5 SHORT_DESC="File and print services with SMB/CIFS, client side." 184.6 MAINTAINER="pascal.bellard@slitaz.org" 184.7 +LICENSE="GPL3" 184.8 WEB_SITE="http://samba.org/" 184.9 +WANTED="samba" 184.10 + 184.11 DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \ 184.12 libcomerr libkrb5 attr talloc" 184.13 -WANTED="samba" 184.14 184.15 # Rules to gen a SliTaz package suitable for Tazpkg. 184.16 genpkg_rules() 184.17 @@ -16,7 +18,7 @@ 184.18 while read file; do 184.19 dir=${file%/*} 184.20 [ -d $fs$dir ] || mkdir -p $fs$dir 184.21 - cp -a $_pkg$file $fs$dir 184.22 + cp -a $install$file $fs$dir 184.23 done < $wanted_stuff/$PACKAGE.files-list 184.24 } 184.25
185.1 --- a/samba-dev/receipt Sat Aug 10 11:35:09 2013 +0000 185.2 +++ b/samba-dev/receipt Sat Aug 10 13:52:56 2013 +0000 185.3 @@ -5,6 +5,7 @@ 185.4 CATEGORY="development" 185.5 SHORT_DESC="File and print services with SMB/CIFS, development files." 185.6 MAINTAINER="pascal.bellard@slitaz.org" 185.7 +LICENSE="GPL3" 185.8 WEB_SITE="http://samba.org/" 185.9 WANTED="samba" 185.10
186.1 --- a/samba-pam/receipt Sat Aug 10 11:35:09 2013 +0000 186.2 +++ b/samba-pam/receipt Sat Aug 10 13:52:56 2013 +0000 186.3 @@ -5,6 +5,7 @@ 186.4 CATEGORY="system-tools" 186.5 SHORT_DESC="File and print services with SMB/CIFS using PAM." 186.6 MAINTAINER="pascal.bellard@slitaz.org" 186.7 +LICENSE="GPL3" 186.8 SOURCE="samba" 186.9 TARBALL="$SOURCE-$VERSION.tar.gz" 186.10 WEB_SITE="http://samba.org/"
187.1 --- a/samba/receipt Sat Aug 10 11:35:09 2013 +0000 187.2 +++ b/samba/receipt Sat Aug 10 13:52:56 2013 +0000 187.3 @@ -5,6 +5,7 @@ 187.4 CATEGORY="system-tools" 187.5 SHORT_DESC="File and print services with SMB/CIFS." 187.6 MAINTAINER="pascal.bellard@slitaz.org" 187.7 +LICENSE="GPL3" 187.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 187.9 WEB_SITE="http://samba.org/" 187.10 WGET_URL="${WEB_SITE}$PACKAGE/ftp/stable/$TARBALL"
188.1 --- a/sbackup/receipt Sat Aug 10 11:35:09 2013 +0000 188.2 +++ b/sbackup/receipt Sat Aug 10 13:52:56 2013 +0000 188.3 @@ -5,6 +5,7 @@ 188.4 CATEGORY="network" 188.5 SHORT_DESC="Simple backup." 188.6 MAINTAINER="pascal.bellard@slitaz.org" 188.7 +LICENSE="GPL3" 188.8 WEB_SITE="http://sourceforge.net/projects/sbackup/" 188.9 TARBALL="${PACKAGE}_$VERSION.tar.gz" 188.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
189.1 --- a/sbxkb/receipt Sat Aug 10 11:35:09 2013 +0000 189.2 +++ b/sbxkb/receipt Sat Aug 10 13:52:56 2013 +0000 189.3 @@ -5,6 +5,7 @@ 189.4 CATEGORY="utilities" 189.5 SHORT_DESC="Simple tray XKB indicator" 189.6 MAINTAINER="al.bobylev@gmail.com" 189.7 +LICENSE="GPL3" 189.8 WEB_SITE="http://sourceforge.net/projects/staybox/" 189.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 189.10 WGET_URL="$SF_MIRROR/staybox/$TARBALL"
190.1 --- a/shake/receipt Sat Aug 10 11:35:09 2013 +0000 190.2 +++ b/shake/receipt Sat Aug 10 13:52:56 2013 +0000 190.3 @@ -5,6 +5,7 @@ 190.4 CATEGORY="misc" 190.5 SHORT_DESC="A defragmentation tool." 190.6 MAINTAINER="pascal.bellard@slitaz.org" 190.7 +LICENSE="GPL3" 190.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 190.9 WEB_SITE="http://vleu.net/shake/" 190.10 WGET_URL="http://download.savannah.nongnu.org/releases/$PACKAGE/$TARBALL"
191.1 --- a/smbclient/receipt Sat Aug 10 11:35:09 2013 +0000 191.2 +++ b/smbclient/receipt Sat Aug 10 13:52:56 2013 +0000 191.3 @@ -5,10 +5,12 @@ 191.4 CATEGORY="network" 191.5 SHORT_DESC="File and print services with SMB/CIFS, client side." 191.6 MAINTAINER="pascal.bellard@slitaz.org" 191.7 +LICENSE="GPL3" 191.8 WEB_SITE="http://samba.org/" 191.9 +WANTED="samba" 191.10 + 191.11 DEPENDS="libldap libssl cyrus-sasl readline ncurses popt libcap \ 191.12 libcomerr3 libkrb5 attr samba-common glibc-extra-samba" 191.13 -WANTED="samba" 191.14 191.15 # Rules to gen a SliTaz package suitable for Tazpkg. 191.16 genpkg_rules()
192.1 --- a/smbfs/receipt Sat Aug 10 11:35:09 2013 +0000 192.2 +++ b/smbfs/receipt Sat Aug 10 13:52:56 2013 +0000 192.3 @@ -5,11 +5,13 @@ 192.4 CATEGORY="network" 192.5 SHORT_DESC="Mount/umount tools for SMB/CIFS" 192.6 MAINTAINER="erjo@slitaz.org" 192.7 -DEPENDS="linux-cifs" 192.8 +LICENSE="GPL3" 192.9 WEB_SITE="http://www.samba.org/" 192.10 WANTED="samba" 192.11 SUGGESTED="smbclient" 192.12 192.13 +DEPENDS="linux-cifs" 192.14 + 192.15 # Rules to gen a SliTaz package suitable for Tazpkg. 192.16 genpkg_rules() 192.17 {
193.1 --- a/sonata/receipt Sat Aug 10 11:35:09 2013 +0000 193.2 +++ b/sonata/receipt Sat Aug 10 13:52:56 2013 +0000 193.3 @@ -5,12 +5,14 @@ 193.4 CATEGORY="multimedia" 193.5 SHORT_DESC="Elegant GTK+ music client for MPD" 193.6 MAINTAINER="jozee@slitaz.org" 193.7 +LICENSE="GPL3" 193.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 193.9 +WEB_SITE="http://sonata.berlios.de/" 193.10 +WGET_URL="http://download.berlios.de/sonata/$TARBALL" 193.11 + 193.12 DEPENDS="pygtk python-mpd dbus-python mpd libffi" 193.13 BUILD_DEPENDS="pygtk-dev dbus-python-dev pygobject-dev gettext \ 193.14 pkg-config acl libcroco python-dev gtk+-dev libffi-dev" 193.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 193.16 -WEB_SITE="http://sonata.berlios.de/" 193.17 -WGET_URL="http://download.berlios.de/sonata/$TARBALL" 193.18 193.19 # Rules to configure and make the package. 193.20 compile_rules() 193.21 @@ -23,10 +25,10 @@ 193.22 genpkg_rules() 193.23 { 193.24 mkdir -p $fs/usr/share/applications $fs/usr/lib 193.25 - cp -a $_pkg/usr/bin $fs/usr 193.26 - cp -a $_pkg/usr/lib $fs/usr 193.27 - cp -a $_pkg/usr/share/sonata $fs/usr/share 193.28 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 193.29 + cp -a $install/usr/bin $fs/usr 193.30 + cp -a $install/usr/lib $fs/usr 193.31 + cp -a $install/usr/share/sonata $fs/usr/share 193.32 + cp -a $install/usr/share/pixmaps $fs/usr/share 193.33 cp -a $stuff/startsonata $fs/usr/bin/ 193.34 } 193.35
194.1 --- a/spacefm/receipt Sat Aug 10 11:35:09 2013 +0000 194.2 +++ b/spacefm/receipt Sat Aug 10 13:52:56 2013 +0000 194.3 @@ -5,6 +5,7 @@ 194.4 CATEGORY="system-tools" 194.5 SHORT_DESC="Light, fast and easy to use file manager." 194.6 MAINTAINER="pankso@slitaz.org" 194.7 +LICENSE="GPL3" 194.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 194.9 WEB_SITE="http://spacefm.sourceforge.net/" 194.10 WGET_URL="$SF_MIRROR/$PACKAGE/files/$TARBALL"
195.1 --- a/stardict/receipt Sat Aug 10 11:35:09 2013 +0000 195.2 +++ b/stardict/receipt Sat Aug 10 13:52:56 2013 +0000 195.3 @@ -5,40 +5,42 @@ 195.4 CATEGORY="utilities" 195.5 SHORT_DESC="A powerful international dictionary written in Gtk2" 195.6 MAINTAINER="lufeng369@gmail.com" 195.7 -DEPENDS="enchant libsigc++ gtk+ xorg-libSM" 195.8 -BUILD_DEPENDS="bzip2 enchant-dev tar intltool popt libsigc++-dev gtk+-dev \ 195.9 -xorg-libSM-dev zlib-dev util-linux-uuid-dev libffi" 195.10 +LICENSE="GPL3" 195.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 195.12 WEB_SITE="http://code.google.com/p/stardict-3/" 195.13 WGET_URL="http://stardict-3.googlecode.com/files/$TARBALL" 195.14 195.15 +DEPENDS="enchant libsigc++ gtk+ xorg-libSM" 195.16 +BUILD_DEPENDS="bzip2 enchant-dev tar intltool popt libsigc++-dev gtk+-dev \ 195.17 +xorg-libSM-dev zlib-dev util-linux-uuid-dev libffi" 195.18 + 195.19 # Rules to configure and make the package. 195.20 compile_rules() 195.21 { 195.22 - cd $src 195.23 - sed -i 's/<vector>/&\n#include <stdio.h>/' stardict-plugins/stardict-wordnet-plugin/scene.hpp 195.24 - patch -p1 < $stuff/sigc++.patch || return 1 195.25 - patch -p1 < $stuff/stardict_gcc43.patch || return 1 195.26 + cd $src 195.27 + sed -i 's/<vector>/&\n#include <stdio.h>/' stardict-plugins/stardict-wordnet-plugin/scene.hpp 195.28 + patch -p1 < $stuff/sigc++.patch || return 1 195.29 + patch -p1 < $stuff/stardict_gcc43.patch || return 1 195.30 195.31 - ./configure \ 195.32 - --prefix=/usr \ 195.33 - --disable-man \ 195.34 - --disable-qqwry \ 195.35 - --sysconfdir=/etc \ 195.36 - --disable-gnome-support \ 195.37 - --disable-schemas-install \ 195.38 - --disable-espeak \ 195.39 - --disable-gucharmap \ 195.40 - --disable-festival \ 195.41 - --disable-advertisement \ 195.42 - --disable-updateinfo \ 195.43 - $CONFIGURE_ARGS && 195.44 - make && make DESTDIR=$PWD/_pkg install 195.45 + ./configure \ 195.46 + --prefix=/usr \ 195.47 + --disable-man \ 195.48 + --disable-qqwry \ 195.49 + --sysconfdir=/etc \ 195.50 + --disable-gnome-support \ 195.51 + --disable-schemas-install \ 195.52 + --disable-espeak \ 195.53 + --disable-gucharmap \ 195.54 + --disable-festival \ 195.55 + --disable-advertisement \ 195.56 + --disable-updateinfo \ 195.57 + $CONFIGURE_ARGS && 195.58 + make && make DESTDIR=$DESTDIR install 195.59 } 195.60 195.61 # Rules to gen a SliTaz package suitable for Tazpkg. 195.62 genpkg_rules() 195.63 { 195.64 - mkdir -p $fs/usr 195.65 - cp -a $_pkg/usr $fs/ 195.66 + mkdir -p $fs/usr 195.67 + cp -a $install/usr $fs/ 195.68 }
196.1 --- a/supertux-data/receipt Sat Aug 10 11:35:09 2013 +0000 196.2 +++ b/supertux-data/receipt Sat Aug 10 13:52:56 2013 +0000 196.3 @@ -5,6 +5,7 @@ 196.4 CATEGORY="games" 196.5 SHORT_DESC="SuperTux data files" 196.6 MAINTAINER="slaxemulator@gmail.com" 196.7 +LICENSE="GPL3" 196.8 WEB_SITE="http://supertux.lethargik.org/" 196.9 WANTED="supertux" 196.10 196.11 @@ -13,5 +14,5 @@ 196.12 { 196.13 echo Copying data... 196.14 mkdir -p $fs/usr/share 196.15 - cp -a $_pkg/usr/share/games $fs/usr/share 196.16 + cp -a $install/usr/share/games $fs/usr/share 196.17 }
197.1 --- a/supertux/receipt Sat Aug 10 11:35:09 2013 +0000 197.2 +++ b/supertux/receipt Sat Aug 10 13:52:56 2013 +0000 197.3 @@ -5,6 +5,7 @@ 197.4 CATEGORY="games" 197.5 SHORT_DESC="SuperTux is a classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games." 197.6 MAINTAINER="mallory@sweetpeople.org" 197.7 +LICENSE="GPL3" 197.8 SUGGESTED="nvidia" 197.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 197.10 WEB_SITE="http://supertux.lethargik.org/"
198.1 --- a/swat/receipt Sat Aug 10 11:35:09 2013 +0000 198.2 +++ b/swat/receipt Sat Aug 10 13:52:56 2013 +0000 198.3 @@ -5,9 +5,11 @@ 198.4 CATEGORY="development" 198.5 SHORT_DESC="Samba Web Administration Tool." 198.6 MAINTAINER="pascal.bellard@slitaz.org" 198.7 +LICENSE="GPL3" 198.8 WEB_SITE="http://samba.org/" 198.9 +WANTED="samba" 198.10 + 198.11 DEPENDS="samba" 198.12 -WANTED="samba" 198.13 198.14 # Rules to gen a SliTaz package suitable for Tazpkg. 198.15 genpkg_rules()
199.1 --- a/tea/receipt Sat Aug 10 11:35:09 2013 +0000 199.2 +++ b/tea/receipt Sat Aug 10 13:52:56 2013 +0000 199.3 @@ -5,6 +5,7 @@ 199.4 CATEGORY="development" 199.5 SHORT_DESC="Tead text editor using QT." 199.6 MAINTAINER="pankso@slitaz.org" 199.7 +LICENCE="GPL3" 199.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 199.9 WEB_SITE="http://tea-editor.sourceforge.net/" 199.10 WGET_URL="http://semiletov.org/tea-releases/$TARBALL"
200.1 --- a/threaded-samba-scanner/receipt Sat Aug 10 11:35:09 2013 +0000 200.2 +++ b/threaded-samba-scanner/receipt Sat Aug 10 13:52:56 2013 +0000 200.3 @@ -5,7 +5,7 @@ 200.4 CATEGORY="network" 200.5 SHORT_DESC="A very fast samba scanner." 200.6 MAINTAINER="pascal.bellard@slitaz.org" 200.7 -LICENSE="GPL" 200.8 +LICENCE="GPL3" 200.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 200.10 WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" 200.11 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
201.1 --- a/turnserver/receipt Sat Aug 10 11:35:09 2013 +0000 201.2 +++ b/turnserver/receipt Sat Aug 10 13:52:56 2013 +0000 201.3 @@ -5,9 +5,11 @@ 201.4 CATEGORY="network" 201.5 SHORT_DESC="open-source TURN server implementation." 201.6 MAINTAINER="pascal.bellard@slitaz.org" 201.7 +LICENCE="GPL3" 201.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 201.9 WEB_SITE="http://turnserver.sourceforge.net/" 201.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 201.11 + 201.12 DEPENDS="openssl" 201.13 BUILD_DEPENDS="libconfuse openssl-dev" 201.14 201.15 @@ -25,6 +27,6 @@ 201.16 genpkg_rules() 201.17 { 201.18 mkdir -p $fs/usr 201.19 - cp -a $_pkg/usr/bin $fs/usr 201.20 + cp -a $install/usr/bin $fs/usr 201.21 } 201.22
202.1 --- a/udevil/receipt Sat Aug 10 11:35:09 2013 +0000 202.2 +++ b/udevil/receipt Sat Aug 10 13:52:56 2013 +0000 202.3 @@ -5,6 +5,7 @@ 202.4 CATEGORY="system-tools" 202.5 SHORT_DESC="Fast and light devices manager." 202.6 MAINTAINER="pankso@slitaz.org" 202.7 +LICENCE="GPL3" 202.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 202.9 WEB_SITE="http://ignorantguru.github.com/udevil/" 202.10 WGET_URL="https://raw.github.com/IgnorantGuru/udevil/master/packages/$VERSION/$TARBALL"
203.1 --- a/units/receipt Sat Aug 10 11:35:09 2013 +0000 203.2 +++ b/units/receipt Sat Aug 10 13:52:56 2013 +0000 203.3 @@ -5,7 +5,7 @@ 203.4 CATEGORY="utilities" 203.5 SHORT_DESC="Units converter." 203.6 MAINTAINER="paul@slitaz.org" 203.7 -DEPENDS="readline ncurses" 203.8 +LICENCE="GPL3" 203.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 203.10 WEB_SITE="http://www.gnu.org" 203.11 WGET_URL="http://ftp.gnu.org/gnu/units/$TARBALL"
204.1 --- a/viewnior/receipt Sat Aug 10 11:35:09 2013 +0000 204.2 +++ b/viewnior/receipt Sat Aug 10 13:52:56 2013 +0000 204.3 @@ -5,13 +5,15 @@ 204.4 CATEGORY="graphics" 204.5 SHORT_DESC="Light and simple image viewer." 204.6 MAINTAINER="pankso@slitaz.org" 204.7 -DEPENDS="gtk+" 204.8 -BUILD_DEPENDS="gtk+-dev shared-mime-info-dev intltool libffi" 204.9 +LICENCE="GPL3" 204.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 204.11 WEB_SITE="http://xsisqox.github.com/Viewnior/" 204.12 WGET_URL="http://cloud.github.com/downloads/xsisqox/Viewnior/$TARBALL" 204.13 TAGS="image photo viewer" 204.14 204.15 +DEPENDS="gtk+" 204.16 +BUILD_DEPENDS="gtk+-dev shared-mime-info-dev intltool libffi" 204.17 + 204.18 # Rules to configure and make the package. 204.19 compile_rules() 204.20 { 204.21 @@ -19,15 +21,15 @@ 204.22 ./configure \ 204.23 --prefix=/usr \ 204.24 $CONFIGURE_ARGS && 204.25 - make $MAKEFLAGS && make DESTDIR=$PWD/_pkg install 204.26 + make $MAKEFLAGS && make DESTDIR=$DESTDIR install 204.27 } 204.28 204.29 # Rules to gen a SliTaz package suitable for Tazpkg. 204.30 genpkg_rules() 204.31 { 204.32 mkdir -p $fs/usr/share/icons/hicolor/24x24 204.33 - cp -a $_pkg/usr/bin $fs/usr 204.34 - cp -a $_pkg/usr/share/viewnior $fs/usr/share 204.35 - cp -a $_pkg/usr/share/icons/hicolor/24x24/apps \ 204.36 + cp -a $install/usr/bin $fs/usr 204.37 + cp -a $install/usr/share/viewnior $fs/usr/share 204.38 + cp -a $install/usr/share/icons/hicolor/24x24/apps \ 204.39 $fs/usr/share/icons/hicolor/24x24 204.40 }
205.1 --- a/volumeicon/receipt Sat Aug 10 11:35:09 2013 +0000 205.2 +++ b/volumeicon/receipt Sat Aug 10 13:52:56 2013 +0000 205.3 @@ -5,6 +5,7 @@ 205.4 CATEGORY="multimedia" 205.5 SHORT_DESC="Volumeicon is a lightweight volume control in your systray." 205.6 MAINTAINER="claudinei@slitaz.org" 205.7 +LICENCE="GPL3" 205.8 WEB_SITE="http://softwarebakery.com/maato/volumeicon.html" 205.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 205.10 WGET_URL="http://softwarebakery.com/maato/files/$PACKAGE/$TARBALL"
206.1 --- a/wavemon/receipt Sat Aug 10 11:35:09 2013 +0000 206.2 +++ b/wavemon/receipt Sat Aug 10 13:52:56 2013 +0000 206.3 @@ -5,12 +5,14 @@ 206.4 CATEGORY="network" 206.5 SHORT_DESC="Wavemon is an ncurses-based monitoring application for wireless network devices." 206.6 MAINTAINER="paul@slitaz.org" 206.7 -DEPENDS="ncurses libcap" 206.8 -BUILD_DEPENDS="ncurses-dev libcap-dev" 206.9 +LICENCE="GPL3" 206.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 206.11 WEB_SITE="http://eden-feed.erg.abdn.ac.uk/wavemon/" 206.12 WGET_URL="http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/$TARBALL" 206.13 206.14 +DEPENDS="ncurses libcap" 206.15 +BUILD_DEPENDS="ncurses-dev libcap-dev" 206.16 + 206.17 # Rules to configure and make the package. 206.18 compile_rules() 206.19 {
207.1 --- a/wget/receipt Sat Aug 10 11:35:09 2013 +0000 207.2 +++ b/wget/receipt Sat Aug 10 13:52:56 2013 +0000 207.3 @@ -5,6 +5,7 @@ 207.4 CATEGORY="utilities" 207.5 SHORT_DESC="retrieve files from the web" 207.6 MAINTAINER="sygne@ombres.eu" 207.7 +LICENCE="GPL3" 207.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 207.9 WEB_SITE="http://www.gnu.org/software/wget/wget.html" 207.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 207.11 @@ -24,7 +25,7 @@ 207.12 genpkg_rules() 207.13 { 207.14 mkdir -p $fs/usr 207.15 - cp -a $_pkg/usr/bin $fs/usr 207.16 + cp -a $install/usr/bin $fs/usr 207.17 } 207.18 207.19 # Post install rules.
208.1 --- a/which/receipt Sat Aug 10 11:35:09 2013 +0000 208.2 +++ b/which/receipt Sat Aug 10 13:52:56 2013 +0000 208.3 @@ -5,11 +5,13 @@ 208.4 CATEGORY="base-system" 208.5 SHORT_DESC="A utility to show the full path of commands" 208.6 MAINTAINER="slaxemulator@gmail.com" 208.7 -DEPENDS="glibc-base" 208.8 +LICENCE="GPL3" 208.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 208.10 WEB_SITE="http://www.xs4all.nl/~carlo17/which" 208.11 WGET_URL="http://www.xs4all.nl/~carlo17/$PACKAGE/$TARBALL" 208.12 208.13 +DEPENDS="glibc-base" 208.14 + 208.15 # Rules to configure and make the package. 208.16 compile_rules() 208.17 { 208.18 @@ -19,14 +21,14 @@ 208.19 --infodir=/usr/share/info \ 208.20 --mandir=/usr/share/man \ 208.21 $CONFIGURE_ARGS && 208.22 - make && make DESTDIR=$PWD/_pkg install 208.23 + make && make DESTDIR=$DESTDIR install 208.24 } 208.25 208.26 # Rules to gen a SliTaz package suitable for Tazpkg. 208.27 genpkg_rules() 208.28 { 208.29 mkdir -p $fs/usr 208.30 - cp -a $_pkg/usr/bin $fs/usr 208.31 + cp -a $install/usr/bin $fs/usr 208.32 } 208.33 208.34 # Pre and post install commands for Tazpkg.
209.1 --- a/xfce4-volumed/receipt Sat Aug 10 11:35:09 2013 +0000 209.2 +++ b/xfce4-volumed/receipt Sat Aug 10 13:52:56 2013 +0000 209.3 @@ -6,6 +6,7 @@ 209.4 CATEGORY="x-window" 209.5 SHORT_DESC="Volume keys daemon" 209.6 MAINTAINER="al.bobylev@gmail.com" 209.7 +LICENSE="GPL3" 209.8 WEB_SITE="https://aur.archlinux.org/packages.php?ID=31693" 209.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 209.10 WGET_URL="http://archive.xfce.org/src/apps/xfce4-volumed/$HI_VERSION/$TARBALL"
210.1 --- a/xpad/receipt Sat Aug 10 11:35:09 2013 +0000 210.2 +++ b/xpad/receipt Sat Aug 10 13:52:56 2013 +0000 210.3 @@ -5,6 +5,7 @@ 210.4 CATEGORY="utilities" 210.5 SHORT_DESC="Sticky note application for X" 210.6 MAINTAINER="pankso@slitaz.org" 210.7 +LICENSE="GPL3" 210.8 WEB_SITE="https://launchpad.net/xpad" 210.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 210.10 WGET_URL="https://launchpad.net/xpad/trunk/$VERSION/+download/$TARBALL" 210.11 @@ -26,6 +27,6 @@ 210.12 genpkg_rules() 210.13 { 210.14 mkdir -p $fs/usr/share/icons/hicolor/48x48/apps/ 210.15 - cp -a $_pkg/usr/bin $fs/usr 210.16 + cp -a $install/usr/bin $fs/usr 210.17 cp -a $stuff/xpad.png $fs/usr/share/icons/hicolor/48x48/apps/ 210.18 }
211.1 --- a/xpaint/receipt Sat Aug 10 11:35:09 2013 +0000 211.2 +++ b/xpaint/receipt Sat Aug 10 13:52:56 2013 +0000 211.3 @@ -5,6 +5,7 @@ 211.4 CATEGORY="graphics" 211.5 SHORT_DESC="Simple paint program for X" 211.6 MAINTAINER="mojo@slitaz.org" 211.7 +LICENSE="GPL3" 211.8 WEB_SITE="http://sourceforge.net/projects/sf-xpaint/" 211.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 211.10 WGET_URL="$SF_MIRROR/sf-$PACKAGE/$TARBALL"
212.1 --- a/yad-gtk3/receipt Sat Aug 10 11:35:09 2013 +0000 212.2 +++ b/yad-gtk3/receipt Sat Aug 10 13:52:56 2013 +0000 212.3 @@ -5,6 +5,7 @@ 212.4 CATEGORY="utilities" 212.5 SHORT_DESC="Display graphical dialogs from shell scripts or command line (GTK+3)" 212.6 MAINTAINER="devl547@gmail.com" 212.7 +LICENSE="GPL3" 212.8 TARBALL="yad-$VERSION.tar.xz" 212.9 WEB_SITE="http://code.google.com/p/yad/" 212.10 WGET_URL="http://yad.googlecode.com/files/$TARBALL"
213.1 --- a/yad/receipt Sat Aug 10 11:35:09 2013 +0000 213.2 +++ b/yad/receipt Sat Aug 10 13:52:56 2013 +0000 213.3 @@ -5,6 +5,7 @@ 213.4 CATEGORY="utilities" 213.5 SHORT_DESC="Display graphical dialogs from shell scripts or command line" 213.6 MAINTAINER="devl547@gmail.com" 213.7 +LICENSE="GPL3" 213.8 TARBALL="$PACKAGE-$VERSION.tar.xz" 213.9 WEB_SITE="http://code.google.com/p/yad/" 213.10 WGET_URL="http://yad.googlecode.com/files/$TARBALL"
214.1 --- a/zile/receipt Sat Aug 10 11:35:09 2013 +0000 214.2 +++ b/zile/receipt Sat Aug 10 13:52:56 2013 +0000 214.3 @@ -5,13 +5,15 @@ 214.4 CATEGORY="development" 214.5 SHORT_DESC="GNU Zile is a lightweight Emacs clone." 214.6 MAINTAINER="domcox@slitaz.org" 214.7 -DEPENDS="ncurses" 214.8 -BUILD_DEPENDS="ncurses-dev" 214.9 +LICENSE="GPL3" 214.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 214.11 WEB_SITE="http://www.gnu.org/software/zile/" 214.12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 214.13 TAGS="text-editor" 214.14 214.15 +DEPENDS="ncurses" 214.16 +BUILD_DEPENDS="ncurses-dev" 214.17 + 214.18 # Rules to configure and make the package. 214.19 compile_rules() 214.20 { 214.21 @@ -21,13 +23,13 @@ 214.22 --infodir=/usr/share/info \ 214.23 --mandir=/usr/share/man \ 214.24 $CONFIGURE_ARGS && 214.25 - make && make DESTDIR=$PWD/_pkg install 214.26 + make && make DESTDIR=$DESTDIR install 214.27 } 214.28 214.29 # Rules to gen a SliTaz package suitable for Tazpkg. 214.30 genpkg_rules() 214.31 { 214.32 mkdir -p $fs/usr 214.33 - cp -a $_pkg/usr/bin $fs/usr 214.34 +² cp -a $install/usr/bin $fs/usr 214.35 } 214.36