# HG changeset patch # User Pascal Bellard # Date 1544697852 -3600 # Node ID 1be66a08b81f2c311ef939edd0f4d6a19a327cc0 # Parent 859df5086c8b03627b1e64a4f54d4de3bd5c927b Up punjab (0.15) diff -r 859df5086c8b -r 1be66a08b81f bicon/receipt --- a/bicon/receipt Thu Dec 13 11:15:24 2018 +0100 +++ b/bicon/receipt Thu Dec 13 11:44:12 2018 +0100 @@ -11,7 +11,7 @@ WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" DEPENDS="kbd fribidi xorg-setxkbmap xorg-xkbcomp" -BUILD_DEPENDS="autoconf automake libtool fribidi-dev kbd" +BUILD_DEPENDS="autoconf automake libtool fribidi-dev kbd file" # Rules to configure and make the package. compile_rules() diff -r 859df5086c8b -r 1be66a08b81f inotify-tools/receipt --- a/inotify-tools/receipt Thu Dec 13 11:15:24 2018 +0100 +++ b/inotify-tools/receipt Thu Dec 13 11:44:12 2018 +0100 @@ -11,7 +11,7 @@ WGET_URL="https://github.com/downloads/rvoicilas/inotify-tools/$TARBALL" DEPENDS="" -BUILD_DEPENDS="wget" +BUILD_DEPENDS="wget file" # Rules to configure and make the package. compile_rules() diff -r 859df5086c8b -r 1be66a08b81f perl-io-socket-ssl/receipt --- a/perl-io-socket-ssl/receipt Thu Dec 13 11:15:24 2018 +0100 +++ b/perl-io-socket-ssl/receipt Thu Dec 13 11:44:12 2018 +0100 @@ -16,9 +16,8 @@ # Rules to configure and make the package. compile_rules() { - cd $src - perl Makefile.PL && - yes '' | make && + yes '' | perl Makefile.PL && + make && make DESTDIR=$DESTDIR install } @@ -28,4 +27,3 @@ mkdir -p $fs/usr cp -a $install/usr/lib $fs/usr } - diff -r 859df5086c8b -r 1be66a08b81f punjab/receipt --- a/punjab/receipt Thu Dec 13 11:15:24 2018 +0100 +++ b/punjab/receipt Thu Dec 13 11:44:12 2018 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="punjab" -VERSION="0.14" +VERSION="0.15" CATEGORY="network" SHORT_DESC="HTTP jabber proxy allowing persistent client connections." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://punjab.sourceforge.net" -WGET_URL="http://code.stanziq.com/$PACKAGE/releases/$TARBALL" +WGET_URL="https://github.com/twonds/punjab/archive/v$VERSION.tar.gz" CONFIG_FILES="/etc/punjab.tac" DEPENDS="python twisted pyopenssl" diff -r 859df5086c8b -r 1be66a08b81f python-decoratortools/receipt --- a/python-decoratortools/receipt Thu Dec 13 11:15:24 2018 +0100 +++ b/python-decoratortools/receipt Thu Dec 13 11:44:12 2018 +0100 @@ -13,7 +13,7 @@ TAGS="python" DEPENDS="python" -BUILD_DEPENDS="python python-dev" +BUILD_DEPENDS="python python-dev openssl" # Rules to configure and make the package. compile_rules() diff -r 859df5086c8b -r 1be66a08b81f python-gevent-psycopg2/receipt --- a/python-gevent-psycopg2/receipt Thu Dec 13 11:15:24 2018 +0100 +++ b/python-gevent-psycopg2/receipt Thu Dec 13 11:44:12 2018 +0100 @@ -12,7 +12,7 @@ WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="psycopg2 python-gevent" -BUILD_DEPENDS="wget python-distribute python-dev python" +BUILD_DEPENDS="wget python-distribute python-dev python openssl" # Rules to configure and make the package. compile_rules() diff -r 859df5086c8b -r 1be66a08b81f python-llfuse/receipt --- a/python-llfuse/receipt Thu Dec 13 11:15:24 2018 +0100 +++ b/python-llfuse/receipt Thu Dec 13 11:44:12 2018 +0100 @@ -12,7 +12,7 @@ WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" DEPENDS="fuse" -BUILD_DEPENDS="python-dev fuse-dev attr-dev python-distribute" +BUILD_DEPENDS="python-dev fuse-dev attr-dev python-distribute openssl" # Rules to configure and make the package. compile_rules() diff -r 859df5086c8b -r 1be66a08b81f python-mechanize/receipt --- a/python-mechanize/receipt Thu Dec 13 11:15:24 2018 +0100 +++ b/python-mechanize/receipt Thu Dec 13 11:44:12 2018 +0100 @@ -13,7 +13,7 @@ HOST_ARCH="i486 arm" DEPENDS="python" -BUILD_DEPENDS="python-dev python-distribute" +BUILD_DEPENDS="python-dev python-distribute openssl" # Rules to configure and make the package. compile_rules() diff -r 859df5086c8b -r 1be66a08b81f udftools/receipt --- a/udftools/receipt Thu Dec 13 11:15:24 2018 +0100 +++ b/udftools/receipt Thu Dec 13 11:44:12 2018 +0100 @@ -11,7 +11,7 @@ WGET_URL="$SF_MIRROR/linux-udf/$TARBALL" DEPENDS="ncurses readline" -BUILD_DEPENDS="ncurses-dev readline-dev bash" +BUILD_DEPENDS="ncurses-dev readline-dev bash file" # Rules to configure and make the package. compile_rules()