wok rev 15003

Add some GPL1 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 21:37:32 2013 +0000 (2013-08-10)
parents 7896f0694ef6
children a00bf44ed23d
files joe/receipt mediawiki/receipt nmap/receipt radiotray/receipt
line diff
     1.1 --- a/joe/receipt	Sat Aug 10 21:12:16 2013 +0000
     1.2 +++ b/joe/receipt	Sat Aug 10 21:37:32 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Joe's Own editor is a fully featured terminal based screen editor"
     1.6  MAINTAINER="threarth@yahoo.it"
     1.7 +LICENSE="GPL"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://joe-editor.sourceforge.net/"
    1.10  WGET_URL="http://downloads.sourceforge.net/project/joe-editor/JOE%20sources/$PACKAGE-$VERSION/$PACKAGE-$VERSION.tar.gz"
    1.11 @@ -25,7 +26,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/etc/joe $fs/usr/share
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/etc/ $fs
    1.17 -	cp -a $_pkg/usr/share/joe $fs/usr/share 
    1.18 +	cp -a $install/usr/bin $fs/usr
    1.19 +	cp -a $install/etc/ $fs
    1.20 +	cp -a $install/usr/share/joe $fs/usr/share 
    1.21  }
     2.1 --- a/mediawiki/receipt	Sat Aug 10 21:12:16 2013 +0000
     2.2 +++ b/mediawiki/receipt	Sat Aug 10 21:37:32 2013 +0000
     2.3 @@ -5,6 +5,7 @@
     2.4  CATEGORY="network"
     2.5  SHORT_DESC="MediaWiki engine"
     2.6  MAINTAINER="slaxemulator@gmail.com"
     2.7 +LICENSE="GPL2"
     2.8  WEB_SITE="http://www.mediawiki.org/wiki/MediaWiki"
     2.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.10  WGET_URL="http://download.wikimedia.org/mediawiki/${VERSION:0:4}/$TARBALL"
     3.1 --- a/nmap/receipt	Sat Aug 10 21:12:16 2013 +0000
     3.2 +++ b/nmap/receipt	Sat Aug 10 21:37:32 2013 +0000
     3.3 @@ -5,13 +5,15 @@
     3.4  CATEGORY="security"
     3.5  SHORT_DESC="The Network Mapper."
     3.6  MAINTAINER="erjo@slitaz.org"
     3.7 -DEPENDS="openssl libpcap pcre gcc-lib-base"
     3.8 -BUILD_DEPENDS="$DEPENDS libpcap-dev python-dev openssl-dev pcre-dev"
     3.9 +LICENSE="GPL2"
    3.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.11  WEB_SITE="http://nmap.org/"
    3.12  WGET_URL="http://download.insecure.org/nmap/dist/$TARBALL"
    3.13  TAGS="network"
    3.14  
    3.15 +DEPENDS="openssl libpcap pcre gcc-lib-base"
    3.16 +BUILD_DEPENDS="$DEPENDS libpcap-dev python-dev openssl-dev pcre-dev"
    3.17 +
    3.18  # Rules to configure and make the package.
    3.19  compile_rules()
    3.20  {
     4.1 --- a/radiotray/receipt	Sat Aug 10 21:12:16 2013 +0000
     4.2 +++ b/radiotray/receipt	Sat Aug 10 21:37:32 2013 +0000
     4.3 @@ -5,24 +5,26 @@
     4.4  CATEGORY="multimedia"
     4.5  SHORT_DESC="Online radio streaming player that runs on system tray."
     4.6  MAINTAINER="pankso@slitaz.org"
     4.7 -DEPENDS="python python-lxml gst-python"
     4.8 -BUILD_DEPENDS="python python-dev python-xdg gst-python-dev"
     4.9 +LICENSE="GPL"
    4.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.11  WEB_SITE="http://radiotray.sourceforge.net/"
    4.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    4.13  
    4.14 +DEPENDS="python python-lxml gst-python"
    4.15 +BUILD_DEPENDS="python python-dev python-xdg gst-python-dev"
    4.16 +
    4.17  # Rules to configure and make the package.
    4.18  compile_rules()
    4.19  {
    4.20  	cd $src
    4.21 -	python setup.py install --prefix=/usr --root=$PWD/_pkg 
    4.22 +	python setup.py install --prefix=/usr --root=$DESTDIR
    4.23  }
    4.24  
    4.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.26  genpkg_rules()
    4.27  {
    4.28  	mkdir -p $fs/usr/share
    4.29 -	cp -a $_pkg/usr/bin $fs/usr
    4.30 -	cp -a $_pkg/usr/lib $fs/usr
    4.31 -	cp -a $_pkg/usr/share/radiotray $fs/usr/share
    4.32 +	cp -a $install/usr/bin $fs/usr
    4.33 +	cp -a $install/usr/lib $fs/usr
    4.34 +	cp -a $install/usr/share/radiotray $fs/usr/share
    4.35  }