wok-next rev 15201
Add some licenses
line diff
1.1 --- a/Geomyidae/receipt Sat Sep 07 16:41:44 2013 +0000 1.2 +++ b/Geomyidae/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 2.2 +++ b/ORBit2-dev/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 3.2 +++ b/PyQt-x11-gpl/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 4.2 +++ b/adminer/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 5.2 +++ b/aescrypt/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 6.2 +++ b/afio/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 7.2 +++ b/aircrack-ng-oui/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 8.2 +++ b/aircrack-ng-scripts/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 9.2 +++ b/aircrack-ng/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 10.2 +++ b/airoscript-ng/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 11.2 +++ b/ajaxterm/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 12.2 +++ b/alsa-tools-ac3dec/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 13.2 +++ b/alsa-tools-echomixer/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 14.2 +++ b/alsa-tools-envy24control/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 15.2 +++ b/alsa-tools-hdsp/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 16.2 +++ b/alsa-tools-hwmixvolume/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 17.2 +++ b/alsa-tools-rmedigicontrol/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 18.2 +++ b/alsa-tools/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 19.2 +++ b/amsn/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 20.2 +++ b/amule/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 21.2 +++ b/androguard/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 22.2 +++ b/arora/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 23.2 +++ b/arping/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 24.2 +++ b/asciiquarium/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 25.2 +++ b/aspell-dev/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 26.2 +++ b/aspell/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 27.2 +++ b/assaultcube-data/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 28.2 +++ b/assaultcube/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 29.2 +++ b/asterisk-addons/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 30.2 +++ b/asterisk-sound-fr/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 31.2 +++ b/asterisk-sound/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 32.2 +++ b/atftp/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 33.2 +++ b/atftpd/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 34.2 +++ b/audacity/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 35.2 +++ b/avant-window-navigator-dev/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 36.2 +++ b/awstats-hotspot/receipt Sat Sep 07 18:25:02 2013 +0000 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 Sat Sep 07 16:41:44 2013 +0000 37.2 +++ b/awstats/receipt Sat Sep 07 18:25:02 2013 +0000 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/bash/receipt Sat Sep 07 16:41:44 2013 +0000 38.2 +++ b/bash/receipt Sat Sep 07 18:25:02 2013 +0000 38.3 @@ -5,7 +5,7 @@ 38.4 CATEGORY="system-tools" 38.5 SHORT_DESC="The GNU bourne SHell." 38.6 MAINTAINER="pankso@slitaz.org" 38.7 -LICENCE="GPL3" 38.8 +LICENSE="GPL3" 38.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 38.10 WEB_SITE="http://www.gnu.org/software/bash/" 38.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
39.1 --- a/bison/receipt Sat Sep 07 16:41:44 2013 +0000 39.2 +++ b/bison/receipt Sat Sep 07 18:25:02 2013 +0000 39.3 @@ -5,7 +5,7 @@ 39.4 CATEGORY="development" 39.5 SHORT_DESC="GNU parser generator." 39.6 MAINTAINER="pankso@slitaz.org" 39.7 -LICENCE="GPL3" 39.8 +LICENSE="GPL3" 39.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 39.10 WEB_SITE="http://www.gnu.org/software/bison/" 39.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
40.1 --- a/bleachbit/receipt Sat Sep 07 16:41:44 2013 +0000 40.2 +++ b/bleachbit/receipt Sat Sep 07 18:25:02 2013 +0000 40.3 @@ -5,7 +5,7 @@ 40.4 CATEGORY="system-tools" 40.5 SHORT_DESC="Deletes unneeded files to free disk space and maintain privacy" 40.6 MAINTAINER="devl547@gmail.com" 40.7 -LICENCE="GPL3" 40.8 +LICENSE="GPL3" 40.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 40.10 WEB_SITE="http://bleachbit.sourceforge.net/" 40.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
41.1 --- a/bluefish/receipt Sat Sep 07 16:41:44 2013 +0000 41.2 +++ b/bluefish/receipt Sat Sep 07 18:25:02 2013 +0000 41.3 @@ -5,7 +5,7 @@ 41.4 CATEGORY="development" 41.5 SHORT_DESC="A powerful editor" 41.6 MAINTAINER="erjo@slitaz.org" 41.7 -LICENCE="GPL3" 41.8 +LICENSE="GPL3" 41.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 41.10 WEB_SITE="http://bluefish.openoffice.nl/index.html" 41.11 WGET_URL="http://www.bennewitz.com/bluefish/stable/source/${TARBALL}"
42.1 --- a/blueman/receipt Sat Sep 07 16:41:44 2013 +0000 42.2 +++ b/blueman/receipt Sat Sep 07 18:25:02 2013 +0000 42.3 @@ -5,7 +5,7 @@ 42.4 CATEGORY="system-tools" 42.5 SHORT_DESC="Easy to use GTK+ Bluetooth Manager." 42.6 MAINTAINER="pankso@slitaz.org" 42.7 -LICENCE="GPL3" 42.8 +LICENSE="GPL3" 42.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 42.10 WEB_SITE="http://blueman-project.org/" 42.11 WGET_URL="http://download.tuxfamily.org/blueman/$TARBALL"
43.1 --- a/boinc-dev/receipt Sat Sep 07 16:41:44 2013 +0000 43.2 +++ b/boinc-dev/receipt Sat Sep 07 18:25:02 2013 +0000 43.3 @@ -5,7 +5,7 @@ 43.4 CATEGORY="development" 43.5 SHORT_DESC="BOINC devel files." 43.6 MAINTAINER="pankso@slitaz.org" 43.7 -LICENCE="GPL3" 43.8 +LICENSE="GPL3" 43.9 WANTED="$DEPENDS" 43.10 WEB_SITE="http://boinc.berkeley.edu/" 43.11
44.1 --- a/boinc/receipt Sat Sep 07 16:41:44 2013 +0000 44.2 +++ b/boinc/receipt Sat Sep 07 18:25:02 2013 +0000 44.3 @@ -6,7 +6,7 @@ 44.4 CATEGORY="network" 44.5 SHORT_DESC="Open-source software for volunteer computing and grid computing." 44.6 MAINTAINER="pankso@slitaz.org" 44.7 -LICENCE="GPL3" 44.8 +LICENSE="GPL3" 44.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 44.10 WEB_SITE="http://boinc.berkeley.edu/" 44.11 WGET_URL="svn|http://boinc.berkeley.edu/svn/tags/boinc_core_release_${SVN_TAG}"
45.1 --- a/cbrpager/receipt Sat Sep 07 16:41:44 2013 +0000 45.2 +++ b/cbrpager/receipt Sat Sep 07 18:25:02 2013 +0000 45.3 @@ -5,7 +5,7 @@ 45.4 CATEGORY="graphics" 45.5 SHORT_DESC="Viewer for CBR, CBZ and CB7 (comic book archive) files" 45.6 MAINTAINER="al.bobylev@gmail.com" 45.7 -LICENCE="GPL3" 45.8 +LICENSE="GPL3" 45.9 WEB_SITE="http://jcoppens.com/soft/cbrpager/index.en.php" 45.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 45.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
46.1 --- a/compiz-libcompizconfig-dev/receipt Sat Sep 07 16:41:44 2013 +0000 46.2 +++ b/compiz-libcompizconfig-dev/receipt Sat Sep 07 18:25:02 2013 +0000 46.3 @@ -5,7 +5,7 @@ 46.4 CATEGORY="development" 46.5 SHORT_DESC="Compiz libcompizconfig devel files." 46.6 MAINTAINER="pankso@slitaz.org" 46.7 -LICENCE="GPL2" 46.8 +LICENSE="GPL2" 46.9 WANTED="compiz-libcompizconfig" 46.10 WEB_SITE="http://www.compiz.org/" 46.11
47.1 --- a/gajim/receipt Sat Sep 07 16:41:44 2013 +0000 47.2 +++ b/gajim/receipt Sat Sep 07 18:25:02 2013 +0000 47.3 @@ -5,7 +5,7 @@ 47.4 CATEGORY="network" 47.5 SHORT_DESC="Gtk Jabber client." 47.6 MAINTAINER="rocky@slitaz.org" 47.7 -LICENCE="GPL3" 47.8 +LICENSE="GPL3" 47.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 47.10 WEB_SITE="http://www.gajim.org/" 47.11 WGET_URL="http://www.gajim.org/downloads/${VERSION%.*}/$TARBALL"
48.1 --- a/gaupol/receipt Sat Sep 07 16:41:44 2013 +0000 48.2 +++ b/gaupol/receipt Sat Sep 07 18:25:02 2013 +0000 48.3 @@ -5,7 +5,7 @@ 48.4 CATEGORY="multimedia" 48.5 SHORT_DESC="Gaupol is an editor for text-based subtitle files." 48.6 MAINTAINER="claudinei@slitaz.org" 48.7 -LICENCE="GPL3" 48.8 +LICENSE="GPL3" 48.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 48.10 WEB_SITE="http://home.gna.org/gaupol" 48.11 WGET_URL="http://download.gna.org/$PACKAGE/$VERSION/$TARBALL"
49.1 --- a/gavl-dev/receipt Sat Sep 07 16:41:44 2013 +0000 49.2 +++ b/gavl-dev/receipt Sat Sep 07 18:25:02 2013 +0000 49.3 @@ -4,7 +4,7 @@ 49.4 VERSION="1.4.0" 49.5 CATEGORY="development" 49.6 MAINTAINER="jozee@slitaz.org" 49.7 -LICENCE="GPL3" 49.8 +LICENSE="GPL3" 49.9 SHORT_DESC="gavl devel files" 49.10 WEB_SITE="http://gmerlin.sourceforge.net/" 49.11 WANTED="gavl"
50.1 --- a/gavl/receipt Sat Sep 07 16:41:44 2013 +0000 50.2 +++ b/gavl/receipt Sat Sep 07 18:25:02 2013 +0000 50.3 @@ -4,7 +4,7 @@ 50.4 VERSION="1.4.0" 50.5 CATEGORY="multimedia" 50.6 MAINTAINER="jozee@slitaz.org" 50.7 -LICENCE="GPL3" 50.8 +LICENSE="GPL3" 50.9 SHORT_DESC="A low level library, upon which multimedia APIs can be built." 50.10 WEB_SITE="http://gmerlin.sourceforge.net/" 50.11 TARBALL="$PACKAGE-$VERSION.tar.gz"
51.1 --- a/gawk/receipt Sat Sep 07 16:41:44 2013 +0000 51.2 +++ b/gawk/receipt Sat Sep 07 18:25:02 2013 +0000 51.3 @@ -5,7 +5,7 @@ 51.4 CATEGORY="development" 51.5 SHORT_DESC="GNU awk to handle simple data-reformatting." 51.6 MAINTAINER="pankso@slitaz.org" 51.7 -LICENCE="GPL3" 51.8 +LICENSE="GPL3" 51.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 51.10 WEB_SITE="http://www.gnu.org/software/gawk/" 51.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
52.1 --- a/gcc-lib-base/receipt Sat Sep 07 16:41:44 2013 +0000 52.2 +++ b/gcc-lib-base/receipt Sat Sep 07 18:25:02 2013 +0000 52.3 @@ -6,7 +6,7 @@ 52.4 SHORT_DESC="GCC base libraries, libgcc_s and libstdc++." 52.5 WEB_SITE="http://gcc.gnu.org/" 52.6 MAINTAINER="pankso@slitaz.org" 52.7 -LICENCE="GPL2" 52.8 +LICENSE="GPL2" 52.9 WANTED="gcc" 52.10 HOST_ARCH="i486 arm" 52.11
53.1 --- a/gdb-dev/receipt Sat Sep 07 16:41:44 2013 +0000 53.2 +++ b/gdb-dev/receipt Sat Sep 07 18:25:02 2013 +0000 53.3 @@ -5,7 +5,7 @@ 53.4 CATEGORY="development" 53.5 SHORT_DESC="The GNU Project Debugger dev files." 53.6 MAINTAINER="erjo@slitaz.org" 53.7 -LICENCE="GPL2" 53.8 +LICENSE="GPL2" 53.9 DEPENDS="gdb" 53.10 WANTED="gdb" 53.11 WEB_SITE="http://www.gnu.org/software/gdb/"
54.1 --- a/geeqie/receipt Sat Sep 07 16:41:44 2013 +0000 54.2 +++ b/geeqie/receipt Sat Sep 07 18:25:02 2013 +0000 54.3 @@ -5,7 +5,7 @@ 54.4 CATEGORY="utilities" 54.5 SHORT_DESC="Application designed to test GTK+ performance." 54.6 MAINTAINER="devl547@gmail.com" 54.7 -LICENCE="GPL2" 54.8 +LICENSE="GPL2" 54.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 54.10 WEB_SITE="http://geeqie.sourceforge.net/" 54.11 WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL"
55.1 --- a/gfortran/receipt Sat Sep 07 16:41:44 2013 +0000 55.2 +++ b/gfortran/receipt Sat Sep 07 18:25:02 2013 +0000 55.3 @@ -6,7 +6,7 @@ 55.4 SHORT_DESC="GCC fortran extension." 55.5 WEB_SITE="http://gcc.gnu.org/" 55.6 MAINTAINER="pascal.bellard@slitaz.org" 55.7 -LICENCE="GPL2" 55.8 +LICENSE="GPL2" 55.9 DEPENDS="gcc libgfortran" 55.10 WANTED="gcc" 55.11 TAGS="compiler fortran"
56.1 --- a/giac/receipt Sat Sep 07 16:41:44 2013 +0000 56.2 +++ b/giac/receipt Sat Sep 07 18:25:02 2013 +0000 56.3 @@ -5,7 +5,7 @@ 56.4 CATEGORY="misc" 56.5 SHORT_DESC="Giac/Xcas is a free computer algebra system" 56.6 MAINTAINER="al.bobylev@gmail.com" 56.7 -LICENCE="GPL3" 56.8 +LICENSE="GPL3" 56.9 WEB_SITE="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html" 56.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 56.11 WGET_URL="http://www-fourier.ujf-grenoble.fr/~parisse/giac/giac_frozen.tgz"
57.1 --- a/gimp-brushes/receipt Sat Sep 07 16:41:44 2013 +0000 57.2 +++ b/gimp-brushes/receipt Sat Sep 07 18:25:02 2013 +0000 57.3 @@ -5,7 +5,7 @@ 57.4 CATEGORY="graphics" 57.5 SHORT_DESC="Gimp brushes set." 57.6 MAINTAINER="pankso@slitaz.org" 57.7 -LICENCE="GPL3" 57.8 +LICENSE="GPL3" 57.9 WANTED="gimp" 57.10 WEB_SITE="http://www.gimp.org/" 57.11
58.1 --- a/gimp-console/receipt Sat Sep 07 16:41:44 2013 +0000 58.2 +++ b/gimp-console/receipt Sat Sep 07 18:25:02 2013 +0000 58.3 @@ -5,7 +5,7 @@ 58.4 CATEGORY="graphics" 58.5 SHORT_DESC="The GIMP console." 58.6 MAINTAINER="pankso@slitaz.org" 58.7 -LICENCE="GPL3" 58.8 +LICENSE="GPL3" 58.9 WANTED="gimp" 58.10 WEB_SITE="http://www.gimp.org/" 58.11
59.1 --- a/gimp-dev/receipt Sat Sep 07 16:41:44 2013 +0000 59.2 +++ b/gimp-dev/receipt Sat Sep 07 18:25:02 2013 +0000 59.3 @@ -5,7 +5,7 @@ 59.4 CATEGORY="development" 59.5 SHORT_DESC="Gnu Image Manipulation Program or GIMP devel files." 59.6 MAINTAINER="pankso@slitaz.org" 59.7 -LICENCE="GPL3" 59.8 +LICENSE="GPL3" 59.9 WANTED="gimp" 59.10 WEB_SITE="http://www.gimp.org/" 59.11
60.1 --- a/gimp-plug-ins/receipt Sat Sep 07 16:41:44 2013 +0000 60.2 +++ b/gimp-plug-ins/receipt Sat Sep 07 18:25:02 2013 +0000 60.3 @@ -5,7 +5,7 @@ 60.4 CATEGORY="graphics" 60.5 SHORT_DESC="The GIMP image editor plug-ins suite for advanced users." 60.6 MAINTAINER="pankso@slitaz.org" 60.7 -LICENCE="GPL3" 60.8 +LICENSE="GPL3" 60.9 WANTED="gimp" 60.10 WEB_SITE="http://www.gimp.org/" 60.11
61.1 --- a/gimp/receipt Sat Sep 07 16:41:44 2013 +0000 61.2 +++ b/gimp/receipt Sat Sep 07 18:25:02 2013 +0000 61.3 @@ -5,7 +5,7 @@ 61.4 CATEGORY="graphics" 61.5 SHORT_DESC="Gnu Image Manipulation Program or GIMP!" 61.6 MAINTAINER="pankso@slitaz.org" 61.7 -LICENCE="GPL3" 61.8 +LICENSE="GPL3" 61.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 61.10 WEB_SITE="http://www.gimp.org/" 61.11 WGET_URL="ftp://ftp.gimp.org/pub/gimp/v2.8/$TARBALL"
62.1 --- a/gmerlin/receipt Sat Sep 07 16:41:44 2013 +0000 62.2 +++ b/gmerlin/receipt Sat Sep 07 18:25:02 2013 +0000 62.3 @@ -5,7 +5,7 @@ 62.4 CATEGORY="multimedia" 62.5 SHORT_DESC="Gmerlin is a multimedia architecture for linux." 62.6 MAINTAINER="pankso@slitaz.org" 62.7 -LICENCE="GPL3" 62.8 +LICENSE="GPL3" 62.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 62.10 WEB_SITE="http://gmerlin.sourceforge.net/" 62.11 WGET_URL="$SF_MIRROR/project/gmerlin/gmerlin/$VERSION/$TARBALL"
63.1 --- a/gmp-dev/receipt Sat Sep 07 16:41:44 2013 +0000 63.2 +++ b/gmp-dev/receipt Sat Sep 07 18:25:02 2013 +0000 63.3 @@ -5,7 +5,7 @@ 63.4 CATEGORY="development" 63.5 SHORT_DESC="GNU Multiple Precision Arithmetic devel files." 63.6 MAINTAINER="pankso@slitaz.org" 63.7 -LICENCE="GPL3" 63.8 +LICENSE="GPL3" 63.9 WANTED="gmp" 63.10 WEB_SITE="http://gmplib.org/" 63.11
64.1 --- a/gmp/receipt Sat Sep 07 16:41:44 2013 +0000 64.2 +++ b/gmp/receipt Sat Sep 07 18:25:02 2013 +0000 64.3 @@ -5,7 +5,7 @@ 64.4 CATEGORY="development" 64.5 SHORT_DESC="GNU Multiple Precision Arithmetic Library." 64.6 MAINTAINER="pankso@slitaz.org" 64.7 -LICENCE="GPL3" 64.8 +LICENSE="GPL3" 64.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 64.10 WEB_SITE="http://gmplib.org/" 64.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
65.1 --- a/gnome-commander-i18n/receipt Sat Sep 07 16:41:44 2013 +0000 65.2 +++ b/gnome-commander-i18n/receipt Sat Sep 07 18:25:02 2013 +0000 65.3 @@ -5,7 +5,7 @@ 65.4 CATEGORY="utilities" 65.5 SHORT_DESC="Language files for Gnome Commander" 65.6 MAINTAINER="al.bobylev@gmail.com" 65.7 -LICENCE="GPL2" 65.8 +LICENSE="GPL2" 65.9 WEB_SITE="http://www.nongnu.org/gcmd/" 65.10 WANTED="gnome-commander" 65.11
66.1 --- a/gutenprint-dev/receipt Sat Sep 07 16:41:44 2013 +0000 66.2 +++ b/gutenprint-dev/receipt Sat Sep 07 18:25:02 2013 +0000 66.3 @@ -5,7 +5,7 @@ 66.4 CATEGORY="development" 66.5 SHORT_DESC="Ghostscript devel file" 66.6 MAINTAINER="jozee@slitaz.org" 66.7 -LICENCE="GPL2" 66.8 +LICENSE="GPL2" 66.9 WANTED="gutenprint" 66.10 WEB_SITE="http://gimp-print.sourceforge.net/" 66.11
67.1 --- a/icedtea6-jre/receipt Sat Sep 07 16:41:44 2013 +0000 67.2 +++ b/icedtea6-jre/receipt Sat Sep 07 18:25:02 2013 +0000 67.3 @@ -5,7 +5,7 @@ 67.4 CATEGORY="development" 67.5 SHORT_DESC="A Free Software harness for OpenJDK JRE." 67.6 MAINTAINER="rcx@zoominternet.net" 67.7 -LICENCE="GPL2" 67.8 +LICENSE="GPL2" 67.9 WEB_SITE="http://www.iced-tea.org/" 67.10 WANTED="icedtea6-jdk" 67.11 SOURCE="icedtea6"
68.1 --- a/java-jdk/receipt Sat Sep 07 16:41:44 2013 +0000 68.2 +++ b/java-jdk/receipt Sat Sep 07 18:25:02 2013 +0000 68.3 @@ -5,7 +5,7 @@ 68.4 CATEGORY="development" 68.5 SHORT_DESC="Symlinks for the default Java Development Kit (icedtea6)." 68.6 MAINTAINER="rcx@zoominternet.net" 68.7 -LICENCE="GPL2" 68.8 +LICENSE="GPL2" 68.9 WEB_SITE="http://www.iced-tea.org/" 68.10 WANTED="icedtea6-jdk" 68.11 SOURCE="icedtea6"
69.1 --- a/java-jre/receipt Sat Sep 07 16:41:44 2013 +0000 69.2 +++ b/java-jre/receipt Sat Sep 07 18:25:02 2013 +0000 69.3 @@ -5,7 +5,7 @@ 69.4 CATEGORY="development" 69.5 SHORT_DESC="Symlinks for the default Java Runtime Environment (icedtea6)." 69.6 MAINTAINER="rcx@zoominternet.net" 69.7 -LICENCE="GPL2" 69.8 +LICENSE="GPL2" 69.9 WEB_SITE="http://www.iced-tea.org/" 69.10 WANTED="icedtea6-jdk" 69.11 SOURCE="icedtea6"
70.1 --- a/libbfd/receipt Sat Sep 07 16:41:44 2013 +0000 70.2 +++ b/libbfd/receipt Sat Sep 07 18:25:02 2013 +0000 70.3 @@ -5,7 +5,7 @@ 70.4 CATEGORY="system-tools" 70.5 SHORT_DESC="Binary File Descriptor library" 70.6 MAINTAINER="erjo@slitaz.org" 70.7 -LICENCE="GPL2" 70.8 +LICENSE="GPL2" 70.9 WEB_SITE="http://www.gnu.org/software/binutils/" 70.10 WANTED="binutils" 70.11
71.1 --- a/libgfortran/receipt Sat Sep 07 16:41:44 2013 +0000 71.2 +++ b/libgfortran/receipt Sat Sep 07 18:25:02 2013 +0000 71.3 @@ -6,7 +6,7 @@ 71.4 SHORT_DESC="GCC fortran runtime." 71.5 WEB_SITE="http://gcc.gnu.org/" 71.6 MAINTAINER="pascal.bellard@slitaz.org" 71.7 -LICENCE="GPL2" 71.8 +LICENSE="GPL2" 71.9 WANTED="gcc" 71.10 71.11 # Rules to gen a SliTaz package suitable for Tazpkg.
72.1 --- a/libgomp/receipt Sat Sep 07 16:41:44 2013 +0000 72.2 +++ b/libgomp/receipt Sat Sep 07 18:25:02 2013 +0000 72.3 @@ -5,7 +5,7 @@ 72.4 CATEGORY="development" 72.5 SHORT_DESC="API specification for parallel programming." 72.6 MAINTAINER="pascal.bellard@slitaz.org" 72.7 -LICENCE="GPL2" 72.8 +LICENSE="GPL2" 72.9 WEB_SITE="http://gcc.gnu.org/" 72.10 WANTED="gcc" 72.11
73.1 --- a/libobjc/receipt Sat Sep 07 16:41:44 2013 +0000 73.2 +++ b/libobjc/receipt Sat Sep 07 18:25:02 2013 +0000 73.3 @@ -5,7 +5,7 @@ 73.4 CATEGORY="development" 73.5 SHORT_DESC="API for gcc object" 73.6 MAINTAINER="slaxemulator@gmail.com" 73.7 -LICENCE="GPL2" 73.8 +LICENSE="GPL2" 73.9 WEB_SITE="http://gcc.gnu.org/" 73.10 DEPENDS="gcc-lib-base" 73.11 WANTED="gcc"
74.1 --- a/linapple/receipt Sat Sep 07 16:41:44 2013 +0000 74.2 +++ b/linapple/receipt Sat Sep 07 18:25:02 2013 +0000 74.3 @@ -5,14 +5,16 @@ 74.4 CATEGORY="misc" 74.5 SHORT_DESC="Apple //e emulator." 74.6 MAINTAINER="pascal.bellard@slitaz.org" 74.7 +LICENSE="GPL2" 74.8 TARBALL="$PACKAGE-src_$VERSION.tar.bz2" 74.9 WEB_SITE="http://linapple.sourceforge.net/" 74.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 74.11 -BUILD_DEPENDS="libsdl-dev zlib-dev curl-dev libzip-dev" 74.12 -DEPENDS="gcc-lib-base libsdl zlib curl libzip" 74.13 CONFIG_FILES="/etc/linapple.conf" 74.14 TAGS="emulator apple2" 74.15 74.16 +DEPENDS="gcc-lib-base libsdl zlib curl libzip" 74.17 +BUILD_DEPENDS="libsdl-dev zlib-dev curl-dev libzip-dev" 74.18 + 74.19 # Rules to configure and make the package. 74.20 compile_rules() 74.21 {
75.1 --- a/ntfs-3g-dev/receipt Sat Sep 07 16:41:44 2013 +0000 75.2 +++ b/ntfs-3g-dev/receipt Sat Sep 07 18:25:02 2013 +0000 75.3 @@ -5,7 +5,7 @@ 75.4 CATEGORY="development" 75.5 SHORT_DESC="The free ntfs driver devel files." 75.6 MAINTAINER="pankso@slitaz.org" 75.7 -LICENCE="GPL2" 75.8 +LICENSE="GPL2" 75.9 WANTED="ntfs-3g" 75.10 WEB_SITE="http://www.ntfs-3g.org/" 75.11
76.1 --- a/slitaz-loram-cdrom/receipt Sat Sep 07 16:41:44 2013 +0000 76.2 +++ b/slitaz-loram-cdrom/receipt Sat Sep 07 18:25:02 2013 +0000 76.3 @@ -5,6 +5,7 @@ 76.4 CATEGORY="misc" 76.5 SHORT_DESC="Rules to build low ram system using cdrom." 76.6 MAINTAINER="pascal.bellard@slitaz.org" 76.7 +LICENSE="BSD" 76.8 WEB_SITE="http://www.slitaz.org/" 76.9 DEPENDS="" 76.10
77.1 --- a/slitaz-loram-http/receipt Sat Sep 07 16:41:44 2013 +0000 77.2 +++ b/slitaz-loram-http/receipt Sat Sep 07 18:25:02 2013 +0000 77.3 @@ -5,6 +5,7 @@ 77.4 CATEGORY="misc" 77.5 SHORT_DESC="Rules to build low ram system using http." 77.6 MAINTAINER="pascal.bellard@slitaz.org" 77.7 +LICENSE="BSD" 77.8 WEB_SITE="http://www.slitaz.org/" 77.9 DEPENDS="" 77.10
78.1 --- a/slitaz-loram/receipt Sat Sep 07 16:41:44 2013 +0000 78.2 +++ b/slitaz-loram/receipt Sat Sep 07 18:25:02 2013 +0000 78.3 @@ -5,8 +5,9 @@ 78.4 CATEGORY="misc" 78.5 SHORT_DESC="Rules to build low ram rootfs.gz." 78.6 MAINTAINER="pascal.bellard@slitaz.org" 78.7 +LICENSE="BSD" 78.8 +WEB_SITE="http://www.slitaz.org/" 78.9 DEPENDS="" 78.10 -WEB_SITE="http://www.slitaz.org/" 78.11 78.12 # Rules to gen a SliTaz package suitable for Tazpkg. 78.13 genpkg_rules()
79.1 --- a/tea/receipt Sat Sep 07 16:41:44 2013 +0000 79.2 +++ b/tea/receipt Sat Sep 07 18:25:02 2013 +0000 79.3 @@ -5,7 +5,7 @@ 79.4 CATEGORY="development" 79.5 SHORT_DESC="Tead text editor using QT." 79.6 MAINTAINER="pankso@slitaz.org" 79.7 -LICENCE="GPL3" 79.8 +LICENSE="GPL3" 79.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 79.10 WEB_SITE="http://tea-editor.sourceforge.net/" 79.11 WGET_URL="http://semiletov.org/tea-releases/$TARBALL"
80.1 --- a/threaded-samba-scanner/receipt Sat Sep 07 16:41:44 2013 +0000 80.2 +++ b/threaded-samba-scanner/receipt Sat Sep 07 18:25:02 2013 +0000 80.3 @@ -5,7 +5,7 @@ 80.4 CATEGORY="network" 80.5 SHORT_DESC="A very fast samba scanner." 80.6 MAINTAINER="pascal.bellard@slitaz.org" 80.7 -LICENCE="GPL3" 80.8 +LICENSE="GPL3" 80.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 80.10 WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" 80.11 WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL"
81.1 --- a/turnserver/receipt Sat Sep 07 16:41:44 2013 +0000 81.2 +++ b/turnserver/receipt Sat Sep 07 18:25:02 2013 +0000 81.3 @@ -5,7 +5,7 @@ 81.4 CATEGORY="network" 81.5 SHORT_DESC="open-source TURN server implementation." 81.6 MAINTAINER="pascal.bellard@slitaz.org" 81.7 -LICENCE="GPL3" 81.8 +LICENSE="GPL3" 81.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 81.10 WEB_SITE="http://turnserver.sourceforge.net/" 81.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
82.1 --- a/udevil/receipt Sat Sep 07 16:41:44 2013 +0000 82.2 +++ b/udevil/receipt Sat Sep 07 18:25:02 2013 +0000 82.3 @@ -5,7 +5,7 @@ 82.4 CATEGORY="system-tools" 82.5 SHORT_DESC="Fast and light devices manager." 82.6 MAINTAINER="pankso@slitaz.org" 82.7 -LICENCE="GPL3" 82.8 +LICENSE="GPL3" 82.9 TARBALL="$PACKAGE-$VERSION.tar.xz" 82.10 WEB_SITE="http://ignorantguru.github.com/udevil/" 82.11 WGET_URL="https://raw.github.com/IgnorantGuru/udevil/master/packages/$VERSION/$TARBALL"
83.1 --- a/units/receipt Sat Sep 07 16:41:44 2013 +0000 83.2 +++ b/units/receipt Sat Sep 07 18:25:02 2013 +0000 83.3 @@ -5,7 +5,7 @@ 83.4 CATEGORY="utilities" 83.5 SHORT_DESC="Units converter." 83.6 MAINTAINER="paul@slitaz.org" 83.7 -LICENCE="GPL3" 83.8 +LICENSE="GPL3" 83.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 83.10 WEB_SITE="http://www.gnu.org" 83.11 WGET_URL="http://ftp.gnu.org/gnu/units/$TARBALL"
84.1 --- a/util-linux-blkid-dev/receipt Sat Sep 07 16:41:44 2013 +0000 84.2 +++ b/util-linux-blkid-dev/receipt Sat Sep 07 18:25:02 2013 +0000 84.3 @@ -5,7 +5,7 @@ 84.4 CATEGORY="development" 84.5 SHORT_DESC="The blkid devel files from Util linux NG." 84.6 MAINTAINER="pankso@slitaz.org" 84.7 -LICENCE="GPL2" 84.8 +LICENSE="GPL2" 84.9 WANTED="util-linux" 84.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 84.11 HOST_ARCH="i486 arm"
85.1 --- a/util-linux-blkid/receipt Sat Sep 07 16:41:44 2013 +0000 85.2 +++ b/util-linux-blkid/receipt Sat Sep 07 18:25:02 2013 +0000 85.3 @@ -5,7 +5,7 @@ 85.4 CATEGORY="base-system" 85.5 SHORT_DESC="The blkid utility and library from Util linux NG." 85.6 MAINTAINER="pankso@slitaz.org" 85.7 -LICENCE="GPL2" 85.8 +LICENSE="GPL2" 85.9 WANTED="util-linux" 85.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 85.11 HOST_ARCH="i486 arm"
86.1 --- a/util-linux-blockdev/receipt Sat Sep 07 16:41:44 2013 +0000 86.2 +++ b/util-linux-blockdev/receipt Sat Sep 07 18:25:02 2013 +0000 86.3 @@ -5,7 +5,7 @@ 86.4 CATEGORY="base-system" 86.5 SHORT_DESC="The blockdev utility from Util linux NG." 86.6 MAINTAINER="devel@slitaz.org" 86.7 -LICENCE="GPL2" 86.8 +LICENSE="GPL2" 86.9 WANTED="util-linux" 86.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 86.11
87.1 --- a/util-linux-cfdisk/receipt Sat Sep 07 16:41:44 2013 +0000 87.2 +++ b/util-linux-cfdisk/receipt Sat Sep 07 18:25:02 2013 +0000 87.3 @@ -5,7 +5,7 @@ 87.4 CATEGORY="system-tools" 87.5 SHORT_DESC="The cfdisk utility from Util linux NG." 87.6 MAINTAINER="pankso@slitaz.org" 87.7 -LICENCE="GPL2" 87.8 +LICENSE="GPL2" 87.9 WANTED="util-linux" 87.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 87.11 HOST_ARCH="i486 arm"
88.1 --- a/util-linux-cramfs/receipt Sat Sep 07 16:41:44 2013 +0000 88.2 +++ b/util-linux-cramfs/receipt Sat Sep 07 18:25:02 2013 +0000 88.3 @@ -5,7 +5,7 @@ 88.4 CATEGORY="system-tools" 88.5 SHORT_DESC="The cramfs utilities from Util linux NG." 88.6 MAINTAINER="pankso@slitaz.org" 88.7 -LICENCE="GPL2" 88.8 +LICENSE="GPL2" 88.9 WANTED="util-linux" 88.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 88.11
89.1 --- a/util-linux-flock/receipt Sat Sep 07 16:41:44 2013 +0000 89.2 +++ b/util-linux-flock/receipt Sat Sep 07 18:25:02 2013 +0000 89.3 @@ -5,7 +5,7 @@ 89.4 CATEGORY="base-system" 89.5 SHORT_DESC="The flock utility from Util linux NG." 89.6 MAINTAINER="liupeng <hipeng@yahoo.com>" 89.7 -LICENCE="GPL2" 89.8 +LICENSE="GPL2" 89.9 WANTED="util-linux" 89.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 89.11
90.1 --- a/util-linux-getopt/receipt Sat Sep 07 16:41:44 2013 +0000 90.2 +++ b/util-linux-getopt/receipt Sat Sep 07 18:25:02 2013 +0000 90.3 @@ -5,7 +5,7 @@ 90.4 CATEGORY="base-system" 90.5 SHORT_DESC="The getopt utility from Util linux NG." 90.6 MAINTAINER="pankso@slitaz.org" 90.7 -LICENCE="GPL2" 90.8 +LICENSE="GPL2" 90.9 WANTED="util-linux" 90.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 90.11
91.1 --- a/util-linux-minix/receipt Sat Sep 07 16:41:44 2013 +0000 91.2 +++ b/util-linux-minix/receipt Sat Sep 07 18:25:02 2013 +0000 91.3 @@ -5,7 +5,7 @@ 91.4 CATEGORY="system-tools" 91.5 SHORT_DESC="The minix utilities from Util linux NG." 91.6 MAINTAINER="pankso@slitaz.org" 91.7 -LICENCE="GPL2" 91.8 +LICENSE="GPL2" 91.9 WANTED="util-linux" 91.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 91.11
92.1 --- a/util-linux-mkfs/receipt Sat Sep 07 16:41:44 2013 +0000 92.2 +++ b/util-linux-mkfs/receipt Sat Sep 07 18:25:02 2013 +0000 92.3 @@ -5,7 +5,7 @@ 92.4 CATEGORY="base-system" 92.5 SHORT_DESC="The mkfs utility and library from Util linux." 92.6 MAINTAINER="pankso@slitaz.org" 92.7 -LICENCE="GPL2" 92.8 +LICENSE="GPL2" 92.9 WEB_SITE="http://kernel.org/~kzak/util-linux/" 92.10 92.11 DEPENDS="glibc-base util-linux-blkid util-linux-uuid zlib"
93.1 --- a/util-linux-mount-dev/receipt Sat Sep 07 16:41:44 2013 +0000 93.2 +++ b/util-linux-mount-dev/receipt Sat Sep 07 18:25:02 2013 +0000 93.3 @@ -5,7 +5,7 @@ 93.4 CATEGORY="base-system" 93.5 SHORT_DESC="Libmount devel files." 93.6 MAINTAINER="pankso@slitaz.org" 93.7 -LICENCE="GPL2" 93.8 +LICENSE="GPL2" 93.9 WANTED="util-linux" 93.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 93.11
94.1 --- a/util-linux-mount/receipt Sat Sep 07 16:41:44 2013 +0000 94.2 +++ b/util-linux-mount/receipt Sat Sep 07 18:25:02 2013 +0000 94.3 @@ -5,7 +5,7 @@ 94.4 CATEGORY="base-system" 94.5 SHORT_DESC="The mount utilities and libmount library from Util linux." 94.6 MAINTAINER="pankso@slitaz.org" 94.7 -LICENCE="GPL2" 94.8 +LICENSE="GPL2" 94.9 WANTED="util-linux" 94.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 94.11
95.1 --- a/util-linux-partx/receipt Sat Sep 07 16:41:44 2013 +0000 95.2 +++ b/util-linux-partx/receipt Sat Sep 07 18:25:02 2013 +0000 95.3 @@ -5,7 +5,7 @@ 95.4 CATEGORY="system-tools" 95.5 SHORT_DESC="The partx utilities from Util linux NG (addpart,delpart,partx)." 95.6 MAINTAINER="pankso@slitaz.org" 95.7 -LICENCE="GPL2" 95.8 +LICENSE="GPL2" 95.9 WANTED="util-linux" 95.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 95.11
96.1 --- a/util-linux-setterm/receipt Sat Sep 07 16:41:44 2013 +0000 96.2 +++ b/util-linux-setterm/receipt Sat Sep 07 18:25:02 2013 +0000 96.3 @@ -5,7 +5,7 @@ 96.4 CATEGORY="base-system" 96.5 SHORT_DESC="The setterm utility from Util linux NG." 96.6 MAINTAINER="devel@slitaz.org" 96.7 -LICENCE="GPL2" 96.8 +LICENSE="GPL2" 96.9 WANTED="util-linux" 96.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 96.11
97.1 --- a/util-linux-sfdisk/receipt Sat Sep 07 16:41:44 2013 +0000 97.2 +++ b/util-linux-sfdisk/receipt Sat Sep 07 18:25:02 2013 +0000 97.3 @@ -5,7 +5,7 @@ 97.4 CATEGORY="system-tools" 97.5 SHORT_DESC="The sfdisk utility from Util linux NG." 97.6 MAINTAINER="pankso@slitaz.org" 97.7 -LICENCE="GPL2" 97.8 +LICENSE="GPL2" 97.9 WANTED="util-linux" 97.10 WEB_SITE="http://kernel.org/~kzak/util-linux/" 97.11
98.1 --- a/util-linux-uuid-dev/receipt Sat Sep 07 16:41:44 2013 +0000 98.2 +++ b/util-linux-uuid-dev/receipt Sat Sep 07 18:25:02 2013 +0000 98.3 @@ -5,7 +5,7 @@ 98.4 CATEGORY="development" 98.5 SHORT_DESC="The uuid devel files from Util linux NG." 98.6 MAINTAINER="pankso@slitaz.org" 98.7 -LICENCE="GPL2" 98.8 +LICENSE="GPL2" 98.9 WANTED="util-linux" 98.10 WEB_SITE="http://freecode.com/projects/util-linux/" 98.11 HOST_ARCH="i486 arm"
99.1 --- a/util-linux-uuid/receipt Sat Sep 07 16:41:44 2013 +0000 99.2 +++ b/util-linux-uuid/receipt Sat Sep 07 18:25:02 2013 +0000 99.3 @@ -5,7 +5,7 @@ 99.4 CATEGORY="base-system" 99.5 SHORT_DESC="The uuid utility and library from Util linux NG." 99.6 MAINTAINER="pankso@slitaz.org" 99.7 -LICENCE="GPL2" 99.8 +LICENSE="GPL2" 99.9 WANTED="util-linux" 99.10 WEB_SITE="http://freecode.com/projects/util-linux/" 99.11 HOST_ARCH="i486 arm"
100.1 --- a/util-linux-whereis/receipt Sat Sep 07 16:41:44 2013 +0000 100.2 +++ b/util-linux-whereis/receipt Sat Sep 07 18:25:02 2013 +0000 100.3 @@ -5,7 +5,7 @@ 100.4 CATEGORY="base-system" 100.5 SHORT_DESC="The whereis utility and library from Util linux." 100.6 MAINTAINER="pankso@slitaz.org" 100.7 -LICENCE="GPL2" 100.8 +LICENSE="GPL2" 100.9 WEB_SITE="http://kernel.org/~kzak/util-linux/" 100.10 100.11 DEPENDS="glibc-base"
101.1 --- a/viewnior/receipt Sat Sep 07 16:41:44 2013 +0000 101.2 +++ b/viewnior/receipt Sat Sep 07 18:25:02 2013 +0000 101.3 @@ -5,7 +5,7 @@ 101.4 CATEGORY="graphics" 101.5 SHORT_DESC="Light and simple image viewer." 101.6 MAINTAINER="pankso@slitaz.org" 101.7 -LICENCE="GPL3" 101.8 +LICENSE="GPL3" 101.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 101.10 WEB_SITE="http://xsisqox.github.com/Viewnior/" 101.11 WGET_URL="http://cloud.github.com/downloads/xsisqox/Viewnior/$TARBALL"
102.1 --- a/volumeicon/receipt Sat Sep 07 16:41:44 2013 +0000 102.2 +++ b/volumeicon/receipt Sat Sep 07 18:25:02 2013 +0000 102.3 @@ -5,7 +5,7 @@ 102.4 CATEGORY="multimedia" 102.5 SHORT_DESC="Volumeicon is a lightweight volume control in your systray." 102.6 MAINTAINER="claudinei@slitaz.org" 102.7 -LICENCE="GPL3" 102.8 +LICENSE="GPL3" 102.9 WEB_SITE="http://softwarebakery.com/maato/volumeicon.html" 102.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 102.11 WGET_URL="http://softwarebakery.com/maato/files/$PACKAGE/$TARBALL"
103.1 --- a/wavemon/receipt Sat Sep 07 16:41:44 2013 +0000 103.2 +++ b/wavemon/receipt Sat Sep 07 18:25:02 2013 +0000 103.3 @@ -5,7 +5,7 @@ 103.4 CATEGORY="network" 103.5 SHORT_DESC="Wavemon is an ncurses-based monitoring application for wireless network devices." 103.6 MAINTAINER="paul@slitaz.org" 103.7 -LICENCE="GPL3" 103.8 +LICENSE="GPL3" 103.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 103.10 WEB_SITE="http://eden-feed.erg.abdn.ac.uk/wavemon/" 103.11 WGET_URL="http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/$TARBALL"
104.1 --- a/wget/receipt Sat Sep 07 16:41:44 2013 +0000 104.2 +++ b/wget/receipt Sat Sep 07 18:25:02 2013 +0000 104.3 @@ -5,7 +5,7 @@ 104.4 CATEGORY="utilities" 104.5 SHORT_DESC="retrieve files from the web" 104.6 MAINTAINER="sygne@ombres.eu" 104.7 -LICENCE="GPL3" 104.8 +LICENSE="GPL3" 104.9 TARBALL="$PACKAGE-$VERSION.tar.xz" 104.10 WEB_SITE="http://www.gnu.org/software/wget/wget.html" 104.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
105.1 --- a/which/receipt Sat Sep 07 16:41:44 2013 +0000 105.2 +++ b/which/receipt Sat Sep 07 18:25:02 2013 +0000 105.3 @@ -5,7 +5,7 @@ 105.4 CATEGORY="base-system" 105.5 SHORT_DESC="A utility to show the full path of commands" 105.6 MAINTAINER="slaxemulator@gmail.com" 105.7 -LICENCE="GPL3" 105.8 +LICENSE="GPL3" 105.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 105.10 WEB_SITE="http://www.xs4all.nl/~carlo17/which" 105.11 WGET_URL="http://www.xs4all.nl/~carlo17/$PACKAGE/$TARBALL"
106.1 --- a/xfce4-session-dev/receipt Sat Sep 07 16:41:44 2013 +0000 106.2 +++ b/xfce4-session-dev/receipt Sat Sep 07 18:25:02 2013 +0000 106.3 @@ -5,7 +5,7 @@ 106.4 CATEGORY="x-window" 106.5 SHORT_DESC="Xfce session manager dev files" 106.6 MAINTAINER="erjo@slitaz.org" 106.7 -LICENCE="GPL2" 106.8 +LICENSE="GPL2" 106.9 WANTED="xfce4-session" 106.10 WEB_SITE="http://www.xfce.org/" 106.11
107.1 --- a/xfce4-session/receipt Sat Sep 07 16:41:44 2013 +0000 107.2 +++ b/xfce4-session/receipt Sat Sep 07 18:25:02 2013 +0000 107.3 @@ -5,7 +5,7 @@ 107.4 CATEGORY="x-window" 107.5 SHORT_DESC="Xfce session manager" 107.6 MAINTAINER="erjo@slitaz.org" 107.7 -LICENCE="GPL2" 107.8 +LICENSE="GPL2" 107.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 107.10 WEB_SITE="http://www.xfce.org/" 107.11 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
108.1 --- a/xfconf-dev/receipt Sat Sep 07 16:41:44 2013 +0000 108.2 +++ b/xfconf-dev/receipt Sat Sep 07 18:25:02 2013 +0000 108.3 @@ -5,7 +5,7 @@ 108.4 CATEGORY="development" 108.5 SHORT_DESC="Xfce Configuration Utility dev files" 108.6 MAINTAINER="erjo@slitaz.org" 108.7 -LICENCE="GPL2" 108.8 +LICENSE="GPL2" 108.9 WANTED="xfconf" 108.10 WEB_SITE="http://www.xfce.org" 108.11