wok rev 20571

Up punjab (0.15)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 13 11:44:12 2018 +0100 (2018-12-13)
parents 859df5086c8b
children ff9bdf719828
files bicon/receipt inotify-tools/receipt perl-io-socket-ssl/receipt punjab/receipt python-decoratortools/receipt python-gevent-psycopg2/receipt python-llfuse/receipt python-mechanize/receipt udftools/receipt
line diff
     1.1 --- a/bicon/receipt	Thu Dec 13 11:15:24 2018 +0100
     1.2 +++ b/bicon/receipt	Thu Dec 13 11:44:12 2018 +0100
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
     1.5  
     1.6  DEPENDS="kbd fribidi xorg-setxkbmap xorg-xkbcomp"
     1.7 -BUILD_DEPENDS="autoconf automake libtool fribidi-dev kbd"
     1.8 +BUILD_DEPENDS="autoconf automake libtool fribidi-dev kbd file"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
     2.1 --- a/inotify-tools/receipt	Thu Dec 13 11:15:24 2018 +0100
     2.2 +++ b/inotify-tools/receipt	Thu Dec 13 11:44:12 2018 +0100
     2.3 @@ -11,7 +11,7 @@
     2.4  WGET_URL="https://github.com/downloads/rvoicilas/inotify-tools/$TARBALL"
     2.5  
     2.6  DEPENDS=""
     2.7 -BUILD_DEPENDS="wget"
     2.8 +BUILD_DEPENDS="wget file"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
     3.1 --- a/perl-io-socket-ssl/receipt	Thu Dec 13 11:15:24 2018 +0100
     3.2 +++ b/perl-io-socket-ssl/receipt	Thu Dec 13 11:44:12 2018 +0100
     3.3 @@ -16,9 +16,8 @@
     3.4  # Rules to configure and make the package.
     3.5  compile_rules()
     3.6  {
     3.7 -	cd $src
     3.8 -	perl Makefile.PL &&
     3.9 -	yes '' | make &&
    3.10 +	yes '' | perl Makefile.PL &&
    3.11 +	make &&
    3.12  	make DESTDIR=$DESTDIR install
    3.13  }
    3.14  
    3.15 @@ -28,4 +27,3 @@
    3.16  	mkdir -p $fs/usr
    3.17  	cp -a $install/usr/lib $fs/usr
    3.18  }
    3.19 -
     4.1 --- a/punjab/receipt	Thu Dec 13 11:15:24 2018 +0100
     4.2 +++ b/punjab/receipt	Thu Dec 13 11:44:12 2018 +0100
     4.3 @@ -1,14 +1,14 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="punjab"
     4.7 -VERSION="0.14"
     4.8 +VERSION="0.15"
     4.9  CATEGORY="network"
    4.10  SHORT_DESC="HTTP jabber proxy allowing persistent client connections."
    4.11  MAINTAINER="pascal.bellard@slitaz.org"
    4.12  LICENSE="GPL2"
    4.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    4.14  WEB_SITE="http://punjab.sourceforge.net"
    4.15 -WGET_URL="http://code.stanziq.com/$PACKAGE/releases/$TARBALL"
    4.16 +WGET_URL="https://github.com/twonds/punjab/archive/v$VERSION.tar.gz"
    4.17  CONFIG_FILES="/etc/punjab.tac"
    4.18  
    4.19  DEPENDS="python twisted pyopenssl"
     5.1 --- a/python-decoratortools/receipt	Thu Dec 13 11:15:24 2018 +0100
     5.2 +++ b/python-decoratortools/receipt	Thu Dec 13 11:44:12 2018 +0100
     5.3 @@ -13,7 +13,7 @@
     5.4  TAGS="python"
     5.5  
     5.6  DEPENDS="python"
     5.7 -BUILD_DEPENDS="python python-dev"
     5.8 +BUILD_DEPENDS="python python-dev openssl"
     5.9  
    5.10  # Rules to configure and make the package.
    5.11  compile_rules()
     6.1 --- a/python-gevent-psycopg2/receipt	Thu Dec 13 11:15:24 2018 +0100
     6.2 +++ b/python-gevent-psycopg2/receipt	Thu Dec 13 11:44:12 2018 +0100
     6.3 @@ -12,7 +12,7 @@
     6.4  WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
     6.5  
     6.6  DEPENDS="psycopg2 python-gevent"
     6.7 -BUILD_DEPENDS="wget python-distribute python-dev python"
     6.8 +BUILD_DEPENDS="wget python-distribute python-dev python openssl"
     6.9  
    6.10  # Rules to configure and make the package.
    6.11  compile_rules()
     7.1 --- a/python-llfuse/receipt	Thu Dec 13 11:15:24 2018 +0100
     7.2 +++ b/python-llfuse/receipt	Thu Dec 13 11:44:12 2018 +0100
     7.3 @@ -12,7 +12,7 @@
     7.4  WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
     7.5  
     7.6  DEPENDS="fuse"
     7.7 -BUILD_DEPENDS="python-dev fuse-dev attr-dev python-distribute"
     7.8 +BUILD_DEPENDS="python-dev fuse-dev attr-dev python-distribute openssl"
     7.9  
    7.10  # Rules to configure and make the package.
    7.11  compile_rules()
     8.1 --- a/python-mechanize/receipt	Thu Dec 13 11:15:24 2018 +0100
     8.2 +++ b/python-mechanize/receipt	Thu Dec 13 11:44:12 2018 +0100
     8.3 @@ -13,7 +13,7 @@
     8.4  HOST_ARCH="i486 arm"
     8.5  
     8.6  DEPENDS="python"
     8.7 -BUILD_DEPENDS="python-dev python-distribute"
     8.8 +BUILD_DEPENDS="python-dev python-distribute openssl"
     8.9  
    8.10  # Rules to configure and make the package.
    8.11  compile_rules()
     9.1 --- a/udftools/receipt	Thu Dec 13 11:15:24 2018 +0100
     9.2 +++ b/udftools/receipt	Thu Dec 13 11:44:12 2018 +0100
     9.3 @@ -11,7 +11,7 @@
     9.4  WGET_URL="$SF_MIRROR/linux-udf/$TARBALL"
     9.5  
     9.6  DEPENDS="ncurses readline"
     9.7 -BUILD_DEPENDS="ncurses-dev readline-dev bash"
     9.8 +BUILD_DEPENDS="ncurses-dev readline-dev bash file"
     9.9  
    9.10  # Rules to configure and make the package.
    9.11  compile_rules()