# HG changeset patch # User Pascal Bellard # Date 1378578302 0 # Node ID f4c22f009037a722a0a9413d7e483b9de9c85170 # Parent b13ed974084116ee5ee6baea8c4197f1aa0ca50c Add some licenses diff -r b13ed9740841 -r f4c22f009037 Geomyidae/receipt --- a/Geomyidae/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/Geomyidae/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Geomyidae is a daemon for serving the Gopher protocol." MAINTAINER="allan316@gmail.com" +LICENSE="MIT" SOURCE="geomyidae" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.r-36.net" @@ -14,7 +15,7 @@ compile_rules() { cd $src - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -22,6 +23,6 @@ { mkdir -p $fs/usr $fs/var/gopher cp -a $src/index.gph $fs/var/gopher/ - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r b13ed9740841 -r f4c22f009037 ORBit2-dev/receipt --- a/ORBit2-dev/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/ORBit2-dev/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="ORBit2 devel files." MAINTAINER="rcx@zoominternet.net" -LICENCE="GPL2" +LICENSE="GPL2" WEB_SITE="http://projects.gnome.org/ORBit2/" WANTED="ORBit2" diff -r b13ed9740841 -r f4c22f009037 PyQt-x11-gpl/receipt --- a/PyQt-x11-gpl/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/PyQt-x11-gpl/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="PyQt" MAINTAINER="allan316@gmail.com" +LICENSE="GPL" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.riverbankcomputing.co.uk" WGET_URL="http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.9.6/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 adminer/receipt --- a/adminer/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/adminer/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Database management in a single PHP file." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.php" WEB_SITE="http://www.adminer.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 aescrypt/receipt --- a/aescrypt/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/aescrypt/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="security" SHORT_DESC="AES Crypt is a file encryption software." MAINTAINER="slaxemulator@gmail.com" +LICENSE="PublicDomain" DEPENDS="glibc-base" TARBALL="${PACKAGE}${VERSION}_source.tar.gz" WEB_SITE="http://www.aescrypt.com/" diff -r b13ed9740841 -r f4c22f009037 afio/receipt --- a/afio/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/afio/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Archiver program for Linux/UNIX. " MAINTAINER="erjo@slitaz.org" +LICENSE="LGPL" WEB_SITE="http://members.chello.nl/~k.holtman/afio.html" TARBALL="$PACKAGE-$VERSION.tgz" WGET_URL="http://members.chello.nl/~k.holtman/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 aircrack-ng-oui/receipt --- a/aircrack-ng-oui/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/aircrack-ng-oui/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="archive of oui.txt file for airdump-ng" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" WEB_SITE="http://standards.ieee.org/regauth/oui" TARBALL="oui.txt" WGET_URL="$WEB_SITE/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 aircrack-ng-scripts/receipt --- a/aircrack-ng-scripts/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/aircrack-ng-scripts/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="Included scripts for a key cracker for the 802.11 WEP and WPA-PSK protocols" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" WEB_SITE="http://aircrack-ng.org" +WANTED="aircrack-ng" + DEPENDS="aircrack-ng python graphviz pylorcan" -WANTED="aircrack-ng" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r b13ed9740841 -r f4c22f009037 aircrack-ng/receipt --- a/aircrack-ng/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/aircrack-ng/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="network" SHORT_DESC="802.11 WEP and WPA-PSK keys cracking program." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.aircrack-ng.org/" WGET_URL="http://download.aircrack-ng.org/$TARBALL" + DEPENDS="aircrack-ng-oui iw openssl sqlite zlib pylorcon" BUILD_DEPENDS="sqlite-dev pylorcon openssl-dev" @@ -30,7 +32,7 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr } diff -r b13ed9740841 -r f4c22f009037 airoscript-ng/receipt --- a/airoscript-ng/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/airoscript-ng/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,11 +5,13 @@ CATEGORY="network" SHORT_DESC="Airoscript ng" MAINTAINER="slaxemulator@gmail.com" -DEPENDS="bash" +LICENSE="GPL2" TARBALL="$PACKAGE-${VERSION%rc3}-3.tar.gz" WEB_SITE="http://code.google.com/p/airoscript/" WGET_URL="http://airoscript.googlecode.com/files/$TARBALL" +DEPENDS="bash" + # Rules to configure and make the package. compile_rules() { @@ -34,8 +36,8 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/share/airoscript-ng $fs/usr/share - cp -a $_pkg/etc $fs + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/share/airoscript-ng $fs/usr/share + cp -a $install/etc $fs } diff -r b13ed9740841 -r f4c22f009037 ajaxterm/receipt --- a/ajaxterm/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/ajaxterm/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Login terminal for the web." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="PublicDomain LGPL" WEB_SITE="http://antony.lesuisse.org/software/ajaxterm/" SOURCE="Ajaxterm" TARBALL="$SOURCE-$VERSION.tar.gz" diff -r b13ed9740841 -r f4c22f009037 alsa-tools-ac3dec/receipt --- a/alsa-tools-ac3dec/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/alsa-tools-ac3dec/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="A free AC-3 stream decoder." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="alsa-tools" WEB_SITE="http://www.alsa-project.org/" diff -r b13ed9740841 -r f4c22f009037 alsa-tools-echomixer/receipt --- a/alsa-tools-echomixer/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/alsa-tools-echomixer/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Control all the features of any Echoaudio soundcard." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="alsa-tools" WEB_SITE="http://www.alsa-project.org/" diff -r b13ed9740841 -r f4c22f009037 alsa-tools-envy24control/receipt --- a/alsa-tools-envy24control/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/alsa-tools-envy24control/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Control tool for Envy24 (ice1712) based soundcards." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="alsa-tools" WEB_SITE="http://www.alsa-project.org/" diff -r b13ed9740841 -r f4c22f009037 alsa-tools-hdsp/receipt --- a/alsa-tools-hdsp/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/alsa-tools-hdsp/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="RME Hammerfall DSP cards firmware loader, mixer and config tool." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="alsa-tools" WEB_SITE="http://www.alsa-project.org/" diff -r b13ed9740841 -r f4c22f009037 alsa-tools-hwmixvolume/receipt --- a/alsa-tools-hwmixvolume/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/alsa-tools-hwmixvolume/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Control the volume of sound cards using hardware mixing." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="alsa-tools" WEB_SITE="http://www.alsa-project.org/" diff -r b13ed9740841 -r f4c22f009037 alsa-tools-rmedigicontrol/receipt --- a/alsa-tools-rmedigicontrol/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/alsa-tools-rmedigicontrol/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Control tool for RME Digi32 and RME Digi96 soundcards." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" WANTED="alsa-tools" WEB_SITE="http://www.alsa-project.org/" diff -r b13ed9740841 -r f4c22f009037 alsa-tools/receipt --- a/alsa-tools/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/alsa-tools/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="meta" SHORT_DESC="Alsa sound system additionnal tools (meta package)." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.alsa-project.org/" WGET_URL="http://alsa.cybermirror.org/tools/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 amsn/receipt --- a/amsn/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/amsn/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Alvaro's Messenger" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://amsn-project.net/" TARBALL="$PACKAGE-$VERSION-src.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 amule/receipt --- a/amule/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/amule/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,15 +5,17 @@ CATEGORY="network" SHORT_DESC="An eMule-like client for the eD2k and Kademlia networks." MAINTAINER="pankso@slitaz.org" +LICENSE="GPL2" #SOURCE="aMule-SVN" SOURCE="aMule" -DEPENDS="wxWidgets libupnp libbfd xorg-libXxf86vm" -BUILD_DEPENDS="wxWidgets-dev libupnp-dev cryptopp zlib-dev" TARBALL="$SOURCE-$VERSION.tar.xz" WEB_SITE="http://www.amule.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" TAGS="p2p peer-to-peer fileshare" +DEPENDS="wxWidgets libupnp libbfd xorg-libXxf86vm" +BUILD_DEPENDS="wxWidgets-dev libupnp-dev cryptopp zlib-dev" + # Rules to configure and make the package. compile_rules() { @@ -29,8 +31,8 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/amule $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/amule $fs/usr/share # Remove unused files in this base package. rm $fs/usr/share/amule/skins/kde4.zip rm $fs/usr/share/amule/skins/gnome.zip diff -r b13ed9740841 -r f4c22f009037 androguard/receipt --- a/androguard/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/androguard/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Reverse engineering tool for Android applications." MAINTAINER="pascal.bellard@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://code.google.com/p/$PACKAGE" WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 arora/receipt --- a/arora/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/arora/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="A cross-platform Qt4 WebKit browser" MAINTAINER="devl547@gmail.com" +LICENSE="GPL2" WEB_SITE="http://arora.googlecode.com/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/files/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 arping/receipt --- a/arping/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/arping/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="ARP ping utility" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" WEB_SITE="http://www.habets.pp.se/synscan/programs.php?prog=arping" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://www.habets.pp.se/synscan/files/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 asciiquarium/receipt --- a/asciiquarium/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/asciiquarium/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Text console screensaver." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://www.robobunny.com/projects/$PACKAGE/html/" TARBALL="${PACKAGE}_${VERSION}.tar.gz" WGET_URL="http://www.robobunny.com/projects/$PACKAGE/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 aspell-dev/receipt --- a/aspell-dev/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/aspell-dev/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="development" SHORT_DESC="GNU spell checker devel files." MAINTAINER="paul@slitaz.org" +LICENSE="LGPL2" WEB_SITE="http://aspell.net/" WANTED="aspell" @@ -13,7 +14,7 @@ { # Hard coded mkdir -p $fs/usr/lib/aspell-0.60 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr - cp -a $_pkg/usr/lib/aspell*/*.*a $fs/usr/lib/aspell-0.60 + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/aspell*/*.*a $fs/usr/lib/aspell-0.60 } diff -r b13ed9740841 -r f4c22f009037 aspell/receipt --- a/aspell/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/aspell/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,31 +5,33 @@ CATEGORY="system-tools" SHORT_DESC="GNU spell checker." MAINTAINER="paul@slitaz.org" -DEPENDS="ncurses gcc-lib-base" +LICENSE="LGPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://aspell.net/" WGET_URL="ftp://ftp.gnu.org/gnu/aspell/$TARBALL" TAGS="spell check" +DEPENDS="ncurses gcc-lib-base" + # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man $CONFIGURE_ARGS && \ - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib $fs/usr/share/locale - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/aspell* $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/aspell* $fs/usr/lib for i in de es pt_BR; do - cp -a $_pkg/usr/share/locale/$i $fs/usr/share/locale + cp -a $install/usr/share/locale/$i $fs/usr/share/locale done # Remove unneeded files diff -r b13ed9740841 -r f4c22f009037 assaultcube-data/receipt --- a/assaultcube-data/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/assaultcube-data/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="data files for assaultcube" MAINTAINER="slaxemulator@gmail.com" +LICENSE="zlib/libpng" WEB_SITE="http://assault.cubers.net/" SOURCE="AssaultCube" TARBALL="${SOURCE}_v${VERSION}.tar.bz2" diff -r b13ed9740841 -r f4c22f009037 assaultcube/receipt --- a/assaultcube/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/assaultcube/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="games" SHORT_DESC="A realistic team oriented multiplayer FPS based on the cube engine." MAINTAINER="slaxemulator@gmail.com" +LICENSE="zlib/libpng" SOURCE="AssaultCube" TARBALL="${SOURCE}_v${VERSION}_source.tar.bz2" SOURCE="AssaultCube-Source" diff -r b13ed9740841 -r f4c22f009037 asterisk-addons/receipt --- a/asterisk-addons/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/asterisk-addons/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="misc" SHORT_DESC="Open Source PBX and telephony toolkit addons." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.asterisk.org/" WGET_URL="http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/$TARBALL" + DEPENDS="libmysqlclient zlib glibc-base" BUILD_DEPENDS="asterisk-dev ncurses-dev libmysqlclient mysql-dev gtk+-dev" @@ -26,5 +28,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $_pkg/usr $fs + cp -a $install/usr $fs } diff -r b13ed9740841 -r f4c22f009037 asterisk-sound-fr/receipt --- a/asterisk-sound-fr/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/asterisk-sound-fr/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="misc" SHORT_DESC="Open Source PBX and telephony toolkit sound files (fr)." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="CCPL" WEB_SITE="http://www.asterisk.org/" TARBALL="asterisk-core-sounds-fr-gsm-$VERSION.tar.gz" WGET_URL="http://downloads.asterisk.org/pub/telephony/sounds/releases/$TARBALL" + DEPENDS="asterisk" # Rules to configure and make the package. diff -r b13ed9740841 -r f4c22f009037 asterisk-sound/receipt --- a/asterisk-sound/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/asterisk-sound/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,9 +5,11 @@ CATEGORY="misc" SHORT_DESC="Open Source PBX and telephony toolkit sound files (en)." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="CCPL" WEB_SITE="http://www.asterisk.org/" TARBALL="asterisk-core-sounds-en-gsm-$VERSION.tar.gz" WGET_URL="http://downloads.asterisk.org/pub/telephony/sounds/releases/$TARBALL" + DEPENDS="asterisk" # Rules to configure and make the package. diff -r b13ed9740841 -r f4c22f009037 atftp/receipt --- a/atftp/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/atftp/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Advanced Trivial File Transport Protocol client." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://freshmeat.net/projects/atftp/" WGET_URL="http://downloads.openwrt.org/sources/$TARBALL" @@ -31,6 +32,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r b13ed9740841 -r f4c22f009037 atftpd/receipt --- a/atftpd/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/atftpd/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="network" SHORT_DESC="Advanced Trivial File Transport Protocol server." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" WEB_SITE="http://freshmeat.net/projects/atftp/" WANTED="atftp" + DEPENDS="pcre" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/sbin $fs/usr + cp -a $install/usr/sbin $fs/usr } diff -r b13ed9740841 -r f4c22f009037 audacity/receipt --- a/audacity/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/audacity/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="multimedia" SHORT_DESC="software for recording and editing sounds" MAINTAINER="allan316@gmail.com" +LICENSE="GPL2" +TARBALL="$PACKAGE-minsrc-$VERSION.tar.bz2" +WEB_SITE="http://audacity.sourceforge.net" +WGET_URL="http://audacity.googlecode.com/files/$TARBALL" +TAGS="sound audio recorder editor" + DEPENDS="wxWidgets ffmpeg libvorbis imlib2 libid3tag libmad flac libsndfile \ lame alsa-lib xorg-libXxf86vm" BUILD_DEPENDS="wxWidgets-dev ffmpeg-dev libvorbis-dev libmad-dev flac-dev \ libsndfile-dev lame-dev alsa-lib-dev portaudio-dev" -TARBALL="$PACKAGE-minsrc-$VERSION.tar.bz2" -WEB_SITE="http://audacity.sourceforge.net" -WGET_URL="http://audacity.googlecode.com/files/$TARBALL" -TAGS="sound audio recorder editor" # Rules to configure and make the package. compile_rules() diff -r b13ed9740841 -r f4c22f009037 avant-window-navigator-dev/receipt --- a/avant-window-navigator-dev/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/avant-window-navigator-dev/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="The AWN devel files." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="avant-window-navigator" WEB_SITE="https://launchpad.net/awn/" diff -r b13ed9740841 -r f4c22f009037 awstats-hotspot/receipt --- a/awstats-hotspot/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/awstats-hotspot/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Squid Log file analyzer configuration" MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" DEPENDS="squid awstats" WEB_SITE="http://www.slitaz.org/" TAGS="log analyze" diff -r b13ed9740841 -r f4c22f009037 awstats/receipt --- a/awstats/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/awstats/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="Log file analyzer" MAINTAINER="erjo@slitaz.org" +LICENSE="GPL" WEB_SITE="http://awstats.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://prdownloads.sourceforge.net/awstats/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 bash/receipt --- a/bash/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/bash/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="The GNU bourne SHell." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/bash/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 bison/receipt --- a/bison/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/bison/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="GNU parser generator." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/bison/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 bleachbit/receipt --- a/bleachbit/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/bleachbit/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Deletes unneeded files to free disk space and maintain privacy" MAINTAINER="devl547@gmail.com" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://bleachbit.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 bluefish/receipt --- a/bluefish/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/bluefish/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="A powerful editor" MAINTAINER="erjo@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://bluefish.openoffice.nl/index.html" WGET_URL="http://www.bennewitz.com/bluefish/stable/source/${TARBALL}" diff -r b13ed9740841 -r f4c22f009037 blueman/receipt --- a/blueman/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/blueman/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Easy to use GTK+ Bluetooth Manager." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://blueman-project.org/" WGET_URL="http://download.tuxfamily.org/blueman/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 boinc-dev/receipt --- a/boinc-dev/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/boinc-dev/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="BOINC devel files." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" WANTED="$DEPENDS" WEB_SITE="http://boinc.berkeley.edu/" diff -r b13ed9740841 -r f4c22f009037 boinc/receipt --- a/boinc/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/boinc/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -6,7 +6,7 @@ CATEGORY="network" SHORT_DESC="Open-source software for volunteer computing and grid computing." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://boinc.berkeley.edu/" WGET_URL="svn|http://boinc.berkeley.edu/svn/tags/boinc_core_release_${SVN_TAG}" diff -r b13ed9740841 -r f4c22f009037 cbrpager/receipt --- a/cbrpager/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/cbrpager/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="graphics" SHORT_DESC="Viewer for CBR, CBZ and CB7 (comic book archive) files" MAINTAINER="al.bobylev@gmail.com" -LICENCE="GPL3" +LICENSE="GPL3" WEB_SITE="http://jcoppens.com/soft/cbrpager/index.en.php" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 compiz-libcompizconfig-dev/receipt --- a/compiz-libcompizconfig-dev/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/compiz-libcompizconfig-dev/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Compiz libcompizconfig devel files." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="compiz-libcompizconfig" WEB_SITE="http://www.compiz.org/" diff -r b13ed9740841 -r f4c22f009037 gajim/receipt --- a/gajim/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/gajim/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="network" SHORT_DESC="Gtk Jabber client." MAINTAINER="rocky@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gajim.org/" WGET_URL="http://www.gajim.org/downloads/${VERSION%.*}/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 gaupol/receipt --- a/gaupol/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/gaupol/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Gaupol is an editor for text-based subtitle files." MAINTAINER="claudinei@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://home.gna.org/gaupol" WGET_URL="http://download.gna.org/$PACKAGE/$VERSION/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 gavl-dev/receipt --- a/gavl-dev/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/gavl-dev/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -4,7 +4,7 @@ VERSION="1.4.0" CATEGORY="development" MAINTAINER="jozee@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" SHORT_DESC="gavl devel files" WEB_SITE="http://gmerlin.sourceforge.net/" WANTED="gavl" diff -r b13ed9740841 -r f4c22f009037 gavl/receipt --- a/gavl/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/gavl/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -4,7 +4,7 @@ VERSION="1.4.0" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" SHORT_DESC="A low level library, upon which multimedia APIs can be built." WEB_SITE="http://gmerlin.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" diff -r b13ed9740841 -r f4c22f009037 gawk/receipt --- a/gawk/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/gawk/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="GNU awk to handle simple data-reformatting." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/gawk/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 gcc-lib-base/receipt --- a/gcc-lib-base/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/gcc-lib-base/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="GCC base libraries, libgcc_s and libstdc++." WEB_SITE="http://gcc.gnu.org/" MAINTAINER="pankso@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="gcc" HOST_ARCH="i486 arm" diff -r b13ed9740841 -r f4c22f009037 gdb-dev/receipt --- a/gdb-dev/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/gdb-dev/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="The GNU Project Debugger dev files." MAINTAINER="erjo@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" DEPENDS="gdb" WANTED="gdb" WEB_SITE="http://www.gnu.org/software/gdb/" diff -r b13ed9740841 -r f4c22f009037 geeqie/receipt --- a/geeqie/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/geeqie/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Application designed to test GTK+ performance." MAINTAINER="devl547@gmail.com" -LICENCE="GPL2" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://geeqie.sourceforge.net/" WGET_URL="http://downloads.sourceforge.net/project/$PACKAGE/$PACKAGE/$PACKAGE-$VERSION/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 gfortran/receipt --- a/gfortran/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/gfortran/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="GCC fortran extension." WEB_SITE="http://gcc.gnu.org/" MAINTAINER="pascal.bellard@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" DEPENDS="gcc libgfortran" WANTED="gcc" TAGS="compiler fortran" diff -r b13ed9740841 -r f4c22f009037 giac/receipt --- a/giac/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/giac/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="misc" SHORT_DESC="Giac/Xcas is a free computer algebra system" MAINTAINER="al.bobylev@gmail.com" -LICENCE="GPL3" +LICENSE="GPL3" WEB_SITE="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://www-fourier.ujf-grenoble.fr/~parisse/giac/giac_frozen.tgz" diff -r b13ed9740841 -r f4c22f009037 gimp-brushes/receipt --- a/gimp-brushes/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/gimp-brushes/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="graphics" SHORT_DESC="Gimp brushes set." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" WANTED="gimp" WEB_SITE="http://www.gimp.org/" diff -r b13ed9740841 -r f4c22f009037 gimp-console/receipt --- a/gimp-console/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/gimp-console/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="graphics" SHORT_DESC="The GIMP console." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" WANTED="gimp" WEB_SITE="http://www.gimp.org/" diff -r b13ed9740841 -r f4c22f009037 gimp-dev/receipt --- a/gimp-dev/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/gimp-dev/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Gnu Image Manipulation Program or GIMP devel files." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" WANTED="gimp" WEB_SITE="http://www.gimp.org/" diff -r b13ed9740841 -r f4c22f009037 gimp-plug-ins/receipt --- a/gimp-plug-ins/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/gimp-plug-ins/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="graphics" SHORT_DESC="The GIMP image editor plug-ins suite for advanced users." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" WANTED="gimp" WEB_SITE="http://www.gimp.org/" diff -r b13ed9740841 -r f4c22f009037 gimp/receipt --- a/gimp/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/gimp/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="graphics" SHORT_DESC="Gnu Image Manipulation Program or GIMP!" MAINTAINER="pankso@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gimp.org/" WGET_URL="ftp://ftp.gimp.org/pub/gimp/v2.8/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 gmerlin/receipt --- a/gmerlin/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/gmerlin/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Gmerlin is a multimedia architecture for linux." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://gmerlin.sourceforge.net/" WGET_URL="$SF_MIRROR/project/gmerlin/gmerlin/$VERSION/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 gmp-dev/receipt --- a/gmp-dev/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/gmp-dev/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="GNU Multiple Precision Arithmetic devel files." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" WANTED="gmp" WEB_SITE="http://gmplib.org/" diff -r b13ed9740841 -r f4c22f009037 gmp/receipt --- a/gmp/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/gmp/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="GNU Multiple Precision Arithmetic Library." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://gmplib.org/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 gnome-commander-i18n/receipt --- a/gnome-commander-i18n/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/gnome-commander-i18n/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Language files for Gnome Commander" MAINTAINER="al.bobylev@gmail.com" -LICENCE="GPL2" +LICENSE="GPL2" WEB_SITE="http://www.nongnu.org/gcmd/" WANTED="gnome-commander" diff -r b13ed9740841 -r f4c22f009037 gutenprint-dev/receipt --- a/gutenprint-dev/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/gutenprint-dev/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Ghostscript devel file" MAINTAINER="jozee@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="gutenprint" WEB_SITE="http://gimp-print.sourceforge.net/" diff -r b13ed9740841 -r f4c22f009037 icedtea6-jre/receipt --- a/icedtea6-jre/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/icedtea6-jre/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="A Free Software harness for OpenJDK JRE." MAINTAINER="rcx@zoominternet.net" -LICENCE="GPL2" +LICENSE="GPL2" WEB_SITE="http://www.iced-tea.org/" WANTED="icedtea6-jdk" SOURCE="icedtea6" diff -r b13ed9740841 -r f4c22f009037 java-jdk/receipt --- a/java-jdk/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/java-jdk/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Symlinks for the default Java Development Kit (icedtea6)." MAINTAINER="rcx@zoominternet.net" -LICENCE="GPL2" +LICENSE="GPL2" WEB_SITE="http://www.iced-tea.org/" WANTED="icedtea6-jdk" SOURCE="icedtea6" diff -r b13ed9740841 -r f4c22f009037 java-jre/receipt --- a/java-jre/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/java-jre/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Symlinks for the default Java Runtime Environment (icedtea6)." MAINTAINER="rcx@zoominternet.net" -LICENCE="GPL2" +LICENSE="GPL2" WEB_SITE="http://www.iced-tea.org/" WANTED="icedtea6-jdk" SOURCE="icedtea6" diff -r b13ed9740841 -r f4c22f009037 libbfd/receipt --- a/libbfd/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/libbfd/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Binary File Descriptor library" MAINTAINER="erjo@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WEB_SITE="http://www.gnu.org/software/binutils/" WANTED="binutils" diff -r b13ed9740841 -r f4c22f009037 libgfortran/receipt --- a/libgfortran/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/libgfortran/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="GCC fortran runtime." WEB_SITE="http://gcc.gnu.org/" MAINTAINER="pascal.bellard@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="gcc" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r b13ed9740841 -r f4c22f009037 libgomp/receipt --- a/libgomp/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/libgomp/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="API specification for parallel programming." MAINTAINER="pascal.bellard@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WEB_SITE="http://gcc.gnu.org/" WANTED="gcc" diff -r b13ed9740841 -r f4c22f009037 libobjc/receipt --- a/libobjc/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/libobjc/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="API for gcc object" MAINTAINER="slaxemulator@gmail.com" -LICENCE="GPL2" +LICENSE="GPL2" WEB_SITE="http://gcc.gnu.org/" DEPENDS="gcc-lib-base" WANTED="gcc" diff -r b13ed9740841 -r f4c22f009037 linapple/receipt --- a/linapple/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/linapple/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,14 +5,16 @@ CATEGORY="misc" SHORT_DESC="Apple //e emulator." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" TARBALL="$PACKAGE-src_$VERSION.tar.bz2" WEB_SITE="http://linapple.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -BUILD_DEPENDS="libsdl-dev zlib-dev curl-dev libzip-dev" -DEPENDS="gcc-lib-base libsdl zlib curl libzip" CONFIG_FILES="/etc/linapple.conf" TAGS="emulator apple2" +DEPENDS="gcc-lib-base libsdl zlib curl libzip" +BUILD_DEPENDS="libsdl-dev zlib-dev curl-dev libzip-dev" + # Rules to configure and make the package. compile_rules() { diff -r b13ed9740841 -r f4c22f009037 ntfs-3g-dev/receipt --- a/ntfs-3g-dev/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/ntfs-3g-dev/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="The free ntfs driver devel files." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="ntfs-3g" WEB_SITE="http://www.ntfs-3g.org/" diff -r b13ed9740841 -r f4c22f009037 slitaz-loram-cdrom/receipt --- a/slitaz-loram-cdrom/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/slitaz-loram-cdrom/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Rules to build low ram system using cdrom." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.slitaz.org/" DEPENDS="" diff -r b13ed9740841 -r f4c22f009037 slitaz-loram-http/receipt --- a/slitaz-loram-http/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/slitaz-loram-http/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="misc" SHORT_DESC="Rules to build low ram system using http." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" WEB_SITE="http://www.slitaz.org/" DEPENDS="" diff -r b13ed9740841 -r f4c22f009037 slitaz-loram/receipt --- a/slitaz-loram/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/slitaz-loram/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,8 +5,9 @@ CATEGORY="misc" SHORT_DESC="Rules to build low ram rootfs.gz." MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="BSD" +WEB_SITE="http://www.slitaz.org/" DEPENDS="" -WEB_SITE="http://www.slitaz.org/" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r b13ed9740841 -r f4c22f009037 tea/receipt --- a/tea/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/tea/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Tead text editor using QT." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://tea-editor.sourceforge.net/" WGET_URL="http://semiletov.org/tea-releases/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 threaded-samba-scanner/receipt --- a/threaded-samba-scanner/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/threaded-samba-scanner/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="network" SHORT_DESC="A very fast samba scanner." MAINTAINER="pascal.bellard@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://dalalven.dtdns.net/linux/gadmintools-webpage/" WGET_URL="http://dalalven.dtdns.net/linux/$PACKAGE/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 turnserver/receipt --- a/turnserver/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/turnserver/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="network" SHORT_DESC="open-source TURN server implementation." MAINTAINER="pascal.bellard@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://turnserver.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 udevil/receipt --- a/udevil/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/udevil/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="Fast and light devices manager." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://ignorantguru.github.com/udevil/" WGET_URL="https://raw.github.com/IgnorantGuru/udevil/master/packages/$VERSION/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 units/receipt --- a/units/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/units/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Units converter." MAINTAINER="paul@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org" WGET_URL="http://ftp.gnu.org/gnu/units/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 util-linux-blkid-dev/receipt --- a/util-linux-blkid-dev/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/util-linux-blkid-dev/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="The blkid devel files from Util linux NG." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" HOST_ARCH="i486 arm" diff -r b13ed9740841 -r f4c22f009037 util-linux-blkid/receipt --- a/util-linux-blkid/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/util-linux-blkid/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The blkid utility and library from Util linux NG." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" HOST_ARCH="i486 arm" diff -r b13ed9740841 -r f4c22f009037 util-linux-blockdev/receipt --- a/util-linux-blockdev/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/util-linux-blockdev/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The blockdev utility from Util linux NG." MAINTAINER="devel@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" diff -r b13ed9740841 -r f4c22f009037 util-linux-cfdisk/receipt --- a/util-linux-cfdisk/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/util-linux-cfdisk/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="The cfdisk utility from Util linux NG." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" HOST_ARCH="i486 arm" diff -r b13ed9740841 -r f4c22f009037 util-linux-cramfs/receipt --- a/util-linux-cramfs/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/util-linux-cramfs/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="The cramfs utilities from Util linux NG." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" diff -r b13ed9740841 -r f4c22f009037 util-linux-flock/receipt --- a/util-linux-flock/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/util-linux-flock/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The flock utility from Util linux NG." MAINTAINER="liupeng " -LICENCE="GPL2" +LICENSE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" diff -r b13ed9740841 -r f4c22f009037 util-linux-getopt/receipt --- a/util-linux-getopt/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/util-linux-getopt/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The getopt utility from Util linux NG." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" diff -r b13ed9740841 -r f4c22f009037 util-linux-minix/receipt --- a/util-linux-minix/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/util-linux-minix/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="The minix utilities from Util linux NG." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" diff -r b13ed9740841 -r f4c22f009037 util-linux-mkfs/receipt --- a/util-linux-mkfs/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/util-linux-mkfs/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The mkfs utility and library from Util linux." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WEB_SITE="http://kernel.org/~kzak/util-linux/" DEPENDS="glibc-base util-linux-blkid util-linux-uuid zlib" diff -r b13ed9740841 -r f4c22f009037 util-linux-mount-dev/receipt --- a/util-linux-mount-dev/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/util-linux-mount-dev/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="base-system" SHORT_DESC="Libmount devel files." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" diff -r b13ed9740841 -r f4c22f009037 util-linux-mount/receipt --- a/util-linux-mount/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/util-linux-mount/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The mount utilities and libmount library from Util linux." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" diff -r b13ed9740841 -r f4c22f009037 util-linux-partx/receipt --- a/util-linux-partx/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/util-linux-partx/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="The partx utilities from Util linux NG (addpart,delpart,partx)." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" diff -r b13ed9740841 -r f4c22f009037 util-linux-setterm/receipt --- a/util-linux-setterm/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/util-linux-setterm/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The setterm utility from Util linux NG." MAINTAINER="devel@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" diff -r b13ed9740841 -r f4c22f009037 util-linux-sfdisk/receipt --- a/util-linux-sfdisk/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/util-linux-sfdisk/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="The sfdisk utility from Util linux NG." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="util-linux" WEB_SITE="http://kernel.org/~kzak/util-linux/" diff -r b13ed9740841 -r f4c22f009037 util-linux-uuid-dev/receipt --- a/util-linux-uuid-dev/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/util-linux-uuid-dev/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="The uuid devel files from Util linux NG." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="util-linux" WEB_SITE="http://freecode.com/projects/util-linux/" HOST_ARCH="i486 arm" diff -r b13ed9740841 -r f4c22f009037 util-linux-uuid/receipt --- a/util-linux-uuid/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/util-linux-uuid/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The uuid utility and library from Util linux NG." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="util-linux" WEB_SITE="http://freecode.com/projects/util-linux/" HOST_ARCH="i486 arm" diff -r b13ed9740841 -r f4c22f009037 util-linux-whereis/receipt --- a/util-linux-whereis/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/util-linux-whereis/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="base-system" SHORT_DESC="The whereis utility and library from Util linux." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WEB_SITE="http://kernel.org/~kzak/util-linux/" DEPENDS="glibc-base" diff -r b13ed9740841 -r f4c22f009037 viewnior/receipt --- a/viewnior/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/viewnior/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="graphics" SHORT_DESC="Light and simple image viewer." MAINTAINER="pankso@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://xsisqox.github.com/Viewnior/" WGET_URL="http://cloud.github.com/downloads/xsisqox/Viewnior/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 volumeicon/receipt --- a/volumeicon/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/volumeicon/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="multimedia" SHORT_DESC="Volumeicon is a lightweight volume control in your systray." MAINTAINER="claudinei@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" WEB_SITE="http://softwarebakery.com/maato/volumeicon.html" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://softwarebakery.com/maato/files/$PACKAGE/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 wavemon/receipt --- a/wavemon/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/wavemon/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="network" SHORT_DESC="Wavemon is an ncurses-based monitoring application for wireless network devices." MAINTAINER="paul@slitaz.org" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://eden-feed.erg.abdn.ac.uk/wavemon/" WGET_URL="http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 wget/receipt --- a/wget/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/wget/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="utilities" SHORT_DESC="retrieve files from the web" MAINTAINER="sygne@ombres.eu" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.gnu.org/software/wget/wget.html" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 which/receipt --- a/which/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/which/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="base-system" SHORT_DESC="A utility to show the full path of commands" MAINTAINER="slaxemulator@gmail.com" -LICENCE="GPL3" +LICENSE="GPL3" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.xs4all.nl/~carlo17/which" WGET_URL="http://www.xs4all.nl/~carlo17/$PACKAGE/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 xfce4-session-dev/receipt --- a/xfce4-session-dev/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/xfce4-session-dev/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xfce session manager dev files" MAINTAINER="erjo@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="xfce4-session" WEB_SITE="http://www.xfce.org/" diff -r b13ed9740841 -r f4c22f009037 xfce4-session/receipt --- a/xfce4-session/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/xfce4-session/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xfce session manager" MAINTAINER="erjo@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org/" WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" diff -r b13ed9740841 -r f4c22f009037 xfconf-dev/receipt --- a/xfconf-dev/receipt Sat Sep 07 16:41:44 2013 +0000 +++ b/xfconf-dev/receipt Sat Sep 07 18:25:02 2013 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Xfce Configuration Utility dev files" MAINTAINER="erjo@slitaz.org" -LICENCE="GPL2" +LICENSE="GPL2" WANTED="xfconf" WEB_SITE="http://www.xfce.org"