wok rev 15582

crosstool-ng, cloudvpn: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 11:34:10 2013 +0000 (2013-11-30)
parents c4f226b02549
children bb009a6ef036
files cloudvpn/receipt crosstool-ng/receipt spidermonkey-dev/receipt splix/receipt sqlobject/receipt squid-custom-errors/receipt squidguardmgr/receipt sshproxy/receipt stella/receipt
line diff
     1.1 --- a/cloudvpn/receipt	Sat Nov 30 11:11:23 2013 +0000
     1.2 +++ b/cloudvpn/receipt	Sat Nov 30 11:34:10 2013 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="http://dev.e-x-a.org/attachments/download/1/$TARBALL"
     1.5  TAGS="vpn tunnel"
     1.6  
     1.7 -BUILD_DEPENDS="gnutls-dev zlib-dev"
     1.8 +BUILD_DEPENDS="gnutls-dev zlib-dev automake"
     1.9  DEPENDS="gcc-lib-base gnutls zlib libtasn1"
    1.10  
    1.11  # Rules to configure and make the package.
     2.1 --- a/crosstool-ng/receipt	Sat Nov 30 11:11:23 2013 +0000
     2.2 +++ b/crosstool-ng/receipt	Sat Nov 30 11:34:10 2013 +0000
     2.3 @@ -11,7 +11,7 @@
     2.4  WGET_URL="http://ymorin.is-a-geek.org/download/$PACKAGE/$TARBALL"
     2.5  
     2.6  DEPENDS="slitaz-toolchain"
     2.7 -BUILD_DEPENDS="subversion flex cvs gawk texinfo ncurses-dev"
     2.8 +BUILD_DEPENDS="subversion flex cvs gawk texinfo ncurses-dev automake libtool"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
     3.1 --- a/spidermonkey-dev/receipt	Sat Nov 30 11:11:23 2013 +0000
     3.2 +++ b/spidermonkey-dev/receipt	Sat Nov 30 11:34:10 2013 +0000
     3.3 @@ -5,6 +5,7 @@
     3.4  CATEGORY="development"
     3.5  SHORT_DESC="spidermonkey devel files"
     3.6  MAINTAINER="jozee@slitaz.org"
     3.7 +LICENSE="MPL GPL2 LGPL2.1"
     3.8  WANTED="spidermonkey"
     3.9  WEB_SITE="http://libproxy.googlecode.com"
    3.10  
    3.11 @@ -12,6 +13,6 @@
    3.12  genpkg_rules()
    3.13  {
    3.14  	mkdir -p $fs/usr/lib $fs/usr/include/js
    3.15 -	cp -a $_pkg/usr/include/js/* $fs/usr/include/js
    3.16 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/	
    3.17 +	cp -a $install/usr/include/js/* $fs/usr/include/js
    3.18 +	cp -a $install/usr/lib/*.*a $fs/usr/lib/	
    3.19  }
     4.1 --- a/splix/receipt	Sat Nov 30 11:11:23 2013 +0000
     4.2 +++ b/splix/receipt	Sat Nov 30 11:34:10 2013 +0000
     4.3 @@ -4,14 +4,16 @@
     4.4  VERSION="2.0.0"
     4.5  CATEGORY="system-tools"
     4.6  MAINTAINER="jozee@slitaz.org"
     4.7 +LICENSE="GPL2"
     4.8  SHORT_DESC="CUPS drivers for SPL (Samsung Printer Language) printers"
     4.9  WEB_SITE="http://splix.ap2c.org/"
    4.10 -DEPENDS="cups gcc gcc-lib-base"
    4.11 -BUILD_DEPENDS="cups cups-dev jbigkit"
    4.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    4.13  WGET_URL="http://downloads.sourceforge.net/splix/$TARBALL"
    4.14  TAGS=""
    4.15  
    4.16 +DEPENDS="cups gcc gcc-lib-base"
    4.17 +BUILD_DEPENDS="cups cups-dev jbigkit"
    4.18 +
    4.19  # Rules to configure and make the package.
    4.20  
    4.21  compile_rules() {
    4.22 @@ -27,8 +29,8 @@
    4.23  genpkg_rules()
    4.24  {
    4.25  	mkdir -p $fs/usr/lib $fs/usr/share
    4.26 -	cp -a $_pkg/usr/lib/cups $fs/usr/lib/
    4.27 -	cp -a $_pkg/usr/share/cups $fs/usr/share		
    4.28 +	cp -a $install/usr/lib/cups $fs/usr/lib/
    4.29 +	cp -a $install/usr/share/cups $fs/usr/share		
    4.30  	# gzip all ppd files
    4.31  	find $fs/usr/share/cups/model -name "*.ppd" | xargs gzip -n9
    4.32  }
     5.1 --- a/sqlobject/receipt	Sat Nov 30 11:11:23 2013 +0000
     5.2 +++ b/sqlobject/receipt	Sat Nov 30 11:34:10 2013 +0000
     5.3 @@ -5,10 +5,12 @@
     5.4  CATEGORY="development"
     5.5  SHORT_DESC="object-relational mapper for the Python."
     5.6  MAINTAINER="pascal.bellard@slitaz.org"
     5.7 +LICENSE="LGPL"
     5.8  SOURCE="SQLObject"
     5.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    5.10  WEB_SITE="http://sqlobject.org/"
    5.11  WGET_URL="http://pypi.python.org/packages/source/S/$SOURCE/$TARBALL"
    5.12 +
    5.13  DEPENDS="python"
    5.14  BUILD_DEPENDS="python python-dev setuptools"
    5.15  
    5.16 @@ -17,12 +19,12 @@
    5.17  {
    5.18  	cd $src
    5.19  	python setup.py build &&
    5.20 -	python setup.py install --root=$PWD/_pkg
    5.21 +	python setup.py install --root=$DESTDIR
    5.22  }
    5.23  
    5.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.25  genpkg_rules()
    5.26  {
    5.27 -	cp -a $_pkg/usr $fs
    5.28 +	cp -a $install/usr $fs
    5.29  }
    5.30  
     6.1 --- a/squid-custom-errors/receipt	Sat Nov 30 11:11:23 2013 +0000
     6.2 +++ b/squid-custom-errors/receipt	Sat Nov 30 11:34:10 2013 +0000
     6.3 @@ -3,8 +3,9 @@
     6.4  PACKAGE="squid-custom-errors"
     6.5  VERSION="1.1"
     6.6  CATEGORY="misc"
     6.7 -SHORT_DESC="squid error messages customized fro SliTaz"
     6.8 +SHORT_DESC="squid error messages customized for SliTaz"
     6.9  MAINTAINER="erjo@slitaz.org"
    6.10 +LICENSE="GPL3"
    6.11  DEPENDS="squid"
    6.12  _TARBALL="$PACKAGE-$VERSION.tar.gz"
    6.13  WEB_SITE="http://www.slitaz.org"
    6.14 @@ -23,7 +24,7 @@
    6.15  	mkdir -p $fs/usr/share/squid/errors \
    6.16  		$fs/var/www
    6.17  		
    6.18 -	cp -a $_pkg/fr $fs/usr/share/squid/errors
    6.19 -	cp -a $_pkg/wwwroot/* $fs/var/www
    6.20 +	cp -a $install/fr $fs/usr/share/squid/errors
    6.21 +	cp -a $install/wwwroot/* $fs/var/www
    6.22  }
    6.23  
     7.1 --- a/squidguardmgr/receipt	Sat Nov 30 11:11:23 2013 +0000
     7.2 +++ b/squidguardmgr/receipt	Sat Nov 30 11:34:10 2013 +0000
     7.3 @@ -5,6 +5,7 @@
     7.4  CATEGORY="system-tools"
     7.5  SHORT_DESC="Web GUI for squidGuard and SquidClamav administration."
     7.6  MAINTAINER="pascal.bellard@slitaz.org"
     7.7 +LICENSE="GPL3"
     7.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     7.9  WEB_SITE="http://squidguardmgr.sourceforge.net/"
    7.10  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    7.11 @@ -29,7 +30,7 @@
    7.12  {
    7.13  	mkdir -p $fs/usr/share $fs/etc $fs/var/lib/squidGuard/log $fs/var/lib/squidGuard/db 
    7.14  	
    7.15 -	cp -a $_pkg/var/www/squidguardmgr $fs/usr/share
    7.16 +	cp -a $install/var/www/squidguardmgr $fs/usr/share
    7.17  	( cd $fs ; patch -p0 ) < $stuff/squidguardmgr.U
    7.18  	mv $fs/usr/share/squidguardmgr/squidguardmgr.conf $fs/etc 
    7.19  	ln -s /etc/squidguardmgr.conf $fs/usr/share/squidguardmgr/squidguardmgr.conf
     8.1 --- a/sshproxy/receipt	Sat Nov 30 11:11:23 2013 +0000
     8.2 +++ b/sshproxy/receipt	Sat Nov 30 11:34:10 2013 +0000
     8.3 @@ -5,6 +5,7 @@
     8.4  CATEGORY="network"
     8.5  SHORT_DESC="SSH proxy to connect without passwords or keys."
     8.6  MAINTAINER="pascal.bellard@slitaz.org"
     8.7 +LICENSE="GPL2"
     8.8  TARBALL="sshproxy_0.6.0~beta2.orig.tar.gz"
     8.9  WEB_SITE="http://sshproxy-project.org/"
    8.10  WGET_URL="http://ftp.de.debian.org/debian/pool/main/s/sshproxy/$TARBALL"
    8.11 @@ -22,6 +23,6 @@
    8.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    8.13  genpkg_rules()
    8.14  {
    8.15 -	cp -a $_pkg/usr $fs
    8.16 +	cp -a $install/usr $fs
    8.17  }
    8.18  
     9.1 --- a/stella/receipt	Sat Nov 30 11:11:23 2013 +0000
     9.2 +++ b/stella/receipt	Sat Nov 30 11:34:10 2013 +0000
     9.3 @@ -5,13 +5,15 @@
     9.4  CATEGORY="games"
     9.5  SHORT_DESC="A multi-platform Atari 2600 VCS emulator."
     9.6  MAINTAINER="slaxemulator@gmail.com"
     9.7 -DEPENDS="gcc-lib-base libsdl libpng"
     9.8 -BUILD_DEPENDS="libsdl-dev libpng-dev zlib-dev"
     9.9 +LICENSE="GPL2"
    9.10  TARBALL="$PACKAGE-$VERSION-src.tar.gz"
    9.11  WEB_SITE="http://stella.sourceforge.net/"
    9.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    9.13  TAGS="emulator atari"
    9.14  
    9.15 +DEPENDS="gcc-lib-base libsdl libpng"
    9.16 +BUILD_DEPENDS="libsdl-dev libpng-dev zlib-dev"
    9.17 +
    9.18  # Rules to configure and make the package.
    9.19  compile_rules()
    9.20  {
    9.21 @@ -25,7 +27,7 @@
    9.22  genpkg_rules()
    9.23  {
    9.24  	mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications
    9.25 -	cp -a $_pkg/usr/bin $fs/usr
    9.26 -	cp -a $_pkg/usr/share/icons/hicolor/48x48/apps/stella.png $fs/usr/share/pixmaps
    9.27 -	sed -i 's|Icon=stella.png|Icon=stella|' $_pkg/usr/share/applications/stella.desktop
    9.28 +	cp -a $install/usr/bin $fs/usr
    9.29 +	cp -a $install/usr/share/icons/hicolor/48x48/apps/stella.png $fs/usr/share/pixmaps
    9.30 +	sed -i 's|Icon=stella.png|Icon=stella|' $install/usr/share/applications/stella.desktop
    9.31  }