wok-next rev 15205
hg merge
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Sep 09 03:32:26 2013 +0300 (2013-09-09) |
parents | 526b170d06b4 9ee732994c33 |
children | 4e70419518ab |
files |
line diff
1.1 --- a/Geomyidae/receipt Fri Sep 06 13:34:00 2013 +0300 1.2 +++ b/Geomyidae/receipt Mon Sep 09 03:32:26 2013 +0300 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Geomyidae is a daemon for serving the Gopher protocol." 1.6 MAINTAINER="allan316@gmail.com" 1.7 +LICENSE="MIT" 1.8 SOURCE="geomyidae" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.r-36.net" 1.11 @@ -14,7 +15,7 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 - make && make DESTDIR=$PWD/_pkg install 1.16 + make && make DESTDIR=$DESTDIR install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 @@ -22,6 +23,6 @@ 1.21 { 1.22 mkdir -p $fs/usr $fs/var/gopher 1.23 cp -a $src/index.gph $fs/var/gopher/ 1.24 - cp -a $_pkg/usr/bin $fs/usr 1.25 + cp -a $install/usr/bin $fs/usr 1.26 } 1.27
2.1 --- a/ORBit2-dev/receipt Fri Sep 06 13:34:00 2013 +0300 2.2 +++ b/ORBit2-dev/receipt Mon Sep 09 03:32:26 2013 +0300 2.3 @@ -5,7 +5,7 @@ 2.4 CATEGORY="development" 2.5 SHORT_DESC="ORBit2 devel files." 2.6 MAINTAINER="rcx@zoominternet.net" 2.7 -LICENCE="GPL2" 2.8 +LICENSE="GPL2" 2.9 WEB_SITE="http://projects.gnome.org/ORBit2/" 2.10 WANTED="ORBit2" 2.11
3.1 --- a/PyQt-x11-gpl/receipt Fri Sep 06 13:34:00 2013 +0300 3.2 +++ b/PyQt-x11-gpl/receipt Mon Sep 09 03:32:26 2013 +0300 3.3 @@ -5,6 +5,7 @@ 3.4 CATEGORY="development" 3.5 SHORT_DESC="PyQt" 3.6 MAINTAINER="allan316@gmail.com" 3.7 +LICENSE="GPL" 3.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.9 WEB_SITE="http://www.riverbankcomputing.co.uk" 3.10 WGET_URL="http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.9.6/$TARBALL"
4.1 --- a/adminer/receipt Fri Sep 06 13:34:00 2013 +0300 4.2 +++ b/adminer/receipt Mon Sep 09 03:32:26 2013 +0300 4.3 @@ -5,6 +5,7 @@ 4.4 CATEGORY="misc" 4.5 SHORT_DESC="Database management in a single PHP file." 4.6 MAINTAINER="pascal.bellard@slitaz.org" 4.7 +LICENSE="GPL2" 4.8 TARBALL="$PACKAGE-$VERSION.php" 4.9 WEB_SITE="http://www.adminer.org/" 4.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
5.1 --- a/aescrypt/receipt Fri Sep 06 13:34:00 2013 +0300 5.2 +++ b/aescrypt/receipt Mon Sep 09 03:32:26 2013 +0300 5.3 @@ -5,6 +5,7 @@ 5.4 CATEGORY="security" 5.5 SHORT_DESC="AES Crypt is a file encryption software." 5.6 MAINTAINER="slaxemulator@gmail.com" 5.7 +LICENSE="PublicDomain" 5.8 DEPENDS="glibc-base" 5.9 TARBALL="${PACKAGE}${VERSION}_source.tar.gz" 5.10 WEB_SITE="http://www.aescrypt.com/"
6.1 --- a/afio/receipt Fri Sep 06 13:34:00 2013 +0300 6.2 +++ b/afio/receipt Mon Sep 09 03:32:26 2013 +0300 6.3 @@ -5,6 +5,7 @@ 6.4 CATEGORY="system-tools" 6.5 SHORT_DESC="Archiver program for Linux/UNIX. " 6.6 MAINTAINER="erjo@slitaz.org" 6.7 +LICENSE="LGPL" 6.8 WEB_SITE="http://members.chello.nl/~k.holtman/afio.html" 6.9 TARBALL="$PACKAGE-$VERSION.tgz" 6.10 WGET_URL="http://members.chello.nl/~k.holtman/$TARBALL"
7.1 --- a/aircrack-ng-oui/receipt Fri Sep 06 13:34:00 2013 +0300 7.2 +++ b/aircrack-ng-oui/receipt Mon Sep 09 03:32:26 2013 +0300 7.3 @@ -5,6 +5,7 @@ 7.4 CATEGORY="misc" 7.5 SHORT_DESC="archive of oui.txt file for airdump-ng" 7.6 MAINTAINER="slaxemulator@gmail.com" 7.7 +LICENSE="GPL2" 7.8 WEB_SITE="http://standards.ieee.org/regauth/oui" 7.9 TARBALL="oui.txt" 7.10 WGET_URL="$WEB_SITE/$TARBALL"
8.1 --- a/aircrack-ng-scripts/receipt Fri Sep 06 13:34:00 2013 +0300 8.2 +++ b/aircrack-ng-scripts/receipt Mon Sep 09 03:32:26 2013 +0300 8.3 @@ -5,9 +5,11 @@ 8.4 CATEGORY="network" 8.5 SHORT_DESC="Included scripts for a key cracker for the 802.11 WEP and WPA-PSK protocols" 8.6 MAINTAINER="slaxemulator@gmail.com" 8.7 +LICENSE="GPL2" 8.8 WEB_SITE="http://aircrack-ng.org" 8.9 +WANTED="aircrack-ng" 8.10 + 8.11 DEPENDS="aircrack-ng python graphviz pylorcan" 8.12 -WANTED="aircrack-ng" 8.13 8.14 # Rules to gen a SliTaz package suitable for Tazpkg. 8.15 genpkg_rules()
9.1 --- a/aircrack-ng/receipt Fri Sep 06 13:34:00 2013 +0300 9.2 +++ b/aircrack-ng/receipt Mon Sep 09 03:32:26 2013 +0300 9.3 @@ -5,9 +5,11 @@ 9.4 CATEGORY="network" 9.5 SHORT_DESC="802.11 WEP and WPA-PSK keys cracking program." 9.6 MAINTAINER="pascal.bellard@slitaz.org" 9.7 +LICENSE="GPL2" 9.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 9.9 WEB_SITE="http://www.aircrack-ng.org/" 9.10 WGET_URL="http://download.aircrack-ng.org/$TARBALL" 9.11 + 9.12 DEPENDS="aircrack-ng-oui iw openssl sqlite zlib pylorcon" 9.13 BUILD_DEPENDS="sqlite-dev pylorcon openssl-dev" 9.14 9.15 @@ -30,7 +32,7 @@ 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/sbin $fs/usr 9.21 + cp -a $install/usr/bin $fs/usr 9.22 + cp -a $install/usr/sbin $fs/usr 9.23 } 9.24
10.1 --- a/airoscript-ng/receipt Fri Sep 06 13:34:00 2013 +0300 10.2 +++ b/airoscript-ng/receipt Mon Sep 09 03:32:26 2013 +0300 10.3 @@ -5,11 +5,13 @@ 10.4 CATEGORY="network" 10.5 SHORT_DESC="Airoscript ng" 10.6 MAINTAINER="slaxemulator@gmail.com" 10.7 -DEPENDS="bash" 10.8 +LICENSE="GPL2" 10.9 TARBALL="$PACKAGE-${VERSION%rc3}-3.tar.gz" 10.10 WEB_SITE="http://code.google.com/p/airoscript/" 10.11 WGET_URL="http://airoscript.googlecode.com/files/$TARBALL" 10.12 10.13 +DEPENDS="bash" 10.14 + 10.15 # Rules to configure and make the package. 10.16 compile_rules() 10.17 { 10.18 @@ -34,8 +36,8 @@ 10.19 genpkg_rules() 10.20 { 10.21 mkdir -p $fs/usr/share 10.22 - cp -a $_pkg/usr/sbin $fs/usr 10.23 - cp -a $_pkg/usr/share/airoscript-ng $fs/usr/share 10.24 - cp -a $_pkg/etc $fs 10.25 + cp -a $install/usr/sbin $fs/usr 10.26 + cp -a $install/usr/share/airoscript-ng $fs/usr/share 10.27 + cp -a $install/etc $fs 10.28 } 10.29
11.1 --- a/ajaxterm/receipt Fri Sep 06 13:34:00 2013 +0300 11.2 +++ b/ajaxterm/receipt Mon Sep 09 03:32:26 2013 +0300 11.3 @@ -5,6 +5,7 @@ 11.4 CATEGORY="network" 11.5 SHORT_DESC="Login terminal for the web." 11.6 MAINTAINER="pascal.bellard@slitaz.org" 11.7 +LICENSE="PublicDomain LGPL" 11.8 WEB_SITE="http://antony.lesuisse.org/software/ajaxterm/" 11.9 SOURCE="Ajaxterm" 11.10 TARBALL="$SOURCE-$VERSION.tar.gz"
12.1 --- a/alsa-tools-ac3dec/receipt Fri Sep 06 13:34:00 2013 +0300 12.2 +++ b/alsa-tools-ac3dec/receipt Mon Sep 09 03:32:26 2013 +0300 12.3 @@ -5,6 +5,7 @@ 12.4 CATEGORY="multimedia" 12.5 SHORT_DESC="A free AC-3 stream decoder." 12.6 MAINTAINER="pankso@slitaz.org" 12.7 +LICENSE="GPL2" 12.8 WANTED="alsa-tools" 12.9 WEB_SITE="http://www.alsa-project.org/" 12.10
13.1 --- a/alsa-tools-echomixer/receipt Fri Sep 06 13:34:00 2013 +0300 13.2 +++ b/alsa-tools-echomixer/receipt Mon Sep 09 03:32:26 2013 +0300 13.3 @@ -5,6 +5,7 @@ 13.4 CATEGORY="multimedia" 13.5 SHORT_DESC="Control all the features of any Echoaudio soundcard." 13.6 MAINTAINER="pankso@slitaz.org" 13.7 +LICENSE="GPL2" 13.8 WANTED="alsa-tools" 13.9 WEB_SITE="http://www.alsa-project.org/" 13.10
14.1 --- a/alsa-tools-envy24control/receipt Fri Sep 06 13:34:00 2013 +0300 14.2 +++ b/alsa-tools-envy24control/receipt Mon Sep 09 03:32:26 2013 +0300 14.3 @@ -5,6 +5,7 @@ 14.4 CATEGORY="multimedia" 14.5 SHORT_DESC="Control tool for Envy24 (ice1712) based soundcards." 14.6 MAINTAINER="pankso@slitaz.org" 14.7 +LICENSE="GPL2" 14.8 WANTED="alsa-tools" 14.9 WEB_SITE="http://www.alsa-project.org/" 14.10
15.1 --- a/alsa-tools-hdsp/receipt Fri Sep 06 13:34:00 2013 +0300 15.2 +++ b/alsa-tools-hdsp/receipt Mon Sep 09 03:32:26 2013 +0300 15.3 @@ -5,6 +5,7 @@ 15.4 CATEGORY="multimedia" 15.5 SHORT_DESC="RME Hammerfall DSP cards firmware loader, mixer and config tool." 15.6 MAINTAINER="pankso@slitaz.org" 15.7 +LICENSE="GPL2" 15.8 WANTED="alsa-tools" 15.9 WEB_SITE="http://www.alsa-project.org/" 15.10
16.1 --- a/alsa-tools-hwmixvolume/receipt Fri Sep 06 13:34:00 2013 +0300 16.2 +++ b/alsa-tools-hwmixvolume/receipt Mon Sep 09 03:32:26 2013 +0300 16.3 @@ -5,6 +5,7 @@ 16.4 CATEGORY="multimedia" 16.5 SHORT_DESC="Control the volume of sound cards using hardware mixing." 16.6 MAINTAINER="pankso@slitaz.org" 16.7 +LICENSE="GPL2" 16.8 WANTED="alsa-tools" 16.9 WEB_SITE="http://www.alsa-project.org/" 16.10
17.1 --- a/alsa-tools-rmedigicontrol/receipt Fri Sep 06 13:34:00 2013 +0300 17.2 +++ b/alsa-tools-rmedigicontrol/receipt Mon Sep 09 03:32:26 2013 +0300 17.3 @@ -5,6 +5,7 @@ 17.4 CATEGORY="multimedia" 17.5 SHORT_DESC="Control tool for RME Digi32 and RME Digi96 soundcards." 17.6 MAINTAINER="pankso@slitaz.org" 17.7 +LICENSE="GPL2" 17.8 WANTED="alsa-tools" 17.9 WEB_SITE="http://www.alsa-project.org/" 17.10
18.1 --- a/alsa-tools/receipt Fri Sep 06 13:34:00 2013 +0300 18.2 +++ b/alsa-tools/receipt Mon Sep 09 03:32:26 2013 +0300 18.3 @@ -5,6 +5,7 @@ 18.4 CATEGORY="meta" 18.5 SHORT_DESC="Alsa sound system additionnal tools (meta package)." 18.6 MAINTAINER="pankso@slitaz.org" 18.7 +LICENSE="GPL2" 18.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 18.9 WEB_SITE="http://www.alsa-project.org/" 18.10 WGET_URL="http://alsa.cybermirror.org/tools/$TARBALL"
19.1 --- a/amsn/receipt Fri Sep 06 13:34:00 2013 +0300 19.2 +++ b/amsn/receipt Mon Sep 09 03:32:26 2013 +0300 19.3 @@ -5,6 +5,7 @@ 19.4 CATEGORY="network" 19.5 SHORT_DESC="Alvaro's Messenger" 19.6 MAINTAINER="erjo@slitaz.org" 19.7 +LICENSE="GPL2" 19.8 WEB_SITE="http://amsn-project.net/" 19.9 TARBALL="$PACKAGE-$VERSION-src.tar.gz" 19.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
20.1 --- a/amule/receipt Fri Sep 06 13:34:00 2013 +0300 20.2 +++ b/amule/receipt Mon Sep 09 03:32:26 2013 +0300 20.3 @@ -5,15 +5,17 @@ 20.4 CATEGORY="network" 20.5 SHORT_DESC="An eMule-like client for the eD2k and Kademlia networks." 20.6 MAINTAINER="pankso@slitaz.org" 20.7 +LICENSE="GPL2" 20.8 #SOURCE="aMule-SVN" 20.9 SOURCE="aMule" 20.10 -DEPENDS="wxWidgets libupnp libbfd xorg-libXxf86vm" 20.11 -BUILD_DEPENDS="wxWidgets-dev libupnp-dev cryptopp zlib-dev" 20.12 TARBALL="$SOURCE-$VERSION.tar.xz" 20.13 WEB_SITE="http://www.amule.org/" 20.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 20.15 TAGS="p2p peer-to-peer fileshare" 20.16 20.17 +DEPENDS="wxWidgets libupnp libbfd xorg-libXxf86vm" 20.18 +BUILD_DEPENDS="wxWidgets-dev libupnp-dev cryptopp zlib-dev" 20.19 + 20.20 # Rules to configure and make the package. 20.21 compile_rules() 20.22 { 20.23 @@ -29,8 +31,8 @@ 20.24 genpkg_rules() 20.25 { 20.26 mkdir -p $fs/usr/share 20.27 - cp -a $_pkg/usr/bin $fs/usr 20.28 - cp -a $_pkg/usr/share/amule $fs/usr/share 20.29 + cp -a $install/usr/bin $fs/usr 20.30 + cp -a $install/usr/share/amule $fs/usr/share 20.31 # Remove unused files in this base package. 20.32 rm $fs/usr/share/amule/skins/kde4.zip 20.33 rm $fs/usr/share/amule/skins/gnome.zip
21.1 --- a/androguard/receipt Fri Sep 06 13:34:00 2013 +0300 21.2 +++ b/androguard/receipt Mon Sep 09 03:32:26 2013 +0300 21.3 @@ -5,7 +5,7 @@ 21.4 CATEGORY="development" 21.5 SHORT_DESC="Reverse engineering tool for Android applications." 21.6 MAINTAINER="pascal.bellard@slitaz.org" 21.7 -LICENCE="GPL3" 21.8 +LICENSE="GPL3" 21.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 21.10 WEB_SITE="http://code.google.com/p/$PACKAGE" 21.11 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
22.1 --- a/arora/receipt Fri Sep 06 13:34:00 2013 +0300 22.2 +++ b/arora/receipt Mon Sep 09 03:32:26 2013 +0300 22.3 @@ -5,6 +5,7 @@ 22.4 CATEGORY="network" 22.5 SHORT_DESC="A cross-platform Qt4 WebKit browser" 22.6 MAINTAINER="devl547@gmail.com" 22.7 +LICENSE="GPL2" 22.8 WEB_SITE="http://arora.googlecode.com/" 22.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 22.10 WGET_URL="$WEB_SITE/files/$TARBALL"
23.1 --- a/arping/receipt Fri Sep 06 13:34:00 2013 +0300 23.2 +++ b/arping/receipt Mon Sep 09 03:32:26 2013 +0300 23.3 @@ -5,6 +5,7 @@ 23.4 CATEGORY="network" 23.5 SHORT_DESC="ARP ping utility" 23.6 MAINTAINER="slaxemulator@gmail.com" 23.7 +LICENSE="GPL2" 23.8 WEB_SITE="http://www.habets.pp.se/synscan/programs.php?prog=arping" 23.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 23.10 WGET_URL="http://www.habets.pp.se/synscan/files/$TARBALL"
24.1 --- a/asciiquarium/receipt Fri Sep 06 13:34:00 2013 +0300 24.2 +++ b/asciiquarium/receipt Mon Sep 09 03:32:26 2013 +0300 24.3 @@ -5,6 +5,7 @@ 24.4 CATEGORY="system-tools" 24.5 SHORT_DESC="Text console screensaver." 24.6 MAINTAINER="pascal.bellard@slitaz.org" 24.7 +LICENSE="GPL2" 24.8 WEB_SITE="http://www.robobunny.com/projects/$PACKAGE/html/" 24.9 TARBALL="${PACKAGE}_${VERSION}.tar.gz" 24.10 WGET_URL="http://www.robobunny.com/projects/$PACKAGE/$TARBALL"
25.1 --- a/aspell-dev/receipt Fri Sep 06 13:34:00 2013 +0300 25.2 +++ b/aspell-dev/receipt Mon Sep 09 03:32:26 2013 +0300 25.3 @@ -5,6 +5,7 @@ 25.4 CATEGORY="development" 25.5 SHORT_DESC="GNU spell checker devel files." 25.6 MAINTAINER="paul@slitaz.org" 25.7 +LICENSE="LGPL2" 25.8 WEB_SITE="http://aspell.net/" 25.9 WANTED="aspell" 25.10 25.11 @@ -13,7 +14,7 @@ 25.12 { 25.13 # Hard coded 25.14 mkdir -p $fs/usr/lib/aspell-0.60 25.15 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 25.16 - cp -a $_pkg/usr/include $fs/usr 25.17 - cp -a $_pkg/usr/lib/aspell*/*.*a $fs/usr/lib/aspell-0.60 25.18 + cp -a $install/usr/lib/*.*a $fs/usr/lib 25.19 + cp -a $install/usr/include $fs/usr 25.20 + cp -a $install/usr/lib/aspell*/*.*a $fs/usr/lib/aspell-0.60 25.21 }
26.1 --- a/aspell/receipt Fri Sep 06 13:34:00 2013 +0300 26.2 +++ b/aspell/receipt Mon Sep 09 03:32:26 2013 +0300 26.3 @@ -5,31 +5,33 @@ 26.4 CATEGORY="system-tools" 26.5 SHORT_DESC="GNU spell checker." 26.6 MAINTAINER="paul@slitaz.org" 26.7 -DEPENDS="ncurses gcc-lib-base" 26.8 +LICENSE="LGPL2" 26.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 26.10 WEB_SITE="http://aspell.net/" 26.11 WGET_URL="ftp://ftp.gnu.org/gnu/aspell/$TARBALL" 26.12 TAGS="spell check" 26.13 26.14 +DEPENDS="ncurses gcc-lib-base" 26.15 + 26.16 # Rules to configure and make the package. 26.17 compile_rules() 26.18 { 26.19 cd $src 26.20 ./configure --prefix=/usr --infodir=/usr/share/info \ 26.21 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 26.22 - make && make DESTDIR=$PWD/_pkg install 26.23 + make && make DESTDIR=$DESTDIR install 26.24 } 26.25 26.26 # Rules to gen a SliTaz package suitable for Tazpkg. 26.27 genpkg_rules() 26.28 { 26.29 mkdir -p $fs/usr/lib $fs/usr/share/locale 26.30 - cp -a $_pkg/usr/bin $fs/usr 26.31 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 26.32 - cp -a $_pkg/usr/lib/aspell* $fs/usr/lib 26.33 + cp -a $install/usr/bin $fs/usr 26.34 + cp -a $install/usr/lib/*.so* $fs/usr/lib 26.35 + cp -a $install/usr/lib/aspell* $fs/usr/lib 26.36 26.37 for i in de es pt_BR; do 26.38 - cp -a $_pkg/usr/share/locale/$i $fs/usr/share/locale 26.39 + cp -a $install/usr/share/locale/$i $fs/usr/share/locale 26.40 done 26.41 26.42 # Remove unneeded files
27.1 --- a/assaultcube-data/receipt Fri Sep 06 13:34:00 2013 +0300 27.2 +++ b/assaultcube-data/receipt Mon Sep 09 03:32:26 2013 +0300 27.3 @@ -5,6 +5,7 @@ 27.4 CATEGORY="games" 27.5 SHORT_DESC="data files for assaultcube" 27.6 MAINTAINER="slaxemulator@gmail.com" 27.7 +LICENSE="zlib/libpng" 27.8 WEB_SITE="http://assault.cubers.net/" 27.9 SOURCE="AssaultCube" 27.10 TARBALL="${SOURCE}_v${VERSION}.tar.bz2"
28.1 --- a/assaultcube/receipt Fri Sep 06 13:34:00 2013 +0300 28.2 +++ b/assaultcube/receipt Mon Sep 09 03:32:26 2013 +0300 28.3 @@ -5,6 +5,7 @@ 28.4 CATEGORY="games" 28.5 SHORT_DESC="A realistic team oriented multiplayer FPS based on the cube engine." 28.6 MAINTAINER="slaxemulator@gmail.com" 28.7 +LICENSE="zlib/libpng" 28.8 SOURCE="AssaultCube" 28.9 TARBALL="${SOURCE}_v${VERSION}_source.tar.bz2" 28.10 SOURCE="AssaultCube-Source"
29.1 --- a/asterisk-addons/receipt Fri Sep 06 13:34:00 2013 +0300 29.2 +++ b/asterisk-addons/receipt Mon Sep 09 03:32:26 2013 +0300 29.3 @@ -5,9 +5,11 @@ 29.4 CATEGORY="misc" 29.5 SHORT_DESC="Open Source PBX and telephony toolkit addons." 29.6 MAINTAINER="pascal.bellard@slitaz.org" 29.7 +LICENSE="GPL2" 29.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 29.9 WEB_SITE="http://www.asterisk.org/" 29.10 WGET_URL="http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/$TARBALL" 29.11 + 29.12 DEPENDS="libmysqlclient zlib glibc-base" 29.13 BUILD_DEPENDS="asterisk-dev ncurses-dev libmysqlclient mysql-dev gtk+-dev" 29.14 29.15 @@ -26,5 +28,5 @@ 29.16 # Rules to gen a SliTaz package suitable for Tazpkg. 29.17 genpkg_rules() 29.18 { 29.19 - cp -a $_pkg/usr $fs 29.20 + cp -a $install/usr $fs 29.21 }
30.1 --- a/asterisk-sound-fr/receipt Fri Sep 06 13:34:00 2013 +0300 30.2 +++ b/asterisk-sound-fr/receipt Mon Sep 09 03:32:26 2013 +0300 30.3 @@ -5,9 +5,11 @@ 30.4 CATEGORY="misc" 30.5 SHORT_DESC="Open Source PBX and telephony toolkit sound files (fr)." 30.6 MAINTAINER="pascal.bellard@slitaz.org" 30.7 +LICENSE="CCPL" 30.8 WEB_SITE="http://www.asterisk.org/" 30.9 TARBALL="asterisk-core-sounds-fr-gsm-$VERSION.tar.gz" 30.10 WGET_URL="http://downloads.asterisk.org/pub/telephony/sounds/releases/$TARBALL" 30.11 + 30.12 DEPENDS="asterisk" 30.13 30.14 # Rules to configure and make the package.
31.1 --- a/asterisk-sound/receipt Fri Sep 06 13:34:00 2013 +0300 31.2 +++ b/asterisk-sound/receipt Mon Sep 09 03:32:26 2013 +0300 31.3 @@ -5,9 +5,11 @@ 31.4 CATEGORY="misc" 31.5 SHORT_DESC="Open Source PBX and telephony toolkit sound files (en)." 31.6 MAINTAINER="pascal.bellard@slitaz.org" 31.7 +LICENSE="CCPL" 31.8 WEB_SITE="http://www.asterisk.org/" 31.9 TARBALL="asterisk-core-sounds-en-gsm-$VERSION.tar.gz" 31.10 WGET_URL="http://downloads.asterisk.org/pub/telephony/sounds/releases/$TARBALL" 31.11 + 31.12 DEPENDS="asterisk" 31.13 31.14 # Rules to configure and make the package.
32.1 --- a/atftp/receipt Fri Sep 06 13:34:00 2013 +0300 32.2 +++ b/atftp/receipt Mon Sep 09 03:32:26 2013 +0300 32.3 @@ -5,6 +5,7 @@ 32.4 CATEGORY="network" 32.5 SHORT_DESC="Advanced Trivial File Transport Protocol client." 32.6 MAINTAINER="pascal.bellard@slitaz.org" 32.7 +LICENSE="GPL2" 32.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 32.9 WEB_SITE="http://freshmeat.net/projects/atftp/" 32.10 WGET_URL="http://downloads.openwrt.org/sources/$TARBALL" 32.11 @@ -31,6 +32,6 @@ 32.12 genpkg_rules() 32.13 { 32.14 mkdir -p $fs/usr 32.15 - cp -a $_pkg/usr/bin $fs/usr 32.16 + cp -a $install/usr/bin $fs/usr 32.17 } 32.18
33.1 --- a/atftpd/receipt Fri Sep 06 13:34:00 2013 +0300 33.2 +++ b/atftpd/receipt Mon Sep 09 03:32:26 2013 +0300 33.3 @@ -5,14 +5,16 @@ 33.4 CATEGORY="network" 33.5 SHORT_DESC="Advanced Trivial File Transport Protocol server." 33.6 MAINTAINER="pascal.bellard@slitaz.org" 33.7 +LICENSE="GPL2" 33.8 WEB_SITE="http://freshmeat.net/projects/atftp/" 33.9 WANTED="atftp" 33.10 + 33.11 DEPENDS="pcre" 33.12 33.13 # Rules to gen a SliTaz package suitable for Tazpkg. 33.14 genpkg_rules() 33.15 { 33.16 mkdir -p $fs/usr 33.17 - cp -a $_pkg/usr/sbin $fs/usr 33.18 + cp -a $install/usr/sbin $fs/usr 33.19 } 33.20
34.1 --- a/audacity/receipt Fri Sep 06 13:34:00 2013 +0300 34.2 +++ b/audacity/receipt Mon Sep 09 03:32:26 2013 +0300 34.3 @@ -5,14 +5,16 @@ 34.4 CATEGORY="multimedia" 34.5 SHORT_DESC="software for recording and editing sounds" 34.6 MAINTAINER="allan316@gmail.com" 34.7 +LICENSE="GPL2" 34.8 +TARBALL="$PACKAGE-minsrc-$VERSION.tar.bz2" 34.9 +WEB_SITE="http://audacity.sourceforge.net" 34.10 +WGET_URL="http://audacity.googlecode.com/files/$TARBALL" 34.11 +TAGS="sound audio recorder editor" 34.12 + 34.13 DEPENDS="wxWidgets ffmpeg libvorbis imlib2 libid3tag libmad flac libsndfile \ 34.14 lame alsa-lib xorg-libXxf86vm" 34.15 BUILD_DEPENDS="wxWidgets-dev ffmpeg-dev libvorbis-dev libmad-dev flac-dev \ 34.16 libsndfile-dev lame-dev alsa-lib-dev portaudio-dev" 34.17 -TARBALL="$PACKAGE-minsrc-$VERSION.tar.bz2" 34.18 -WEB_SITE="http://audacity.sourceforge.net" 34.19 -WGET_URL="http://audacity.googlecode.com/files/$TARBALL" 34.20 -TAGS="sound audio recorder editor" 34.21 34.22 # Rules to configure and make the package. 34.23 compile_rules()
35.1 --- a/avant-window-navigator-dev/receipt Fri Sep 06 13:34:00 2013 +0300 35.2 +++ b/avant-window-navigator-dev/receipt Mon Sep 09 03:32:26 2013 +0300 35.3 @@ -5,7 +5,7 @@ 35.4 CATEGORY="development" 35.5 SHORT_DESC="The AWN devel files." 35.6 MAINTAINER="pankso@slitaz.org" 35.7 -LICENCE="GPL2" 35.8 +LICENSE="GPL2" 35.9 WANTED="avant-window-navigator" 35.10 WEB_SITE="https://launchpad.net/awn/" 35.11
36.1 --- a/awstats-hotspot/receipt Fri Sep 06 13:34:00 2013 +0300 36.2 +++ b/awstats-hotspot/receipt Mon Sep 09 03:32:26 2013 +0300 36.3 @@ -5,6 +5,7 @@ 36.4 CATEGORY="network" 36.5 SHORT_DESC="Squid Log file analyzer configuration" 36.6 MAINTAINER="pascal.bellard@slitaz.org" 36.7 +LICENSE="GPL2" 36.8 DEPENDS="squid awstats" 36.9 WEB_SITE="http://www.slitaz.org/" 36.10 TAGS="log analyze"
37.1 --- a/awstats/receipt Fri Sep 06 13:34:00 2013 +0300 37.2 +++ b/awstats/receipt Mon Sep 09 03:32:26 2013 +0300 37.3 @@ -5,6 +5,7 @@ 37.4 CATEGORY="network" 37.5 SHORT_DESC="Log file analyzer" 37.6 MAINTAINER="erjo@slitaz.org" 37.7 +LICENSE="GPL" 37.8 WEB_SITE="http://awstats.sourceforge.net/" 37.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 37.10 WGET_URL="http://prdownloads.sourceforge.net/awstats/$TARBALL"
38.1 --- a/backintime/receipt Fri Sep 06 13:34:00 2013 +0300 38.2 +++ b/backintime/receipt Mon Sep 09 03:32:26 2013 +0300 38.3 @@ -5,6 +5,7 @@ 38.4 CATEGORY="network" 38.5 SHORT_DESC="A simple backup tool for linux." 38.6 MAINTAINER="pascal.bellard@slitaz.org" 38.7 +LICENSE="GPL2" 38.8 WEB_SITE="http://backintime.le-web.org/" 38.9 TARBALL="$PACKAGE-${VERSION}_src.tar.gz" 38.10 WGET_URL="http://backintime.le-web.org/download/$PACKAGE/$TARBALL"
39.1 --- a/backuppc/receipt Fri Sep 06 13:34:00 2013 +0300 39.2 +++ b/backuppc/receipt Mon Sep 09 03:32:26 2013 +0300 39.3 @@ -6,16 +6,18 @@ 39.4 CATEGORY="network" 39.5 SHORT_DESC="high-performance, enterprise-grade system for backing up Linux" 39.6 MAINTAINER="pascal.bellard@slitaz.org" 39.7 +LICENSE="GPL2" 39.8 TARBALL="$SOURCE-$VERSION.tar.gz" 39.9 WEB_SITE="http://backuppc.sourceforge.net/" 39.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 39.11 +SUGGESTED="par2" 39.12 +CONFIG_FILES="/etc/BackupPC/config.pl" 39.13 + 39.14 DEPENDS="tar perl-file-rsync perl perl-compress-raw-zlib perl-archive-zip \ 39.15 rsync bzip2 perl-xml-rss perl-net-ftp \ 39.16 perl-net-ftp-retrhandle perl-net-ftp-autoreconnect smbclient postfix \ 39.17 bzip2 openssh perl-libwww" 39.18 BUILD_DEPENDS="par2" 39.19 -SUGGESTED="par2" 39.20 -CONFIG_FILES="/etc/BackupPC/config.pl" 39.21 39.22 # Rules to configure and make the package. 39.23 compile_rules()
40.1 --- a/bash/receipt Fri Sep 06 13:34:00 2013 +0300 40.2 +++ b/bash/receipt Mon Sep 09 03:32:26 2013 +0300 40.3 @@ -5,7 +5,7 @@ 40.4 CATEGORY="system-tools" 40.5 SHORT_DESC="The GNU bourne SHell." 40.6 MAINTAINER="pankso@slitaz.org" 40.7 -LICENCE="GPL3" 40.8 +LICENSE="GPL3" 40.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 40.10 WEB_SITE="http://www.gnu.org/software/bash/" 40.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
41.1 --- a/bazaar/receipt Fri Sep 06 13:34:00 2013 +0300 41.2 +++ b/bazaar/receipt Mon Sep 09 03:32:26 2013 +0300 41.3 @@ -5,6 +5,7 @@ 41.4 CATEGORY="development" 41.5 SHORT_DESC="A free distributed version control system." 41.6 MAINTAINER="rcx@zoominternet.net" 41.7 +LICENSE="GPL2" 41.8 SOURCE="bzr" 41.9 TARBALL="$SOURCE-$VERSION.tar.gz" 41.10 WEB_SITE="http://bazaar-vcs.org/"
42.1 --- a/beautifulsoup/receipt Fri Sep 06 13:34:00 2013 +0300 42.2 +++ b/beautifulsoup/receipt Mon Sep 09 03:32:26 2013 +0300 42.3 @@ -5,14 +5,16 @@ 42.4 CATEGORY="development" 42.5 SHORT_DESC="Python HTML-XML parser." 42.6 MAINTAINER="paul@slitaz.org" 42.7 -DEPENDS="python" 42.8 -BUILD_DEPENDS="python-dev" 42.9 +LICENSE="MIT" 42.10 SOURCE="beautifulsoup4" 42.11 TARBALL="$SOURCE-$VERSION.tar.gz" 42.12 WEB_SITE="http://www.crummy.com/software/BeautifulSoup/" 42.13 WGET_URL="http://www.crummy.com/software/BeautifulSoup/bs4/download/$TARBALL" 42.14 TAGS="parser XML HTML" 42.15 42.16 +DEPENDS="python" 42.17 +BUILD_DEPENDS="python-dev" 42.18 + 42.19 # Rules to configure and make the package. 42.20 compile_rules() 42.21 {
43.1 --- a/bin86/receipt Fri Sep 06 13:34:00 2013 +0300 43.2 +++ b/bin86/receipt Mon Sep 09 03:32:26 2013 +0300 43.3 @@ -5,24 +5,26 @@ 43.4 CATEGORY="development" 43.5 SHORT_DESC="A complete 8086 assembler and loader" 43.6 MAINTAINER="slaxemulator@gmail.com" 43.7 -DEPENDS="glibc-base" 43.8 +LICENSE="GPL2" 43.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 43.10 WEB_SITE="http://www.debath.co.uk/" 43.11 WGET_URL="http://www.debath.co.uk/dev86/$TARBALL" 43.12 TAGS="assembler 8086" 43.13 43.14 +DEPENDS="glibc-base" 43.15 + 43.16 # Rules to configure and make the package. 43.17 compile_rules() 43.18 { 43.19 cd $src 43.20 - mkdir -p $PWD/_pkg/usr/bin $PWD/_pkg/usr/share/man/man1 43.21 + mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/share/man/man1 43.22 make PREFIX=/usr && 43.23 - make PREFIX=$PWD/_pkg/usr MANDIR=$PWD/_pkg/usr/share/man/man1 install 43.24 + make PREFIX=$DESTDIR/usr MANDIR=$DESTDIR/usr/share/man/man1 install 43.25 } 43.26 43.27 # Rules to gen a SliTaz package suitable for Tazpkg. 43.28 genpkg_rules() 43.29 { 43.30 mkdir -p $fs/usr 43.31 - cp -a $_pkg/usr/bin $fs/usr 43.32 + cp -a $install/usr/bin $fs/usr 43.33 }
44.1 --- a/bison/receipt Fri Sep 06 13:34:00 2013 +0300 44.2 +++ b/bison/receipt Mon Sep 09 03:32:26 2013 +0300 44.3 @@ -5,7 +5,7 @@ 44.4 CATEGORY="development" 44.5 SHORT_DESC="GNU parser generator." 44.6 MAINTAINER="pankso@slitaz.org" 44.7 -LICENCE="GPL3" 44.8 +LICENSE="GPL3" 44.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 44.10 WEB_SITE="http://www.gnu.org/software/bison/" 44.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
45.1 --- a/blazekiss/receipt Fri Sep 06 13:34:00 2013 +0300 45.2 +++ b/blazekiss/receipt Mon Sep 09 03:32:26 2013 +0300 45.3 @@ -5,6 +5,7 @@ 45.4 CATEGORY="office" 45.5 SHORT_DESC="Tiny Wiki Engine in french." 45.6 MAINTAINER="pascal.bellard@slitaz.org" 45.7 +LICENSE="GPL2" 45.8 TARBALL="$PACKAGE.zip" 45.9 WEB_SITE="http://dizplay.idleman.fr/Projects/Wiki/blazekiss/" 45.10 WGET_URL="http://dizplay.idleman.fr/Projects/Archives/$TARBALL"
46.1 --- a/bleachbit/receipt Fri Sep 06 13:34:00 2013 +0300 46.2 +++ b/bleachbit/receipt Mon Sep 09 03:32:26 2013 +0300 46.3 @@ -5,7 +5,7 @@ 46.4 CATEGORY="system-tools" 46.5 SHORT_DESC="Deletes unneeded files to free disk space and maintain privacy" 46.6 MAINTAINER="devl547@gmail.com" 46.7 -LICENCE="GPL3" 46.8 +LICENSE="GPL3" 46.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 46.10 WEB_SITE="http://bleachbit.sourceforge.net/" 46.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
47.1 --- a/bluefish/receipt Fri Sep 06 13:34:00 2013 +0300 47.2 +++ b/bluefish/receipt Mon Sep 09 03:32:26 2013 +0300 47.3 @@ -5,7 +5,7 @@ 47.4 CATEGORY="development" 47.5 SHORT_DESC="A powerful editor" 47.6 MAINTAINER="erjo@slitaz.org" 47.7 -LICENCE="GPL3" 47.8 +LICENSE="GPL3" 47.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 47.10 WEB_SITE="http://bluefish.openoffice.nl/index.html" 47.11 WGET_URL="http://www.bennewitz.com/bluefish/stable/source/${TARBALL}"
48.1 --- a/blueman/receipt Fri Sep 06 13:34:00 2013 +0300 48.2 +++ b/blueman/receipt Mon Sep 09 03:32:26 2013 +0300 48.3 @@ -5,7 +5,7 @@ 48.4 CATEGORY="system-tools" 48.5 SHORT_DESC="Easy to use GTK+ Bluetooth Manager." 48.6 MAINTAINER="pankso@slitaz.org" 48.7 -LICENCE="GPL3" 48.8 +LICENSE="GPL3" 48.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 48.10 WEB_SITE="http://blueman-project.org/" 48.11 WGET_URL="http://download.tuxfamily.org/blueman/$TARBALL"
49.1 --- a/boinc-dev/receipt Fri Sep 06 13:34:00 2013 +0300 49.2 +++ b/boinc-dev/receipt Mon Sep 09 03:32:26 2013 +0300 49.3 @@ -5,7 +5,7 @@ 49.4 CATEGORY="development" 49.5 SHORT_DESC="BOINC devel files." 49.6 MAINTAINER="pankso@slitaz.org" 49.7 -LICENCE="GPL3" 49.8 +LICENSE="GPL3" 49.9 WANTED="$DEPENDS" 49.10 WEB_SITE="http://boinc.berkeley.edu/" 49.11
50.1 --- a/boinc/receipt Fri Sep 06 13:34:00 2013 +0300 50.2 +++ b/boinc/receipt Mon Sep 09 03:32:26 2013 +0300 50.3 @@ -6,7 +6,7 @@ 50.4 CATEGORY="network" 50.5 SHORT_DESC="Open-source software for volunteer computing and grid computing." 50.6 MAINTAINER="pankso@slitaz.org" 50.7 -LICENCE="GPL3" 50.8 +LICENSE="GPL3" 50.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 50.10 WEB_SITE="http://boinc.berkeley.edu/" 50.11 WGET_URL="svn|http://boinc.berkeley.edu/svn/tags/boinc_core_release_${SVN_TAG}"
51.1 --- a/boxbackup-client/receipt Fri Sep 06 13:34:00 2013 +0300 51.2 +++ b/boxbackup-client/receipt Mon Sep 09 03:32:26 2013 +0300 51.3 @@ -5,12 +5,14 @@ 51.4 CATEGORY="network" 51.5 SHORT_DESC="Client for the BoxBackup on-line backup system" 51.6 MAINTAINER="domcox@slitaz.org" 51.7 -DEPENDS="db libedit libssl perl zlib gcc-lib-base" 51.8 +LICENSE="GPL2" 51.9 SOURCE="boxbackup" 51.10 WANTED="boxbackup-server" 51.11 WEB_SITE="http://www.boxbackup.org/" 51.12 TAGS="backup automatic client" 51.13 51.14 +DEPENDS="db libedit libssl perl zlib gcc-lib-base" 51.15 + 51.16 # Configuration variables 51.17 CONF_DIR="/etc/boxbackup" 51.18 DATA_DIR="/var/lib/bbackupd" 51.19 @@ -20,7 +22,7 @@ 51.20 genpkg_rules() 51.21 { 51.22 mkdir -p $fs/usr/bin 51.23 - cp -a $_pkg/boxbackup-${VERSION}-backup-client-linux-gnu/bb* $fs/usr/bin 51.24 + cp -a $install/boxbackup-${VERSION}-backup-client-linux-gnu/bb* $fs/usr/bin 51.25 rm -f $fs/usr/bin/*.* 51.26 mkdir -p $fs/etc/init.d 51.27 cp -a $stuff/bbackupd $fs/etc/init.d
52.1 --- a/boxbackup-server/receipt Fri Sep 06 13:34:00 2013 +0300 52.2 +++ b/boxbackup-server/receipt Mon Sep 09 03:32:26 2013 +0300 52.3 @@ -5,8 +5,7 @@ 52.4 CATEGORY="network" 52.5 SHORT_DESC="Server for the BoxBackup on-line backup system" 52.6 MAINTAINER="domcox@slitaz.org" 52.7 -DEPENDS="db libedit openssl perl zlib gcc-lib-base" 52.8 -BUILD_DEPENDS="db-dev libedit-dev openssl-dev zlib-dev" 52.9 +LICENSE="GPL2" 52.10 SOURCE="boxbackup" 52.11 TARBALL="$SOURCE-$VERSION.tgz" 52.12 WEB_SITE="http://www.boxbackup.org/" 52.13 @@ -16,6 +15,9 @@ 52.14 WGET_URL="http://www.boxbackup.org/export/3106/box/packages/$TARBALL" 52.15 TAGS="backup automatic server network" 52.16 52.17 +DEPENDS="db libedit openssl perl zlib gcc-lib-base" 52.18 +BUILD_DEPENDS="db-dev libedit-dev openssl-dev zlib-dev" 52.19 + 52.20 # Configuration variables 52.21 HOSTNAME=$(ifconfig | awk -F ":" '/cast/ {print substr($2,0, index($2," ")-1) }') 52.22 CONF_DIR="/etc/boxbackup" 52.23 @@ -40,8 +42,8 @@ 52.24 genpkg_rules() 52.25 { 52.26 mkdir -p $fs/usr/bin 52.27 - cp -a $_pkg/boxbackup-${VERSION}-backup-server-linux-gnu/bb* $fs/usr/bin 52.28 - cp -a $_pkg/boxbackup-${VERSION}-backup-server-linux-gnu/ra* $fs/usr/bin 52.29 + cp -a $install/boxbackup-${VERSION}-backup-server-linux-gnu/bb* $fs/usr/bin 52.30 + cp -a $install/boxbackup-${VERSION}-backup-server-linux-gnu/ra* $fs/usr/bin 52.31 mkdir -p $fs/etc/init.d 52.32 cp -a $stuff/bbstored $fs/etc/init.d 52.33 }
53.1 --- a/btanks/receipt Fri Sep 06 13:34:00 2013 +0300 53.2 +++ b/btanks/receipt Mon Sep 09 03:32:26 2013 +0300 53.3 @@ -5,6 +5,7 @@ 53.4 CATEGORY="games" 53.5 SHORT_DESC="A fast 2d tank arcade game with multiplayer and split-screen modes." 53.6 MAINTAINER="slaxemulator@gmail.com" 53.7 +LICENSE="GPL2" 53.8 WEB_SITE="http://btanks.sourceforge.net/" 53.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 53.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
54.1 --- a/cbrpager/receipt Fri Sep 06 13:34:00 2013 +0300 54.2 +++ b/cbrpager/receipt Mon Sep 09 03:32:26 2013 +0300 54.3 @@ -5,7 +5,7 @@ 54.4 CATEGORY="graphics" 54.5 SHORT_DESC="Viewer for CBR, CBZ and CB7 (comic book archive) files" 54.6 MAINTAINER="al.bobylev@gmail.com" 54.7 -LICENCE="GPL3" 54.8 +LICENSE="GPL3" 54.9 WEB_SITE="http://jcoppens.com/soft/cbrpager/index.en.php" 54.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 54.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
55.1 --- a/cdparanoia-III-dev/receipt Fri Sep 06 13:34:00 2013 +0300 55.2 +++ b/cdparanoia-III-dev/receipt Mon Sep 09 03:32:26 2013 +0300 55.3 @@ -5,6 +5,7 @@ 55.4 CATEGORY="development" 55.5 SHORT_DESC="CMDline CD ripper used by Asunder." 55.6 MAINTAINER="pankso@slitaz.org" 55.7 +LICENSE="GPL2 LGPL2.1" 55.8 WEB_SITE="http://www.xiph.org/paranoia/" 55.9 55.10 DEPENDS="cdparanoia-III"
56.1 --- a/cdparanoia-III/receipt Fri Sep 06 13:34:00 2013 +0300 56.2 +++ b/cdparanoia-III/receipt Mon Sep 09 03:32:26 2013 +0300 56.3 @@ -5,6 +5,7 @@ 56.4 CATEGORY="multimedia" 56.5 SHORT_DESC="CMDline CD ripper used by Asunder." 56.6 MAINTAINER="pankso@slitaz.org" 56.7 +LICENSE="GPL2 LGPL2.1" 56.8 TARBALL="$PACKAGE-$VERSION.src.tgz" 56.9 WEB_SITE="http://www.xiph.org/paranoia/" 56.10 WGET_URL="http://downloads.xiph.org/releases/cdparanoia/$TARBALL"
57.1 --- a/check-dev/receipt Fri Sep 06 13:34:00 2013 +0300 57.2 +++ b/check-dev/receipt Mon Sep 09 03:32:26 2013 +0300 57.3 @@ -5,14 +5,13 @@ 57.4 CATEGORY="development" 57.5 SHORT_DESC="Check development files" 57.6 MAINTAINER="erjo@slitaz.org" 57.7 +LICENSE="LGPL2.1" 57.8 WEB_SITE="http://check.sourceforge.net/" 57.9 WANTED="check" 57.10 57.11 DEPENDS="check" 57.12 BUILD_DEPENDS="" 57.13 57.14 - 57.15 - 57.16 # Rules to gen a SliTaz package suitable for Tazpkg. 57.17 genpkg_rules() 57.18 {
58.1 --- a/check/receipt Fri Sep 06 13:34:00 2013 +0300 58.2 +++ b/check/receipt Mon Sep 09 03:32:26 2013 +0300 58.3 @@ -5,6 +5,7 @@ 58.4 CATEGORY="system-tools" 58.5 SHORT_DESC="A unit testing framework for C" 58.6 MAINTAINER="erjo@slitaz.org" 58.7 +LICENSE="LGPL2.1" 58.8 WEB_SITE="http://check.sourceforge.net/" 58.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 58.10 WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
59.1 --- a/cherrytree/receipt Fri Sep 06 13:34:00 2013 +0300 59.2 +++ b/cherrytree/receipt Mon Sep 09 03:32:26 2013 +0300 59.3 @@ -5,6 +5,7 @@ 59.4 CATEGORY="office" 59.5 SHORT_DESC="A hierarchical note taking application" 59.6 MAINTAINER="al.bobylev@gmail.com" 59.7 +LICENSE="GPL2" 59.8 WEB_SITE="http://www.giuspen.com/cherrytree/" 59.9 TARBALL="$PACKAGE-$VERSION.tar.xz" 59.10 WGET_URL="http://www.giuspen.com/software/$TARBALL"
60.1 --- a/chntpw/receipt Fri Sep 06 13:34:00 2013 +0300 60.2 +++ b/chntpw/receipt Mon Sep 09 03:32:26 2013 +0300 60.3 @@ -5,12 +5,14 @@ 60.4 CATEGORY="security" 60.5 SHORT_DESC="Offline NT Password and Registry editor" 60.6 MAINTAINER="db_slitaz@m4x.org" 60.7 -DEPENDS="openssl" 60.8 -BUILD_DEPENDS="openssl-dev" 60.9 +LICENSE="GPL2 LGPL2.1" 60.10 TARBALL="$PACKAGE-source-$VERSION.zip" 60.11 WEB_SITE="http://pogostick.net/~pnh/ntpasswd/" 60.12 WGET_URL="http://pogostick.net/~pnh/ntpasswd/$TARBALL" 60.13 60.14 +DEPENDS="openssl" 60.15 +BUILD_DEPENDS="openssl-dev" 60.16 + 60.17 # Rules to configure and make the package. 60.18 compile_rules() 60.19 {
61.1 --- a/clamtk/receipt Fri Sep 06 13:34:00 2013 +0300 61.2 +++ b/clamtk/receipt Mon Sep 09 03:32:26 2013 +0300 61.3 @@ -5,6 +5,7 @@ 61.4 CATEGORY="network" 61.5 SHORT_DESC="ClamTk is a GUI front-end for ClamAV using gtk2-perl." 61.6 MAINTAINER="slaxemulator@gmail.com" 61.7 +LICENSE="GPL" 61.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 61.9 WEB_SITE="http://clamtk.sourceforge.net/" 61.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
62.1 --- a/clonezilla/receipt Fri Sep 06 13:34:00 2013 +0300 62.2 +++ b/clonezilla/receipt Mon Sep 09 03:32:26 2013 +0300 62.3 @@ -5,6 +5,7 @@ 62.4 CATEGORY="misc" 62.5 SHORT_DESC="The Free and Open Source Software for Disk Imaging and Cloning" 62.6 MAINTAINER="shann@slitaz.org" 62.7 +LICENSE="GPL2" 62.8 WEB_SITE="http://clonezilla.org" 62.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 62.10 WGET_URL="http://free.nchc.org.tw/drbl-core/src/stable/$TARBALL"
63.1 --- a/coccinella/receipt Fri Sep 06 13:34:00 2013 +0300 63.2 +++ b/coccinella/receipt Mon Sep 09 03:32:26 2013 +0300 63.3 @@ -6,6 +6,7 @@ 63.4 CATEGORY="network" 63.5 SHORT_DESC="Cross-platform communication tool with a built-in whiteboard." 63.6 MAINTAINER="pascal.bellard@slitaz.org" 63.7 +LICENSE="GPL3" 63.8 WEB_SITE="http://thecoccinella.org/" 63.9 TARBALL="$SOURCE-${VERSION}Src.tar.gz" 63.10 WGET_URL="$SF_MIRROR/project/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
64.1 --- a/collectd-apache/receipt Fri Sep 06 13:34:00 2013 +0300 64.2 +++ b/collectd-apache/receipt Mon Sep 09 03:32:26 2013 +0300 64.3 @@ -5,6 +5,7 @@ 64.4 CATEGORY="network" 64.5 SHORT_DESC="Apache plugin for Collectd" 64.6 MAINTAINER="erjo@slitaz.org" 64.7 +LICENSE="GPL2" 64.8 WEB_SITE="http://collectd.org" 64.9 #CONFIG_FILES="/etc/collectd/collectd.conf" 64.10 WANTED="collectd"
65.1 --- a/compiz-libcompizconfig-dev/receipt Fri Sep 06 13:34:00 2013 +0300 65.2 +++ b/compiz-libcompizconfig-dev/receipt Mon Sep 09 03:32:26 2013 +0300 65.3 @@ -5,7 +5,7 @@ 65.4 CATEGORY="development" 65.5 SHORT_DESC="Compiz libcompizconfig devel files." 65.6 MAINTAINER="pankso@slitaz.org" 65.7 -LICENCE="GPL2" 65.8 +LICENSE="GPL2" 65.9 WANTED="compiz-libcompizconfig" 65.10 WEB_SITE="http://www.compiz.org/" 65.11
66.1 --- a/consonance/receipt Fri Sep 06 13:34:00 2013 +0300 66.2 +++ b/consonance/receipt Mon Sep 09 03:32:26 2013 +0300 66.3 @@ -5,6 +5,7 @@ 66.4 CATEGORY="multimedia" 66.5 SHORT_DESC="A lightwight music manager" 66.6 MAINTAINER="jozee@slitaz.org" 66.7 +LICENSE="GPL3" 66.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 66.9 WEB_SITE="http://sites.google.com/site/consonancemanager/" 66.10 WGET_URL="http://cloud.github.com/downloads/sujith/consonance/$TARBALL" 66.11 @@ -31,8 +32,7 @@ 66.12 genpkg_rules() 66.13 { 66.14 mkdir -p $fs/usr/lib $fs/usr/share $fs/usr/share/pixmaps 66.15 - cp -a $_pkg/usr/bin $fs/usr 66.16 - cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 66.17 - cp -a $_pkg/usr/share/$PACKAGE/data/consonance.png $fs/usr/share/pixmaps 66.18 - 66.19 + cp -a $install/usr/bin $fs/usr 66.20 + cp -a $install/usr/share/$PACKAGE $fs/usr/share 66.21 + cp -a $install/usr/share/$PACKAGE/data/consonance.png $fs/usr/share/pixmaps 66.22 }
67.1 --- a/corkscrew/receipt Fri Sep 06 13:34:00 2013 +0300 67.2 +++ b/corkscrew/receipt Mon Sep 09 03:32:26 2013 +0300 67.3 @@ -5,11 +5,13 @@ 67.4 CATEGORY="network" 67.5 SHORT_DESC="tool for tunneling ssh through proxies" 67.6 MAINTAINER="allan316@gmail.com" 67.7 -DEPENDS="openssh" 67.8 +LICENSE="GPL2" 67.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 67.10 WEB_SITE="http://www.agroman.net/corkscrew" 67.11 WGET_URL="$WEB_SITE/$TARBALL" 67.12 67.13 +DEPENDS="openssh" 67.14 + 67.15 # Rules to configure and make the package. 67.16 compile_rules() 67.17 { 67.18 @@ -19,13 +21,13 @@ 67.19 --infodir=/usr/share/info \ 67.20 --mandir=/usr/share/man \ 67.21 $CONFIGURE_ARGS && 67.22 - make && make DESTDIR=$PWD/_pkg install 67.23 + make && make DESTDIR=$DESTDIR install 67.24 } 67.25 67.26 # Rules to gen a SliTaz package suitable for Tazpkg. 67.27 genpkg_rules() 67.28 { 67.29 mkdir -p $fs/usr 67.30 - cp -a $_pkg/usr/bin $fs/usr 67.31 + cp -a $install/usr/bin $fs/usr 67.32 } 67.33
68.1 --- a/cpuspeed/receipt Fri Sep 06 13:34:00 2013 +0300 68.2 +++ b/cpuspeed/receipt Mon Sep 09 03:32:26 2013 +0300 68.3 @@ -2,9 +2,10 @@ 68.4 68.5 PACKAGE="cpuspeed" 68.6 VERSION="1.5" 68.7 +SHORT_DESC="CPU frequency scaling utility" 68.8 CATEGORY="system-tools" 68.9 MAINTAINER="jozee@slitaz.org" 68.10 -SHORT_DESC="CPU frequency scaling utility" 68.11 +LICENSE="GPL2" 68.12 WEB_SITE="http://www.carlthompson.net/Software/CPUSpeed" 68.13 CONFIG_FILES="etc/default/cpufreq" 68.14 TARBALL="$PACKAGE-$VERSION.tar.bz2"
69.1 --- a/cups-dev/receipt Fri Sep 06 13:34:00 2013 +0300 69.2 +++ b/cups-dev/receipt Mon Sep 09 03:32:26 2013 +0300 69.3 @@ -5,10 +5,12 @@ 69.4 CATEGORY="development" 69.5 SHORT_DESC="Common UNIX Printing System dev files." 69.6 MAINTAINER="erjo@slitaz.org" 69.7 -DEPENDS="cups" 69.8 +LICENSE="GPL2 LGPL2" 69.9 WANTED="cups" 69.10 WEB_SITE="http://www.cups.org/" 69.11 69.12 +DEPENDS="cups" 69.13 + 69.14 genpkg_rules() 69.15 { 69.16 mkdir -p $fs/usr/lib
70.1 --- a/cups-doc/receipt Fri Sep 06 13:34:00 2013 +0300 70.2 +++ b/cups-doc/receipt Mon Sep 09 03:32:26 2013 +0300 70.3 @@ -5,6 +5,7 @@ 70.4 CATEGORY="misc" 70.5 SHORT_DESC="Docs for cups" 70.6 MAINTAINER="slaxemulator@gmail.com" 70.7 +LICENSE="GPL2 LGPL2" 70.8 WEB_SITE="http://www.cups.org/" 70.9 WANTED="cups" 70.10
71.1 --- a/cups-pam/receipt Fri Sep 06 13:34:00 2013 +0300 71.2 +++ b/cups-pam/receipt Mon Sep 09 03:32:26 2013 +0300 71.3 @@ -5,16 +5,18 @@ 71.4 CATEGORY="system-tools" 71.5 SHORT_DESC="Common UNIX Printing System with pam support." 71.6 MAINTAINER="pascal.bellard@slitaz.org" 71.7 -DEPENDS="libssl libgcrypt cups-doc slitaz-base-files gnutls dbus jpeg libpng tiff \ 71.8 -zlib pam libcomerr libkrb5 acl libcomerr3" 71.9 -BUILD_DEPENDS="openssl-dev gnutls-dev dbus-dev jpeg-dev libpng-dev tiff-dev \ 71.10 -pam libcomerr-dev pam-dev acl-dev libgcrypt-dev" 71.11 +LICENSE="GPL2 LGPL2" 71.12 SOURCE="cups" 71.13 TARBALL="$SOURCE-$VERSION-source.tar.bz2" 71.14 WEB_SITE="http://www.cups.org/" 71.15 WGET_URL="http://www.cups.org/software/$VERSION/$TARBALL" 71.16 PROVIDE="cups:pam" 71.17 71.18 +DEPENDS="libssl libgcrypt cups-doc slitaz-base-files gnutls dbus jpeg libpng tiff \ 71.19 +zlib pam libcomerr libkrb5 acl libcomerr3" 71.20 +BUILD_DEPENDS="openssl-dev gnutls-dev dbus-dev jpeg-dev libpng-dev tiff-dev \ 71.21 +pam libcomerr-dev pam-dev acl-dev libgcrypt-dev" 71.22 + 71.23 # Rules to configure and make the package. 71.24 compile_rules() 71.25 {
72.1 --- a/cups/receipt Fri Sep 06 13:34:00 2013 +0300 72.2 +++ b/cups/receipt Mon Sep 09 03:32:26 2013 +0300 72.3 @@ -5,6 +5,7 @@ 72.4 CATEGORY="system-tools" 72.5 SHORT_DESC="Common UNIX Printing System." 72.6 MAINTAINER="erjo@slitaz.org" 72.7 +LICENSE="GPL2 LGPL2" 72.8 TARBALL="$PACKAGE-$VERSION-source.tar.bz2" 72.9 WEB_SITE="http://www.cups.org/" 72.10 WGET_URL="http://www.cups.org/software/$VERSION/$TARBALL"
73.1 --- a/dahdi-dev/receipt Fri Sep 06 13:34:00 2013 +0300 73.2 +++ b/dahdi-dev/receipt Mon Sep 09 03:32:26 2013 +0300 73.3 @@ -5,11 +5,13 @@ 73.4 CATEGORY="development" 73.5 SHORT_DESC="Digium Asterisk Hardware Device Interface development files." 73.6 MAINTAINER="pascal.bellard@slitaz.org" 73.7 +LICENSE="GPL2" 73.8 WEB_SITE="http://www.asterisk.org/" 73.9 -DEPENDS="dahdi-linux-dev" 73.10 WANTED="dahdi-tools" 73.11 PROVIDE="zaptel-dev" 73.12 73.13 +DEPENDS="dahdi-linux-dev" 73.14 + 73.15 # Rules to gen a SliTaz package suitable for Tazpkg. 73.16 genpkg_rules() 73.17 {
74.1 --- a/dahdi-linux-dev/receipt Fri Sep 06 13:34:00 2013 +0300 74.2 +++ b/dahdi-linux-dev/receipt Mon Sep 09 03:32:26 2013 +0300 74.3 @@ -5,13 +5,14 @@ 74.4 CATEGORY="development" 74.5 SHORT_DESC="Digium Asterisk Hardware Device Interface: kernel modules dev files." 74.6 MAINTAINER="pascal.bellard@slitaz.org" 74.7 +LICENSE="GPL2" 74.8 WEB_SITE="http://www.asterisk.org/" 74.9 WANTED="dahdi-linux" 74.10 74.11 # Rules to gen a SliTaz package suitable for Tazpkg. 74.12 genpkg_rules() 74.13 { 74.14 - EXTRAVERSION="$(ls $_pkg/lib/modules | sed 's|\(.*\)-slitaz|_\1|')" 74.15 + EXTRAVERSION="$(ls $install/lib/modules | sed 's|\(.*\)-slitaz|_\1|')" 74.16 mkdir -p $fs/usr 74.17 - cp -a $_pkg/usr/include $fs/usr 74.18 + cp -a $install/usr/include $fs/usr 74.19 }
75.1 --- a/dahdi-man/receipt Fri Sep 06 13:34:00 2013 +0300 75.2 +++ b/dahdi-man/receipt Mon Sep 09 03:32:26 2013 +0300 75.3 @@ -5,6 +5,7 @@ 75.4 CATEGORY="network" 75.5 SHORT_DESC="Digium Asterisk Hardware Device Interface man pages." 75.6 MAINTAINER="pascal.bellard@slitaz.org" 75.7 +LICENSE="GPL2" 75.8 WEB_SITE="http://www.asterisk.org/" 75.9 WANTED="dahdi-tools" 75.10
76.1 --- a/dahdi-perl/receipt Fri Sep 06 13:34:00 2013 +0300 76.2 +++ b/dahdi-perl/receipt Mon Sep 09 03:32:26 2013 +0300 76.3 @@ -5,11 +5,13 @@ 76.4 CATEGORY="development" 76.5 SHORT_DESC="Digium Asterisk Hardware Device Interface PERL modules." 76.6 MAINTAINER="pascal.bellard@slitaz.org" 76.7 +LICENSE="GPL2" 76.8 WEB_SITE="http://www.asterisk.org/" 76.9 -DEPENDS="perl" 76.10 WANTED="dahdi-tools" 76.11 PROVIDE="zaptel-perl" 76.12 76.13 +DEPENDS="perl" 76.14 + 76.15 # Rules to gen a SliTaz package suitable for Tazpkg. 76.16 genpkg_rules() 76.17 {
77.1 --- a/dahdi-ppp/receipt Fri Sep 06 13:34:00 2013 +0300 77.2 +++ b/dahdi-ppp/receipt Mon Sep 09 03:32:26 2013 +0300 77.3 @@ -5,6 +5,7 @@ 77.4 CATEGORY="network" 77.5 SHORT_DESC="Digium Asterisk Hardware Device Interface PPP plugin." 77.6 MAINTAINER="pascal.bellard@slitaz.org" 77.7 +LICENSE="GPL2" 77.8 WEB_SITE="http://www.asterisk.org/" 77.9 WANTED="dahdi-tools" 77.10
78.1 --- a/dahdi/receipt Fri Sep 06 13:34:00 2013 +0300 78.2 +++ b/dahdi/receipt Mon Sep 09 03:32:26 2013 +0300 78.3 @@ -5,9 +5,11 @@ 78.4 CATEGORY="meta" 78.5 SHORT_DESC="Digium Asterisk Hardware Device Interface." 78.6 MAINTAINER="pascal.bellard@slitaz.org" 78.7 +LICENSE="GPL2" 78.8 WEB_SITE="http://www.asterisk.org/" 78.9 +PROVIDE="zaptel" 78.10 + 78.11 DEPENDS="dahdi-linux dahdi-tools" 78.12 -PROVIDE="zaptel" 78.13 78.14 # Rules to gen a SliTaz package suitable for Tazpkg. 78.15 genpkg_rules()
79.1 --- a/devede/receipt Fri Sep 06 13:34:00 2013 +0300 79.2 +++ b/devede/receipt Mon Sep 09 03:32:26 2013 +0300 79.3 @@ -5,12 +5,14 @@ 79.4 CATEGORY="multimedia" 79.5 SHORT_DESC="A program to create VideoDVDs and CDs" 79.6 MAINTAINER="slaxemulator@gmail.com" 79.7 -DEPENDS="cdrkit dvdauthor mplayer mencoder pygtk ttf-dejavu vcdimager dbus-python" 79.8 -BUILD_DEPENDS="pygtk-dev vcdimager-dev" 79.9 +LICENSE="GPL3" 79.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 79.11 WEB_SITE="http://www.rastersoft.com/programas/devede.html" 79.12 WGET_URL="http://www.rastersoft.com/descargas/$TARBALL" 79.13 79.14 +DEPENDS="cdrkit dvdauthor mplayer mencoder pygtk ttf-dejavu vcdimager dbus-python" 79.15 +BUILD_DEPENDS="pygtk-dev vcdimager-dev" 79.16 + 79.17 # Rules to configure and make the package. 79.18 compile_rules() 79.19 {
80.1 --- a/drupal/receipt Fri Sep 06 13:34:00 2013 +0300 80.2 +++ b/drupal/receipt Mon Sep 09 03:32:26 2013 +0300 80.3 @@ -5,12 +5,14 @@ 80.4 CATEGORY="misc" 80.5 SHORT_DESC="Drupal $VERSION PHP content management system." 80.6 MAINTAINER="slaxemulator@gmail.com" 80.7 -DEPENDS="php mysql" 80.8 +LICENSE="GPL2" 80.9 SUGGESTED="apache lighttpd cherokee" 80.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 80.11 WEB_SITE="http://drupal.org/" 80.12 WGET_URL="http://ftp.drupal.org/files/projects/$TARBALL" 80.13 80.14 +DEPENDS="php mysql" 80.15 + 80.16 # Rules to gen a SliTaz package suitable for Tazpkg. 80.17 genpkg_rules() 80.18 {
81.1 --- a/dukto/receipt Fri Sep 06 13:34:00 2013 +0300 81.2 +++ b/dukto/receipt Mon Sep 09 03:32:26 2013 +0300 81.3 @@ -5,6 +5,7 @@ 81.4 CATEGORY="network" 81.5 SHORT_DESC="A simple, fast and multi-platform file transfer tool for LAN users." 81.6 MAINTAINER="pascal.bellard@slitaz.org" 81.7 +LICENSE="GPL2" 81.8 WEB_SITE="http://code.google.com/p/$PACKAGE/" 81.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 81.10 WGET_URL="subversion|http://$PACKAGE.googlecode.com/svn/trunk/"
82.1 --- a/dvtm/receipt Fri Sep 06 13:34:00 2013 +0300 82.2 +++ b/dvtm/receipt Mon Sep 09 03:32:26 2013 +0300 82.3 @@ -5,6 +5,7 @@ 82.4 CATEGORY="system-tools" 82.5 SHORT_DESC="A tiling window management for the console" 82.6 MAINTAINER="claudinei@slitaz.org" 82.7 +LICENSE="MIT" 82.8 WEB_SITE="http://www.brain-dump.org/projects/dvtm" 82.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 82.10 WGET_URL="$WEB_SITE/$TARBALL"
83.1 --- a/dwm/receipt Fri Sep 06 13:34:00 2013 +0300 83.2 +++ b/dwm/receipt Mon Sep 09 03:32:26 2013 +0300 83.3 @@ -5,6 +5,7 @@ 83.4 CATEGORY="x-window" 83.5 SHORT_DESC="Very light dynamic window manager for X." 83.6 MAINTAINER="pankso@slitaz.org" 83.7 +LICENSE="MIT" 83.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 83.9 WEB_SITE="http://www.suckless.org/dwm/" 83.10 WGET_URL="http://dl.suckless.org/dwm/$TARBALL"
84.1 --- a/e3/receipt Fri Sep 06 13:34:00 2013 +0300 84.2 +++ b/e3/receipt Mon Sep 09 03:32:26 2013 +0300 84.3 @@ -5,13 +5,15 @@ 84.4 CATEGORY="utilities" 84.5 SHORT_DESC="e3 is a full featured text editor written in NASM assembler." 84.6 MAINTAINER="devl547@gmail.com" 84.7 -DEPENDS="" 84.8 -BUILD_DEPENDS="make nasm wget" 84.9 +LICENSE="GPL2" 84.10 TARBALL="$PACKAGE-$VERSION.tgz" 84.11 WEB_SITE="http://sites.google.com/site/e3editor" 84.12 WGET_URL="https://sites.google.com/site/e3editor/Home/$TARBALL?attredirects=0" 84.13 TAGS="text-editor" 84.14 84.15 +DEPENDS="" 84.16 +BUILD_DEPENDS="make nasm wget" 84.17 + 84.18 # Rules to configure and make the package. 84.19 compile_rules() 84.20 { 84.21 @@ -19,7 +21,7 @@ 84.22 sed -i -e 's/-D$(EXMODE)//' Makefile && 84.23 sed -i -e 's#/man/man#/share/man/man#' Makefile 84.24 make && 84.25 - make PREFIX=$PWD/_pkg install 84.26 + make PREFIX=$DESTDIR install 84.27 } 84.28 84.29 # Rules to gen a SliTaz package suitable for Tazpkg.
85.1 --- a/ecm-extras/receipt Fri Sep 06 13:34:00 2013 +0300 85.2 +++ b/ecm-extras/receipt Mon Sep 09 03:32:26 2013 +0300 85.3 @@ -5,6 +5,7 @@ 85.4 CATEGORY="misc" 85.5 SHORT_DESC="Extra tools from ecm" 85.6 MAINTAINER="slaxemulator@gmail.com" 85.7 +LICENSE="GPL3" 85.8 WEB_SITE="http://www.neillcorlett.com/ecm/" 85.9 WANTED="ecm" 85.10
86.1 --- a/ecm/receipt Fri Sep 06 13:34:00 2013 +0300 86.2 +++ b/ecm/receipt Mon Sep 09 03:32:26 2013 +0300 86.3 @@ -5,6 +5,7 @@ 86.4 CATEGORY="misc" 86.5 SHORT_DESC="Converts CD image files into a lossless format optimized for compression tools" 86.6 MAINTAINER="slaxemulator@gmail.com" 86.7 +LICENSE="GPL3" 86.8 SOURCE="cmdpack" 86.9 TARBALL="$SOURCE-${VERSION}-src.tar.gz" 86.10 WEB_SITE="http://www.neillcorlett.com/ecm/"
87.1 --- a/eduke32/receipt Fri Sep 06 13:34:00 2013 +0300 87.2 +++ b/eduke32/receipt Mon Sep 09 03:32:26 2013 +0300 87.3 @@ -5,6 +5,7 @@ 87.4 CATEGORY="games" 87.5 SHORT_DESC="A port of the classic first-person shooter, Duke Nukem 3D" 87.6 MAINTAINER="mallory@sweetpeople.org" 87.7 +LICENSE="GPL2" 87.8 TARBALL="${PACKAGE}_src_${VERSION}.tar.bz2" 87.9 WEB_SITE="http://www.eduke32.com/" 87.10 WGET_URL="http://dukeworld.duke4.net/$PACKAGE/synthesis/$VERSION/$TARBALL" 87.11 @@ -18,8 +19,8 @@ 87.12 { 87.13 cd $src 87.14 make $MAKEFLAGS || return 1 87.15 - mkdir $src/_pkg 87.16 - cp eduke32 mapster32 $src/_pkg 87.17 + mkdir $DESTDIR 87.18 + cp eduke32 mapster32 $DESTDIR 87.19 } 87.20 87.21 # Rules to gen a SliTaz package suitable for Tazpkg.
88.1 --- a/emacs-help/receipt Fri Sep 06 13:34:00 2013 +0300 88.2 +++ b/emacs-help/receipt Mon Sep 09 03:32:26 2013 +0300 88.3 @@ -5,10 +5,12 @@ 88.4 CATEGORY="development" 88.5 SHORT_DESC="The GNU Emacs editor - Help files" 88.6 MAINTAINER="domcox@slitaz.org" 88.7 -DEPENDS="emacs" 88.8 +LICENSE="GPL3" 88.9 WEB_SITE="http://www.gnu.org/software/emacs/" 88.10 WANTED="emacs" 88.11 88.12 +DEPENDS="emacs" 88.13 + 88.14 # Rules to gen a SliTaz package suitable for Tazpkg. 88.15 genpkg_rules() 88.16 {
89.1 --- a/emacs-lisp-sources/receipt Fri Sep 06 13:34:00 2013 +0300 89.2 +++ b/emacs-lisp-sources/receipt Mon Sep 09 03:32:26 2013 +0300 89.3 @@ -5,10 +5,12 @@ 89.4 CATEGORY="development" 89.5 SHORT_DESC="The GNU Emacs editor - Lisp source files" 89.6 MAINTAINER="domcox@slitaz.org" 89.7 -DEPENDS="emacs" 89.8 +LICENSE="GPL3" 89.9 WEB_SITE="http://www.gnu.org/software/emacs/" 89.10 WANTED="emacs" 89.11 89.12 +DEPENDS="emacs" 89.13 + 89.14 # Rules to gen a SliTaz package suitable for Tazpkg. 89.15 genpkg_rules() 89.16 {
90.1 --- a/emacs-pkg-lua-mode/receipt Fri Sep 06 13:34:00 2013 +0300 90.2 +++ b/emacs-pkg-lua-mode/receipt Mon Sep 09 03:32:26 2013 +0300 90.3 @@ -5,11 +5,12 @@ 90.4 CATEGORY="development" 90.5 SHORT_DESC="An Emacs major mode for editing Lua code." 90.6 MAINTAINER="domcox@slitaz.org" 90.7 -DEPENDS="emacs" 90.8 +LICENSE="GPL3" 90.9 BUILD_DEPENDS="emacs" 90.10 WEB_SITE="http://immerrr.github.com/lua-mode/" 90.11 TAGS="emacs lua" 90.12 90.13 +DEPENDS="emacs" 90.14 90.15 # Rules to gen a SliTaz package suitable for Tazpkg. 90.16 genpkg_rules()
91.1 --- a/emacs-pkg-text-translator/receipt Fri Sep 06 13:34:00 2013 +0300 91.2 +++ b/emacs-pkg-text-translator/receipt Mon Sep 09 03:32:26 2013 +0300 91.3 @@ -5,10 +5,11 @@ 91.4 CATEGORY="development" 91.5 SHORT_DESC="Translates strings by using translation services on the web." 91.6 MAINTAINER="domcox@slitaz.org" 91.7 -DEPENDS="emacs" 91.8 +LICENSE="GPL3" 91.9 WEB_SITE="http://d.hatena.ne.jp/khiker/20070503/emacs_text_translator" 91.10 TAGS="emacs" 91.11 91.12 +DEPENDS="emacs" 91.13 91.14 # Rules to gen a SliTaz package suitable for Tazpkg. 91.15 genpkg_rules()
92.1 --- a/emacs-pkg-vala-mode/receipt Fri Sep 06 13:34:00 2013 +0300 92.2 +++ b/emacs-pkg-vala-mode/receipt Mon Sep 09 03:32:26 2013 +0300 92.3 @@ -5,11 +5,12 @@ 92.4 CATEGORY="development" 92.5 SHORT_DESC="An Emacs major mode for editing Vala code." 92.6 MAINTAINER="domcox@slitaz.org" 92.7 -DEPENDS="emacs" 92.8 +LICENSE="GPL3" 92.9 BUILD_DEPENDS="emacs" 92.10 WEB_SITE="http://live.gnome.org/Vala/Emacs" 92.11 TAGS="emacs vala" 92.12 92.13 +DEPENDS="emacs" 92.14 92.15 # Rules to gen a SliTaz package suitable for Tazpkg. 92.16 genpkg_rules()
93.1 --- a/enchant-dev/receipt Fri Sep 06 13:34:00 2013 +0300 93.2 +++ b/enchant-dev/receipt Mon Sep 09 03:32:26 2013 +0300 93.3 @@ -5,6 +5,7 @@ 93.4 CATEGORY="development" 93.5 SHORT_DESC="Devel files for enchant." 93.6 MAINTAINER="pankso@slitaz.org" 93.7 +LICENSE="LGPL2.1" 93.8 WANTED="enchant" 93.9 WEB_SITE="http://www.abisource.com/projects/enchant/" 93.10 93.11 @@ -12,10 +13,10 @@ 93.12 genpkg_rules() 93.13 { 93.14 mkdir -p $fs/usr/lib 93.15 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 93.16 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 93.17 - cp -a $_pkg/usr/lib/enchant $fs/usr/lib 93.18 + cp -a $install/usr/lib/*.*a $fs/usr/lib 93.19 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 93.20 + cp -a $install/usr/lib/enchant $fs/usr/lib 93.21 rm $fs/usr/lib/enchant/*.so 93.22 - cp -a $_pkg/usr/include $fs/usr 93.23 + cp -a $install/usr/include $fs/usr 93.24 } 93.25
94.1 --- a/enchant/receipt Fri Sep 06 13:34:00 2013 +0300 94.2 +++ b/enchant/receipt Mon Sep 09 03:32:26 2013 +0300 94.3 @@ -5,14 +5,16 @@ 94.4 CATEGORY="x-window" 94.5 SHORT_DESC="Enchant spell checking library." 94.6 MAINTAINER="pankso@slitaz.org" 94.7 -DEPENDS="dbus dbus-glib glib gcc-lib-base" 94.8 -BUILD_DEPENDS="pkg-config glib glib-dev aspell aspell-dev" 94.9 +LICENSE="LGPL2.1" 94.10 SUGGESTED="aspell" 94.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 94.12 WEB_SITE="http://www.abisource.com/projects/enchant/" 94.13 WGET_URL="http://www.abisource.com/downloads/enchant/$VERSION/$TARBALL" 94.14 TAGS="spell check" 94.15 94.16 +DEPENDS="dbus dbus-glib glib gcc-lib-base" 94.17 +BUILD_DEPENDS="pkg-config glib glib-dev aspell aspell-dev" 94.18 + 94.19 # Rules to configure and make the package. 94.20 compile_rules() 94.21 { 94.22 @@ -22,17 +24,17 @@ 94.23 --mandir=/usr/share/man \ 94.24 $CONFIGURE_ARGS && 94.25 make && 94.26 - make DESTDIR=$PWD/_pkg install 94.27 + make DESTDIR=$DESTDIR install 94.28 } 94.29 94.30 # Rules to gen a SliTaz package suitable for Tazpkg. 94.31 genpkg_rules() 94.32 { 94.33 mkdir -p $fs/usr/lib $fs/usr/share 94.34 - cp -a $_pkg/usr/bin $fs/usr 94.35 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 94.36 - cp -a $_pkg/usr/lib/enchant $fs/usr/lib 94.37 + cp -a $install/usr/bin $fs/usr 94.38 + cp -a $install/usr/lib/*.so* $fs/usr/lib 94.39 + cp -a $install/usr/lib/enchant $fs/usr/lib 94.40 rm $fs/usr/lib/enchant/*.*a 94.41 - cp -a $_pkg/usr/share/enchant $fs/usr/share 94.42 + cp -a $install/usr/share/enchant $fs/usr/share 94.43 } 94.44
95.1 --- a/enki/receipt Fri Sep 06 13:34:00 2013 +0300 95.2 +++ b/enki/receipt Mon Sep 09 03:32:26 2013 +0300 95.3 @@ -5,6 +5,7 @@ 95.4 CATEGORY="development" 95.5 SHORT_DESC="The fast 2D robot simulator" 95.6 MAINTAINER="pankso@slitaz.org" 95.7 +LICENSE="GPL2" 95.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 95.9 WEB_SITE="http://home.gna.org/enki/" 95.10 WGET_URL="svn|svn://svn.gna.org/svn/enki/trunk"
96.1 --- a/esound-dev/receipt Fri Sep 06 13:34:00 2013 +0300 96.2 +++ b/esound-dev/receipt Mon Sep 09 03:32:26 2013 +0300 96.3 @@ -5,6 +5,7 @@ 96.4 CATEGORY="development" 96.5 SHORT_DESC="Enlightened Sound Daemon" 96.6 MAINTAINER="allan316@gmail.com" 96.7 +LICENSE="GPL2" 96.8 WEB_SITE="http://www.tux.org/~ricdude/EsounD.html" 96.9 96.10 WANTED="esound"
97.1 --- a/esound/receipt Fri Sep 06 13:34:00 2013 +0300 97.2 +++ b/esound/receipt Mon Sep 09 03:32:26 2013 +0300 97.3 @@ -5,6 +5,7 @@ 97.4 CATEGORY="development" 97.5 SHORT_DESC="Enlightened Sound Daemon" 97.6 MAINTAINER="allan316@gmail.com" 97.7 +LICENSE="GPL2" 97.8 WEB_SITE="http://www.tux.org/~ricdude/EsounD.html" 97.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 97.10 WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/esound/0.2/$TARBALL"
98.1 --- a/ettercap/receipt Fri Sep 06 13:34:00 2013 +0300 98.2 +++ b/ettercap/receipt Mon Sep 09 03:32:26 2013 +0300 98.3 @@ -5,6 +5,7 @@ 98.4 CATEGORY="network" 98.5 SHORT_DESC="Ettercap is a suite for man in the middle attacks on LAN" 98.6 MAINTAINER="claudinei@slitaz.org" 98.7 +LICENSE="GPL2" 98.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 98.9 WEB_SITE="http://ettercap.sourceforge.net" 98.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
99.1 --- a/evilvte/receipt Fri Sep 06 13:34:00 2013 +0300 99.2 +++ b/evilvte/receipt Mon Sep 09 03:32:26 2013 +0300 99.3 @@ -5,6 +5,7 @@ 99.4 CATEGORY="utilities" 99.5 SHORT_DESC="VTE based, highly customizable terminal emulator" 99.6 MAINTAINER="devl547@gmail.com" 99.7 +LICENSE="GPL2" 99.8 WEB_SITE="http://www.calno.com/evilvte/" 99.9 TARBALL="$PACKAGE-$VERSION.tar.xz" 99.10 WGET_URL="$WEB_SITE$TARBALL"
100.1 --- a/extundelete/receipt Fri Sep 06 13:34:00 2013 +0300 100.2 +++ b/extundelete/receipt Mon Sep 09 03:32:26 2013 +0300 100.3 @@ -5,6 +5,7 @@ 100.4 CATEGORY="base-system" 100.5 SHORT_DESC="Recover deleted files from an ext3 or ext4 partition." 100.6 MAINTAINER="pascal.bellard@slitaz.org" 100.7 +LICENSE="GPL2" 100.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 100.9 WEB_SITE="http://extundelete.sourceforge.net/" 100.10 WGET_URL="$SF_MIRROR/extundelete/$TARBALL"
101.1 --- a/gajim/receipt Fri Sep 06 13:34:00 2013 +0300 101.2 +++ b/gajim/receipt Mon Sep 09 03:32:26 2013 +0300 101.3 @@ -5,7 +5,7 @@ 101.4 CATEGORY="network" 101.5 SHORT_DESC="Gtk Jabber client." 101.6 MAINTAINER="rocky@slitaz.org" 101.7 -LICENCE="GPL3" 101.8 +LICENSE="GPL3" 101.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 101.10 WEB_SITE="http://www.gajim.org/" 101.11 WGET_URL="http://www.gajim.org/downloads/${VERSION%.*}/$TARBALL"
102.1 --- a/gaupol/receipt Fri Sep 06 13:34:00 2013 +0300 102.2 +++ b/gaupol/receipt Mon Sep 09 03:32:26 2013 +0300 102.3 @@ -5,7 +5,7 @@ 102.4 CATEGORY="multimedia" 102.5 SHORT_DESC="Gaupol is an editor for text-based subtitle files." 102.6 MAINTAINER="claudinei@slitaz.org" 102.7 -LICENCE="GPL3" 102.8 +LICENSE="GPL3" 102.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 102.10 WEB_SITE="http://home.gna.org/gaupol" 102.11 WGET_URL="http://download.gna.org/$PACKAGE/$VERSION/$TARBALL"
103.1 --- a/gavl-dev/receipt Fri Sep 06 13:34:00 2013 +0300 103.2 +++ b/gavl-dev/receipt Mon Sep 09 03:32:26 2013 +0300 103.3 @@ -4,7 +4,7 @@ 103.4 VERSION="1.4.0" 103.5 CATEGORY="development" 103.6 MAINTAINER="jozee@slitaz.org" 103.7 -LICENCE="GPL3" 103.8 +LICENSE="GPL3" 103.9 SHORT_DESC="gavl devel files" 103.10 WEB_SITE="http://gmerlin.sourceforge.net/" 103.11 WANTED="gavl"
104.1 --- a/gavl/receipt Fri Sep 06 13:34:00 2013 +0300 104.2 +++ b/gavl/receipt Mon Sep 09 03:32:26 2013 +0300 104.3 @@ -4,7 +4,7 @@ 104.4 VERSION="1.4.0" 104.5 CATEGORY="multimedia" 104.6 MAINTAINER="jozee@slitaz.org" 104.7 -LICENCE="GPL3" 104.8 +LICENSE="GPL3" 104.9 SHORT_DESC="A low level library, upon which multimedia APIs can be built." 104.10 WEB_SITE="http://gmerlin.sourceforge.net/" 104.11 TARBALL="$PACKAGE-$VERSION.tar.gz"
105.1 --- a/gawk/receipt Fri Sep 06 13:34:00 2013 +0300 105.2 +++ b/gawk/receipt Mon Sep 09 03:32:26 2013 +0300 105.3 @@ -5,7 +5,7 @@ 105.4 CATEGORY="development" 105.5 SHORT_DESC="GNU awk to handle simple data-reformatting." 105.6 MAINTAINER="pankso@slitaz.org" 105.7 -LICENCE="GPL3" 105.8 +LICENSE="GPL3" 105.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 105.10 WEB_SITE="http://www.gnu.org/software/gawk/" 105.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
106.1 --- a/gcc-lib-base/receipt Fri Sep 06 13:34:00 2013 +0300 106.2 +++ b/gcc-lib-base/receipt Mon Sep 09 03:32:26 2013 +0300 106.3 @@ -6,7 +6,7 @@ 106.4 SHORT_DESC="GCC base libraries, libgcc_s and libstdc++." 106.5 WEB_SITE="http://gcc.gnu.org/" 106.6 MAINTAINER="pankso@slitaz.org" 106.7 -LICENCE="GPL2" 106.8 +LICENSE="GPL2" 106.9 WANTED="gcc" 106.10 HOST_ARCH="i486 arm" 106.11
107.1 --- a/gdb-dev/receipt Fri Sep 06 13:34:00 2013 +0300 107.2 +++ b/gdb-dev/receipt Mon Sep 09 03:32:26 2013 +0300 107.3 @@ -5,7 +5,7 @@ 107.4 CATEGORY="development" 107.5 SHORT_DESC="The GNU Project Debugger dev files." 107.6 MAINTAINER="erjo@slitaz.org" 107.7 -LICENCE="GPL2" 107.8 +LICENSE="GPL2" 107.9 DEPENDS="gdb" 107.10 WANTED="gdb" 107.11 WEB_SITE="http://www.gnu.org/software/gdb/"
108.1 --- a/geeqie/receipt Fri Sep 06 13:34:00 2013 +0300 108.2 +++ b/geeqie/receipt Mon Sep 09 03:32:26 2013 +0300 108.3 @@ -5,7 +5,7 @@ 108.4 CATEGORY="utilities" 108.5 SHORT_DESC="Application designed to test GTK+ performance." 108.6 MAINTAINER="devl547@gmail.com" 108.7 -LICENCE="GPL2" 108.8 +LICENSE="GPL2" 108.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 108.10 WEB_SITE="http://geeqie.sourceforge.net/" 108.11 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL"
109.1 --- a/get-LibreOffice/receipt Fri Sep 06 13:34:00 2013 +0300 109.2 +++ b/get-LibreOffice/receipt Mon Sep 09 03:32:26 2013 +0300 109.3 @@ -5,6 +5,7 @@ 109.4 CATEGORY="office" 109.5 SHORT_DESC="Productivity suite." 109.6 MAINTAINER="ben@seawolfsanctuary.com" 109.7 +LICENSE="GPL3" 109.8 WEB_SITE="http://www.documentfoundation.org" 109.9 TAGS="office word excel ppt openoffice libreoffice" 109.10
110.1 --- a/get-OpenOffice3/receipt Fri Sep 06 13:34:00 2013 +0300 110.2 +++ b/get-OpenOffice3/receipt Mon Sep 09 03:32:26 2013 +0300 110.3 @@ -5,6 +5,7 @@ 110.4 CATEGORY="office" 110.5 SHORT_DESC="Productivity suite" 110.6 MAINTAINER="erjo@slitaz.org" 110.7 +LICENSE="GPL3" 110.8 WEB_SITE="http://www.openoffice.org" 110.9 TAGS="office word excel ppt openoffice" 110.10
111.1 --- a/get-algobox/receipt Fri Sep 06 13:34:00 2013 +0300 111.2 +++ b/get-algobox/receipt Mon Sep 09 03:32:26 2013 +0300 111.3 @@ -4,7 +4,8 @@ 111.4 VERSION="1.00" 111.5 CATEGORY="misc" 111.6 SHORT_DESC="Get the Algorithm creation tool for education" 111.7 -WEB_SITE="http://www.xm1math.net/algobox/" 111.8 +MAINTAINER="devel@slitaz.org" 111.9 +LICENSE="BSD" 111.10 WEB_SITE="http://www.xm1math.net/algobox/" 111.11 111.12 # Rules to gen a SliTaz package suitable for Tazpkg.
112.1 --- a/get-bitcoin/receipt Fri Sep 06 13:34:00 2013 +0300 112.2 +++ b/get-bitcoin/receipt Mon Sep 09 03:32:26 2013 +0300 112.3 @@ -5,6 +5,7 @@ 112.4 CATEGORY="misc" 112.5 SHORT_DESC="Get digital currency tool for instant payments to anyone, anywhere." 112.6 MAINTAINER="pascal.bellard@slitaz.org" 112.7 +LICENSE="BSD" 112.8 WEB_SITE="http://bitcoin.org/" 112.9 112.10 # Rules to gen a SliTaz package suitable for Tazpkg.
113.1 --- a/get-dropbox/receipt Fri Sep 06 13:34:00 2013 +0300 113.2 +++ b/get-dropbox/receipt Mon Sep 09 03:32:26 2013 +0300 113.3 @@ -5,6 +5,7 @@ 113.4 CATEGORY="non-free" 113.5 SHORT_DESC="Get Dropbox daemon and client for online storage." 113.6 MAINTAINER="pankso@slitaz.org" 113.7 +LICENSE="BSD" 113.8 WEB_SITE="http://www.getdropbox.com/" 113.9 DEPENDS="wget" 113.10 TAGS="sync storage"
114.1 --- a/get-dsl-firmware/receipt Fri Sep 06 13:34:00 2013 +0300 114.2 +++ b/get-dsl-firmware/receipt Mon Sep 09 03:32:26 2013 +0300 114.3 @@ -5,6 +5,7 @@ 114.4 CATEGORY="non-free" 114.5 SHORT_DESC="Get misc dsl modem firmwares." 114.6 MAINTAINER="pascal.bellard@slitaz.org" 114.7 +LICENSE="BSD" 114.8 WEB_SITE="http://hg.slitaz.org/wok/file/tip/$PACKAGE/stuff/$PACKAGE" 114.9 114.10 # Rules to gen a SliTaz package suitable for Tazpkg.
115.1 --- a/get-eclipse-pdt/receipt Fri Sep 06 13:34:00 2013 +0300 115.2 +++ b/get-eclipse-pdt/receipt Mon Sep 09 03:32:26 2013 +0300 115.3 @@ -5,6 +5,7 @@ 115.4 CATEGORY="development" 115.5 SHORT_DESC="Eclipse PHP Development Tools" 115.6 MAINTAINER="erjo@slitaz.org" 115.7 +LICENSE="GPL3" 115.8 WEB_SITE="http://www.eclipse.org" 115.9 TAGS="IDE development programming" 115.10
116.1 --- a/get-flash-plugin/receipt Fri Sep 06 13:34:00 2013 +0300 116.2 +++ b/get-flash-plugin/receipt Mon Sep 09 03:32:26 2013 +0300 116.3 @@ -5,6 +5,7 @@ 116.4 CATEGORY="non-free" 116.5 SHORT_DESC="Get Adobe Flash Player." 116.6 MAINTAINER="pascal.bellard@slitaz.org" 116.7 +LICENSE="BSD" 116.8 WEB_SITE="http://www.adobe.com/products/flash/" 116.9 DEPENDS="libfirefox" 116.10 TAGS="flash"
117.1 --- a/get-foxit-reader/receipt Fri Sep 06 13:34:00 2013 +0300 117.2 +++ b/get-foxit-reader/receipt Mon Sep 09 03:32:26 2013 +0300 117.3 @@ -5,6 +5,7 @@ 117.4 CATEGORY="non-free" 117.5 SHORT_DESC="A free PDF document viewer for the Linux platform." 117.6 MAINTAINER="rocky@slitaz.org" 117.7 +LICENSE="BSD" 117.8 WEB_SITE="http://www.foxitsoftware.com/pdf/desklinux/" 117.9 TAGS="pdf viewer" 117.10
118.1 --- a/get-geogebra/receipt Fri Sep 06 13:34:00 2013 +0300 118.2 +++ b/get-geogebra/receipt Mon Sep 09 03:32:26 2013 +0300 118.3 @@ -5,6 +5,7 @@ 118.4 CATEGORY="non-free" 118.5 SHORT_DESC="Get geogebra: Mathematics software for learning and teaching." 118.6 MAINTAINER="pascal.bellard@slitaz.org" 118.7 +LICENSE="BSD" 118.8 WEB_SITE="http://www.geogebra.org/" 118.9 118.10 # Rules to gen a SliTaz package suitable for Tazpkg.
119.1 --- a/get-google-chrome/receipt Fri Sep 06 13:34:00 2013 +0300 119.2 +++ b/get-google-chrome/receipt Mon Sep 09 03:32:26 2013 +0300 119.3 @@ -5,8 +5,10 @@ 119.4 CATEGORY="non-free" 119.5 SHORT_DESC="Google Chrome is built with open source code from Chromium." 119.6 MAINTAINER="rocky@slitaz.org" 119.7 +LICENSE="BSD" 119.8 WEB_SITE="http://code.google.com/chromium/" 119.9 TAGS="browser" 119.10 + 119.11 DEPENDS="wget" 119.12 119.13 # Rules to gen a SliTaz package suitable for Tazpkg.
120.1 --- a/get-google-earth/receipt Fri Sep 06 13:34:00 2013 +0300 120.2 +++ b/get-google-earth/receipt Mon Sep 09 03:32:26 2013 +0300 120.3 @@ -5,10 +5,12 @@ 120.4 CATEGORY="non-free" 120.5 SHORT_DESC="Get Google Earth." 120.6 MAINTAINER="pascal.bellard@slitaz.org" 120.7 -DEPENDS="bzip2 xorg-base-fonts" 120.8 +LICENSE="BSD" 120.9 WEB_SITE="http://earth.google.com/" 120.10 TAGS="map visualization" 120.11 120.12 +DEPENDS="bzip2 xorg-base-fonts" 120.13 + 120.14 # Rules to gen a SliTaz package suitable for Tazpkg. 120.15 genpkg_rules() 120.16 {
121.1 --- a/get-google-talkplugin/receipt Fri Sep 06 13:34:00 2013 +0300 121.2 +++ b/get-google-talkplugin/receipt Mon Sep 09 03:32:26 2013 +0300 121.3 @@ -5,6 +5,7 @@ 121.4 CATEGORY="non-free" 121.5 SHORT_DESC="Get Google Talk Plugin." 121.6 MAINTAINER="pascal.bellard@slitaz.org" 121.7 +LICENSE="BSD" 121.8 WEB_SITE="http://www.google.com/chat/video" 121.9 TAGS="webcam chat" 121.10
122.1 --- a/get-java6-jdk/receipt Fri Sep 06 13:34:00 2013 +0300 122.2 +++ b/get-java6-jdk/receipt Mon Sep 09 03:32:26 2013 +0300 122.3 @@ -5,6 +5,7 @@ 122.4 CATEGORY="non-free" 122.5 SHORT_DESC="SUN Java Development Kit" 122.6 MAINTAINER="dasilvakevin@hotmail.fr" 122.7 +LICENSE="GPL3" 122.8 WEB_SITE="http://www.java.com" 122.9 TAGS="java" 122.10
123.1 --- a/get-java6-jre/receipt Fri Sep 06 13:34:00 2013 +0300 123.2 +++ b/get-java6-jre/receipt Mon Sep 09 03:32:26 2013 +0300 123.3 @@ -5,6 +5,7 @@ 123.4 CATEGORY="non-free" 123.5 SHORT_DESC="SUN Java Runtime" 123.6 MAINTAINER="erjo@slitaz.org" 123.7 +LICENSE="GPL3" 123.8 WEB_SITE="http://www.java.com" 123.9 TAGS="java" 123.10
124.1 --- a/get-libaacs/receipt Fri Sep 06 13:34:00 2013 +0300 124.2 +++ b/get-libaacs/receipt Mon Sep 09 03:32:26 2013 +0300 124.3 @@ -5,6 +5,7 @@ 124.4 CATEGORY="non-free" 124.5 SHORT_DESC="Get a library to play encrypted blu-ray." 124.6 MAINTAINER="pascal.bellard@slitaz.org" 124.7 +LICENSE="BSD" 124.8 WEB_SITE="http://vlc-bluray.whoknowsmy.name/" 124.9 TAGS="bluray" 124.10
125.1 --- a/get-libstdc++5/receipt Fri Sep 06 13:34:00 2013 +0300 125.2 +++ b/get-libstdc++5/receipt Mon Sep 09 03:32:26 2013 +0300 125.3 @@ -5,6 +5,7 @@ 125.4 CATEGORY="development" 125.5 SHORT_DESC="Get Obsolate GNU C++ library." 125.6 MAINTAINER="pascal.bellard@slitaz.org" 125.7 +LICENSE="BSD" 125.8 WEB_SITE="http://gcc.gnu.org/" 125.9 125.10 # Rules to gen a SliTaz package suitable for Tazpkg.
126.1 --- a/get-linuxqq/receipt Fri Sep 06 13:34:00 2013 +0300 126.2 +++ b/get-linuxqq/receipt Mon Sep 09 03:32:26 2013 +0300 126.3 @@ -5,6 +5,7 @@ 126.4 CATEGORY="non-free" 126.5 SHORT_DESC="Instant messaging software from Tencent Inc." 126.6 MAINTAINER="lufeng369@gmail.com" 126.7 +LICENSE="BSD" 126.8 WEB_SITE="http://im.qq.com/" 126.9 TAGS="im instant-messaging" 126.10
127.1 --- a/get-litecoin/receipt Fri Sep 06 13:34:00 2013 +0300 127.2 +++ b/get-litecoin/receipt Mon Sep 09 03:32:26 2013 +0300 127.3 @@ -5,6 +5,7 @@ 127.4 CATEGORY="misc" 127.5 SHORT_DESC="Get digital currency tool for instant payments to anyone, anywhere." 127.6 MAINTAINER="pascal.bellard@slitaz.org" 127.7 +LICENSE="BSD" 127.8 WEB_SITE="http://litecoin.org/" 127.9 127.10 # Rules to gen a SliTaz package suitable for Tazpkg.
128.1 --- a/get-msttcorefonts/receipt Fri Sep 06 13:34:00 2013 +0300 128.2 +++ b/get-msttcorefonts/receipt Mon Sep 09 03:32:26 2013 +0300 128.3 @@ -6,6 +6,7 @@ 128.4 CATEGORY="non-free" 128.5 SHORT_DESC="An easy way to install Microsoft's TrueType core fonts on linux." 128.6 MAINTAINER="rocky@slitaz.org" 128.7 +LICENSE="BSD" 128.8 WEB_SITE="http://sourceforge.net/projects/corefonts" 128.9 TAGS="utilities" 128.10
129.1 --- a/get-nz/receipt Fri Sep 06 13:34:00 2013 +0300 129.2 +++ b/get-nz/receipt Mon Sep 09 03:32:26 2013 +0300 129.3 @@ -5,6 +5,7 @@ 129.4 CATEGORY="non-free" 129.5 SHORT_DESC="Get nanozip archiver." 129.6 MAINTAINER="pascal.bellard@slitaz.org" 129.7 +LICENSE="BSD" 129.8 WEB_SITE="http://www.nanozip.net/" 129.9 129.10 # Rules to gen a SliTaz package suitable for Tazpkg.
130.1 --- a/get-opera/receipt Fri Sep 06 13:34:00 2013 +0300 130.2 +++ b/get-opera/receipt Mon Sep 09 03:32:26 2013 +0300 130.3 @@ -5,6 +5,7 @@ 130.4 CATEGORY="non-free" 130.5 SHORT_DESC="Get Opera Web browser." 130.6 MAINTAINER="pascal.bellard@slitaz.org" 130.7 +LICENSE="BSD" 130.8 WEB_SITE="http://www.opera.com/" 130.9 TAGS="browser" 130.10
131.1 --- a/get-playonlinux/receipt Fri Sep 06 13:34:00 2013 +0300 131.2 +++ b/get-playonlinux/receipt Mon Sep 09 03:32:26 2013 +0300 131.3 @@ -5,6 +5,7 @@ 131.4 CATEGORY="games" 131.5 SHORT_DESC="Get playonlinux." 131.6 MAINTAINER="pascal.bellard@slitaz.org" 131.7 +LICENSE="BSD" 131.8 WEB_SITE="http://www.playonlinux.com/" 131.9 131.10 # Rules to gen a SliTaz package suitable for Tazpkg.
132.1 --- a/get-prince/receipt Fri Sep 06 13:34:00 2013 +0300 132.2 +++ b/get-prince/receipt Mon Sep 09 03:32:26 2013 +0300 132.3 @@ -5,6 +5,7 @@ 132.4 CATEGORY="non-free" 132.5 SHORT_DESC="formatter for converting XML and HTML into PDF." 132.6 MAINTAINER="rocky@slitaz.org" 132.7 +LICENSE="BSD" 132.8 WEB_SITE="http://www.princexml.com/" 132.9 TAGS="utilities" 132.10
133.1 --- a/get-rar/receipt Fri Sep 06 13:34:00 2013 +0300 133.2 +++ b/get-rar/receipt Mon Sep 09 03:32:26 2013 +0300 133.3 @@ -5,6 +5,7 @@ 133.4 CATEGORY="non-free" 133.5 SHORT_DESC="Get RAR packer." 133.6 MAINTAINER="pascal.bellard@slitaz.org" 133.7 +LICENSE="BSD" 133.8 WEB_SITE="http://www.rarlab.com/" 133.9 TAGS="compression archive" 133.10
134.1 --- a/get-realplayer/receipt Fri Sep 06 13:34:00 2013 +0300 134.2 +++ b/get-realplayer/receipt Mon Sep 09 03:32:26 2013 +0300 134.3 @@ -5,9 +5,11 @@ 134.4 CATEGORY="non-free" 134.5 SHORT_DESC="Get Real Player for Linux." 134.6 MAINTAINER="paul@slitaz.org" 134.7 +LICENSE="BSD" 134.8 WEB_SITE="http://www.real.com" 134.9 +TAGS="music audio sound player" 134.10 + 134.11 DEPENDS="tar bash" 134.12 -TAGS="music audio sound player" 134.13 134.14 # Rules to gen a SliTaz package suitable for Tazpkg. 134.15 genpkg_rules()
135.1 --- a/get-scilab/receipt Fri Sep 06 13:34:00 2013 +0300 135.2 +++ b/get-scilab/receipt Mon Sep 09 03:32:26 2013 +0300 135.3 @@ -5,6 +5,7 @@ 135.4 CATEGORY="misc" 135.5 SHORT_DESC="Get scilab: Free Open Source Software for Numerical Computation." 135.6 MAINTAINER="pascal.bellard@slitaz.org" 135.7 +LICENSE="BSD" 135.8 WEB_SITE="http://www.scilab.org/" 135.9 135.10 # Rules to gen a SliTaz package suitable for Tazpkg.
136.1 --- a/get-sjphone/receipt Fri Sep 06 13:34:00 2013 +0300 136.2 +++ b/get-sjphone/receipt Mon Sep 09 03:32:26 2013 +0300 136.3 @@ -5,6 +5,7 @@ 136.4 CATEGORY="non-free" 136.5 SHORT_DESC="Get SJphone soft phone." 136.6 MAINTAINER="pascal.bellard@slitaz.org" 136.7 +LICENSE="BSD" 136.8 WEB_SITE="http://www.sjlabs.com/" 136.9 TAGS="softphone telephony" 136.10
137.1 --- a/get-skype/receipt Fri Sep 06 13:34:00 2013 +0300 137.2 +++ b/get-skype/receipt Mon Sep 09 03:32:26 2013 +0300 137.3 @@ -5,8 +5,10 @@ 137.4 CATEGORY="non-free" 137.5 SHORT_DESC="Get Skype Internet Telephony." 137.6 MAINTAINER="pascal.bellard@slitaz.org" 137.7 +LICENSE="BSD" 137.8 WEB_SITE="http://www.skype.com/" 137.9 TAGS="chat telephony" 137.10 + 137.11 DEPENDS="bzip2" 137.12 137.13 # Rules to gen a SliTaz package suitable for Tazpkg.
138.1 --- a/get-softmodem-driver/receipt Fri Sep 06 13:34:00 2013 +0300 138.2 +++ b/get-softmodem-driver/receipt Mon Sep 09 03:32:26 2013 +0300 138.3 @@ -5,10 +5,12 @@ 138.4 CATEGORY="non-free" 138.5 SHORT_DESC="Get misc softmodem drivers." 138.6 MAINTAINER="domcox@slitaz.org" 138.7 -DEPENDS="alsa-lib-dev cpio linux-source slitaz-toolchain" 138.8 +LICENSE="BSD" 138.9 WEB_SITE="http://hg.slitaz.org/wok/file/$PACKAGE/stuff/$PACKAGE" 138.10 TAGS="modem dialup" 138.11 138.12 +DEPENDS="alsa-lib-dev cpio linux-source slitaz-toolchain" 138.13 + 138.14 # Rules to gen a SliTaz package suitable for Tazpkg. 138.15 genpkg_rules() 138.16 {
139.1 --- a/get-src2pkg/receipt Fri Sep 06 13:34:00 2013 +0300 139.2 +++ b/get-src2pkg/receipt Mon Sep 09 03:32:26 2013 +0300 139.3 @@ -6,6 +6,7 @@ 139.4 WEB_SITE="http://amigolinux.org" 139.5 SHORT_DESC="Package-creation and conversion software" 139.6 MAINTAINER="pascal.bellard@slitaz.org" 139.7 +LICENSE="BSD" 139.8 139.9 # Rules to gen a SliTaz package suitable for Tazpkg. 139.10 genpkg_rules()
140.1 --- a/get-teamviewer/receipt Fri Sep 06 13:34:00 2013 +0300 140.2 +++ b/get-teamviewer/receipt Mon Sep 09 03:32:26 2013 +0300 140.3 @@ -5,6 +5,7 @@ 140.4 CATEGORY="non-free" 140.5 SHORT_DESC="Get TeamViewer (Remote Control Application)." 140.6 MAINTAINER="pascal.bellard@slitaz.org" 140.7 +LICENSE="BSD" 140.8 WEB_SITE="http://www.teamviewer.com/" 140.9 140.10 # Rules to gen a SliTaz package suitable for Tazpkg.
141.1 --- a/get-texlive/receipt Fri Sep 06 13:34:00 2013 +0300 141.2 +++ b/get-texlive/receipt Mon Sep 09 03:32:26 2013 +0300 141.3 @@ -5,6 +5,7 @@ 141.4 CATEGORY="office" 141.5 SHORT_DESC="get texlive distribution for tex, latex..." 141.6 MAINTAINER="sygne@ombres.eu" 141.7 +LICENSE="BSD" 141.8 WEB_SITE="http://www.tug.org/texlive/" 141.9 TAGS="latex tex" 141.10
142.1 --- a/get-unace/receipt Fri Sep 06 13:34:00 2013 +0300 142.2 +++ b/get-unace/receipt Mon Sep 09 03:32:26 2013 +0300 142.3 @@ -5,6 +5,7 @@ 142.4 CATEGORY="non-free" 142.5 SHORT_DESC="Get UNACE unpacker." 142.6 MAINTAINER="pascal.bellard@slitaz.org" 142.7 +LICENSE="BSD" 142.8 WEB_SITE="http://www.winace.com/" 142.9 TAGS="compression archive" 142.10
143.1 --- a/get-upx/receipt Fri Sep 06 13:34:00 2013 +0300 143.2 +++ b/get-upx/receipt Mon Sep 09 03:32:26 2013 +0300 143.3 @@ -5,6 +5,7 @@ 143.4 CATEGORY="non-free" 143.5 SHORT_DESC="Get UPX executable packer." 143.6 MAINTAINER="pascal.bellard@slitaz.org" 143.7 +LICENSE="BSD" 143.8 WEB_SITE="http://upx.sourceforge.net/" 143.9 143.10 # Rules to gen a SliTaz package suitable for Tazpkg.
144.1 --- a/get-virtualbox/receipt Fri Sep 06 13:34:00 2013 +0300 144.2 +++ b/get-virtualbox/receipt Mon Sep 09 03:32:26 2013 +0300 144.3 @@ -5,7 +5,9 @@ 144.4 CATEGORY="non-free" 144.5 SHORT_DESC="Get a x86 virtualization software." 144.6 MAINTAINER="pascal.bellard@slitaz.org" 144.7 +LICENSE="BSD" 144.8 WEB_SITE="http://www.virtualbox.org/" 144.9 + 144.10 DEPENDS="wget" 144.11 144.12 # Rules to gen a SliTaz package suitable for Tazpkg.
145.1 --- a/get-wakoopa/receipt Fri Sep 06 13:34:00 2013 +0300 145.2 +++ b/get-wakoopa/receipt Mon Sep 09 03:32:26 2013 +0300 145.3 @@ -5,6 +5,7 @@ 145.4 CATEGORY="non-free" 145.5 SHORT_DESC="Wakoopa is the perfect place to discover software and games online." 145.6 MAINTAINER="rocky@slitaz.org" 145.7 +LICENSE="BSD" 145.8 WEB_SITE="http://wakoopa.com" 145.9 TAGS="games" 145.10
146.1 --- a/get-wfica/receipt Fri Sep 06 13:34:00 2013 +0300 146.2 +++ b/get-wfica/receipt Mon Sep 09 03:32:26 2013 +0300 146.3 @@ -5,6 +5,7 @@ 146.4 CATEGORY="non-free" 146.5 SHORT_DESC="Get Citrix ICA Client." 146.6 MAINTAINER="pascal.bellard@slitaz.org" 146.7 +LICENSE="BSD" 146.8 WEB_SITE="http://www.citrix.com/" 146.9 146.10 # Rules to gen a SliTaz package suitable for Tazpkg.
147.1 --- a/get-wifi-firmware/receipt Fri Sep 06 13:34:00 2013 +0300 147.2 +++ b/get-wifi-firmware/receipt Mon Sep 09 03:32:26 2013 +0300 147.3 @@ -5,6 +5,7 @@ 147.4 CATEGORY="non-free" 147.5 SHORT_DESC="Get misc wifi firmwares." 147.6 MAINTAINER="pascal.bellard@slitaz.org" 147.7 +LICENSE="BSD" 147.8 WEB_SITE="http://hg.slitaz.org/wok/file/tip/$PACKAGE/stuff/$PACKAGE" 147.9 147.10 # Rules to gen a SliTaz package suitable for Tazpkg.
148.1 --- a/get-wink/receipt Fri Sep 06 13:34:00 2013 +0300 148.2 +++ b/get-wink/receipt Mon Sep 09 03:32:26 2013 +0300 148.3 @@ -5,6 +5,7 @@ 148.4 CATEGORY="non-free" 148.5 SHORT_DESC="Get a Tutorial and Presentation creation software." 148.6 MAINTAINER="pascal.bellard@slitaz.org" 148.7 +LICENSE="BSD" 148.8 WEB_SITE="http://www.debugmode.com/wink/" 148.9 TAGS="tutorial screenshot" 148.10
149.1 --- a/get-xcas/receipt Fri Sep 06 13:34:00 2013 +0300 149.2 +++ b/get-xcas/receipt Mon Sep 09 03:32:26 2013 +0300 149.3 @@ -5,6 +5,7 @@ 149.4 CATEGORY="misc" 149.5 SHORT_DESC="Get Xcas: Computer algebra system." 149.6 MAINTAINER="pascal.bellard@slitaz.org" 149.7 +LICENSE="BSD" 149.8 WEB_SITE="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html" 149.9 149.10 # Rules to gen a SliTaz package suitable for Tazpkg.
150.1 --- a/get-xlite/receipt Fri Sep 06 13:34:00 2013 +0300 150.2 +++ b/get-xlite/receipt Mon Sep 09 03:32:26 2013 +0300 150.3 @@ -5,6 +5,7 @@ 150.4 CATEGORY="non-free" 150.5 SHORT_DESC="Get Xlite soft phone." 150.6 MAINTAINER="pascal.bellard@slitaz.org" 150.7 +LICENSE="BSD" 150.8 WEB_SITE="http://www.counterpath.net/" 150.9 TAGS="softphone telephony" 150.10
151.1 --- a/get-xnviewmp/receipt Fri Sep 06 13:34:00 2013 +0300 151.2 +++ b/get-xnviewmp/receipt Mon Sep 09 03:32:26 2013 +0300 151.3 @@ -5,6 +5,7 @@ 151.4 CATEGORY="non-free" 151.5 SHORT_DESC="Get XnViewMP. Image viewer" 151.6 MAINTAINER="taziden@slitaz.org" 151.7 +LICENSE="BSD" 151.8 WEB_SITE="http://www.xnview.com" 151.9 TAGS="image photo viewer" 151.10
152.1 --- a/gfortran/receipt Fri Sep 06 13:34:00 2013 +0300 152.2 +++ b/gfortran/receipt Mon Sep 09 03:32:26 2013 +0300 152.3 @@ -6,7 +6,7 @@ 152.4 SHORT_DESC="GCC fortran extension." 152.5 WEB_SITE="http://gcc.gnu.org/" 152.6 MAINTAINER="pascal.bellard@slitaz.org" 152.7 -LICENCE="GPL2" 152.8 +LICENSE="GPL2" 152.9 DEPENDS="gcc libgfortran" 152.10 WANTED="gcc" 152.11 TAGS="compiler fortran"
153.1 --- a/giac/receipt Fri Sep 06 13:34:00 2013 +0300 153.2 +++ b/giac/receipt Mon Sep 09 03:32:26 2013 +0300 153.3 @@ -5,7 +5,7 @@ 153.4 CATEGORY="misc" 153.5 SHORT_DESC="Giac/Xcas is a free computer algebra system" 153.6 MAINTAINER="al.bobylev@gmail.com" 153.7 -LICENCE="GPL3" 153.8 +LICENSE="GPL3" 153.9 WEB_SITE="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html" 153.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 153.11 WGET_URL="http://www-fourier.ujf-grenoble.fr/~parisse/giac/giac_frozen.tgz"
154.1 --- a/gimp-brushes/receipt Fri Sep 06 13:34:00 2013 +0300 154.2 +++ b/gimp-brushes/receipt Mon Sep 09 03:32:26 2013 +0300 154.3 @@ -5,7 +5,7 @@ 154.4 CATEGORY="graphics" 154.5 SHORT_DESC="Gimp brushes set." 154.6 MAINTAINER="pankso@slitaz.org" 154.7 -LICENCE="GPL3" 154.8 +LICENSE="GPL3" 154.9 WANTED="gimp" 154.10 WEB_SITE="http://www.gimp.org/" 154.11
155.1 --- a/gimp-console/receipt Fri Sep 06 13:34:00 2013 +0300 155.2 +++ b/gimp-console/receipt Mon Sep 09 03:32:26 2013 +0300 155.3 @@ -5,7 +5,7 @@ 155.4 CATEGORY="graphics" 155.5 SHORT_DESC="The GIMP console." 155.6 MAINTAINER="pankso@slitaz.org" 155.7 -LICENCE="GPL3" 155.8 +LICENSE="GPL3" 155.9 WANTED="gimp" 155.10 WEB_SITE="http://www.gimp.org/" 155.11
156.1 --- a/gimp-dev/receipt Fri Sep 06 13:34:00 2013 +0300 156.2 +++ b/gimp-dev/receipt Mon Sep 09 03:32:26 2013 +0300 156.3 @@ -5,7 +5,7 @@ 156.4 CATEGORY="development" 156.5 SHORT_DESC="Gnu Image Manipulation Program or GIMP devel files." 156.6 MAINTAINER="pankso@slitaz.org" 156.7 -LICENCE="GPL3" 156.8 +LICENSE="GPL3" 156.9 WANTED="gimp" 156.10 WEB_SITE="http://www.gimp.org/" 156.11
157.1 --- a/gimp-plug-ins/receipt Fri Sep 06 13:34:00 2013 +0300 157.2 +++ b/gimp-plug-ins/receipt Mon Sep 09 03:32:26 2013 +0300 157.3 @@ -5,7 +5,7 @@ 157.4 CATEGORY="graphics" 157.5 SHORT_DESC="The GIMP image editor plug-ins suite for advanced users." 157.6 MAINTAINER="pankso@slitaz.org" 157.7 -LICENCE="GPL3" 157.8 +LICENSE="GPL3" 157.9 WANTED="gimp" 157.10 WEB_SITE="http://www.gimp.org/" 157.11
158.1 --- a/gimp/receipt Fri Sep 06 13:34:00 2013 +0300 158.2 +++ b/gimp/receipt Mon Sep 09 03:32:26 2013 +0300 158.3 @@ -5,7 +5,7 @@ 158.4 CATEGORY="graphics" 158.5 SHORT_DESC="Gnu Image Manipulation Program or GIMP!" 158.6 MAINTAINER="pankso@slitaz.org" 158.7 -LICENCE="GPL3" 158.8 +LICENSE="GPL3" 158.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 158.10 WEB_SITE="http://www.gimp.org/" 158.11 WGET_URL="ftp://ftp.gimp.org/pub/gimp/v2.8/$TARBALL"
159.1 --- a/gmerlin/receipt Fri Sep 06 13:34:00 2013 +0300 159.2 +++ b/gmerlin/receipt Mon Sep 09 03:32:26 2013 +0300 159.3 @@ -5,7 +5,7 @@ 159.4 CATEGORY="multimedia" 159.5 SHORT_DESC="Gmerlin is a multimedia architecture for linux." 159.6 MAINTAINER="pankso@slitaz.org" 159.7 -LICENCE="GPL3" 159.8 +LICENSE="GPL3" 159.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 159.10 WEB_SITE="http://gmerlin.sourceforge.net/" 159.11 WGET_URL="$SF_MIRROR/project/gmerlin/gmerlin/$VERSION/$TARBALL"
160.1 --- a/gmp-dev/receipt Fri Sep 06 13:34:00 2013 +0300 160.2 +++ b/gmp-dev/receipt Mon Sep 09 03:32:26 2013 +0300 160.3 @@ -5,7 +5,7 @@ 160.4 CATEGORY="development" 160.5 SHORT_DESC="GNU Multiple Precision Arithmetic devel files." 160.6 MAINTAINER="pankso@slitaz.org" 160.7 -LICENCE="GPL3" 160.8 +LICENSE="GPL3" 160.9 WANTED="gmp" 160.10 WEB_SITE="http://gmplib.org/" 160.11
161.1 --- a/gmp/receipt Fri Sep 06 13:34:00 2013 +0300 161.2 +++ b/gmp/receipt Mon Sep 09 03:32:26 2013 +0300 161.3 @@ -5,7 +5,7 @@ 161.4 CATEGORY="development" 161.5 SHORT_DESC="GNU Multiple Precision Arithmetic Library." 161.6 MAINTAINER="pankso@slitaz.org" 161.7 -LICENCE="GPL3" 161.8 +LICENSE="GPL3" 161.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 161.10 WEB_SITE="http://gmplib.org/" 161.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
162.1 --- a/gnome-commander-i18n/receipt Fri Sep 06 13:34:00 2013 +0300 162.2 +++ b/gnome-commander-i18n/receipt Mon Sep 09 03:32:26 2013 +0300 162.3 @@ -5,7 +5,7 @@ 162.4 CATEGORY="utilities" 162.5 SHORT_DESC="Language files for Gnome Commander" 162.6 MAINTAINER="al.bobylev@gmail.com" 162.7 -LICENCE="GPL2" 162.8 +LICENSE="GPL2" 162.9 WEB_SITE="http://www.nongnu.org/gcmd/" 162.10 WANTED="gnome-commander" 162.11
163.1 --- a/gutenprint-dev/receipt Fri Sep 06 13:34:00 2013 +0300 163.2 +++ b/gutenprint-dev/receipt Mon Sep 09 03:32:26 2013 +0300 163.3 @@ -5,7 +5,7 @@ 163.4 CATEGORY="development" 163.5 SHORT_DESC="Ghostscript devel file" 163.6 MAINTAINER="jozee@slitaz.org" 163.7 -LICENCE="GPL2" 163.8 +LICENSE="GPL2" 163.9 WANTED="gutenprint" 163.10 WEB_SITE="http://gimp-print.sourceforge.net/" 163.11
164.1 --- a/icedtea6-jre/receipt Fri Sep 06 13:34:00 2013 +0300 164.2 +++ b/icedtea6-jre/receipt Mon Sep 09 03:32:26 2013 +0300 164.3 @@ -5,7 +5,7 @@ 164.4 CATEGORY="development" 164.5 SHORT_DESC="A Free Software harness for OpenJDK JRE." 164.6 MAINTAINER="rcx@zoominternet.net" 164.7 -LICENCE="GPL2" 164.8 +LICENSE="GPL2" 164.9 WEB_SITE="http://www.iced-tea.org/" 164.10 WANTED="icedtea6-jdk" 164.11 SOURCE="icedtea6"
165.1 --- a/java-jdk/receipt Fri Sep 06 13:34:00 2013 +0300 165.2 +++ b/java-jdk/receipt Mon Sep 09 03:32:26 2013 +0300 165.3 @@ -5,7 +5,7 @@ 165.4 CATEGORY="development" 165.5 SHORT_DESC="Symlinks for the default Java Development Kit (icedtea6)." 165.6 MAINTAINER="rcx@zoominternet.net" 165.7 -LICENCE="GPL2" 165.8 +LICENSE="GPL2" 165.9 WEB_SITE="http://www.iced-tea.org/" 165.10 WANTED="icedtea6-jdk" 165.11 SOURCE="icedtea6"
166.1 --- a/java-jre/receipt Fri Sep 06 13:34:00 2013 +0300 166.2 +++ b/java-jre/receipt Mon Sep 09 03:32:26 2013 +0300 166.3 @@ -5,7 +5,7 @@ 166.4 CATEGORY="development" 166.5 SHORT_DESC="Symlinks for the default Java Runtime Environment (icedtea6)." 166.6 MAINTAINER="rcx@zoominternet.net" 166.7 -LICENCE="GPL2" 166.8 +LICENSE="GPL2" 166.9 WEB_SITE="http://www.iced-tea.org/" 166.10 WANTED="icedtea6-jdk" 166.11 SOURCE="icedtea6"
167.1 --- a/krb5-clients/receipt Fri Sep 06 13:34:00 2013 +0300 167.2 +++ b/krb5-clients/receipt Mon Sep 09 03:32:26 2013 +0300 167.3 @@ -5,8 +5,10 @@ 167.4 CATEGORY="security" 167.5 SHORT_DESC="Misc clients using MIT Kerberos." 167.6 MAINTAINER="pascal.bellard@slitaz.org" 167.7 +LICENSE="MIT" 167.8 WEB_SITE="http://web.mit.edu/Kerberos/" 167.9 WANTED="krb5" 167.10 + 167.11 DEPENDS="libkrb5" 167.12 167.13 # Rules to gen a SliTaz package suitable for Tazpkg.
168.1 --- a/krb5-dev/receipt Fri Sep 06 13:34:00 2013 +0300 168.2 +++ b/krb5-dev/receipt Mon Sep 09 03:32:26 2013 +0300 168.3 @@ -5,8 +5,10 @@ 168.4 CATEGORY="development" 168.5 SHORT_DESC="Network authentication protocol development files." 168.6 MAINTAINER="pascal.bellard@slitaz.org" 168.7 +LICENSE="MIT" 168.8 WEB_SITE="http://web.mit.edu/Kerberos/" 168.9 WANTED="krb5" 168.10 + 168.11 DEPENDS="libkrb5" 168.12 168.13 # Rules to gen a SliTaz package suitable for Tazpkg.
169.1 --- a/krb5-plugins/receipt Fri Sep 06 13:34:00 2013 +0300 169.2 +++ b/krb5-plugins/receipt Mon Sep 09 03:32:26 2013 +0300 169.3 @@ -5,8 +5,10 @@ 169.4 CATEGORY="security" 169.5 SHORT_DESC="Plugins for MIT Kerberos." 169.6 MAINTAINER="pascal.bellard@slitaz.org" 169.7 +LICENSE="MIT" 169.8 WEB_SITE="http://web.mit.edu/Kerberos/" 169.9 WANTED="krb5" 169.10 + 169.11 DEPENDS="krb5 libcrypto" 169.12 169.13 # Rules to gen a SliTaz package suitable for Tazpkg.
170.1 --- a/krb5-user/receipt Fri Sep 06 13:34:00 2013 +0300 170.2 +++ b/krb5-user/receipt Mon Sep 09 03:32:26 2013 +0300 170.3 @@ -5,8 +5,10 @@ 170.4 CATEGORY="security" 170.5 SHORT_DESC="Basic programs to authenticate using MIT Kerberos." 170.6 MAINTAINER="pascal.bellard@slitaz.org" 170.7 +LICENSE="MIT" 170.8 WEB_SITE="http://web.mit.edu/Kerberos/" 170.9 WANTED="krb5" 170.10 + 170.11 DEPENDS="krb5" 170.12 170.13 # Rules to gen a SliTaz package suitable for Tazpkg.
171.1 --- a/libbfd/receipt Fri Sep 06 13:34:00 2013 +0300 171.2 +++ b/libbfd/receipt Mon Sep 09 03:32:26 2013 +0300 171.3 @@ -5,7 +5,7 @@ 171.4 CATEGORY="system-tools" 171.5 SHORT_DESC="Binary File Descriptor library" 171.6 MAINTAINER="erjo@slitaz.org" 171.7 -LICENCE="GPL2" 171.8 +LICENSE="GPL2" 171.9 WEB_SITE="http://www.gnu.org/software/binutils/" 171.10 WANTED="binutils" 171.11
172.1 --- a/libcups/receipt Fri Sep 06 13:34:00 2013 +0300 172.2 +++ b/libcups/receipt Mon Sep 09 03:32:26 2013 +0300 172.3 @@ -5,6 +5,7 @@ 172.4 CATEGORY="system-tools" 172.5 SHORT_DESC="Common UNIX Printing System." 172.6 MAINTAINER="erjo@slitaz.org" 172.7 +LICENSE="GPL2 LGPL2" 172.8 TARBALL="$PACKAGE-$VERSION-source.tar.bz2" 172.9 WEB_SITE="http://www.cups.org/" 172.10 WANTED="cups"
173.1 --- a/libgfortran/receipt Fri Sep 06 13:34:00 2013 +0300 173.2 +++ b/libgfortran/receipt Mon Sep 09 03:32:26 2013 +0300 173.3 @@ -6,7 +6,7 @@ 173.4 SHORT_DESC="GCC fortran runtime." 173.5 WEB_SITE="http://gcc.gnu.org/" 173.6 MAINTAINER="pascal.bellard@slitaz.org" 173.7 -LICENCE="GPL2" 173.8 +LICENSE="GPL2" 173.9 WANTED="gcc" 173.10 173.11 # Rules to gen a SliTaz package suitable for Tazpkg.
174.1 --- a/libgomp/receipt Fri Sep 06 13:34:00 2013 +0300 174.2 +++ b/libgomp/receipt Mon Sep 09 03:32:26 2013 +0300 174.3 @@ -5,7 +5,7 @@ 174.4 CATEGORY="development" 174.5 SHORT_DESC="API specification for parallel programming." 174.6 MAINTAINER="pascal.bellard@slitaz.org" 174.7 -LICENCE="GPL2" 174.8 +LICENSE="GPL2" 174.9 WEB_SITE="http://gcc.gnu.org/" 174.10 WANTED="gcc" 174.11
175.1 --- a/libobjc/receipt Fri Sep 06 13:34:00 2013 +0300 175.2 +++ b/libobjc/receipt Mon Sep 09 03:32:26 2013 +0300 175.3 @@ -5,7 +5,7 @@ 175.4 CATEGORY="development" 175.5 SHORT_DESC="API for gcc object" 175.6 MAINTAINER="slaxemulator@gmail.com" 175.7 -LICENCE="GPL2" 175.8 +LICENSE="GPL2" 175.9 WEB_SITE="http://gcc.gnu.org/" 175.10 DEPENDS="gcc-lib-base" 175.11 WANTED="gcc"
176.1 --- a/linapple/receipt Fri Sep 06 13:34:00 2013 +0300 176.2 +++ b/linapple/receipt Mon Sep 09 03:32:26 2013 +0300 176.3 @@ -5,14 +5,16 @@ 176.4 CATEGORY="misc" 176.5 SHORT_DESC="Apple //e emulator." 176.6 MAINTAINER="pascal.bellard@slitaz.org" 176.7 +LICENSE="GPL2" 176.8 TARBALL="$PACKAGE-src_$VERSION.tar.bz2" 176.9 WEB_SITE="http://linapple.sourceforge.net/" 176.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 176.11 -BUILD_DEPENDS="libsdl-dev zlib-dev curl-dev libzip-dev" 176.12 -DEPENDS="gcc-lib-base libsdl zlib curl libzip" 176.13 CONFIG_FILES="/etc/linapple.conf" 176.14 TAGS="emulator apple2" 176.15 176.16 +DEPENDS="gcc-lib-base libsdl zlib curl libzip" 176.17 +BUILD_DEPENDS="libsdl-dev zlib-dev curl-dev libzip-dev" 176.18 + 176.19 # Rules to configure and make the package. 176.20 compile_rules() 176.21 {
177.1 --- a/linux/stuff/linux-header.u Fri Sep 06 13:34:00 2013 +0300 177.2 +++ b/linux/stuff/linux-header.u Mon Sep 09 03:32:26 2013 +0300 177.3 @@ -1,6 +1,6 @@ 177.4 --- linux-3.2.14/arch/x86/boot/header.S 177.5 +++ linux-3.2.14/arch/x86/boot/header.S 177.6 -@@ -7,6 +7,7 @@ 177.7 +@@ -7,12 +7,14 @@ 177.8 * modified by more people than can be counted 177.9 * 177.10 * Rewritten as a common file by H. Peter Anvin (Apr 2007) 177.11 @@ -8,23 +8,97 @@ 177.12 * 177.13 * BIG FAT NOTE: We're in real mode using 64k segments. Therefore segment 177.14 * addresses must be multiplied by 16 to obtain their respective linear 177.15 -@@ -27,7 +28,12 @@ 177.16 + * addresses. To avoid confusion, linear addresses are written using leading 177.17 + * hex while segment addresses are written as segment:offset. 177.18 + * 177.19 ++ * Assume protocol 2.00+ (kernel >= 1.3.73) 177.20 + */ 177.21 + 177.22 + #include <asm/segment.h> 177.23 +@@ -27,6 +29,8 @@ 177.24 177.25 BOOTSEG = 0x07C0 /* original address of boot-sector */ 177.26 SYSSEG = 0x1000 /* historical load address >> 4 */ 177.27 +INITSEG = 0x9000 /* boot address >> 4 */ 177.28 +SETUPSEG = 0x9020 /* setup address >> 4 */ 177.29 177.30 -+#define LOADSEG 0x0800 177.31 -+#define LOADSZ (LOADSEG*0x10) 177.32 -+ 177.33 #ifndef SVGA_MODE 177.34 #define SVGA_MODE ASK_VGA 177.35 +@@ -40,53 +44,476 @@ 177.36 + #define ROOT_RDONLY 1 177.37 #endif 177.38 -@@ -45,48 +51,362 @@ 177.39 + 177.40 ++setup_sects = 497 177.41 ++syssize = 500 177.42 ++cmd_line_ptr = 0x228 177.43 ++ 177.44 ++/* some extra features */ 177.45 ++#define EXE_SUPPORT real mode dos .exe file support (no himem.sys) 177.46 ++#define CMDLINE kernel >= 2.4 177.47 ++#define OLDCMDLINE kernel < 2.4 177.48 ++#define HELP display version for ? argument 177.49 ++#define MORETHAN16M up to 4Gb RAM, not 16Mb 177.50 ++#define KEYBOARDLESS_SUPPORT scan floppy swap each 5 seconds 177.51 ++#define FULL_ZIMAGE Up to 512K system zImage 177.52 ++ 177.53 ++/* some limitations to reduce code size */ 177.54 ++//#define FLOPPY_1440K_ONLY 1.44M floppies support only 177.55 ++ 177.56 + .code16 177.57 + .section ".bstext", "ax" 177.58 177.59 .global bootsect_start 177.60 bootsect_start: 177.61 + 177.62 +- # Normalize the start address 177.63 +- ljmp $BOOTSEG, $start2 177.64 ++#ifdef EXE_SUPPORT 177.65 ++#define CODESZ 0x8000 177.66 ++#define EXEADRS(x) x+0xE0 177.67 ++stacktop = 0x9E00 # in 0x8000 .. 0xA000 177.68 ++ decw %bp // Magic number: MZ 177.69 ++ popw %dx 177.70 ++ jmp start // Bytes on last page of file 177.71 ++ .word (CODESZ+511)/512 // Pages in file 177.72 ++ .word 0 // Relocations 177.73 ++ .word 2 // Size of header in paragraphs 177.74 ++ .word 4096 // Minimum extra paragraphs needed 177.75 ++ .word -1 // Maximum extra paragraphs needed 177.76 ++ .word (CODESZ+15)/16 // Initial (relative) SS value 177.77 ++ .word stacktop // Initial SP value 177.78 ++ .word 0 // Checksum 177.79 ++ .word EXEADRS(comstart) // Initial IP value 177.80 ++ .word 0xFFF0 // Initial (relative) CS value 177.81 ++// .word 0x001C // File address of relocation table 177.82 ++// .word 0,0,0 // Overlay number 177.83 ++swap_floppy: 177.84 ++ .ascii "Next!" 177.85 ++ .byte 7,13,0 # swap detection needs 13, 0 177.86 ++#ifdef OLDCMDLINE 177.87 ++ .word 0xA33F 177.88 ++ .word stacktop 177.89 ++#endif 177.90 ++start: 177.91 ++ pushw %dx 177.92 ++#endif 177.93 + 177.94 +-start2: 177.95 +- movw %cs, %ax 177.96 +- movw %ax, %ds 177.97 +- movw %ax, %es 177.98 +- movw %ax, %ss 177.99 +- xorw %sp, %sp 177.100 +- sti 177.101 +- cld 177.102 ++#ifdef FULL_ZIMAGE 177.103 ++#define LOADSEG 0x8800 // Up to 512K zImage 177.104 ++#else 177.105 ++#define LOADSEG 0x8000 // 0x1000 multiple, up to 480K zImage 177.106 ++#endif 177.107 ++#define LOADSZ 0x8000 177.108 + 177.109 +- movw $bugger_off_msg, %si 177.110 ++bootsect_start: 177.111 + cld # assume nothing 177.112 +stacktop = 0x9E00 # in 0x8000 .. 0xA000 177.113 +zeroed = 48+12 # gdt + zeroed registers 177.114 @@ -35,9 +109,7 @@ 177.115 + pushw $INITSEG 177.116 + popw %ss # %ss contain INITSEG 177.117 + movw %di, %sp # put stack at INITSEG:stacktop-... 177.118 - 177.119 -- # Normalize the start address 177.120 -- ljmp $BOOTSEG, $start2 177.121 ++ 177.122 +# Many BIOS's default disk parameter tables will not recognize 177.123 +# multi-sector reads beyond the maximum sector number specified 177.124 +# in the default diskette parameter tables - this may mean 7 177.125 @@ -49,35 +121,23 @@ 177.126 +# count to 36 - the most we will encounter on an ED 2.88. 177.127 +# 177.128 +# High doesn't hurt. Low does. Let's use the max: 63 177.129 - 177.130 --start2: 177.131 -- movw %cs, %ax 177.132 -- movw %ax, %ds 177.133 -- movw %ax, %es 177.134 -- movw %ax, %ss 177.135 -- xorw %sp, %sp 177.136 -- sti 177.137 -- cld 177.138 ++ 177.139 + pushw %ss 177.140 + popw %es # %es = %ss = INITSEG 177.141 + xorw %ax, %ax # %ax = 0 177.142 ++#ifdef EXE_SUPPORT 177.143 ++ cwd # floppy = head = 0 177.144 ++#endif 177.145 + movw $zeroed/2, %cx # clear gdt + offset, %ds, limits 177.146 + rep # don't worry about cld 177.147 + stosw # already done above 177.148 + popw %bx # offset = 0 177.149 + popw %ds # %ds = 0 177.150 + popw %fs # %fs = 0 177.151 - 177.152 -- movw $bugger_off_msg, %si 177.153 ++ 177.154 + movb setup_sects+0x7C00, %al # read bootsector + setup (%ds = 0) 177.155 + incw %ax 177.156 - 177.157 --msg_loop: 177.158 -- lodsb 177.159 -- andb %al, %al 177.160 -- jz bs_die 177.161 -- movb $0xe, %ah 177.162 -- movw $7, %bx 177.163 ++ 177.164 + ldsw 0x78(%bx), %si # %ds:%bx+0x78 is parameter table address 177.165 + pushw %es 177.166 + pushw %di 177.167 @@ -94,131 +154,94 @@ 177.168 + popw %ax # limits = 0 177.169 + incw %cx # cylinder 0, sector 1, clear Z 177.170 + call read_first_sectors # read setup 177.171 -+ 177.172 ++loadsys: 177.173 + movw $0x200,%si 177.174 -+#define kernel_version 0xE 177.175 +type_of_loader = 0x10 177.176 +loadflags = 0x11 177.177 +heap_end_ptr = 0x24 177.178 + orw $0x8020, type_of_loader(%si) # loader type = 0x20 = bootsect-loader 177.179 + movb $(stacktop-0x300)/256, heap_end_ptr+1(%si) 177.180 -+ addw kernel_version(%si),%si # starting protocol 2.00, Kernel 1.3.73 177.181 -+ call puts # show which kernel we are loading 177.182 ++ call puts_version # show which kernel we are loading 177.183 + 177.184 -+# The cmdline can be entered and modifed at boot time. 177.185 -+# Only characters before the cursor are passed to the kernel. 177.186 -+ popw %bx # clear %bx 177.187 -+ orw cmd_line_ptr, %bx 177.188 -+ jz nocmdline 177.189 -+ pushw %bx 177.190 -+ incw %di 177.191 -+ call read_sectors 177.192 -+ popw %si 177.193 -+ call puts 177.194 -+cmdlp: 177.195 -+ movb $0x20, %al # clear end of line 177.196 -+ int $0x10 # with Space 177.197 -+ movb $8, %al # and BackSpace 177.198 - int $0x10 177.199 -- jmp msg_loop 177.200 -+ decw %si 177.201 -+cmdget: 177.202 -+ call wait4key 177.203 -+ cmpb $8, %al # BackSpace ? 177.204 -+ je cmdbs 177.205 -+ movb %al, (%si) # store char 177.206 -+ lodsw # %si += 2 177.207 -+cmdbs: 177.208 -+ cmpw %si,cmd_line_ptr 177.209 -+ je cmdget 177.210 -+ call putc # set %ah and %bx 177.211 -+ cmpb $10, %al # Enter ? 177.212 -+ jne cmdlp 177.213 -+ movb %bh,-2(%si) # set end of string and remove CR 177.214 -+endcmdline: 177.215 -+nocmdline: 177.216 - 177.217 --bs_die: 177.218 -- # Allow the user to press a key, then reboot 177.219 -- xorw %ax, %ax 177.220 -- int $0x16 177.221 -- int $0x19 177.222 +# This routine loads the system at address LOADSEG, making sure 177.223 +# no 64kB boundaries are crossed. We try to load it as fast as 177.224 +# possible, loading whole tracks whenever we can. 177.225 - 177.226 -- # int 0x19 should never return. In case it does anyway, 177.227 -- # invoke the BIOS reset code... 177.228 -- ljmp $0xf000,$0xfff0 177.229 ++ 177.230 +ramdisk_image = 0x0218 177.231 +ramdisk_size = 0x021C 177.232 +bootsect_src_limit = 16 177.233 +bootsect_dst_limit = 24 177.234 +bootsect_src_base = 18 177.235 -+bootsect_dst_base = 26 177.236 ++bootsect_dst_base = 26 # bits 0..23 177.237 ++bootsect_dst_base_hi = 31 # bits 24..31 177.238 + popw %bx # clear %bx 177.239 + movw %sp, %si # for bootsect_gdt 177.240 +init_gdt: 177.241 + decw bootsect_src_limit(%bx,%si) # max 64Kb 177.242 -+ movb $0x93, bootsect_src_base+3(%bx,%si) 177.243 ++#if LOADSEG % 0x1000 == 0 177.244 ++ movw $0x9300+(LOADSEG/0x1000), bootsect_src_base+2(%bx,%si) 177.245 ++#else 177.246 ++ movl $0x93000000+(LOADSEG*0x10), bootsect_src_base(%bx,%si) 177.247 ++#endif 177.248 + xorb $bootsect_dst_limit-bootsect_src_limit, %bl 177.249 + jne init_gdt 177.250 -+ movw $syssize, %bx 177.251 +code32_start = 0x214 177.252 ++#ifdef MORETHAN16M 177.253 ++ movb code32_start+3, %al # destination = 0x00100000 or 0x00010000 177.254 ++ movb %al, bootsect_dst_base_hi(%si) # load high (> 16M) ? 177.255 ++#endif 177.256 + movw code32_start+1, %ax # destination = 0x00100000 or 0x00010000 177.257 -+ movb $5, %cl 177.258 -+initrdlp: 177.259 -+ movl (%bx),%ebx 177.260 ++ movl syssize, %ebx 177.261 + decl %ebx 177.262 -+ shrl %cl, %ebx 177.263 -+ incw %bx 177.264 ++ shrl $5, %ebx 177.265 ++ incl %ebx 177.266 +syslp: 177.267 -+ pushw $LOADSEG 177.268 -+ popw %es 177.269 -+ movw $LOADSZ/256,%di # size in pages 177.270 -+ movw %di, bootsect_src_base+1(%si) # assume LOADSZ == LOADSEG*16 177.271 + movw %ax, bootsect_dst_base+1(%si) 177.272 -+ addw %di, %ax # next dest 177.273 -+ shrw $1, %di # pages to sectors 177.274 -+ subw %di, %bx # max 32M > int 15 limit 177.275 ++ movw $LOADSZ/512, %di # size in sectors 177.276 ++ subl $LOADSZ/512, %ebx 177.277 + pushf 177.278 + jnc not_last 177.279 + addw %bx, %di 177.280 +not_last: 177.281 + pushw %ax 177.282 -+ pushw %di 177.283 + pushw %si 177.284 + pushw %bx 177.285 + xorw %bx,%bx 177.286 ++ pushw $LOADSEG 177.287 ++ popw %es 177.288 ++patchcall: 177.289 + call read_sectors # update %bp 177.290 + popw %bx 177.291 + popw %si 177.292 -+ popw %cx # sectors to word count: 177.293 -+ xchgb %cl, %ch # %cx <<= 8 177.294 ++ movw $LOADSZ/2, %cx # word count 177.295 + movb $0x87, %ah 177.296 + pushw %ss 177.297 + popw %es # restore es 177.298 -+ int $0x15 # max 16M 177.299 ++ int $0x15 # max 16M, maybe more... 177.300 + popw %ax 177.301 ++ addw $LOADSZ/256, %ax # next dest 177.302 ++#ifdef MORETHAN16M 177.303 ++ adcb %cl, bootsect_dst_base_hi(%si) # breaks 16M limit ? 177.304 ++#endif 177.305 + popf 177.306 + ja syslp 177.307 -+ movw ramdisk_image+1,%ax 177.308 -+ movw $ramdisk_size,%bx 177.309 -+ movb $9, %cl 177.310 -+ cmpw %ax, bootsect_dst_base+1(%si) 177.311 -+ jb initrdlp 177.312 177.313 -- .section ".bsdata", "a" 177.314 --bugger_off_msg: 177.315 -- .ascii "Direct booting from floppy is no longer supported.\r\n" 177.316 -- .ascii "Please use a boot loader program instead.\r\n" 177.317 -- .ascii "\n" 177.318 -- .ascii "Remove disk and press any key to reboot . . .\r\n" 177.319 -- .byte 0 177.320 +-msg_loop: 177.321 +- lodsb 177.322 +- andb %al, %al 177.323 +- jz bs_die 177.324 +- movb $0xe, %ah 177.325 +- movw $7, %bx 177.326 +- int $0x10 177.327 +- jmp msg_loop 177.328 +- 177.329 +-bs_die: 177.330 +- # Allow the user to press a key, then reboot 177.331 +- xorw %ax, %ax 177.332 +# This procedure turns off the floppy drive motor, so 177.333 +# that we enter the kernel in a known state, and 177.334 +# don't have to worry about it later. 177.335 - 177.336 ++ 177.337 +kill_motor: 177.338 + xchgw %ax, %di # reset FDC (%di < 128) 177.339 + int $0x13 177.340 @@ -240,15 +263,9 @@ 177.341 +#define FLOPPY_HEADS 2 /* 2 heads minimum */ 177.342 +#define FLOPPY_SECTORS 18 /* 18 sectors minimum */ 177.343 + 177.344 -+print_loop: 177.345 -+ movb $0x6 + 'A' - 1, %al 177.346 -+ subb %cl, %al 177.347 -+ movw $regs, %si # caller %si is saved 177.348 -+ call putcs # putc(%al) + puts(%si) 177.349 -+# it will print out all of the registers. 177.350 -+ popw %bp # load word into %si 177.351 -+ jmp print_all # print %bp (status) 177.352 +check_limits: 177.353 ++#ifndef FLOPPY_1440K_ONLY 177.354 ++ popw %dx 177.355 + cmpb $FLOPPY_SECTORS+1, %cl # 18 sectors minimum 177.356 + jb check_head 177.357 + cmpb %al, %cl # max sector known ? 177.358 @@ -259,45 +276,28 @@ 177.359 + cmpb %ah, %dh # max head known ? 177.360 + ja next_cylinder # no -> store it 177.361 +check_cylinder: 177.362 ++#endif 177.363 + pushaw 177.364 -+ cmpw $0x600,%bp # disk changed ? 177.365 -+ je reset_floppy 177.366 -+ pushw %es # print %es (named EX) 177.367 -+ pushw %dx # print %dx 177.368 -+ pushw %cx # print %cx 177.369 -+ pushw %bx # print %bx 177.370 -+ xchgw %ax, %si 177.371 -+ movb $2,%ah 177.372 -+ pushw %ax # print %ax 177.373 -+ movb $6,%cl 177.374 -+print_all: 177.375 -+ movb $4, %ch # 4 hex digits 177.376 -+print_digit: 177.377 -+ rolw $4, %bp # rotate to use low 4 bits 177.378 -+ movb $0x0f, %al 177.379 -+ andw %bp, %ax # %al = mask for nybble 177.380 -+ addb $0x90, %al # convert %al to ascii hex 177.381 -+ daa # in only four instructions! 177.382 -+ adcb $0x40, %al 177.383 -+ daa 177.384 -+ call putc # set %ah and %bx 177.385 -+ decb %ch 177.386 -+ jnz print_digit 177.387 -+ movb $0x20, %al # SPACE 177.388 -+ int $0x10 177.389 -+ loop print_loop 177.390 -+ call wait 177.391 ++#ifndef FLOPPY_1440K_ONLY 177.392 + cbw # %ah = 0 177.393 -+reset_floppy: 177.394 ++#endif 177.395 + int $0x13 # reset controler 177.396 ++ stc 177.397 ++ call putcdot # print '-' 177.398 ++read_sectorslp: 177.399 + popaw 177.400 -+read_sectorslp: 177.401 ++bdendlp: 177.402 + pushw %dx # some bios break dx... 177.403 ++#ifndef FLOPPY_1440K_ONLY 177.404 + pushw %ax # limits 177.405 + subb %cl, %al # sectors remaining in track 177.406 + ja tolastsect 177.407 + movb $1, %al # 1 sector mini 177.408 +tolastsect: 177.409 ++#else 177.410 ++ mov $FLOPPY_SECTORS+1, %al 177.411 ++ subb %cl, %al # sectors remaining in track 177.412 ++#endif 177.413 + cbw 177.414 + cmpw %di, %ax 177.415 + jb more1trk 177.416 @@ -306,46 +306,69 @@ 177.417 + pushw %ax # save context 177.418 + movb $2, %ah # cmd: read chs 177.419 + int $0x13 177.420 -+ xchgw %ax, %bp # status 177.421 -+ popw %si # save %ax 177.422 ++#ifndef FLOPPY_1440K_ONLY 177.423 ++ popw %dx # save %ax 177.424 + popw %ax # limits 177.425 ++#else 177.426 ++ popw %ax # restore context 177.427 + popw %dx 177.428 ++#endif 177.429 + jc check_limits 177.430 ++#ifndef FLOPPY_1440K_ONLY 177.431 + xchgw %ax, %bp 177.432 -+update_regs: 177.433 -+ incw %cx # next sector 177.434 ++ addw %dx,%cx # next sector 177.435 + movw %cx, %gs 177.436 -+ addb $2,%bh # next location 177.437 -+ decw %di # update sector counter 177.438 ++ addb %dl,%bh 177.439 ++ addb %dl,%bh # next location 177.440 ++ subw %dx,%di # update sector counter 177.441 ++ popw %dx 177.442 + jz putcdot 177.443 -+ decw %si 177.444 -+ jnz update_regs 177.445 ++#else 177.446 ++ addw %ax,%cx # next sector 177.447 ++ movw %cx, %gs 177.448 ++ addb %al,%bh 177.449 ++ addb %al,%bh # next location 177.450 ++ subw %ax,%di # update sector counter 177.451 ++ jz putcdot 177.452 ++#endif 177.453 +read_sectors: 177.454 + movw %gs, %cx 177.455 ++#ifndef FLOPPY_1440K_ONLY 177.456 +# al is last sector+1 177.457 +# ah is last cylinder+1 177.458 + xchgw %ax, %bp 177.459 ++#endif 177.460 ++#ifndef FLOPPY_1440K_ONLY 177.461 + cmpb %al,%cl # reach sector limit ? 177.462 + jne bdendlp 177.463 +next_head: 177.464 + movb %cl,%al 177.465 ++#else 177.466 ++ cmpb $FLOPPY_SECTORS+1,%cl # reach sector limit ? 177.467 ++ jne bdendlp 177.468 ++#endif 177.469 + incb %dh # next head 177.470 + movb $1,%cl # first sector 177.471 ++#ifndef FLOPPY_1440K_ONLY 177.472 + cmpb %ah, %dh # reach head limit ? 177.473 + jne bdendlp 177.474 +next_cylinder: 177.475 + movb %dh,%ah 177.476 ++#else 177.477 ++ cmpb %cl,%dh # reach head limit ? 177.478 ++ je bdendlp 177.479 ++#endif 177.480 +# NOTE : support 256 cylinders max 177.481 + incb %ch # next cylinder 177.482 -+ cmpb $FLOPPY_CYLINDERS, %ch # reach cylinder limit ? 177.483 +read_first_sectors: 177.484 ++ cmpb $FLOPPY_CYLINDERS,%ch # reach cylinder limit ? 177.485 + movb $0,%dh # first head 177.486 + jne bdendlp 177.487 +next_floppy: 177.488 + movb $0,%ch # first cylinder 177.489 + pushaw 177.490 + movw $swap_floppy,%si 177.491 -+ incb 12(%si) 177.492 ++#ifdef KEYBOARDLESS_SUPPORT 177.493 + pushw %bx 177.494 + call puts 177.495 + popw %bx 177.496 @@ -362,17 +385,46 @@ 177.497 + cmpb -2(%si), %ah # 0D then 00 177.498 + jne waitfloppy # no => try again 177.499 + incw %si 177.500 -+ orb %ah,%ah # was 00 ? 177.501 ++ decw %ax # was 0001 ? 177.502 + jne waitfloppy 177.503 +waitfloppydone: 177.504 -+ popaw 177.505 -+bdendlp: 177.506 ++#else 177.507 ++ call puts 177.508 ++ cbw # %ah = 0, get keyboard character 177.509 + int $0x16 177.510 +- int $0x19 177.511 ++#endif 177.512 + jmp read_sectorslp 177.513 + 177.514 ++#ifdef EXE_SUPPORT 177.515 ++read_sectors_dos: 177.516 ++ pushw %es 177.517 ++ popw %ds 177.518 ++ movb $0x3F, %ah // read 177.519 ++ cwd // write to %ds:%dx, not %es:%bx 177.520 ++ movw %di, %cx 177.521 ++ shlw $9, %cx // byte count 177.522 ++ movw %bp, %bx 177.523 ++ int $0x21 177.524 ++ pushw %ss 177.525 ++ popw %ds 177.526 ++#endif 177.527 + 177.528 +- # int 0x19 should never return. In case it does anyway, 177.529 +- # invoke the BIOS reset code... 177.530 +- ljmp $0xf000,$0xfff0 177.531 +- 177.532 +- .section ".bsdata", "a" 177.533 +-bugger_off_msg: 177.534 +- .ascii "Direct booting from floppy is no longer supported.\r\n" 177.535 +- .ascii "Please use a boot loader program instead.\r\n" 177.536 +- .ascii "\n" 177.537 +- .ascii "Remove disk and press any key to reboot . . .\r\n" 177.538 +- .byte 0 177.539 +putcdot: 177.540 -+ movb $0x2e+3, %al # loading... message 2e = . 177.541 ++ movb $'.'+3, %al // . = success, - = failure 177.542 +putclf: 177.543 -+ subb $3, %al 177.544 ++ sbbb $3, %al 177.545 +putc: 177.546 + movb $0xe, %ah 177.547 + movw $7, %bx # one dot each 64k 177.548 @@ -381,25 +433,16 @@ 177.549 + je putclf 177.550 + ret 177.551 + 177.552 -+puts: 177.553 -+ movb $0xd, %al # CR 177.554 -+putcs: 177.555 -+ call putc 177.556 -+ lodsb 177.557 -+ orb %al,%al # end of string is \0 177.558 -+ jnz putcs 177.559 -+ ret 177.560 -+ 177.561 ++#ifdef KEYBOARDLESS_SUPPORT 177.562 +clock = 0x46C 177.563 +wait: 177.564 +wait4key: 177.565 + movw $clock, %di 177.566 +#define DELAY 5 177.567 -+ movb $(DELAY*182)/10,%cl 177.568 -+ addb %fs:(%di),%cl 177.569 ++ movb $257-(DELAY*182)/10, %fs:(%di) 177.570 +waitkbd: 177.571 + movw $0x10D, %ax # test keyboard, timeout => CR 177.572 -+ cmpb %fs:(%di),%cl 177.573 ++ cmpb %fs:(%di),%ah 177.574 + je waitdone 177.575 + int $0x16 177.576 + jz waitkbd 177.577 @@ -409,11 +452,87 @@ 177.578 + incw %di # clear Z 177.579 +waitdone: 177.580 + ret 177.581 -+ 177.582 -+regs: .asciz "X:" 177.583 -+ 177.584 -+swap_floppy: .ascii "Insert disk 1" 177.585 -+ .byte 7,13,0 177.586 ++#endif 177.587 + 177.588 ++#ifdef EXE_SUPPORT 177.589 ++comstart: 177.590 ++ cld # assume nothing 177.591 ++ pushw $INITSEG 177.592 ++ popw %es 177.593 ++ pushw %es 177.594 ++ popw %ss 177.595 ++#ifdef CMDLINE 177.596 ++ movw %sp, %di 177.597 ++ movw $0x80, %si 177.598 ++ lodsb 177.599 ++ cbw 177.600 ++ xchgw %ax, %cx 177.601 ++ rep 177.602 ++ movsb 177.603 ++ movb $(48+2)/2, %cl 177.604 ++ xorw %bx, %bx 177.605 ++clearstacklp: 177.606 ++ pushw %bx 177.607 ++ loop clearstacklp 177.608 ++# ifdef HELP 177.609 ++ cmpb $'?', -1(%si) 177.610 ++ movw $EXEADRS(0x200), %si 177.611 ++ movw setup_sects-0x200(%si), %di // bits 0..6 177.612 ++ je puts_version 177.613 ++ smsww %ax 177.614 ++ andb $1, %al 177.615 ++ jne puts_version // real mode only... 177.616 ++# endif 177.617 ++#else 177.618 ++ movw $(48+2)/2, %cx 177.619 ++ xorw %bx, %bx 177.620 ++clearstacklp: 177.621 ++ pushw %bx 177.622 ++ loop clearstacklp 177.623 ++#endif 177.624 ++#if !defined(CMDLINE) || !defined(HELP) 177.625 ++ movw EXEADRS(setup_sects), %di // bits 0..6 177.626 ++ movb $0, %al // access = RO 177.627 ++#endif 177.628 ++ movw 0x2C(%bx), %ds // DOS 3.0+ 177.629 ++loop1: 177.630 ++ incw %bx 177.631 ++ cmpw %cx, (%bx) 177.632 ++ jne loop1 177.633 ++ leaw 4(%bx), %dx // %ds:%dx filename 177.634 ++ movb $0x3D, %ah // open, access = RO 177.635 ++ int $0x21 177.636 ++ jc dosexit 177.637 ++ xchgw %ax, %bp // fd 177.638 ++ incw %di 177.639 ++ call read_sectors_dos // update %ds 177.640 ++ addb $read_sectors_dos-read_sectors, patchcall+1 177.641 ++#ifdef CMDLINE 177.642 ++# ifdef OLDCMDLINE 177.643 ++ movw $0x202, %bx 177.644 ++ cmpw %bx, 0x206-0x202(%bx) 177.645 ++ jb oldcmdline 177.646 ++ movw $INITSEG/16+stacktop/256, cmd_line_ptr+1-0x202(%bx) 177.647 ++oldcmdline: 177.648 ++# else 177.649 ++ movw $INITSEG/16+stacktop/256, cmd_line_ptr+1 177.650 ++# endif 177.651 ++#endif 177.652 ++ ljmp $INITSEG, $loadsys 177.653 ++#endif 177.654 ++ 177.655 ++#define kernel_version 0xE 177.656 ++puts_version: 177.657 ++ addw kernel_version(%si),%si # starting protocol 2.00, Kernel 1.3.73 177.658 ++puts: 177.659 ++ movb $0xd, %al # CR 177.660 ++putcs: 177.661 ++ call putc 177.662 ++ lodsb 177.663 ++ cmpb $0, %al # end of string is any byte <= 0 177.664 ++ jg putcs 177.665 ++dosexit: 177.666 ++ ret 177.667 177.668 # Kernel attributes; used by setup. This is part 1 of the 177.669 # header, from the old boot sector.
178.1 --- a/ntfs-3g-dev/receipt Fri Sep 06 13:34:00 2013 +0300 178.2 +++ b/ntfs-3g-dev/receipt Mon Sep 09 03:32:26 2013 +0300 178.3 @@ -5,7 +5,7 @@ 178.4 CATEGORY="development" 178.5 SHORT_DESC="The free ntfs driver devel files." 178.6 MAINTAINER="pankso@slitaz.org" 178.7 -LICENCE="GPL2" 178.8 +LICENSE="GPL2" 178.9 WANTED="ntfs-3g" 178.10 WEB_SITE="http://www.ntfs-3g.org/" 178.11
179.1 --- a/php-apache/receipt Fri Sep 06 13:34:00 2013 +0300 179.2 +++ b/php-apache/receipt Mon Sep 09 03:32:26 2013 +0300 179.3 @@ -5,11 +5,13 @@ 179.4 CATEGORY="development" 179.5 SHORT_DESC="PHP module for apache." 179.6 MAINTAINER="pascal.bellard@slitaz.org" 179.7 -DEPENDS="php-common apache libxml2 zlib" 179.8 +LICENSE="BSD" 179.9 WEB_SITE="http://www.php.net/" 179.10 WANTED="php" 179.11 PROVIDE="php:apache" 179.12 179.13 +DEPENDS="php-common apache libxml2 zlib" 179.14 + 179.15 # Rules to gen a SliTaz package suitable for Tazpkg. 179.16 genpkg_rules() 179.17 {
180.1 --- a/php-cherokee/receipt Fri Sep 06 13:34:00 2013 +0300 180.2 +++ b/php-cherokee/receipt Mon Sep 09 03:32:26 2013 +0300 180.3 @@ -5,11 +5,13 @@ 180.4 CATEGORY="development" 180.5 SHORT_DESC="PHP module for cherokee." 180.6 MAINTAINER="shann@slitaz.org" 180.7 -DEPENDS="php-common cherokee libxml2 zlib" 180.8 +LICENSE="BSD" 180.9 WEB_SITE="http://www.php.net/" 180.10 WANTED="php" 180.11 PROVIDE="php:cherokee" 180.12 180.13 +DEPENDS="php-common cherokee libxml2 zlib" 180.14 + 180.15 # Rules to gen a SliTaz package suitable for Tazpkg. 180.16 genpkg_rules() 180.17 {
181.1 --- a/php-cli/receipt Fri Sep 06 13:34:00 2013 +0300 181.2 +++ b/php-cli/receipt Mon Sep 09 03:32:26 2013 +0300 181.3 @@ -5,10 +5,12 @@ 181.4 CATEGORY="development" 181.5 SHORT_DESC="PHP web programming language command line interpreter." 181.6 MAINTAINER="pascal.bellard@slitaz.org" 181.7 -DEPENDS="php-common" 181.8 +LICENSE="BSD" 181.9 WEB_SITE="http://www.php.net/" 181.10 WANTED="php" 181.11 181.12 +DEPENDS="php-common" 181.13 + 181.14 # Rules to gen a SliTaz package suitable for Tazpkg. 181.15 genpkg_rules() 181.16 {
182.1 --- a/php-common/receipt Fri Sep 06 13:34:00 2013 +0300 182.2 +++ b/php-common/receipt Mon Sep 09 03:32:26 2013 +0300 182.3 @@ -5,6 +5,7 @@ 182.4 CATEGORY="development" 182.5 SHORT_DESC="Common files for PHP modules." 182.6 MAINTAINER="pascal.bellard@slitaz.org" 182.7 +LICENSE="BSD" 182.8 WEB_SITE="http://www.php.net/" 182.9 WANTED="php" 182.10 CONFIG_FILES="/etc/php.ini"
183.1 --- a/php-cups/receipt Fri Sep 06 13:34:00 2013 +0300 183.2 +++ b/php-cups/receipt Mon Sep 09 03:32:26 2013 +0300 183.3 @@ -5,10 +5,12 @@ 183.4 CATEGORY="development" 183.5 SHORT_DESC="Common UNIX Printing System bindings for php." 183.6 MAINTAINER="pascal.bellard@slitaz.org" 183.7 -DEPENDS="cups libtasn1" 183.8 +LICENSE="GPL2 LGPL2" 183.9 WANTED="cups" 183.10 WEB_SITE="http://www.cups.org/" 183.11 183.12 +DEPENDS="cups libtasn1" 183.13 + 183.14 # Rules to gen a SliTaz package suitable for Tazpkg. 183.15 genpkg_rules() 183.16 {
184.1 --- a/php-curl/receipt Fri Sep 06 13:34:00 2013 +0300 184.2 +++ b/php-curl/receipt Mon Sep 09 03:32:26 2013 +0300 184.3 @@ -5,10 +5,12 @@ 184.4 CATEGORY="development" 184.5 SHORT_DESC="curl module for PHP web programming language." 184.6 MAINTAINER="jozee@slitaz.org" 184.7 -DEPENDS="curl php" 184.8 +LICENSE="BSD" 184.9 WEB_SITE="http://www.php.net/" 184.10 WANTED="php" 184.11 184.12 +DEPENDS="curl php" 184.13 + 184.14 # Rules to gen a SliTaz package suitable for Tazpkg. 184.15 genpkg_rules() 184.16 {
185.1 --- a/php-dba/receipt Fri Sep 06 13:34:00 2013 +0300 185.2 +++ b/php-dba/receipt Mon Sep 09 03:32:26 2013 +0300 185.3 @@ -5,6 +5,7 @@ 185.4 CATEGORY="development" 185.5 SHORT_DESC="dba module for PHP web programming language." 185.6 MAINTAINER="pascal.bellard@slitaz.org" 185.7 +LICENSE="BSD" 185.8 WEB_SITE="http://www.php.net/" 185.9 WANTED="php" 185.10
186.1 --- a/php-dev/receipt Fri Sep 06 13:34:00 2013 +0300 186.2 +++ b/php-dev/receipt Mon Sep 09 03:32:26 2013 +0300 186.3 @@ -5,10 +5,12 @@ 186.4 CATEGORY="development" 186.5 SHORT_DESC="PHP web programming language development files." 186.6 MAINTAINER="pascal.bellard@slitaz.org" 186.7 +LICENSE="BSD" 186.8 +WEB_SITE="http://www.php.net/" 186.9 +WANTED="php" 186.10 + 186.11 DEPENDS="php cyrus-sasl libldap libmysqlclient libpng libpostgresqlclient \ 186.12 libunixODBC mhash openssl jpeg libmcrypt libtool libkrb5 libcomerr3 net-snmp" 186.13 -WEB_SITE="http://www.php.net/" 186.14 -WANTED="php" 186.15 186.16 # Rules to gen a SliTaz package suitable for Tazpkg. 186.17 genpkg_rules()
187.1 --- a/php-docs-en/receipt Fri Sep 06 13:34:00 2013 +0300 187.2 +++ b/php-docs-en/receipt Mon Sep 09 03:32:26 2013 +0300 187.3 @@ -5,6 +5,7 @@ 187.4 CATEGORY="misc" 187.5 SHORT_DESC="Set of HTML documentation for PHP.(English version)" 187.6 MAINTAINER="slaxemulator@gmail.com" 187.7 +LICENSE="BSD" 187.8 WEB_SITE="http://www.php.net/docs.php" 187.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 187.10 WGET_URL="http://www.php.net/distributions/manual/php_manual_en.tar.gz"
188.1 --- a/php-gd/receipt Fri Sep 06 13:34:00 2013 +0300 188.2 +++ b/php-gd/receipt Mon Sep 09 03:32:26 2013 +0300 188.3 @@ -5,10 +5,12 @@ 188.4 CATEGORY="development" 188.5 SHORT_DESC="gd module for PHP web programming language." 188.6 MAINTAINER="pascal.bellard@slitaz.org" 188.7 -DEPENDS="libpng php jpeg libvpx" 188.8 +LICENSE="BSD" 188.9 WEB_SITE="http://www.php.net/" 188.10 WANTED="php" 188.11 188.12 +DEPENDS="libpng php jpeg libvpx" 188.13 + 188.14 # Rules to gen a SliTaz package suitable for Tazpkg. 188.15 genpkg_rules() 188.16 {
189.1 --- a/php-imap/receipt Fri Sep 06 13:34:00 2013 +0300 189.2 +++ b/php-imap/receipt Mon Sep 09 03:32:26 2013 +0300 189.3 @@ -5,10 +5,12 @@ 189.4 CATEGORY="development" 189.5 SHORT_DESC="imap module for PHP web programming language." 189.6 MAINTAINER="pascal.bellard@slitaz.org" 189.7 -DEPENDS="php openssl" 189.8 +LICENSE="BSD" 189.9 WEB_SITE="http://www.php.net/" 189.10 WANTED="php" 189.11 189.12 +DEPENDS="php openssl" 189.13 + 189.14 # Rules to gen a SliTaz package suitable for Tazpkg. 189.15 genpkg_rules() 189.16 {
190.1 --- a/php-ldap/receipt Fri Sep 06 13:34:00 2013 +0300 190.2 +++ b/php-ldap/receipt Mon Sep 09 03:32:26 2013 +0300 190.3 @@ -5,10 +5,12 @@ 190.4 CATEGORY="development" 190.5 SHORT_DESC="ldap module for PHP web programming language." 190.6 MAINTAINER="pascal.bellard@slitaz.org" 190.7 -DEPENDS="libldap php openssl cyrus-sasl libkrb5 libcomerr3" 190.8 +LICENSE="BSD" 190.9 WEB_SITE="http://www.php.net/" 190.10 WANTED="php" 190.11 190.12 +DEPENDS="libldap php openssl cyrus-sasl libkrb5 libcomerr3" 190.13 + 190.14 # Rules to gen a SliTaz package suitable for Tazpkg. 190.15 genpkg_rules() 190.16 {
191.1 --- a/php-mcrypt/receipt Fri Sep 06 13:34:00 2013 +0300 191.2 +++ b/php-mcrypt/receipt Mon Sep 09 03:32:26 2013 +0300 191.3 @@ -5,10 +5,12 @@ 191.4 CATEGORY="development" 191.5 SHORT_DESC="mcrypt module for PHP web programming language." 191.6 MAINTAINER="erjo@slitaz.org" 191.7 -DEPENDS="libmcrypt php libtool" 191.8 +LICENSE="BSD" 191.9 WEB_SITE="http://www.php.net/" 191.10 WANTED="php" 191.11 191.12 +DEPENDS="libmcrypt php libtool" 191.13 + 191.14 # Rules to gen a SliTaz package suitable for Tazpkg. 191.15 genpkg_rules() 191.16 {
192.1 --- a/php-mysql/receipt Fri Sep 06 13:34:00 2013 +0300 192.2 +++ b/php-mysql/receipt Mon Sep 09 03:32:26 2013 +0300 192.3 @@ -5,10 +5,12 @@ 192.4 CATEGORY="development" 192.5 SHORT_DESC="mysql module for PHP web programming language." 192.6 MAINTAINER="pascal.bellard@slitaz.org" 192.7 -DEPENDS="libmysqlclient php" 192.8 +LICENSE="BSD" 192.9 WEB_SITE="http://www.php.net/" 192.10 WANTED="php" 192.11 192.12 +DEPENDS="libmysqlclient php" 192.13 + 192.14 # Rules to gen a SliTaz package suitable for Tazpkg. 192.15 genpkg_rules() 192.16 {
193.1 --- a/php-mysqli/receipt Fri Sep 06 13:34:00 2013 +0300 193.2 +++ b/php-mysqli/receipt Mon Sep 09 03:32:26 2013 +0300 193.3 @@ -5,10 +5,12 @@ 193.4 CATEGORY="development" 193.5 SHORT_DESC="mysqli module for PHP web programming language." 193.6 MAINTAINER="pascal.bellard@slitaz.org" 193.7 -DEPENDS="libmysqlclient php" 193.8 +LICENSE="BSD" 193.9 WEB_SITE="http://www.php.net/" 193.10 WANTED="php" 193.11 193.12 +DEPENDS="libmysqlclient php" 193.13 + 193.14 # Rules to gen a SliTaz package suitable for Tazpkg. 193.15 genpkg_rules() 193.16 {
194.1 --- a/php-odbc/receipt Fri Sep 06 13:34:00 2013 +0300 194.2 +++ b/php-odbc/receipt Mon Sep 09 03:32:26 2013 +0300 194.3 @@ -5,10 +5,12 @@ 194.4 CATEGORY="development" 194.5 SHORT_DESC="ODBC module for PHP web programming language." 194.6 MAINTAINER="pascal.bellard@slitaz.org" 194.7 -DEPENDS="unixODBC php" 194.8 +LICENSE="BSD" 194.9 WEB_SITE="http://www.php.net/" 194.10 WANTED="php" 194.11 194.12 +DEPENDS="unixODBC php" 194.13 + 194.14 # Rules to gen a SliTaz package suitable for Tazpkg. 194.15 genpkg_rules() 194.16 {
195.1 --- a/php-openssl/receipt Fri Sep 06 13:34:00 2013 +0300 195.2 +++ b/php-openssl/receipt Mon Sep 09 03:32:26 2013 +0300 195.3 @@ -5,10 +5,12 @@ 195.4 CATEGORY="development" 195.5 SHORT_DESC="Openssl module for PHP web programming language." 195.6 MAINTAINER="pascal.bellard@slitaz.org" 195.7 -DEPENDS="php openssl" 195.8 +LICENSE="BSD" 195.9 WEB_SITE="http://www.php.net/" 195.10 WANTED="php" 195.11 195.12 +DEPENDS="php openssl" 195.13 + 195.14 # Rules to gen a SliTaz package suitable for Tazpkg. 195.15 genpkg_rules() 195.16 {
196.1 --- a/php-pdo-mysql/receipt Fri Sep 06 13:34:00 2013 +0300 196.2 +++ b/php-pdo-mysql/receipt Mon Sep 09 03:32:26 2013 +0300 196.3 @@ -5,10 +5,12 @@ 196.4 CATEGORY="development" 196.5 SHORT_DESC="PDO MySQL module for PHP web programming language." 196.6 MAINTAINER="pascal.bellard@slitaz.org" 196.7 -DEPENDS="php php-mysql" 196.8 +LICENSE="BSD" 196.9 WEB_SITE="http://www.php.net/" 196.10 WANTED="php" 196.11 196.12 +DEPENDS="php php-mysql" 196.13 + 196.14 # Rules to gen a SliTaz package suitable for Tazpkg. 196.15 genpkg_rules() 196.16 {
197.1 --- a/php-pdo-pgsql/receipt Fri Sep 06 13:34:00 2013 +0300 197.2 +++ b/php-pdo-pgsql/receipt Mon Sep 09 03:32:26 2013 +0300 197.3 @@ -5,10 +5,12 @@ 197.4 CATEGORY="development" 197.5 SHORT_DESC="PDO PgSQL module for PHP web programming language." 197.6 MAINTAINER="pascal.bellard@slitaz.org" 197.7 -DEPENDS="php php-mysql libpostgresqlclient" 197.8 +LICENSE="BSD" 197.9 WEB_SITE="http://www.php.net/" 197.10 WANTED="php" 197.11 197.12 +DEPENDS="php php-mysql libpostgresqlclient" 197.13 + 197.14 # Rules to gen a SliTaz package suitable for Tazpkg. 197.15 genpkg_rules() 197.16 {
198.1 --- a/php-pear/receipt Fri Sep 06 13:34:00 2013 +0300 198.2 +++ b/php-pear/receipt Mon Sep 09 03:32:26 2013 +0300 198.3 @@ -5,10 +5,12 @@ 198.4 CATEGORY="development" 198.5 SHORT_DESC="PHP web programming language pear libs." 198.6 MAINTAINER="pascal.bellard@slitaz.org" 198.7 -DEPENDS="php-cli" 198.8 +LICENSE="BSD" 198.9 WEB_SITE="http://www.php.net/" 198.10 WANTED="php" 198.11 198.12 +DEPENDS="php-cli" 198.13 + 198.14 # Rules to gen a SliTaz package suitable for Tazpkg. 198.15 genpkg_rules() 198.16 {
199.1 --- a/php-pgsql/receipt Fri Sep 06 13:34:00 2013 +0300 199.2 +++ b/php-pgsql/receipt Mon Sep 09 03:32:26 2013 +0300 199.3 @@ -5,10 +5,12 @@ 199.4 CATEGORY="development" 199.5 SHORT_DESC="postgresql module for PHP web programming language." 199.6 MAINTAINER="pascal.bellard@slitaz.org" 199.7 -DEPENDS="postgresql php" 199.8 +LICENSE="BSD" 199.9 WEB_SITE="http://www.php.net/" 199.10 WANTED="php" 199.11 199.12 +DEPENDS="postgresql php" 199.13 + 199.14 # Rules to gen a SliTaz package suitable for Tazpkg. 199.15 genpkg_rules() 199.16 {
200.1 --- a/php-snmp/receipt Fri Sep 06 13:34:00 2013 +0300 200.2 +++ b/php-snmp/receipt Mon Sep 09 03:32:26 2013 +0300 200.3 @@ -5,10 +5,12 @@ 200.4 CATEGORY="development" 200.5 SHORT_DESC="snmp module for PHP web programming language." 200.6 MAINTAINER="pascal.bellard@slitaz.org" 200.7 -DEPENDS="net-snmp php libcrypto" 200.8 +LICENSE="BSD" 200.9 WEB_SITE="http://www.php.net/" 200.10 WANTED="php" 200.11 200.12 +DEPENDS="net-snmp php libcrypto" 200.13 + 200.14 # Rules to gen a SliTaz package suitable for Tazpkg. 200.15 genpkg_rules() 200.16 {
201.1 --- a/php-soap/receipt Fri Sep 06 13:34:00 2013 +0300 201.2 +++ b/php-soap/receipt Mon Sep 09 03:32:26 2013 +0300 201.3 @@ -5,10 +5,12 @@ 201.4 CATEGORY="development" 201.5 SHORT_DESC="soap module for PHP web programming language." 201.6 MAINTAINER="pascal.bellard@slitaz.org" 201.7 -DEPENDS="php libxml2" 201.8 +LICENSE="BSD" 201.9 WEB_SITE="http://www.php.net/" 201.10 WANTED="php" 201.11 201.12 +DEPENDS="php libxml2" 201.13 + 201.14 # Rules to gen a SliTaz package suitable for Tazpkg. 201.15 genpkg_rules() 201.16 {
202.1 --- a/php-sqlite/receipt Fri Sep 06 13:34:00 2013 +0300 202.2 +++ b/php-sqlite/receipt Mon Sep 09 03:32:26 2013 +0300 202.3 @@ -5,10 +5,12 @@ 202.4 CATEGORY="development" 202.5 SHORT_DESC="sqlite module for PHP web programming language." 202.6 MAINTAINER="slaxemulator@gmail.com" 202.7 -DEPENDS="php sqlite" 202.8 +LICENSE="BSD" 202.9 WEB_SITE="http://www.php.net/" 202.10 WANTED="php" 202.11 202.12 +DEPENDS="php sqlite" 202.13 + 202.14 # Rules to gen a SliTaz package suitable for Tazpkg. 202.15 genpkg_rules() 202.16 {
203.1 --- a/php/receipt Fri Sep 06 13:34:00 2013 +0300 203.2 +++ b/php/receipt Mon Sep 09 03:32:26 2013 +0300 203.3 @@ -5,6 +5,7 @@ 203.4 CATEGORY="development" 203.5 SHORT_DESC="PHP web programming language." 203.6 MAINTAINER="pankso@slitaz.org" 203.7 +LICENSE="BSD" 203.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 203.9 WEB_SITE="http://www.php.net/" 203.10 WGET_URL="http://www.php.net/distributions/$TARBALL"
204.1 --- a/phpeasyvcs/receipt Fri Sep 06 13:34:00 2013 +0300 204.2 +++ b/phpeasyvcs/receipt Mon Sep 09 03:32:26 2013 +0300 204.3 @@ -6,9 +6,11 @@ 204.4 CATEGORY="network" 204.5 SHORT_DESC="A simple version control system (VCS) and WebDAV server." 204.6 MAINTAINER="pascal.bellard@slitaz.org" 204.7 +LICENSE="GPL3" 204.8 WEB_SITE="http://phpeasyvcs.sourceforge.net/" 204.9 TARBALL="$SOURCE-$VERSION.zip" 204.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 204.11 + 204.12 DEPENDS="php" 204.13 204.14 # Rules to configure and make the package.
205.1 --- a/phpldapadmin/receipt Fri Sep 06 13:34:00 2013 +0300 205.2 +++ b/phpldapadmin/receipt Mon Sep 09 03:32:26 2013 +0300 205.3 @@ -5,11 +5,13 @@ 205.4 CATEGORY="misc" 205.5 SHORT_DESC="Administration of LDAP over the Web." 205.6 MAINTAINER="pascal.bellard@slitaz.org" 205.7 +LICENSE="GPL2" 205.8 TARBALL="$PACKAGE-$VERSION.tgz" 205.9 WEB_SITE="http://phpldapadmin.sourceforge.net/" 205.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 205.11 +CONFIG_FILES="/etc/phpldapadmin/config.php" 205.12 + 205.13 DEPENDS="php-ldap" 205.14 -CONFIG_FILES="/etc/phpldapadmin/config.php" 205.15 205.16 # Rules to gen a SliTaz package suitable for Tazpkg. 205.17 genpkg_rules()
206.1 --- a/phpmyadmin/receipt Fri Sep 06 13:34:00 2013 +0300 206.2 +++ b/phpmyadmin/receipt Mon Sep 09 03:32:26 2013 +0300 206.3 @@ -5,14 +5,15 @@ 206.4 CATEGORY="misc" 206.5 SHORT_DESC="Administration of MySQL over the Web." 206.6 MAINTAINER="pascal.bellard@slitaz.org" 206.7 +LICENSE="GPL2" 206.8 PHPMYADM="phpMyAdmin-$VERSION-all-languages" 206.9 TARBALL="$PHPMYADM.tar.bz2" 206.10 WEB_SITE="http://www.phpmyadmin.net/" 206.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 206.12 SUGGESTED="php-mcrypt" 206.13 -DEPENDS="php-mysqli" 206.14 CONFIG_FILES="/etc/phpmyadmin/config.inc.php" 206.15 206.16 +DEPENDS="php-mysqli" 206.17 206.18 # Rules to gen a SliTaz package suitable for Tazpkg. 206.19 genpkg_rules()
207.1 --- a/phppgadmin/receipt Fri Sep 06 13:34:00 2013 +0300 207.2 +++ b/phppgadmin/receipt Mon Sep 09 03:32:26 2013 +0300 207.3 @@ -5,12 +5,14 @@ 207.4 CATEGORY="misc" 207.5 SHORT_DESC="Administration of postgresql over the Web." 207.6 MAINTAINER="pascal.bellard@slitaz.org" 207.7 +LICENSE="GPL2" 207.8 SOURCE="phpPgAdmin" 207.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 207.10 WEB_SITE="http://$PACKAGE.sourceforge.net/" 207.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 207.12 +CONFIG_FILES="/etc/phppgadmin/config.inc.php" 207.13 + 207.14 DEPENDS="php-pgsql" 207.15 -CONFIG_FILES="/etc/phppgadmin/config.inc.php" 207.16 207.17 # Rules to gen a SliTaz package suitable for Tazpkg. 207.18 genpkg_rules()
208.1 --- a/phpqrcode/receipt Fri Sep 06 13:34:00 2013 +0300 208.2 +++ b/phpqrcode/receipt Mon Sep 09 03:32:26 2013 +0300 208.3 @@ -5,9 +5,11 @@ 208.4 CATEGORY="development" 208.5 SHORT_DESC="Library for generating QR Code, 2-dimensional barcode." 208.6 MAINTAINER="pascal.bellard@slitaz.org" 208.7 +LICENSE="GPL3" 208.8 TARBALL="$PACKAGE-2010100721_$VERSION.zip" 208.9 WEB_SITE="http://phpqrcode.sourceforge.net/" 208.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 208.11 + 208.12 DEPENDS="qrencode php-gd" 208.13 208.14 # Rules to configure and make the package.
209.1 --- a/phproxy/receipt Fri Sep 06 13:34:00 2013 +0300 209.2 +++ b/phproxy/receipt Mon Sep 09 03:32:26 2013 +0300 209.3 @@ -6,6 +6,7 @@ 209.4 CATEGORY="network" 209.5 SHORT_DESC="A proxy HTTP." 209.6 MAINTAINER="pascal.bellard@slitaz.org" 209.7 +LICENSE="GPL2" 209.8 WEB_SITE="http://sebsauvage.net/wiki/doku.php?id=phproxy" 209.9 TARBALL="$SOURCE%20$VERSION%20mod%20SSE+ARKA%2020100825.7z" 209.10 WGET_URL="http://sebsauvage.net/temp/$TARBALL"
210.1 --- a/phpvirtualbox/receipt Fri Sep 06 13:34:00 2013 +0300 210.2 +++ b/phpvirtualbox/receipt Mon Sep 09 03:32:26 2013 +0300 210.3 @@ -5,9 +5,11 @@ 210.4 CATEGORY="network" 210.5 SHORT_DESC="Virtualbox AJAX interface." 210.6 MAINTAINER="pascal.bellard@slitaz.org" 210.7 +LICENSE="GPL3" 210.8 TARBALL="$PACKAGE-$VERSION.zip" 210.9 WEB_SITE="http://code.google.com/${PACKAGE:0:1}/$PACKAGE/" 210.10 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" 210.11 + 210.12 DEPENDS="php-soap virtualbox" 210.13 210.14 # Rules to gen a SliTaz package suitable for Tazpkg.
211.1 --- a/slitaz-loram-cdrom/receipt Fri Sep 06 13:34:00 2013 +0300 211.2 +++ b/slitaz-loram-cdrom/receipt Mon Sep 09 03:32:26 2013 +0300 211.3 @@ -5,6 +5,7 @@ 211.4 CATEGORY="misc" 211.5 SHORT_DESC="Rules to build low ram system using cdrom." 211.6 MAINTAINER="pascal.bellard@slitaz.org" 211.7 +LICENSE="BSD" 211.8 WEB_SITE="http://www.slitaz.org/" 211.9 DEPENDS="" 211.10
212.1 --- a/slitaz-loram-http/receipt Fri Sep 06 13:34:00 2013 +0300 212.2 +++ b/slitaz-loram-http/receipt Mon Sep 09 03:32:26 2013 +0300 212.3 @@ -5,6 +5,7 @@ 212.4 CATEGORY="misc" 212.5 SHORT_DESC="Rules to build low ram system using http." 212.6 MAINTAINER="pascal.bellard@slitaz.org" 212.7 +LICENSE="BSD" 212.8 WEB_SITE="http://www.slitaz.org/" 212.9 DEPENDS="" 212.10
213.1 --- a/slitaz-loram/receipt Fri Sep 06 13:34:00 2013 +0300 213.2 +++ b/slitaz-loram/receipt Mon Sep 09 03:32:26 2013 +0300 213.3 @@ -5,8 +5,9 @@ 213.4 CATEGORY="misc" 213.5 SHORT_DESC="Rules to build low ram rootfs.gz." 213.6 MAINTAINER="pascal.bellard@slitaz.org" 213.7 +LICENSE="BSD" 213.8 +WEB_SITE="http://www.slitaz.org/" 213.9 DEPENDS="" 213.10 -WEB_SITE="http://www.slitaz.org/" 213.11 213.12 # Rules to gen a SliTaz package suitable for Tazpkg. 213.13 genpkg_rules()
214.1 --- a/squirrelmail-ar/receipt Fri Sep 06 13:34:00 2013 +0300 214.2 +++ b/squirrelmail-ar/receipt Mon Sep 09 03:32:26 2013 +0300 214.3 @@ -5,9 +5,11 @@ 214.4 CATEGORY="network" 214.5 SHORT_DESC="Locale ar for Web mail." 214.6 MAINTAINER="pascal.bellard@slitaz.org" 214.7 +LICENSE="GPL2" 214.8 WANTED="squirrelmail-locales" 214.9 +WEB_SITE="http://www.squirrelmail.org/" 214.10 + 214.11 DEPENDS="squirrelmail" 214.12 -WEB_SITE="http://www.squirrelmail.org/" 214.13 214.14 # Rules to gen a SliTaz package suitable for Tazpkg. 214.15 genpkg_rules()
215.1 --- a/squirrelmail-archive/receipt Fri Sep 06 13:34:00 2013 +0300 215.2 +++ b/squirrelmail-archive/receipt Mon Sep 09 03:32:26 2013 +0300 215.3 @@ -5,11 +5,13 @@ 215.4 CATEGORY="network" 215.5 SHORT_DESC="Mail archiver plugin for Web mail." 215.6 MAINTAINER="pascal.bellard@slitaz.org" 215.7 +LICENSE="GPL2" 215.8 SOURCE="archive_mail" 215.9 TARBALL="$SOURCE.$VERSION.tar.gz" 215.10 WEB_SITE="http://www.squirrelmail.org/" 215.11 +WGET_URL="${WEB_SITE}plugins/$TARBALL" 215.12 + 215.13 DEPENDS="squirrelmail" 215.14 -WGET_URL="${WEB_SITE}plugins/$TARBALL" 215.15 215.16 # Rules to configure and make the package. 215.17 compile_rules() 215.18 @@ -22,7 +24,7 @@ 215.19 genpkg_rules() 215.20 { 215.21 mkdir -p $fs/usr/share/squirrelmail/plugins 215.22 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 215.23 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 215.24 } 215.25 215.26 post_install()
216.1 --- a/squirrelmail-autocomplete/receipt Fri Sep 06 13:34:00 2013 +0300 216.2 +++ b/squirrelmail-autocomplete/receipt Mon Sep 09 03:32:26 2013 +0300 216.3 @@ -5,13 +5,15 @@ 216.4 CATEGORY="network" 216.5 SHORT_DESC="Complete To/Cc/Bcc fields plugin for Web mail (IE only)." 216.6 MAINTAINER="pascal.bellard@slitaz.org" 216.7 +LICENSE="GPL2" 216.8 SOURCE="autocomplete" 216.9 TARBALL="$SOURCE.$VERSION.tar.gz" 216.10 WEB_SITE="http://www.squirrelmail.org/" 216.11 -DEPENDS="squirrelmail" 216.12 WGET_URL="${WEB_SITE}plugins/$TARBALL" 216.13 CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php" 216.14 216.15 +DEPENDS="squirrelmail" 216.16 + 216.17 # Rules to configure and make the package. 216.18 compile_rules() 216.19 { 216.20 @@ -23,7 +25,7 @@ 216.21 genpkg_rules() 216.22 { 216.23 mkdir -p $fs/usr/share/squirrelmail/plugins 216.24 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 216.25 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 216.26 } 216.27 216.28 post_install()
217.1 --- a/squirrelmail-autorespond/receipt Fri Sep 06 13:34:00 2013 +0300 217.2 +++ b/squirrelmail-autorespond/receipt Mon Sep 09 03:32:26 2013 +0300 217.3 @@ -5,13 +5,15 @@ 217.4 CATEGORY="network" 217.5 SHORT_DESC="Vacation and forwarding plugin for Web mail." 217.6 MAINTAINER="pascal.bellard@slitaz.org" 217.7 +LICENSE="GPL2" 217.8 SOURCE="autorespond" 217.9 TARBALL="$SOURCE-$VERSION.tar.gz" 217.10 WEB_SITE="http://www.squirrelmail.org/" 217.11 -DEPENDS="squirrelmail vacation" 217.12 WGET_URL="${WEB_SITE}plugins/$TARBALL" 217.13 CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php" 217.14 217.15 +DEPENDS="squirrelmail vacation" 217.16 + 217.17 # Rules to configure and make the package. 217.18 compile_rules() 217.19 { 217.20 @@ -23,7 +25,7 @@ 217.21 genpkg_rules() 217.22 { 217.23 mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail 217.24 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 217.25 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 217.26 mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config.php \ 217.27 $fs/etc/squirrelmail/config-$SOURCE.php 217.28 ln -s /etc/squirrelmail/config-$SOURCE.php \
218.1 --- a/squirrelmail-bg_BG/receipt Fri Sep 06 13:34:00 2013 +0300 218.2 +++ b/squirrelmail-bg_BG/receipt Mon Sep 09 03:32:26 2013 +0300 218.3 @@ -5,9 +5,11 @@ 218.4 CATEGORY="network" 218.5 SHORT_DESC="Locale bg_BG for Web mail." 218.6 MAINTAINER="pascal.bellard@slitaz.org" 218.7 +LICENSE="GPL2" 218.8 WANTED="squirrelmail-locales" 218.9 +WEB_SITE="http://www.squirrelmail.org/" 218.10 + 218.11 DEPENDS="squirrelmail" 218.12 -WEB_SITE="http://www.squirrelmail.org/" 218.13 218.14 # Rules to gen a SliTaz package suitable for Tazpkg. 218.15 genpkg_rules()
219.1 --- a/squirrelmail-bn_IN/receipt Fri Sep 06 13:34:00 2013 +0300 219.2 +++ b/squirrelmail-bn_IN/receipt Mon Sep 09 03:32:26 2013 +0300 219.3 @@ -5,9 +5,11 @@ 219.4 CATEGORY="network" 219.5 SHORT_DESC="Locale bn_IN for Web mail." 219.6 MAINTAINER="pascal.bellard@slitaz.org" 219.7 +LICENSE="GPL2" 219.8 WANTED="squirrelmail-locales" 219.9 +WEB_SITE="http://www.squirrelmail.org/" 219.10 + 219.11 DEPENDS="squirrelmail" 219.12 -WEB_SITE="http://www.squirrelmail.org/" 219.13 219.14 # Rules to gen a SliTaz package suitable for Tazpkg. 219.15 genpkg_rules()
220.1 --- a/squirrelmail-bookmarks/receipt Fri Sep 06 13:34:00 2013 +0300 220.2 +++ b/squirrelmail-bookmarks/receipt Mon Sep 09 03:32:26 2013 +0300 220.3 @@ -5,13 +5,15 @@ 220.4 CATEGORY="network" 220.5 SHORT_DESC="Store and manage favorites lists within the Squirrelmail interface." 220.6 MAINTAINER="pascal.bellard@slitaz.org" 220.7 +LICENSE="GPL2" 220.8 SOURCE="bookmarks" 220.9 TARBALL="$SOURCE-$VERSION.tar.gz" 220.10 WEB_SITE="http://www.squirrelmail.org/" 220.11 -DEPENDS="squirrelmail" 220.12 WGET_URL="${WEB_SITE}plugins/$TARBALL" 220.13 CONFIG_FILES="/etc/squirrelmail/bookmarks_data.php" 220.14 220.15 +DEPENDS="squirrelmail" 220.16 + 220.17 # Rules to configure and make the package. 220.18 compile_rules() 220.19 { 220.20 @@ -23,7 +25,7 @@ 220.21 genpkg_rules() 220.22 { 220.23 mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail 220.24 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 220.25 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 220.26 rm -f $fs/usr/share/squirrelmail/plugins/$SOURCE/bookmarks_data.php 220.27 ln -s /usr/share/squirrelmail/plugins/$SOURCE/bookmarks_data_text.php \ 220.28 $fs/etc/squirrelmail/bookmarks_data.php
221.1 --- a/squirrelmail-ca_ES/receipt Fri Sep 06 13:34:00 2013 +0300 221.2 +++ b/squirrelmail-ca_ES/receipt Mon Sep 09 03:32:26 2013 +0300 221.3 @@ -5,9 +5,11 @@ 221.4 CATEGORY="network" 221.5 SHORT_DESC="Locale ca_ES for Web mail." 221.6 MAINTAINER="pascal.bellard@slitaz.org" 221.7 +LICENSE="GPL2" 221.8 WANTED="squirrelmail-locales" 221.9 +WEB_SITE="http://www.squirrelmail.org/" 221.10 + 221.11 DEPENDS="squirrelmail" 221.12 -WEB_SITE="http://www.squirrelmail.org/" 221.13 221.14 # Rules to gen a SliTaz package suitable for Tazpkg. 221.15 genpkg_rules()
222.1 --- a/squirrelmail-calendard-file-backend/receipt Fri Sep 06 13:34:00 2013 +0300 222.2 +++ b/squirrelmail-calendard-file-backend/receipt Mon Sep 09 03:32:26 2013 +0300 222.3 @@ -5,13 +5,15 @@ 222.4 CATEGORY="network" 222.5 SHORT_DESC="File-based backend for calendar data for Web mail." 222.6 MAINTAINER="pascal.bellard@slitaz.org" 222.7 +LICENSE="GPL2" 222.8 SOURCE="calendar_file_backend" 222.9 TARBALL="$SOURCE-$VERSION.tar.gz" 222.10 WEB_SITE="http://www.squirrelmail.org/" 222.11 -DEPENDS="squirrelmail" 222.12 WGET_URL="${WEB_SITE}plugins/$TARBALL" 222.13 PROVIDE="squirrelmail-calendard-backend" 222.14 222.15 +DEPENDS="squirrelmail" 222.16 + 222.17 # Rules to configure and make the package. 222.18 compile_rules() 222.19 { 222.20 @@ -23,7 +25,7 @@ 222.21 genpkg_rules() 222.22 { 222.23 mkdir -p $fs/usr/share/squirrelmail/plugins 222.24 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 222.25 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 222.26 } 222.27 222.28 post_install()
223.1 --- a/squirrelmail-calendard-sql-backend/receipt Fri Sep 06 13:34:00 2013 +0300 223.2 +++ b/squirrelmail-calendard-sql-backend/receipt Mon Sep 09 03:32:26 2013 +0300 223.3 @@ -5,14 +5,16 @@ 223.4 CATEGORY="network" 223.5 SHORT_DESC="SQL-based backend for calendar data for Web mail." 223.6 MAINTAINER="pascal.bellard@slitaz.org" 223.7 +LICENSE="GPL2" 223.8 SOURCE="calendar_sql_backend" 223.9 TARBALL="$SOURCE-$VERSION.tar.gz" 223.10 WEB_SITE="http://www.squirrelmail.org/" 223.11 -DEPENDS="squirrelmail php-mysql" 223.12 WGET_URL="${WEB_SITE}plugins/$TARBALL" 223.13 CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php" 223.14 PROVIDE="squirrelmail-calendard-backend" 223.15 223.16 +DEPENDS="squirrelmail php-mysql" 223.17 + 223.18 # Rules to configure and make the package. 223.19 compile_rules() 223.20 { 223.21 @@ -24,7 +26,7 @@ 223.22 genpkg_rules() 223.23 { 223.24 mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail 223.25 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 223.26 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 223.27 mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config.php.sample \ 223.28 $fs/etc/squirrelmail/config-$SOURCE.php 223.29 ln -s /etc/squirrelmail/config-$SOURCE.php \
224.1 --- a/squirrelmail-cs_CZ/receipt Fri Sep 06 13:34:00 2013 +0300 224.2 +++ b/squirrelmail-cs_CZ/receipt Mon Sep 09 03:32:26 2013 +0300 224.3 @@ -5,9 +5,11 @@ 224.4 CATEGORY="network" 224.5 SHORT_DESC="Locale cs_CZ for Web mail." 224.6 MAINTAINER="pascal.bellard@slitaz.org" 224.7 +LICENSE="GPL2" 224.8 WANTED="squirrelmail-locales" 224.9 +WEB_SITE="http://www.squirrelmail.org/" 224.10 + 224.11 DEPENDS="squirrelmail" 224.12 -WEB_SITE="http://www.squirrelmail.org/" 224.13 224.14 # Rules to gen a SliTaz package suitable for Tazpkg. 224.15 genpkg_rules()
225.1 --- a/squirrelmail-cy_GB/receipt Fri Sep 06 13:34:00 2013 +0300 225.2 +++ b/squirrelmail-cy_GB/receipt Mon Sep 09 03:32:26 2013 +0300 225.3 @@ -5,9 +5,11 @@ 225.4 CATEGORY="network" 225.5 SHORT_DESC="Locale cy_GB for Web mail." 225.6 MAINTAINER="pascal.bellard@slitaz.org" 225.7 +LICENSE="GPL2" 225.8 WANTED="squirrelmail-locales" 225.9 +WEB_SITE="http://www.squirrelmail.org/" 225.10 + 225.11 DEPENDS="squirrelmail" 225.12 -WEB_SITE="http://www.squirrelmail.org/" 225.13 225.14 # Rules to gen a SliTaz package suitable for Tazpkg. 225.15 genpkg_rules()
226.1 --- a/squirrelmail-da_DK/receipt Fri Sep 06 13:34:00 2013 +0300 226.2 +++ b/squirrelmail-da_DK/receipt Mon Sep 09 03:32:26 2013 +0300 226.3 @@ -5,9 +5,11 @@ 226.4 CATEGORY="network" 226.5 SHORT_DESC="Locale da_DK for Web mail." 226.6 MAINTAINER="pascal.bellard@slitaz.org" 226.7 +LICENSE="GPL2" 226.8 WANTED="squirrelmail-locales" 226.9 +WEB_SITE="http://www.squirrelmail.org/" 226.10 + 226.11 DEPENDS="squirrelmail" 226.12 -WEB_SITE="http://www.squirrelmail.org/" 226.13 226.14 # Rules to gen a SliTaz package suitable for Tazpkg. 226.15 genpkg_rules()
227.1 --- a/squirrelmail-de_DE/receipt Fri Sep 06 13:34:00 2013 +0300 227.2 +++ b/squirrelmail-de_DE/receipt Mon Sep 09 03:32:26 2013 +0300 227.3 @@ -5,9 +5,11 @@ 227.4 CATEGORY="network" 227.5 SHORT_DESC="Locale de_DE for Web mail." 227.6 MAINTAINER="pascal.bellard@slitaz.org" 227.7 +LICENSE="GPL2" 227.8 WANTED="squirrelmail-locales" 227.9 +WEB_SITE="http://www.squirrelmail.org/" 227.10 + 227.11 DEPENDS="squirrelmail" 227.12 -WEB_SITE="http://www.squirrelmail.org/" 227.13 227.14 # Rules to gen a SliTaz package suitable for Tazpkg. 227.15 genpkg_rules()
228.1 --- a/squirrelmail-el_GR/receipt Fri Sep 06 13:34:00 2013 +0300 228.2 +++ b/squirrelmail-el_GR/receipt Mon Sep 09 03:32:26 2013 +0300 228.3 @@ -5,9 +5,11 @@ 228.4 CATEGORY="network" 228.5 SHORT_DESC="Locale el_GR for Web mail." 228.6 MAINTAINER="pascal.bellard@slitaz.org" 228.7 +LICENSE="GPL2" 228.8 WANTED="squirrelmail-locales" 228.9 +WEB_SITE="http://www.squirrelmail.org/" 228.10 + 228.11 DEPENDS="squirrelmail" 228.12 -WEB_SITE="http://www.squirrelmail.org/" 228.13 228.14 # Rules to gen a SliTaz package suitable for Tazpkg. 228.15 genpkg_rules()
229.1 --- a/squirrelmail-en_GB/receipt Fri Sep 06 13:34:00 2013 +0300 229.2 +++ b/squirrelmail-en_GB/receipt Mon Sep 09 03:32:26 2013 +0300 229.3 @@ -5,9 +5,11 @@ 229.4 CATEGORY="network" 229.5 SHORT_DESC="Locale en_GB for Web mail." 229.6 MAINTAINER="pascal.bellard@slitaz.org" 229.7 +LICENSE="GPL2" 229.8 WANTED="squirrelmail-locales" 229.9 +WEB_SITE="http://www.squirrelmail.org/" 229.10 + 229.11 DEPENDS="squirrelmail" 229.12 -WEB_SITE="http://www.squirrelmail.org/" 229.13 229.14 # Rules to gen a SliTaz package suitable for Tazpkg. 229.15 genpkg_rules()
230.1 --- a/squirrelmail-es_ES/receipt Fri Sep 06 13:34:00 2013 +0300 230.2 +++ b/squirrelmail-es_ES/receipt Mon Sep 09 03:32:26 2013 +0300 230.3 @@ -5,9 +5,11 @@ 230.4 CATEGORY="network" 230.5 SHORT_DESC="Locale es_ES for Web mail." 230.6 MAINTAINER="pascal.bellard@slitaz.org" 230.7 +LICENSE="GPL2" 230.8 WANTED="squirrelmail-locales" 230.9 +WEB_SITE="http://www.squirrelmail.org/" 230.10 + 230.11 DEPENDS="squirrelmail" 230.12 -WEB_SITE="http://www.squirrelmail.org/" 230.13 230.14 # Rules to gen a SliTaz package suitable for Tazpkg. 230.15 genpkg_rules()
231.1 --- a/squirrelmail-et_EE/receipt Fri Sep 06 13:34:00 2013 +0300 231.2 +++ b/squirrelmail-et_EE/receipt Mon Sep 09 03:32:26 2013 +0300 231.3 @@ -5,9 +5,11 @@ 231.4 CATEGORY="network" 231.5 SHORT_DESC="Locale et_EE for Web mail." 231.6 MAINTAINER="pascal.bellard@slitaz.org" 231.7 +LICENSE="GPL2" 231.8 WANTED="squirrelmail-locales" 231.9 +WEB_SITE="http://www.squirrelmail.org/" 231.10 + 231.11 DEPENDS="squirrelmail" 231.12 -WEB_SITE="http://www.squirrelmail.org/" 231.13 231.14 # Rules to gen a SliTaz package suitable for Tazpkg. 231.15 genpkg_rules()
232.1 --- a/squirrelmail-eu_ES/receipt Fri Sep 06 13:34:00 2013 +0300 232.2 +++ b/squirrelmail-eu_ES/receipt Mon Sep 09 03:32:26 2013 +0300 232.3 @@ -5,9 +5,11 @@ 232.4 CATEGORY="network" 232.5 SHORT_DESC="Locale eu_ES for Web mail." 232.6 MAINTAINER="pascal.bellard@slitaz.org" 232.7 +LICENSE="GPL2" 232.8 WANTED="squirrelmail-locales" 232.9 +WEB_SITE="http://www.squirrelmail.org/" 232.10 + 232.11 DEPENDS="squirrelmail" 232.12 -WEB_SITE="http://www.squirrelmail.org/" 232.13 232.14 # Rules to gen a SliTaz package suitable for Tazpkg. 232.15 genpkg_rules()
233.1 --- a/squirrelmail-fa_IR/receipt Fri Sep 06 13:34:00 2013 +0300 233.2 +++ b/squirrelmail-fa_IR/receipt Mon Sep 09 03:32:26 2013 +0300 233.3 @@ -5,9 +5,11 @@ 233.4 CATEGORY="network" 233.5 SHORT_DESC="Locale fa_IR for Web mail." 233.6 MAINTAINER="pascal.bellard@slitaz.org" 233.7 +LICENSE="GPL2" 233.8 WANTED="squirrelmail-locales" 233.9 +WEB_SITE="http://www.squirrelmail.org/" 233.10 + 233.11 DEPENDS="squirrelmail" 233.12 -WEB_SITE="http://www.squirrelmail.org/" 233.13 233.14 # Rules to gen a SliTaz package suitable for Tazpkg. 233.15 genpkg_rules()
234.1 --- a/squirrelmail-fi_FI/receipt Fri Sep 06 13:34:00 2013 +0300 234.2 +++ b/squirrelmail-fi_FI/receipt Mon Sep 09 03:32:26 2013 +0300 234.3 @@ -5,9 +5,11 @@ 234.4 CATEGORY="network" 234.5 SHORT_DESC="Locale fi_FI for Web mail." 234.6 MAINTAINER="pascal.bellard@slitaz.org" 234.7 +LICENSE="GPL2" 234.8 WANTED="squirrelmail-locales" 234.9 +WEB_SITE="http://www.squirrelmail.org/" 234.10 + 234.11 DEPENDS="squirrelmail" 234.12 -WEB_SITE="http://www.squirrelmail.org/" 234.13 234.14 # Rules to gen a SliTaz package suitable for Tazpkg. 234.15 genpkg_rules()
235.1 --- a/squirrelmail-fo_FO/receipt Fri Sep 06 13:34:00 2013 +0300 235.2 +++ b/squirrelmail-fo_FO/receipt Mon Sep 09 03:32:26 2013 +0300 235.3 @@ -5,9 +5,11 @@ 235.4 CATEGORY="network" 235.5 SHORT_DESC="Locale fo_FO for Web mail." 235.6 MAINTAINER="pascal.bellard@slitaz.org" 235.7 +LICENSE="GPL2" 235.8 WANTED="squirrelmail-locales" 235.9 +WEB_SITE="http://www.squirrelmail.org/" 235.10 + 235.11 DEPENDS="squirrelmail" 235.12 -WEB_SITE="http://www.squirrelmail.org/" 235.13 235.14 # Rules to gen a SliTaz package suitable for Tazpkg. 235.15 genpkg_rules()
236.1 --- a/squirrelmail-fr_FR/receipt Fri Sep 06 13:34:00 2013 +0300 236.2 +++ b/squirrelmail-fr_FR/receipt Mon Sep 09 03:32:26 2013 +0300 236.3 @@ -5,9 +5,11 @@ 236.4 CATEGORY="network" 236.5 SHORT_DESC="Locale fr_FR for Web mail." 236.6 MAINTAINER="pascal.bellard@slitaz.org" 236.7 +LICENSE="GPL2" 236.8 WANTED="squirrelmail-locales" 236.9 +WEB_SITE="http://www.squirrelmail.org/" 236.10 + 236.11 DEPENDS="squirrelmail" 236.12 -WEB_SITE="http://www.squirrelmail.org/" 236.13 236.14 # Rules to gen a SliTaz package suitable for Tazpkg. 236.15 genpkg_rules()
237.1 --- a/squirrelmail-fy/receipt Fri Sep 06 13:34:00 2013 +0300 237.2 +++ b/squirrelmail-fy/receipt Mon Sep 09 03:32:26 2013 +0300 237.3 @@ -5,9 +5,11 @@ 237.4 CATEGORY="network" 237.5 SHORT_DESC="Locale fy for Web mail." 237.6 MAINTAINER="pascal.bellard@slitaz.org" 237.7 +LICENSE="GPL2" 237.8 WANTED="squirrelmail-locales" 237.9 +WEB_SITE="http://www.squirrelmail.org/" 237.10 + 237.11 DEPENDS="squirrelmail" 237.12 -WEB_SITE="http://www.squirrelmail.org/" 237.13 237.14 # Rules to gen a SliTaz package suitable for Tazpkg. 237.15 genpkg_rules()
238.1 --- a/squirrelmail-he_IL/receipt Fri Sep 06 13:34:00 2013 +0300 238.2 +++ b/squirrelmail-he_IL/receipt Mon Sep 09 03:32:26 2013 +0300 238.3 @@ -5,9 +5,11 @@ 238.4 CATEGORY="network" 238.5 SHORT_DESC="Locale he_IL for Web mail." 238.6 MAINTAINER="pascal.bellard@slitaz.org" 238.7 +LICENSE="GPL2" 238.8 WANTED="squirrelmail-locales" 238.9 +WEB_SITE="http://www.squirrelmail.org/" 238.10 + 238.11 DEPENDS="squirrelmail" 238.12 -WEB_SITE="http://www.squirrelmail.org/" 238.13 238.14 # Rules to gen a SliTaz package suitable for Tazpkg. 238.15 genpkg_rules()
239.1 --- a/squirrelmail-hr_HR/receipt Fri Sep 06 13:34:00 2013 +0300 239.2 +++ b/squirrelmail-hr_HR/receipt Mon Sep 09 03:32:26 2013 +0300 239.3 @@ -5,9 +5,11 @@ 239.4 CATEGORY="network" 239.5 SHORT_DESC="Locale hr_HR for Web mail." 239.6 MAINTAINER="pascal.bellard@slitaz.org" 239.7 +LICENSE="GPL2" 239.8 WANTED="squirrelmail-locales" 239.9 +WEB_SITE="http://www.squirrelmail.org/" 239.10 + 239.11 DEPENDS="squirrelmail" 239.12 -WEB_SITE="http://www.squirrelmail.org/" 239.13 239.14 # Rules to gen a SliTaz package suitable for Tazpkg. 239.15 genpkg_rules()
240.1 --- a/squirrelmail-html/receipt Fri Sep 06 13:34:00 2013 +0300 240.2 +++ b/squirrelmail-html/receipt Mon Sep 09 03:32:26 2013 +0300 240.3 @@ -5,11 +5,13 @@ 240.4 CATEGORY="network" 240.5 SHORT_DESC="HTML viewer plugin for Web mail." 240.6 MAINTAINER="pascal.bellard@slitaz.org" 240.7 +LICENSE="GPL2" 240.8 SOURCE="view_as_html" 240.9 TARBALL="$SOURCE-$VERSION.tar.gz" 240.10 WEB_SITE="http://www.squirrelmail.org/" 240.11 +WGET_URL="${WEB_SITE}plugins/$TARBALL" 240.12 + 240.13 DEPENDS="squirrelmail" 240.14 -WGET_URL="${WEB_SITE}plugins/$TARBALL" 240.15 240.16 # Rules to configure and make the package. 240.17 compile_rules() 240.18 @@ -22,7 +24,7 @@ 240.19 genpkg_rules() 240.20 { 240.21 mkdir -p $fs/usr/share/squirrelmail/plugins 240.22 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 240.23 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 240.24 chown -R 80 $fs/usr/share/squirrelmail 240.25 } 240.26
241.1 --- a/squirrelmail-html_mail/receipt Fri Sep 06 13:34:00 2013 +0300 241.2 +++ b/squirrelmail-html_mail/receipt Mon Sep 09 03:32:26 2013 +0300 241.3 @@ -5,13 +5,15 @@ 241.4 CATEGORY="network" 241.5 SHORT_DESC="Vacation and forwarding plugin for Web mail." 241.6 MAINTAINER="pascal.bellard@slitaz.org" 241.7 +LICENSE="GPL2" 241.8 SOURCE="html_mail" 241.9 TARBALL="$SOURCE-$VERSION.tar.gz" 241.10 WEB_SITE="http://www.squirrelmail.org/" 241.11 -DEPENDS="squirrelmail perl-html-parser perl-text-aspell" 241.12 WGET_URL="${WEB_SITE}plugins/$TARBALL" 241.13 CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php /etc/apache/conf.d" 241.14 241.15 +DEPENDS="squirrelmail perl-html-parser perl-text-aspell" 241.16 + 241.17 # Rules to configure and make the package. 241.18 compile_rules() 241.19 { 241.20 @@ -24,7 +26,7 @@ 241.21 { 241.22 mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail \ 241.23 $fs/etc/apache/conf.d 241.24 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 241.25 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 241.26 mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config.php.sample \ 241.27 $fs/etc/squirrelmail/config-$SOURCE.php 241.28 ln -s /etc/squirrelmail/config-$SOURCE.php \
242.1 --- a/squirrelmail-hu_HU/receipt Fri Sep 06 13:34:00 2013 +0300 242.2 +++ b/squirrelmail-hu_HU/receipt Mon Sep 09 03:32:26 2013 +0300 242.3 @@ -5,9 +5,11 @@ 242.4 CATEGORY="network" 242.5 SHORT_DESC="Locale hu_HU for Web mail." 242.6 MAINTAINER="pascal.bellard@slitaz.org" 242.7 +LICENSE="GPL2" 242.8 WANTED="squirrelmail-locales" 242.9 +WEB_SITE="http://www.squirrelmail.org/" 242.10 + 242.11 DEPENDS="squirrelmail" 242.12 -WEB_SITE="http://www.squirrelmail.org/" 242.13 242.14 # Rules to gen a SliTaz package suitable for Tazpkg. 242.15 genpkg_rules()
243.1 --- a/squirrelmail-id_ID/receipt Fri Sep 06 13:34:00 2013 +0300 243.2 +++ b/squirrelmail-id_ID/receipt Mon Sep 09 03:32:26 2013 +0300 243.3 @@ -5,9 +5,11 @@ 243.4 CATEGORY="network" 243.5 SHORT_DESC="Locale id_ID for Web mail." 243.6 MAINTAINER="pascal.bellard@slitaz.org" 243.7 +LICENSE="GPL2" 243.8 WANTED="squirrelmail-locales" 243.9 +WEB_SITE="http://www.squirrelmail.org/" 243.10 + 243.11 DEPENDS="squirrelmail" 243.12 -WEB_SITE="http://www.squirrelmail.org/" 243.13 243.14 # Rules to gen a SliTaz package suitable for Tazpkg. 243.15 genpkg_rules()
244.1 --- a/squirrelmail-is_IS/receipt Fri Sep 06 13:34:00 2013 +0300 244.2 +++ b/squirrelmail-is_IS/receipt Mon Sep 09 03:32:26 2013 +0300 244.3 @@ -5,9 +5,11 @@ 244.4 CATEGORY="network" 244.5 SHORT_DESC="Locale is_IS for Web mail." 244.6 MAINTAINER="pascal.bellard@slitaz.org" 244.7 +LICENSE="GPL2" 244.8 WANTED="squirrelmail-locales" 244.9 +WEB_SITE="http://www.squirrelmail.org/" 244.10 + 244.11 DEPENDS="squirrelmail" 244.12 -WEB_SITE="http://www.squirrelmail.org/" 244.13 244.14 # Rules to gen a SliTaz package suitable for Tazpkg. 244.15 genpkg_rules()
245.1 --- a/squirrelmail-it_IT/receipt Fri Sep 06 13:34:00 2013 +0300 245.2 +++ b/squirrelmail-it_IT/receipt Mon Sep 09 03:32:26 2013 +0300 245.3 @@ -5,9 +5,11 @@ 245.4 CATEGORY="network" 245.5 SHORT_DESC="Locale it_IT for Web mail." 245.6 MAINTAINER="pascal.bellard@slitaz.org" 245.7 +LICENSE="GPL2" 245.8 WANTED="squirrelmail-locales" 245.9 +WEB_SITE="http://www.squirrelmail.org/" 245.10 + 245.11 DEPENDS="squirrelmail" 245.12 -WEB_SITE="http://www.squirrelmail.org/" 245.13 245.14 # Rules to gen a SliTaz package suitable for Tazpkg. 245.15 genpkg_rules()
246.1 --- a/squirrelmail-ja_JP/receipt Fri Sep 06 13:34:00 2013 +0300 246.2 +++ b/squirrelmail-ja_JP/receipt Mon Sep 09 03:32:26 2013 +0300 246.3 @@ -5,9 +5,11 @@ 246.4 CATEGORY="network" 246.5 SHORT_DESC="Locale ja_JP for Web mail." 246.6 MAINTAINER="pascal.bellard@slitaz.org" 246.7 +LICENSE="GPL2" 246.8 WANTED="squirrelmail-locales" 246.9 +WEB_SITE="http://www.squirrelmail.org/" 246.10 + 246.11 DEPENDS="squirrelmail" 246.12 -WEB_SITE="http://www.squirrelmail.org/" 246.13 246.14 # Rules to gen a SliTaz package suitable for Tazpkg. 246.15 genpkg_rules()
247.1 --- a/squirrelmail-ka/receipt Fri Sep 06 13:34:00 2013 +0300 247.2 +++ b/squirrelmail-ka/receipt Mon Sep 09 03:32:26 2013 +0300 247.3 @@ -5,9 +5,11 @@ 247.4 CATEGORY="network" 247.5 SHORT_DESC="Locale ka for Web mail." 247.6 MAINTAINER="pascal.bellard@slitaz.org" 247.7 +LICENSE="GPL2" 247.8 WANTED="squirrelmail-locales" 247.9 +WEB_SITE="http://www.squirrelmail.org/" 247.10 + 247.11 DEPENDS="squirrelmail" 247.12 -WEB_SITE="http://www.squirrelmail.org/" 247.13 247.14 # Rules to gen a SliTaz package suitable for Tazpkg. 247.15 genpkg_rules()
248.1 --- a/squirrelmail-ko_KR/receipt Fri Sep 06 13:34:00 2013 +0300 248.2 +++ b/squirrelmail-ko_KR/receipt Mon Sep 09 03:32:26 2013 +0300 248.3 @@ -5,9 +5,11 @@ 248.4 CATEGORY="network" 248.5 SHORT_DESC="Locale ko_KR for Web mail." 248.6 MAINTAINER="pascal.bellard@slitaz.org" 248.7 +LICENSE="GPL2" 248.8 WANTED="squirrelmail-locales" 248.9 +WEB_SITE="http://www.squirrelmail.org/" 248.10 + 248.11 DEPENDS="squirrelmail" 248.12 -WEB_SITE="http://www.squirrelmail.org/" 248.13 248.14 # Rules to gen a SliTaz package suitable for Tazpkg. 248.15 genpkg_rules()
249.1 --- a/squirrelmail-ldapuser/receipt Fri Sep 06 13:34:00 2013 +0300 249.2 +++ b/squirrelmail-ldapuser/receipt Mon Sep 09 03:32:26 2013 +0300 249.3 @@ -5,13 +5,15 @@ 249.4 CATEGORY="network" 249.5 SHORT_DESC="LDAP backend for Web mail users' profile/preferences." 249.6 MAINTAINER="pascal.bellard@slitaz.org" 249.7 +LICENSE="GPL2" 249.8 SOURCE="ldapuserdata" 249.9 TARBALL="$SOURCE-$VERSION.tar.gz" 249.10 WEB_SITE="http://www.squirrelmail.org/" 249.11 -DEPENDS="squirrelmail openldap" 249.12 WGET_URL="${WEB_SITE}plugins/$TARBALL" 249.13 CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php" 249.14 249.15 +DEPENDS="squirrelmail openldap" 249.16 + 249.17 # Rules to configure and make the package. 249.18 compile_rules() 249.19 { 249.20 @@ -23,7 +25,7 @@ 249.21 genpkg_rules() 249.22 { 249.23 mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail 249.24 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 249.25 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 249.26 mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config_sample.php \ 249.27 $fs/etc/squirrelmail/config-$SOURCE.php 249.28 ln -s /etc/squirrelmail/config-$SOURCE.php \
250.1 --- a/squirrelmail-legend/receipt Fri Sep 06 13:34:00 2013 +0300 250.2 +++ b/squirrelmail-legend/receipt Mon Sep 09 03:32:26 2013 +0300 250.3 @@ -5,11 +5,13 @@ 250.4 CATEGORY="network" 250.5 SHORT_DESC="Adds a legend below the folder list in Web mail." 250.6 MAINTAINER="pascal.bellard@slitaz.org" 250.7 +LICENSE="GPL2" 250.8 SOURCE="legend" 250.9 TARBALL="$SOURCE.$VERSION.tar.gz" 250.10 WEB_SITE="http://www.squirrelmail.org/" 250.11 +WGET_URL="${WEB_SITE}plugins/$TARBALL" 250.12 + 250.13 DEPENDS="squirrelmail" 250.14 -WGET_URL="${WEB_SITE}plugins/$TARBALL" 250.15 250.16 # Rules to configure and make the package. 250.17 compile_rules() 250.18 @@ -22,7 +24,7 @@ 250.19 genpkg_rules() 250.20 { 250.21 mkdir -p $fs/usr/share/squirrelmail/plugins 250.22 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 250.23 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 250.24 } 250.25 250.26 post_install()
251.1 --- a/squirrelmail-locales/receipt Fri Sep 06 13:34:00 2013 +0300 251.2 +++ b/squirrelmail-locales/receipt Mon Sep 09 03:32:26 2013 +0300 251.3 @@ -5,10 +5,12 @@ 251.4 CATEGORY="meta" 251.5 SHORT_DESC="ALL locales for Web mail." 251.6 MAINTAINER="pascal.bellard@slitaz.org" 251.7 +LICENSE="GPL2" 251.8 SOURCE="all_locales" 251.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 251.10 WEB_SITE="http://www.squirrelmail.org/" 251.11 WGET_URL="$SF_MIRROR/squirrelmail/$TARBALL" 251.12 + 251.13 DEPENDS="squirrelmail-ar \ 251.14 squirrelmail-bg_BG \ 251.15 squirrelmail-bn_IN \
252.1 --- a/squirrelmail-lt_LT/receipt Fri Sep 06 13:34:00 2013 +0300 252.2 +++ b/squirrelmail-lt_LT/receipt Mon Sep 09 03:32:26 2013 +0300 252.3 @@ -5,9 +5,11 @@ 252.4 CATEGORY="network" 252.5 SHORT_DESC="Locale lt_LT for Web mail." 252.6 MAINTAINER="pascal.bellard@slitaz.org" 252.7 +LICENSE="GPL2" 252.8 WANTED="squirrelmail-locales" 252.9 +WEB_SITE="http://www.squirrelmail.org/" 252.10 + 252.11 DEPENDS="squirrelmail" 252.12 -WEB_SITE="http://www.squirrelmail.org/" 252.13 252.14 # Rules to gen a SliTaz package suitable for Tazpkg. 252.15 genpkg_rules()
253.1 --- a/squirrelmail-ms_MY/receipt Fri Sep 06 13:34:00 2013 +0300 253.2 +++ b/squirrelmail-ms_MY/receipt Mon Sep 09 03:32:26 2013 +0300 253.3 @@ -5,9 +5,11 @@ 253.4 CATEGORY="network" 253.5 SHORT_DESC="Locale ms_MY for Web mail." 253.6 MAINTAINER="pascal.bellard@slitaz.org" 253.7 +LICENSE="GPL2" 253.8 WANTED="squirrelmail-locales" 253.9 +WEB_SITE="http://www.squirrelmail.org/" 253.10 + 253.11 DEPENDS="squirrelmail" 253.12 -WEB_SITE="http://www.squirrelmail.org/" 253.13 253.14 # Rules to gen a SliTaz package suitable for Tazpkg. 253.15 genpkg_rules()
254.1 --- a/squirrelmail-msg_flags/receipt Fri Sep 06 13:34:00 2013 +0300 254.2 +++ b/squirrelmail-msg_flags/receipt Mon Sep 09 03:32:26 2013 +0300 254.3 @@ -5,11 +5,13 @@ 254.4 CATEGORY="network" 254.5 SHORT_DESC="Few icons and flags for Web mail." 254.6 MAINTAINER="pascal.bellard@slitaz.org" 254.7 +LICENSE="GPL2" 254.8 SOURCE="msg_flags" 254.9 TARBALL="$SOURCE-$VERSION.tar.gz" 254.10 WEB_SITE="http://www.squirrelmail.org/" 254.11 +WGET_URL="${WEB_SITE}plugins/$TARBALL" 254.12 + 254.13 DEPENDS="squirrelmail" 254.14 -WGET_URL="${WEB_SITE}plugins/$TARBALL" 254.15 254.16 # Rules to configure and make the package. 254.17 compile_rules() 254.18 @@ -22,7 +24,7 @@ 254.19 genpkg_rules() 254.20 { 254.21 mkdir -p $fs/usr/share/squirrelmail/plugins 254.22 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 254.23 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 254.24 } 254.25 254.26 post_install()
255.1 --- a/squirrelmail-multilogin/receipt Fri Sep 06 13:34:00 2013 +0300 255.2 +++ b/squirrelmail-multilogin/receipt Mon Sep 09 03:32:26 2013 +0300 255.3 @@ -5,13 +5,15 @@ 255.4 CATEGORY="network" 255.5 SHORT_DESC="Server chooser plugin for Web mail." 255.6 MAINTAINER="pascal.bellard@slitaz.org" 255.7 +LICENSE="GPL2" 255.8 SOURCE="multilogin" 255.9 TARBALL="$SOURCE-$VERSION.tar.gz" 255.10 WEB_SITE="http://www.squirrelmail.org/" 255.11 -DEPENDS="squirrelmail squirrelmail-compatibility-plugin" 255.12 WGET_URL="${WEB_SITE}plugins/$TARBALL" 255.13 CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php" 255.14 255.15 +DEPENDS="squirrelmail squirrelmail-compatibility-plugin" 255.16 + 255.17 # Rules to configure and make the package. 255.18 compile_rules() 255.19 { 255.20 @@ -24,7 +26,7 @@ 255.21 { 255.22 mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail \ 255.23 $fs/var/lib/squirrelmail/slitaz.org/data 255.24 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 255.25 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 255.26 mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config.sample.php \ 255.27 $fs/etc/squirrelmail/config-$SOURCE.php 255.28 ln -s /etc/squirrelmail/config-$SOURCE.php \
256.1 --- a/squirrelmail-nb_NO/receipt Fri Sep 06 13:34:00 2013 +0300 256.2 +++ b/squirrelmail-nb_NO/receipt Mon Sep 09 03:32:26 2013 +0300 256.3 @@ -5,9 +5,11 @@ 256.4 CATEGORY="network" 256.5 SHORT_DESC="Locale nb_NO for Web mail." 256.6 MAINTAINER="pascal.bellard@slitaz.org" 256.7 +LICENSE="GPL2" 256.8 WANTED="squirrelmail-locales" 256.9 +WEB_SITE="http://www.squirrelmail.org/" 256.10 + 256.11 DEPENDS="squirrelmail" 256.12 -WEB_SITE="http://www.squirrelmail.org/" 256.13 256.14 # Rules to gen a SliTaz package suitable for Tazpkg. 256.15 genpkg_rules()
257.1 --- a/squirrelmail-nl_NL/receipt Fri Sep 06 13:34:00 2013 +0300 257.2 +++ b/squirrelmail-nl_NL/receipt Mon Sep 09 03:32:26 2013 +0300 257.3 @@ -5,9 +5,11 @@ 257.4 CATEGORY="network" 257.5 SHORT_DESC="Locale nl_NL for Web mail." 257.6 MAINTAINER="pascal.bellard@slitaz.org" 257.7 +LICENSE="GPL2" 257.8 WANTED="squirrelmail-locales" 257.9 +WEB_SITE="http://www.squirrelmail.org/" 257.10 + 257.11 DEPENDS="squirrelmail" 257.12 -WEB_SITE="http://www.squirrelmail.org/" 257.13 257.14 # Rules to gen a SliTaz package suitable for Tazpkg. 257.15 genpkg_rules()
258.1 --- a/squirrelmail-nn_NO/receipt Fri Sep 06 13:34:00 2013 +0300 258.2 +++ b/squirrelmail-nn_NO/receipt Mon Sep 09 03:32:26 2013 +0300 258.3 @@ -5,9 +5,11 @@ 258.4 CATEGORY="network" 258.5 SHORT_DESC="Locale nn_NO for Web mail." 258.6 MAINTAINER="pascal.bellard@slitaz.org" 258.7 +LICENSE="GPL2" 258.8 WANTED="squirrelmail-locales" 258.9 +WEB_SITE="http://www.squirrelmail.org/" 258.10 + 258.11 DEPENDS="squirrelmail" 258.12 -WEB_SITE="http://www.squirrelmail.org/" 258.13 258.14 # Rules to gen a SliTaz package suitable for Tazpkg. 258.15 genpkg_rules()
259.1 --- a/squirrelmail-notes/receipt Fri Sep 06 13:34:00 2013 +0300 259.2 +++ b/squirrelmail-notes/receipt Mon Sep 09 03:32:26 2013 +0300 259.3 @@ -5,13 +5,15 @@ 259.4 CATEGORY="network" 259.5 SHORT_DESC="Notes creation plugin for Web mail." 259.6 MAINTAINER="pascal.bellard@slitaz.org" 259.7 +LICENSE="GPL2" 259.8 SOURCE="notes" 259.9 TARBALL="$SOURCE.$VERSION.tar.gz" 259.10 WEB_SITE="http://www.squirrelmail.org/" 259.11 -DEPENDS="squirrelmail" 259.12 WGET_URL="${WEB_SITE}plugins/$TARBALL" 259.13 CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php" 259.14 259.15 +DEPENDS="squirrelmail" 259.16 + 259.17 # Rules to configure and make the package. 259.18 compile_rules() 259.19 { 259.20 @@ -23,7 +25,7 @@ 259.21 genpkg_rules() 259.22 { 259.23 mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail 259.24 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 259.25 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 259.26 mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config.php.sample \ 259.27 $fs/etc/squirrelmail/config-$SOURCE.php 259.28 ln -s /etc/squirrelmail/config-$SOURCE.php \
260.1 --- a/squirrelmail-pl_PL/receipt Fri Sep 06 13:34:00 2013 +0300 260.2 +++ b/squirrelmail-pl_PL/receipt Mon Sep 09 03:32:26 2013 +0300 260.3 @@ -5,9 +5,11 @@ 260.4 CATEGORY="network" 260.5 SHORT_DESC="Locale pl_PL for Web mail." 260.6 MAINTAINER="pascal.bellard@slitaz.org" 260.7 +LICENSE="GPL2" 260.8 WANTED="squirrelmail-locales" 260.9 +WEB_SITE="http://www.squirrelmail.org/" 260.10 + 260.11 DEPENDS="squirrelmail" 260.12 -WEB_SITE="http://www.squirrelmail.org/" 260.13 260.14 # Rules to gen a SliTaz package suitable for Tazpkg. 260.15 genpkg_rules()
261.1 --- a/squirrelmail-pt_BR/receipt Fri Sep 06 13:34:00 2013 +0300 261.2 +++ b/squirrelmail-pt_BR/receipt Mon Sep 09 03:32:26 2013 +0300 261.3 @@ -5,9 +5,11 @@ 261.4 CATEGORY="network" 261.5 SHORT_DESC="Locale pt_BR for Web mail." 261.6 MAINTAINER="pascal.bellard@slitaz.org" 261.7 +LICENSE="GPL2" 261.8 WANTED="squirrelmail-locales" 261.9 +WEB_SITE="http://www.squirrelmail.org/" 261.10 + 261.11 DEPENDS="squirrelmail" 261.12 -WEB_SITE="http://www.squirrelmail.org/" 261.13 261.14 # Rules to gen a SliTaz package suitable for Tazpkg. 261.15 genpkg_rules()
262.1 --- a/squirrelmail-pt_PT/receipt Fri Sep 06 13:34:00 2013 +0300 262.2 +++ b/squirrelmail-pt_PT/receipt Mon Sep 09 03:32:26 2013 +0300 262.3 @@ -5,9 +5,11 @@ 262.4 CATEGORY="network" 262.5 SHORT_DESC="Locale pt_PT for Web mail." 262.6 MAINTAINER="pascal.bellard@slitaz.org" 262.7 +LICENSE="GPL2" 262.8 WANTED="squirrelmail-locales" 262.9 +WEB_SITE="http://www.squirrelmail.org/" 262.10 + 262.11 DEPENDS="squirrelmail" 262.12 -WEB_SITE="http://www.squirrelmail.org/" 262.13 262.14 # Rules to gen a SliTaz package suitable for Tazpkg. 262.15 genpkg_rules()
263.1 --- a/squirrelmail-quota/receipt Fri Sep 06 13:34:00 2013 +0300 263.2 +++ b/squirrelmail-quota/receipt Mon Sep 09 03:32:26 2013 +0300 263.3 @@ -5,13 +5,15 @@ 263.4 CATEGORY="network" 263.5 SHORT_DESC="Quota plugin for Web mail." 263.6 MAINTAINER="pascal.bellard@slitaz.org" 263.7 +LICENSE="GPL2" 263.8 SOURCE="check_quota" 263.9 TARBALL="$SOURCE-$VERSION.tar.gz" 263.10 WEB_SITE="http://www.squirrelmail.org/" 263.11 -DEPENDS="squirrelmail squirrelmail-compatibility-plugin" 263.12 WGET_URL="${WEB_SITE}plugins/$TARBALL" 263.13 CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php" 263.14 263.15 +DEPENDS="squirrelmail squirrelmail-compatibility-plugin" 263.16 + 263.17 # Rules to configure and make the package. 263.18 compile_rules() 263.19 { 263.20 @@ -23,7 +25,7 @@ 263.21 genpkg_rules() 263.22 { 263.23 mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail 263.24 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 263.25 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 263.26 mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config.sample.php \ 263.27 $fs/etc/squirrelmail/config-$SOURCE.php 263.28 sed -i "s/settings\['quota_type'\] = 0/settings['quota_type'] = 1/" \
264.1 --- a/squirrelmail-ro_RO/receipt Fri Sep 06 13:34:00 2013 +0300 264.2 +++ b/squirrelmail-ro_RO/receipt Mon Sep 09 03:32:26 2013 +0300 264.3 @@ -5,9 +5,11 @@ 264.4 CATEGORY="network" 264.5 SHORT_DESC="Locale ro_RO for Web mail." 264.6 MAINTAINER="pascal.bellard@slitaz.org" 264.7 +LICENSE="GPL2" 264.8 WANTED="squirrelmail-locales" 264.9 +WEB_SITE="http://www.squirrelmail.org/" 264.10 + 264.11 DEPENDS="squirrelmail" 264.12 -WEB_SITE="http://www.squirrelmail.org/" 264.13 264.14 # Rules to gen a SliTaz package suitable for Tazpkg. 264.15 genpkg_rules()
265.1 --- a/squirrelmail-ru_RU/receipt Fri Sep 06 13:34:00 2013 +0300 265.2 +++ b/squirrelmail-ru_RU/receipt Mon Sep 09 03:32:26 2013 +0300 265.3 @@ -5,9 +5,11 @@ 265.4 CATEGORY="network" 265.5 SHORT_DESC="Locale ru_RU for Web mail." 265.6 MAINTAINER="pascal.bellard@slitaz.org" 265.7 +LICENSE="GPL2" 265.8 WANTED="squirrelmail-locales" 265.9 +WEB_SITE="http://www.squirrelmail.org/" 265.10 + 265.11 DEPENDS="squirrelmail" 265.12 -WEB_SITE="http://www.squirrelmail.org/" 265.13 265.14 # Rules to gen a SliTaz package suitable for Tazpkg. 265.15 genpkg_rules()
266.1 --- a/squirrelmail-shared_calendars/receipt Fri Sep 06 13:34:00 2013 +0300 266.2 +++ b/squirrelmail-shared_calendars/receipt Mon Sep 09 03:32:26 2013 +0300 266.3 @@ -5,13 +5,15 @@ 266.4 CATEGORY="network" 266.5 SHORT_DESC="Fully iCal-compliant calendaring functionality for Web mail." 266.6 MAINTAINER="pascal.bellard@slitaz.org" 266.7 +LICENSE="GPL2" 266.8 SOURCE="shared_calendars" 266.9 TARBALL="$SOURCE-$VERSION.tar.gz" 266.10 WEB_SITE="http://www.squirrelmail.org/" 266.11 -DEPENDS="squirrelmail squirrelmail-compatibility-plugin squirrelmail-calendard-backend" 266.12 WGET_URL="${WEB_SITE}plugins/$TARBALL" 266.13 CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php" 266.14 266.15 +DEPENDS="squirrelmail squirrelmail-compatibility-plugin squirrelmail-calendard-backend" 266.16 + 266.17 # Rules to configure and make the package. 266.18 compile_rules() 266.19 { 266.20 @@ -23,7 +25,7 @@ 266.21 genpkg_rules() 266.22 { 266.23 mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail 266.24 - cp -a $_pkg/calendar $fs/usr/share/squirrelmail/plugins 266.25 + cp -a $install/calendar $fs/usr/share/squirrelmail/plugins 266.26 mv $fs/usr/share/squirrelmail/plugins/calendar/data/config.php.sample \ 266.27 $fs/etc/squirrelmail/config-$SOURCE.php 266.28 ln -s /etc/squirrelmail/config-$SOURCE.php \
267.1 --- a/squirrelmail-sieve/receipt Fri Sep 06 13:34:00 2013 +0300 267.2 +++ b/squirrelmail-sieve/receipt Mon Sep 09 03:32:26 2013 +0300 267.3 @@ -5,13 +5,15 @@ 267.4 CATEGORY="network" 267.5 SHORT_DESC="Sieve Mail Filters plugin for Web mail." 267.6 MAINTAINER="pascal.bellard@slitaz.org" 267.7 +LICENSE="GPL2" 267.8 SOURCE="avelsieve" 267.9 TARBALL="$SOURCE-$VERSION.tar.gz" 267.10 WEB_SITE="http://www.squirrelmail.org/" 267.11 -DEPENDS="squirrelmail" 267.12 WGET_URL="${WEB_SITE}plugins/$TARBALL" 267.13 CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php" 267.14 267.15 +DEPENDS="squirrelmail" 267.16 + 267.17 # Rules to configure and make the package. 267.18 compile_rules() 267.19 { 267.20 @@ -23,7 +25,7 @@ 267.21 genpkg_rules() 267.22 { 267.23 mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail 267.24 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 267.25 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 267.26 mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config/config_sample.php \ 267.27 $fs/etc/squirrelmail/config-$SOURCE.php 267.28 ln -s /etc/squirrelmail/config-$SOURCE.php \
268.1 --- a/squirrelmail-sizes/receipt Fri Sep 06 13:34:00 2013 +0300 268.2 +++ b/squirrelmail-sizes/receipt Mon Sep 09 03:32:26 2013 +0300 268.3 @@ -5,11 +5,13 @@ 268.4 CATEGORY="network" 268.5 SHORT_DESC="Folder sizes plugin for Web mail." 268.6 MAINTAINER="pascal.bellard@slitaz.org" 268.7 +LICENSE="GPL2" 268.8 SOURCE="folder_sizes" 268.9 TARBALL="$SOURCE-$VERSION.tar.gz" 268.10 WEB_SITE="http://www.squirrelmail.org/" 268.11 +WGET_URL="${WEB_SITE}plugins/$TARBALL" 268.12 + 268.13 DEPENDS="squirrelmail" 268.14 -WGET_URL="${WEB_SITE}plugins/$TARBALL" 268.15 268.16 # Rules to configure and make the package. 268.17 compile_rules() 268.18 @@ -22,7 +24,7 @@ 268.19 genpkg_rules() 268.20 { 268.21 mkdir -p $fs/usr/share/squirrelmail/plugins 268.22 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 268.23 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 268.24 } 268.25 268.26 post_install()
269.1 --- a/squirrelmail-sk_SK/receipt Fri Sep 06 13:34:00 2013 +0300 269.2 +++ b/squirrelmail-sk_SK/receipt Mon Sep 09 03:32:26 2013 +0300 269.3 @@ -5,9 +5,11 @@ 269.4 CATEGORY="network" 269.5 SHORT_DESC="Locale sk_SK for Web mail." 269.6 MAINTAINER="pascal.bellard@slitaz.org" 269.7 +LICENSE="GPL2" 269.8 WANTED="squirrelmail-locales" 269.9 +WEB_SITE="http://www.squirrelmail.org/" 269.10 + 269.11 DEPENDS="squirrelmail" 269.12 -WEB_SITE="http://www.squirrelmail.org/" 269.13 269.14 # Rules to gen a SliTaz package suitable for Tazpkg. 269.15 genpkg_rules()
270.1 --- a/squirrelmail-sl_SI/receipt Fri Sep 06 13:34:00 2013 +0300 270.2 +++ b/squirrelmail-sl_SI/receipt Mon Sep 09 03:32:26 2013 +0300 270.3 @@ -5,9 +5,11 @@ 270.4 CATEGORY="network" 270.5 SHORT_DESC="Locale sl_SI for Web mail." 270.6 MAINTAINER="pascal.bellard@slitaz.org" 270.7 +LICENSE="GPL2" 270.8 WANTED="squirrelmail-locales" 270.9 +WEB_SITE="http://www.squirrelmail.org/" 270.10 + 270.11 DEPENDS="squirrelmail" 270.12 -WEB_SITE="http://www.squirrelmail.org/" 270.13 270.14 # Rules to gen a SliTaz package suitable for Tazpkg. 270.15 genpkg_rules()
271.1 --- a/squirrelmail-smallcal/receipt Fri Sep 06 13:34:00 2013 +0300 271.2 +++ b/squirrelmail-smallcal/receipt Mon Sep 09 03:32:26 2013 +0300 271.3 @@ -5,11 +5,13 @@ 271.4 CATEGORY="network" 271.5 SHORT_DESC="Left side calendar plugin for Web mail." 271.6 MAINTAINER="pascal.bellard@slitaz.org" 271.7 +LICENSE="GPL2" 271.8 SOURCE="smallcal" 271.9 TARBALL="$SOURCE-$VERSION.tar.gz" 271.10 WEB_SITE="http://www.squirrelmail.org/" 271.11 +WGET_URL="${WEB_SITE}plugins/$TARBALL" 271.12 + 271.13 DEPENDS="squirrelmail squirrelmail-compatibility-plugin" 271.14 -WGET_URL="${WEB_SITE}plugins/$TARBALL" 271.15 271.16 # Rules to configure and make the package. 271.17 compile_rules() 271.18 @@ -22,7 +24,7 @@ 271.19 genpkg_rules() 271.20 { 271.21 mkdir -p $fs/usr/share/squirrelmail/plugins 271.22 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 271.23 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 271.24 } 271.25 271.26 post_install()
272.1 --- a/squirrelmail-spamassassin/receipt Fri Sep 06 13:34:00 2013 +0300 272.2 +++ b/squirrelmail-spamassassin/receipt Mon Sep 09 03:32:26 2013 +0300 272.3 @@ -5,13 +5,15 @@ 272.4 CATEGORY="network" 272.5 SHORT_DESC="Vacation and forwarding plugin for Web mail." 272.6 MAINTAINER="pascal.bellard@slitaz.org" 272.7 +LICENSE="GPL2" 272.8 SOURCE="saconf" 272.9 TARBALL="$SOURCE.$VERSION.tar.gz" 272.10 WEB_SITE="http://www.squirrelmail.org/" 272.11 -DEPENDS="squirrelmail" 272.12 WGET_URL="${WEB_SITE}plugins/$TARBALL" 272.13 SUGGESTED="spamassassin" 272.14 272.15 +DEPENDS="squirrelmail" 272.16 + 272.17 # Rules to configure and make the package. 272.18 compile_rules() 272.19 { 272.20 @@ -23,7 +25,7 @@ 272.21 genpkg_rules() 272.22 { 272.23 mkdir -p $fs/usr/share/squirrelmail/plugins 272.24 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 272.25 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 272.26 } 272.27 272.28 post_install()
273.1 --- a/squirrelmail-sr_YU/receipt Fri Sep 06 13:34:00 2013 +0300 273.2 +++ b/squirrelmail-sr_YU/receipt Mon Sep 09 03:32:26 2013 +0300 273.3 @@ -5,9 +5,11 @@ 273.4 CATEGORY="network" 273.5 SHORT_DESC="Locale sr_YU for Web mail." 273.6 MAINTAINER="pascal.bellard@slitaz.org" 273.7 +LICENSE="GPL2" 273.8 WANTED="squirrelmail-locales" 273.9 +WEB_SITE="http://www.squirrelmail.org/" 273.10 + 273.11 DEPENDS="squirrelmail" 273.12 -WEB_SITE="http://www.squirrelmail.org/" 273.13 273.14 # Rules to gen a SliTaz package suitable for Tazpkg. 273.15 genpkg_rules()
274.1 --- a/squirrelmail-sv_SE/receipt Fri Sep 06 13:34:00 2013 +0300 274.2 +++ b/squirrelmail-sv_SE/receipt Mon Sep 09 03:32:26 2013 +0300 274.3 @@ -5,9 +5,11 @@ 274.4 CATEGORY="network" 274.5 SHORT_DESC="Locale sv_SE for Web mail." 274.6 MAINTAINER="pascal.bellard@slitaz.org" 274.7 +LICENSE="GPL2" 274.8 WANTED="squirrelmail-locales" 274.9 +WEB_SITE="http://www.squirrelmail.org/" 274.10 + 274.11 DEPENDS="squirrelmail" 274.12 -WEB_SITE="http://www.squirrelmail.org/" 274.13 274.14 # Rules to gen a SliTaz package suitable for Tazpkg. 274.15 genpkg_rules()
275.1 --- a/squirrelmail-tr_TR/receipt Fri Sep 06 13:34:00 2013 +0300 275.2 +++ b/squirrelmail-tr_TR/receipt Mon Sep 09 03:32:26 2013 +0300 275.3 @@ -5,9 +5,11 @@ 275.4 CATEGORY="network" 275.5 SHORT_DESC="Locale tr_TR for Web mail." 275.6 MAINTAINER="pascal.bellard@slitaz.org" 275.7 +LICENSE="GPL2" 275.8 WANTED="squirrelmail-locales" 275.9 +WEB_SITE="http://www.squirrelmail.org/" 275.10 + 275.11 DEPENDS="squirrelmail" 275.12 -WEB_SITE="http://www.squirrelmail.org/" 275.13 275.14 # Rules to gen a SliTaz package suitable for Tazpkg. 275.15 genpkg_rules()
276.1 --- a/squirrelmail-ug/receipt Fri Sep 06 13:34:00 2013 +0300 276.2 +++ b/squirrelmail-ug/receipt Mon Sep 09 03:32:26 2013 +0300 276.3 @@ -5,9 +5,11 @@ 276.4 CATEGORY="network" 276.5 SHORT_DESC="Locale ug for Web mail." 276.6 MAINTAINER="pascal.bellard@slitaz.org" 276.7 +LICENSE="GPL2" 276.8 WANTED="squirrelmail-locales" 276.9 +WEB_SITE="http://www.squirrelmail.org/" 276.10 + 276.11 DEPENDS="squirrelmail" 276.12 -WEB_SITE="http://www.squirrelmail.org/" 276.13 276.14 # Rules to gen a SliTaz package suitable for Tazpkg. 276.15 genpkg_rules()
277.1 --- a/squirrelmail-uk_UA/receipt Fri Sep 06 13:34:00 2013 +0300 277.2 +++ b/squirrelmail-uk_UA/receipt Mon Sep 09 03:32:26 2013 +0300 277.3 @@ -5,9 +5,11 @@ 277.4 CATEGORY="network" 277.5 SHORT_DESC="Locale uk_UA for Web mail." 277.6 MAINTAINER="pascal.bellard@slitaz.org" 277.7 +LICENSE="GPL2" 277.8 WANTED="squirrelmail-locales" 277.9 +WEB_SITE="http://www.squirrelmail.org/" 277.10 + 277.11 DEPENDS="squirrelmail" 277.12 -WEB_SITE="http://www.squirrelmail.org/" 277.13 277.14 # Rules to gen a SliTaz package suitable for Tazpkg. 277.15 genpkg_rules()
278.1 --- a/squirrelmail-vkeyboard/receipt Fri Sep 06 13:34:00 2013 +0300 278.2 +++ b/squirrelmail-vkeyboard/receipt Mon Sep 09 03:32:26 2013 +0300 278.3 @@ -5,13 +5,15 @@ 278.4 CATEGORY="network" 278.5 SHORT_DESC="Virtual keyboard plugin for Web mail." 278.6 MAINTAINER="pascal.bellard@slitaz.org" 278.7 +LICENSE="GPL2" 278.8 SOURCE="vkeyboard" 278.9 TARBALL="$SOURCE-$VERSION.tar.gz" 278.10 WEB_SITE="http://www.squirrelmail.org/" 278.11 -DEPENDS="squirrelmail" 278.12 WGET_URL="${WEB_SITE}plugins/$TARBALL" 278.13 CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php" 278.14 278.15 +DEPENDS="squirrelmail" 278.16 + 278.17 # Rules to configure and make the package. 278.18 compile_rules() 278.19 { 278.20 @@ -23,7 +25,7 @@ 278.21 genpkg_rules() 278.22 { 278.23 mkdir -p $fs/usr/share/squirrelmail/plugins $fs/etc/squirrelmail 278.24 - cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins 278.25 + cp -a $install/$SOURCE $fs/usr/share/squirrelmail/plugins 278.26 mv $fs/usr/share/squirrelmail/plugins/$SOURCE/config.php.sample \ 278.27 $fs/etc/squirrelmail/config-$SOURCE.php 278.28 ln -s /etc/squirrelmail/config-$SOURCE.php \
279.1 --- a/squirrelmail-zh_CN/receipt Fri Sep 06 13:34:00 2013 +0300 279.2 +++ b/squirrelmail-zh_CN/receipt Mon Sep 09 03:32:26 2013 +0300 279.3 @@ -5,9 +5,11 @@ 279.4 CATEGORY="network" 279.5 SHORT_DESC="Locale zh_CN for Web mail." 279.6 MAINTAINER="pascal.bellard@slitaz.org" 279.7 +LICENSE="GPL2" 279.8 WANTED="squirrelmail-locales" 279.9 +WEB_SITE="http://www.squirrelmail.org/" 279.10 + 279.11 DEPENDS="squirrelmail" 279.12 -WEB_SITE="http://www.squirrelmail.org/" 279.13 279.14 # Rules to gen a SliTaz package suitable for Tazpkg. 279.15 genpkg_rules()
280.1 --- a/squirrelmail-zh_TW/receipt Fri Sep 06 13:34:00 2013 +0300 280.2 +++ b/squirrelmail-zh_TW/receipt Mon Sep 09 03:32:26 2013 +0300 280.3 @@ -5,9 +5,11 @@ 280.4 CATEGORY="network" 280.5 SHORT_DESC="Locale zh_TW for Web mail." 280.6 MAINTAINER="pascal.bellard@slitaz.org" 280.7 +LICENSE="GPL2" 280.8 WANTED="squirrelmail-locales" 280.9 +WEB_SITE="http://www.squirrelmail.org/" 280.10 + 280.11 DEPENDS="squirrelmail" 280.12 -WEB_SITE="http://www.squirrelmail.org/" 280.13 280.14 # Rules to gen a SliTaz package suitable for Tazpkg. 280.15 genpkg_rules()
281.1 --- a/squirrelmail/receipt Fri Sep 06 13:34:00 2013 +0300 281.2 +++ b/squirrelmail/receipt Mon Sep 09 03:32:26 2013 +0300 281.3 @@ -5,11 +5,13 @@ 281.4 CATEGORY="network" 281.5 SHORT_DESC="Web mail." 281.6 MAINTAINER="pascal.bellard@slitaz.org" 281.7 +LICENSE="GPL2" 281.8 TARBALL="$PACKAGE-webmail-$VERSION.tar.bz2" 281.9 WEB_SITE="http://www.squirrelmail.org/" 281.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 281.11 +CONFIG_FILES="/etc/squirrelmail/config.php /etc/squirrelmail/config_local.php" 281.12 + 281.13 DEPENDS="php" 281.14 -CONFIG_FILES="/etc/squirrelmail/config.php /etc/squirrelmail/config_local.php" 281.15 281.16 # Rules to gen a SliTaz package suitable for Tazpkg. 281.17 genpkg_rules()
282.1 --- a/tea/receipt Fri Sep 06 13:34:00 2013 +0300 282.2 +++ b/tea/receipt Mon Sep 09 03:32:26 2013 +0300 282.3 @@ -5,7 +5,7 @@ 282.4 CATEGORY="development" 282.5 SHORT_DESC="Tead text editor using QT." 282.6 MAINTAINER="pankso@slitaz.org" 282.7 -LICENCE="GPL3" 282.8 +LICENSE="GPL3" 282.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 282.10 WEB_SITE="http://tea-editor.sourceforge.net/" 282.11 WGET_URL="http://semiletov.org/tea-releases/$TARBALL"
283.1 --- a/threaded-samba-scanner/receipt Fri Sep 06 13:34:00 2013 +0300 283.2 +++ b/threaded-samba-scanner/receipt Mon Sep 09 03:32:26 2013 +0300 283.3 @@ -5,7 +5,7 @@ 283.4 CATEGORY="network" 283.5 SHORT_DESC="A very fast samba scanner." 283.6 MAINTAINER="pascal.bellard@slitaz.org" 283.7 -LICENCE="GPL3" 283.8 +LICENSE="GPL3" 283.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 283.10 WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" 283.11 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
284.1 --- a/turnserver/receipt Fri Sep 06 13:34:00 2013 +0300 284.2 +++ b/turnserver/receipt Mon Sep 09 03:32:26 2013 +0300 284.3 @@ -5,7 +5,7 @@ 284.4 CATEGORY="network" 284.5 SHORT_DESC="open-source TURN server implementation." 284.6 MAINTAINER="pascal.bellard@slitaz.org" 284.7 -LICENCE="GPL3" 284.8 +LICENSE="GPL3" 284.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 284.10 WEB_SITE="http://turnserver.sourceforge.net/" 284.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
285.1 --- a/udevil/receipt Fri Sep 06 13:34:00 2013 +0300 285.2 +++ b/udevil/receipt Mon Sep 09 03:32:26 2013 +0300 285.3 @@ -5,7 +5,7 @@ 285.4 CATEGORY="system-tools" 285.5 SHORT_DESC="Fast and light devices manager." 285.6 MAINTAINER="pankso@slitaz.org" 285.7 -LICENCE="GPL3" 285.8 +LICENSE="GPL3" 285.9 TARBALL="$PACKAGE-$VERSION.tar.xz" 285.10 WEB_SITE="http://ignorantguru.github.com/udevil/" 285.11 WGET_URL="https://raw.github.com/IgnorantGuru/udevil/master/packages/$VERSION/$TARBALL"
286.1 --- a/units/receipt Fri Sep 06 13:34:00 2013 +0300 286.2 +++ b/units/receipt Mon Sep 09 03:32:26 2013 +0300 286.3 @@ -5,7 +5,7 @@ 286.4 CATEGORY="utilities" 286.5 SHORT_DESC="Units converter." 286.6 MAINTAINER="paul@slitaz.org" 286.7 -LICENCE="GPL3" 286.8 +LICENSE="GPL3" 286.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 286.10 WEB_SITE="http://www.gnu.org" 286.11 WGET_URL="http://ftp.gnu.org/gnu/units/$TARBALL"
287.1 --- a/util-linux-blkid-dev/receipt Fri Sep 06 13:34:00 2013 +0300 287.2 +++ b/util-linux-blkid-dev/receipt Mon Sep 09 03:32:26 2013 +0300 287.3 @@ -5,7 +5,7 @@ 287.4 CATEGORY="development" 287.5 SHORT_DESC="The blkid devel files from Util linux NG." 287.6 MAINTAINER="pankso@slitaz.org" 287.7 -LICENCE="GPL2" 287.8 +LICENSE="GPL2" 287.9 WANTED="util-linux" 287.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 287.11 HOST_ARCH="i486 arm"
288.1 --- a/util-linux-blkid/receipt Fri Sep 06 13:34:00 2013 +0300 288.2 +++ b/util-linux-blkid/receipt Mon Sep 09 03:32:26 2013 +0300 288.3 @@ -5,7 +5,7 @@ 288.4 CATEGORY="base-system" 288.5 SHORT_DESC="The blkid utility and library from Util linux NG." 288.6 MAINTAINER="pankso@slitaz.org" 288.7 -LICENCE="GPL2" 288.8 +LICENSE="GPL2" 288.9 WANTED="util-linux" 288.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 288.11 HOST_ARCH="i486 arm"
289.1 --- a/util-linux-blockdev/receipt Fri Sep 06 13:34:00 2013 +0300 289.2 +++ b/util-linux-blockdev/receipt Mon Sep 09 03:32:26 2013 +0300 289.3 @@ -5,7 +5,7 @@ 289.4 CATEGORY="base-system" 289.5 SHORT_DESC="The blockdev utility from Util linux NG." 289.6 MAINTAINER="devel@slitaz.org" 289.7 -LICENCE="GPL2" 289.8 +LICENSE="GPL2" 289.9 WANTED="util-linux" 289.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 289.11
290.1 --- a/util-linux-cfdisk/receipt Fri Sep 06 13:34:00 2013 +0300 290.2 +++ b/util-linux-cfdisk/receipt Mon Sep 09 03:32:26 2013 +0300 290.3 @@ -5,7 +5,7 @@ 290.4 CATEGORY="system-tools" 290.5 SHORT_DESC="The cfdisk utility from Util linux NG." 290.6 MAINTAINER="pankso@slitaz.org" 290.7 -LICENCE="GPL2" 290.8 +LICENSE="GPL2" 290.9 WANTED="util-linux" 290.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 290.11 HOST_ARCH="i486 arm"
291.1 --- a/util-linux-cramfs/receipt Fri Sep 06 13:34:00 2013 +0300 291.2 +++ b/util-linux-cramfs/receipt Mon Sep 09 03:32:26 2013 +0300 291.3 @@ -5,7 +5,7 @@ 291.4 CATEGORY="system-tools" 291.5 SHORT_DESC="The cramfs utilities from Util linux NG." 291.6 MAINTAINER="pankso@slitaz.org" 291.7 -LICENCE="GPL2" 291.8 +LICENSE="GPL2" 291.9 WANTED="util-linux" 291.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 291.11
292.1 --- a/util-linux-flock/receipt Fri Sep 06 13:34:00 2013 +0300 292.2 +++ b/util-linux-flock/receipt Mon Sep 09 03:32:26 2013 +0300 292.3 @@ -5,7 +5,7 @@ 292.4 CATEGORY="base-system" 292.5 SHORT_DESC="The flock utility from Util linux NG." 292.6 MAINTAINER="liupeng <hipeng@yahoo.com>" 292.7 -LICENCE="GPL2" 292.8 +LICENSE="GPL2" 292.9 WANTED="util-linux" 292.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 292.11
293.1 --- a/util-linux-getopt/receipt Fri Sep 06 13:34:00 2013 +0300 293.2 +++ b/util-linux-getopt/receipt Mon Sep 09 03:32:26 2013 +0300 293.3 @@ -5,7 +5,7 @@ 293.4 CATEGORY="base-system" 293.5 SHORT_DESC="The getopt utility from Util linux NG." 293.6 MAINTAINER="pankso@slitaz.org" 293.7 -LICENCE="GPL2" 293.8 +LICENSE="GPL2" 293.9 WANTED="util-linux" 293.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 293.11
294.1 --- a/util-linux-minix/receipt Fri Sep 06 13:34:00 2013 +0300 294.2 +++ b/util-linux-minix/receipt Mon Sep 09 03:32:26 2013 +0300 294.3 @@ -5,7 +5,7 @@ 294.4 CATEGORY="system-tools" 294.5 SHORT_DESC="The minix utilities from Util linux NG." 294.6 MAINTAINER="pankso@slitaz.org" 294.7 -LICENCE="GPL2" 294.8 +LICENSE="GPL2" 294.9 WANTED="util-linux" 294.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 294.11
295.1 --- a/util-linux-mkfs/receipt Fri Sep 06 13:34:00 2013 +0300 295.2 +++ b/util-linux-mkfs/receipt Mon Sep 09 03:32:26 2013 +0300 295.3 @@ -5,7 +5,7 @@ 295.4 CATEGORY="base-system" 295.5 SHORT_DESC="The mkfs utility and library from Util linux." 295.6 MAINTAINER="pankso@slitaz.org" 295.7 -LICENCE="GPL2" 295.8 +LICENSE="GPL2" 295.9 WEB_SITE="http://kernel.org/~kzak/util-linux/" 295.10 295.11 DEPENDS="glibc-base util-linux-blkid util-linux-uuid zlib"
296.1 --- a/util-linux-mount-dev/receipt Fri Sep 06 13:34:00 2013 +0300 296.2 +++ b/util-linux-mount-dev/receipt Mon Sep 09 03:32:26 2013 +0300 296.3 @@ -5,7 +5,7 @@ 296.4 CATEGORY="base-system" 296.5 SHORT_DESC="Libmount devel files." 296.6 MAINTAINER="pankso@slitaz.org" 296.7 -LICENCE="GPL2" 296.8 +LICENSE="GPL2" 296.9 WANTED="util-linux" 296.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 296.11
297.1 --- a/util-linux-mount/receipt Fri Sep 06 13:34:00 2013 +0300 297.2 +++ b/util-linux-mount/receipt Mon Sep 09 03:32:26 2013 +0300 297.3 @@ -5,7 +5,7 @@ 297.4 CATEGORY="base-system" 297.5 SHORT_DESC="The mount utilities and libmount library from Util linux." 297.6 MAINTAINER="pankso@slitaz.org" 297.7 -LICENCE="GPL2" 297.8 +LICENSE="GPL2" 297.9 WANTED="util-linux" 297.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 297.11
298.1 --- a/util-linux-partx/receipt Fri Sep 06 13:34:00 2013 +0300 298.2 +++ b/util-linux-partx/receipt Mon Sep 09 03:32:26 2013 +0300 298.3 @@ -5,7 +5,7 @@ 298.4 CATEGORY="system-tools" 298.5 SHORT_DESC="The partx utilities from Util linux NG (addpart,delpart,partx)." 298.6 MAINTAINER="pankso@slitaz.org" 298.7 -LICENCE="GPL2" 298.8 +LICENSE="GPL2" 298.9 WANTED="util-linux" 298.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 298.11
299.1 --- a/util-linux-setterm/receipt Fri Sep 06 13:34:00 2013 +0300 299.2 +++ b/util-linux-setterm/receipt Mon Sep 09 03:32:26 2013 +0300 299.3 @@ -5,7 +5,7 @@ 299.4 CATEGORY="base-system" 299.5 SHORT_DESC="The setterm utility from Util linux NG." 299.6 MAINTAINER="devel@slitaz.org" 299.7 -LICENCE="GPL2" 299.8 +LICENSE="GPL2" 299.9 WANTED="util-linux" 299.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 299.11
300.1 --- a/util-linux-sfdisk/receipt Fri Sep 06 13:34:00 2013 +0300 300.2 +++ b/util-linux-sfdisk/receipt Mon Sep 09 03:32:26 2013 +0300 300.3 @@ -5,7 +5,7 @@ 300.4 CATEGORY="system-tools" 300.5 SHORT_DESC="The sfdisk utility from Util linux NG." 300.6 MAINTAINER="pankso@slitaz.org" 300.7 -LICENCE="GPL2" 300.8 +LICENSE="GPL2" 300.9 WANTED="util-linux" 300.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 300.11
301.1 --- a/util-linux-uuid-dev/receipt Fri Sep 06 13:34:00 2013 +0300 301.2 +++ b/util-linux-uuid-dev/receipt Mon Sep 09 03:32:26 2013 +0300 301.3 @@ -5,7 +5,7 @@ 301.4 CATEGORY="development" 301.5 SHORT_DESC="The uuid devel files from Util linux NG." 301.6 MAINTAINER="pankso@slitaz.org" 301.7 -LICENCE="GPL2" 301.8 +LICENSE="GPL2" 301.9 WANTED="util-linux" 301.10 WEB_SITE="http://freecode.com/projects/util-linux/" 301.11 HOST_ARCH="i486 arm"
302.1 --- a/util-linux-uuid/receipt Fri Sep 06 13:34:00 2013 +0300 302.2 +++ b/util-linux-uuid/receipt Mon Sep 09 03:32:26 2013 +0300 302.3 @@ -5,7 +5,7 @@ 302.4 CATEGORY="base-system" 302.5 SHORT_DESC="The uuid utility and library from Util linux NG." 302.6 MAINTAINER="pankso@slitaz.org" 302.7 -LICENCE="GPL2" 302.8 +LICENSE="GPL2" 302.9 WANTED="util-linux" 302.10 WEB_SITE="http://freecode.com/projects/util-linux/" 302.11 HOST_ARCH="i486 arm"
303.1 --- a/util-linux-whereis/receipt Fri Sep 06 13:34:00 2013 +0300 303.2 +++ b/util-linux-whereis/receipt Mon Sep 09 03:32:26 2013 +0300 303.3 @@ -5,7 +5,7 @@ 303.4 CATEGORY="base-system" 303.5 SHORT_DESC="The whereis utility and library from Util linux." 303.6 MAINTAINER="pankso@slitaz.org" 303.7 -LICENCE="GPL2" 303.8 +LICENSE="GPL2" 303.9 WEB_SITE="http://kernel.org/~kzak/util-linux/" 303.10 303.11 DEPENDS="glibc-base"
304.1 --- a/viewnior/receipt Fri Sep 06 13:34:00 2013 +0300 304.2 +++ b/viewnior/receipt Mon Sep 09 03:32:26 2013 +0300 304.3 @@ -5,7 +5,7 @@ 304.4 CATEGORY="graphics" 304.5 SHORT_DESC="Light and simple image viewer." 304.6 MAINTAINER="pankso@slitaz.org" 304.7 -LICENCE="GPL3" 304.8 +LICENSE="GPL3" 304.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 304.10 WEB_SITE="http://xsisqox.github.com/Viewnior/" 304.11 WGET_URL="http://cloud.github.com/downloads/xsisqox/Viewnior/$TARBALL"
305.1 --- a/volumeicon/receipt Fri Sep 06 13:34:00 2013 +0300 305.2 +++ b/volumeicon/receipt Mon Sep 09 03:32:26 2013 +0300 305.3 @@ -5,7 +5,7 @@ 305.4 CATEGORY="multimedia" 305.5 SHORT_DESC="Volumeicon is a lightweight volume control in your systray." 305.6 MAINTAINER="claudinei@slitaz.org" 305.7 -LICENCE="GPL3" 305.8 +LICENSE="GPL3" 305.9 WEB_SITE="http://softwarebakery.com/maato/volumeicon.html" 305.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 305.11 WGET_URL="http://softwarebakery.com/maato/files/$PACKAGE/$TARBALL"
306.1 --- a/wavemon/receipt Fri Sep 06 13:34:00 2013 +0300 306.2 +++ b/wavemon/receipt Mon Sep 09 03:32:26 2013 +0300 306.3 @@ -5,7 +5,7 @@ 306.4 CATEGORY="network" 306.5 SHORT_DESC="Wavemon is an ncurses-based monitoring application for wireless network devices." 306.6 MAINTAINER="paul@slitaz.org" 306.7 -LICENCE="GPL3" 306.8 +LICENSE="GPL3" 306.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 306.10 WEB_SITE="http://eden-feed.erg.abdn.ac.uk/wavemon/" 306.11 WGET_URL="http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/$TARBALL"
307.1 --- a/wget/receipt Fri Sep 06 13:34:00 2013 +0300 307.2 +++ b/wget/receipt Mon Sep 09 03:32:26 2013 +0300 307.3 @@ -5,7 +5,7 @@ 307.4 CATEGORY="utilities" 307.5 SHORT_DESC="retrieve files from the web" 307.6 MAINTAINER="sygne@ombres.eu" 307.7 -LICENCE="GPL3" 307.8 +LICENSE="GPL3" 307.9 TARBALL="$PACKAGE-$VERSION.tar.xz" 307.10 WEB_SITE="http://www.gnu.org/software/wget/wget.html" 307.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
308.1 --- a/which/receipt Fri Sep 06 13:34:00 2013 +0300 308.2 +++ b/which/receipt Mon Sep 09 03:32:26 2013 +0300 308.3 @@ -5,7 +5,7 @@ 308.4 CATEGORY="base-system" 308.5 SHORT_DESC="A utility to show the full path of commands" 308.6 MAINTAINER="slaxemulator@gmail.com" 308.7 -LICENCE="GPL3" 308.8 +LICENSE="GPL3" 308.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 308.10 WEB_SITE="http://www.xs4all.nl/~carlo17/which" 308.11 WGET_URL="http://www.xs4all.nl/~carlo17/$PACKAGE/$TARBALL"
309.1 --- a/xfce4-session-dev/receipt Fri Sep 06 13:34:00 2013 +0300 309.2 +++ b/xfce4-session-dev/receipt Mon Sep 09 03:32:26 2013 +0300 309.3 @@ -5,7 +5,7 @@ 309.4 CATEGORY="x-window" 309.5 SHORT_DESC="Xfce session manager dev files" 309.6 MAINTAINER="erjo@slitaz.org" 309.7 -LICENCE="GPL2" 309.8 +LICENSE="GPL2" 309.9 WANTED="xfce4-session" 309.10 WEB_SITE="http://www.xfce.org/" 309.11
310.1 --- a/xfce4-session/receipt Fri Sep 06 13:34:00 2013 +0300 310.2 +++ b/xfce4-session/receipt Mon Sep 09 03:32:26 2013 +0300 310.3 @@ -5,7 +5,7 @@ 310.4 CATEGORY="x-window" 310.5 SHORT_DESC="Xfce session manager" 310.6 MAINTAINER="erjo@slitaz.org" 310.7 -LICENCE="GPL2" 310.8 +LICENSE="GPL2" 310.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 310.10 WEB_SITE="http://www.xfce.org/" 310.11 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
311.1 --- a/xfconf-dev/receipt Fri Sep 06 13:34:00 2013 +0300 311.2 +++ b/xfconf-dev/receipt Mon Sep 09 03:32:26 2013 +0300 311.3 @@ -5,7 +5,7 @@ 311.4 CATEGORY="development" 311.5 SHORT_DESC="Xfce Configuration Utility dev files" 311.6 MAINTAINER="erjo@slitaz.org" 311.7 -LICENCE="GPL2" 311.8 +LICENSE="GPL2" 311.9 WANTED="xfconf" 311.10 WEB_SITE="http://www.xfce.org" 311.11
312.1 --- a/yasm-dev/receipt Fri Sep 06 13:34:00 2013 +0300 312.2 +++ b/yasm-dev/receipt Mon Sep 09 03:32:26 2013 +0300 312.3 @@ -5,14 +5,16 @@ 312.4 CATEGORY="development" 312.5 SHORT_DESC="yasm devel library." 312.6 MAINTAINER="jozee@slitaz.org" 312.7 -DEPENDS="yasm" 312.8 +LICENSE="BSD GPL2 LGPL2" 312.9 WANTED="yasm" 312.10 WEB_SITE="http://www.tortall.net/projects/yasm/" 312.11 312.12 +DEPENDS="yasm" 312.13 + 312.14 # Rules to gen a SliTaz package suitable for Tazpkg. 312.15 genpkg_rules() 312.16 { 312.17 mkdir -p $fs/usr 312.18 - cp -a $_pkg/usr/include $fs/usr 312.19 - cp -a $_pkg/usr/lib $fs/usr 312.20 + cp -a $install/usr/include $fs/usr 312.21 + cp -a $install/usr/lib $fs/usr 312.22 }
313.1 --- a/yasm/receipt Fri Sep 06 13:34:00 2013 +0300 313.2 +++ b/yasm/receipt Mon Sep 09 03:32:26 2013 +0300 313.3 @@ -4,12 +4,14 @@ 313.4 VERSION="1.2.0" 313.5 CATEGORY="development" 313.6 MAINTAINER="jozee@slitaz.org" 313.7 +LICENSE="BSD GPL2 LGPL2" 313.8 SHORT_DESC="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)" 313.9 -DEPENDS="glibc-base" 313.10 WEB_SITE="http://www.tortall.net/projects/yasm/" 313.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 313.12 WGET_URL="$WEB_SITE/releases/$TARBALL" 313.13 313.14 +DEPENDS="glibc-base" 313.15 + 313.16 # Rules to configure and make the package. 313.17 compile_rules() 313.18 { 313.19 @@ -23,6 +25,5 @@ 313.20 genpkg_rules() 313.21 { 313.22 mkdir -p $fs/usr 313.23 - cp -a $_pkg/usr/bin $fs/usr 313.24 - 313.25 + cp -a $install/usr/bin $fs/usr 313.26 }
314.1 --- a/zim/receipt Fri Sep 06 13:34:00 2013 +0300 314.2 +++ b/zim/receipt Mon Sep 09 03:32:26 2013 +0300 314.3 @@ -5,13 +5,15 @@ 314.4 CATEGORY="utilities" 314.5 SHORT_DESC="A desktop wiki." 314.6 MAINTAINER="gokhlayeh@slitaz.org" 314.7 -DEPENDS="python pygtk pygobject python-simplejson python-xdg desktop-file-utils shared-mime-info xdg-utils" 314.8 -BUILD_DEPENDS="$DEPENDS pycairo-dev pygobject-dev pygtk-dev python-dev" 314.9 +LICENSE="GPL2" 314.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 314.11 WEB_SITE="http://zim-wiki.org/" 314.12 WGET_URL="http://zim-wiki.org/downloads/$TARBALL" 314.13 TAGS="wiki notebook" 314.14 314.15 +DEPENDS="python pygtk pygobject python-simplejson python-xdg desktop-file-utils shared-mime-info xdg-utils" 314.16 +BUILD_DEPENDS="$DEPENDS pycairo-dev pygobject-dev pygtk-dev python-dev" 314.17 + 314.18 # Rules to configure and make the package. 314.19 compile_rules() 314.20 { 314.21 @@ -23,7 +25,7 @@ 314.22 genpkg_rules() 314.23 { 314.24 mkdir -p $fs/usr 314.25 - cp -a $_pkg/usr $fs 314.26 + cp -a $install/usr $fs 314.27 } 314.28 314.29 post_install()
315.1 --- a/zsnes/receipt Fri Sep 06 13:34:00 2013 +0300 315.2 +++ b/zsnes/receipt Mon Sep 09 03:32:26 2013 +0300 315.3 @@ -4,6 +4,7 @@ 315.4 VERSION="1.51" 315.5 CATEGORY="games" 315.6 MAINTAINER="slaxemulator@gmail.com" 315.7 +LICENSE="GPL2" 315.8 SHORT_DESC="Super Nintendo emulator" 315.9 WEB_SITE="http://www.zsnes.com/" 315.10 TARBALL="zsnes151src.tar.bz2"