# HG changeset patch # User Pascal Bellard # Date 1376170652 0 # Node ID 02efefc5d9dec21eca68365091e8e6f1b895a1d2 # Parent 7896f0694ef6285a61812b3be037af2a9916230c Add some GPL1 licenses diff -r 7896f0694ef6 -r 02efefc5d9de joe/receipt --- a/joe/receipt Sat Aug 10 21:12:16 2013 +0000 +++ b/joe/receipt Sat Aug 10 21:37:32 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="utilities" SHORT_DESC="Joe's Own editor is a fully featured terminal based screen editor" MAINTAINER="threarth@yahoo.it" +LICENSE="GPL" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://joe-editor.sourceforge.net/" WGET_URL="http://downloads.sourceforge.net/project/joe-editor/JOE%20sources/$PACKAGE-$VERSION/$PACKAGE-$VERSION.tar.gz" @@ -25,7 +26,7 @@ genpkg_rules() { mkdir -p $fs/etc/joe $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/etc/ $fs - cp -a $_pkg/usr/share/joe $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/etc/ $fs + cp -a $install/usr/share/joe $fs/usr/share } diff -r 7896f0694ef6 -r 02efefc5d9de mediawiki/receipt --- a/mediawiki/receipt Sat Aug 10 21:12:16 2013 +0000 +++ b/mediawiki/receipt Sat Aug 10 21:37:32 2013 +0000 @@ -5,6 +5,7 @@ CATEGORY="network" SHORT_DESC="MediaWiki engine" MAINTAINER="slaxemulator@gmail.com" +LICENSE="GPL2" WEB_SITE="http://www.mediawiki.org/wiki/MediaWiki" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://download.wikimedia.org/mediawiki/${VERSION:0:4}/$TARBALL" diff -r 7896f0694ef6 -r 02efefc5d9de nmap/receipt --- a/nmap/receipt Sat Aug 10 21:12:16 2013 +0000 +++ b/nmap/receipt Sat Aug 10 21:37:32 2013 +0000 @@ -5,13 +5,15 @@ CATEGORY="security" SHORT_DESC="The Network Mapper." MAINTAINER="erjo@slitaz.org" -DEPENDS="openssl libpcap pcre gcc-lib-base" -BUILD_DEPENDS="$DEPENDS libpcap-dev python-dev openssl-dev pcre-dev" +LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://nmap.org/" WGET_URL="http://download.insecure.org/nmap/dist/$TARBALL" TAGS="network" +DEPENDS="openssl libpcap pcre gcc-lib-base" +BUILD_DEPENDS="$DEPENDS libpcap-dev python-dev openssl-dev pcre-dev" + # Rules to configure and make the package. compile_rules() { diff -r 7896f0694ef6 -r 02efefc5d9de radiotray/receipt --- a/radiotray/receipt Sat Aug 10 21:12:16 2013 +0000 +++ b/radiotray/receipt Sat Aug 10 21:37:32 2013 +0000 @@ -5,24 +5,26 @@ CATEGORY="multimedia" SHORT_DESC="Online radio streaming player that runs on system tray." MAINTAINER="pankso@slitaz.org" -DEPENDS="python python-lxml gst-python" -BUILD_DEPENDS="python python-dev python-xdg gst-python-dev" +LICENSE="GPL" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://radiotray.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="python python-lxml gst-python" +BUILD_DEPENDS="python python-dev python-xdg gst-python-dev" + # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --prefix=/usr --root=$PWD/_pkg + python setup.py install --prefix=/usr --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib $fs/usr - cp -a $_pkg/usr/share/radiotray $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/radiotray $fs/usr/share }