# HG changeset patch # User Christophe Lincoln # Date 1398207965 -7200 # Node ID 7d672a2330b8f6fda6e21ea35cd8fa9d4b436890 # Parent 56939ad28d414aa08938077070c2b2bf365e139d Up alsa, ARM add ntp* + a bunch of python packages diff -r 56939ad28d41 -r 7d672a2330b8 alsa-lib-dev/receipt --- a/alsa-lib-dev/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/alsa-lib-dev/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="alsa-lib-dev" -VERSION="1.0.27.1" +VERSION="1.0.27.2" CATEGORY="development" SHORT_DESC="Alsa sound libraries devel files." MAINTAINER="pankso@slitaz.org" diff -r 56939ad28d41 -r 7d672a2330b8 alsa-lib/receipt --- a/alsa-lib/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/alsa-lib/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="alsa-lib" -VERSION="1.0.27.1" +VERSION="1.0.27.2" CATEGORY="multimedia" SHORT_DESC="Alsa sound libraries." MAINTAINER="pankso@slitaz.org" diff -r 56939ad28d41 -r 7d672a2330b8 alsa-utils/receipt --- a/alsa-utils/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/alsa-utils/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="alsa-utils" -VERSION="1.0.27.1" +VERSION="1.0.27.2" CATEGORY="multimedia" SHORT_DESC="Alsa sound system utilities et config tools." MAINTAINER="pankso@slitaz.org" diff -r 56939ad28d41 -r 7d672a2330b8 libsigc++-dev/receipt --- a/libsigc++-dev/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/libsigc++-dev/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -8,6 +8,7 @@ LICENSE="LGPL2.1" WANTED="libsigc++" WEB_SITE="http://libsigc.sourceforge.net/" +HOST_ARCH="i486 arm" DEPENDS="libsigc++ pkg-config" diff -r 56939ad28d41 -r 7d672a2330b8 libsigc++/receipt --- a/libsigc++/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/libsigc++/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -9,18 +9,16 @@ TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://libsigc.sourceforge.net/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" +HOST_ARCH="i486 arm" BUILD_DEPENDS="m4" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure \ $CONFIGURE_ARGS && - make && - make install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 56939ad28d41 -r 7d672a2330b8 libtorrent/receipt --- a/libtorrent/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/libtorrent/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -9,7 +9,9 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://libtorrent.rakshasa.no/" WGET_URL="http://libtorrent.rakshasa.no/downloads/$TARBALL" -CROSS="bug: can not run test program" + +CROSS_BUGS="bug: can not run test program" +#HOST_ARCH="i486 arm" DEPENDS="curl libsigc++ openssl" BUILD_DEPENDS="curl-dev libsigc++-dev openssl-dev" @@ -17,10 +19,8 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ - --build=$HOST_SYSTEM \ - --host=$HOST_SYSTEM && + $CONFIGURE_ARGS && make && make install } diff -r 56939ad28d41 -r 7d672a2330b8 ntp/receipt --- a/ntp/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/ntp/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -9,6 +9,8 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.ntp.org/" WGET_URL="http://archive.ntp.org/ntp4/$TARBALL" +HOST_ARCH="i486 arm" + DEPENDS="libcrypto readline libcap attr" CONFIG_FILES="/etc/ntp.conf" diff -r 56939ad28d41 -r 7d672a2330b8 ntpclient/receipt --- a/ntpclient/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/ntpclient/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ntpclient" -VERSION="2007_365" +VERSION="2010_365" CATEGORY="system-tools" SHORT_DESC="Tiny NTP Client" MAINTAINER="erjo@slitaz.org" @@ -9,6 +9,7 @@ TARBALL="${PACKAGE}_${VERSION}.tar.gz" WEB_SITE="http://www.busybox.net/tinyutils.html" WGET_URL="http://doolittle.icarus.com/ntpclient/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="" diff -r 56939ad28d41 -r 7d672a2330b8 python-distribute/receipt --- a/python-distribute/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/python-distribute/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="python-distribute" -VERSION="0.6.49" +VERSION="0.7.3" CATEGORY="development" SHORT_DESC="Easily build and distribute Python packages" MAINTAINER="slaxemulator@gmail.com" LICENSE="PSL" WEB_SITE="http://pypi.python.org/pypi/distribute" SOURCE="distribute" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$SOURCE-$VERSION.zip" WGET_URL="https://pypi.python.org/packages/source/d/distribute/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="python" BUILD_DEPENDS="python-dev wget" diff -r 56939ad28d41 -r 7d672a2330b8 python-html5lib/receipt --- a/python-html5lib/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/python-html5lib/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -9,6 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://github.com/html5lib/html5lib-python" WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" +HOST_ARCH="i486 arm" DEPENDS="python python-six" BUILD_DEPENDS="python-dev setuptools wget" diff -r 56939ad28d41 -r 7d672a2330b8 python-kid/receipt --- a/python-kid/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/python-kid/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -8,9 +8,10 @@ LICENSE="MIT" SOURCE="kid" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://www.kid-templating.org/" -WGET_URL="http://www.kid-templating.org/dist/$VERSION/$TARBALL" +WEB_SITE="https://pypi.python.org/pypi/kid/" +WGET_URL="https://pypi.python.org/packages/source/k/kid/$TARBALL" TAGS="python" +HOST_ARCH="i486 arm" DEPENDS="python" BUILD_DEPENDS="python python-dev setuptools" @@ -18,7 +19,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r 56939ad28d41 -r 7d672a2330b8 python-mechanize/receipt --- a/python-mechanize/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/python-mechanize/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -10,6 +10,7 @@ TARBALL="${SOURCE}-${VERSION}.tar.gz" WEB_SITE="http://wwwsearch.sourceforge.net/mechanize/" WGET_URL="http://pypi.python.org/packages/source/m/mechanize/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="python" BUILD_DEPENDS="python-dev python-distribute" diff -r 56939ad28d41 -r 7d672a2330b8 python-mpd/receipt --- a/python-mpd/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/python-mpd/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -7,8 +7,9 @@ MAINTAINER="jozee@slitaz.org" LICENSE="LGPL3" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://mpd.wikia.com/wiki/ClientLib:python-mpd" +WEB_SITE="https://pypi.python.org/pypi/python-mpd/" WGET_URL="http://pypi.python.org/packages/source/p/python-mpd/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="python" BUILD_DEPENDS="python-dev" @@ -16,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --prefix=/usr --root="$DESTDIR" } diff -r 56939ad28d41 -r 7d672a2330b8 python-netaddr/receipt --- a/python-netaddr/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/python-netaddr/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -10,6 +10,7 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://github.com/drkjam/netaddr" WGET_URL="https://github.com/downloads/drkjam/$SOURCE/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="python" BUILD_DEPENDS="python-dev python wget" @@ -17,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build && python setup.py install --root=$DESTDIR } diff -r 56939ad28d41 -r 7d672a2330b8 python-ooop/receipt --- a/python-ooop/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/python-ooop/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -10,6 +10,7 @@ WEB_SITE="http://pypi.python.org/pypi/ooop" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="python" BUILD_DEPENDS="python python-dev setuptools" @@ -17,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r 56939ad28d41 -r 7d672a2330b8 python-paste/receipt --- a/python-paste/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/python-paste/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -11,6 +11,7 @@ WEB_SITE="http://pythonpaste.org/" WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL" TAGS="python" +HOST_ARCH="i486 arm" DEPENDS="python" BUILD_DEPENDS="python python-dev setuptools" @@ -18,7 +19,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r 56939ad28d41 -r 7d672a2330b8 python-routes/receipt --- a/python-routes/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/python-routes/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -14,9 +14,7 @@ HOST_ARCH="i486 arm" DEPENDS="python" -BUILD_DEPENDS="python python-dev" -# setuptools: please install it in chroot or we have to -# add a case a lot of python pkgs +BUILD_DEPENDS="python python-dev setuptools" # Rules to configure and make the package. compile_rules() diff -r 56939ad28d41 -r 7d672a2330b8 python-serial/receipt --- a/python-serial/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/python-serial/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -13,7 +13,7 @@ HOST_ARCH="i486 arm" DEPENDS="python" -BUILD_DEPENDS="python-dev" +BUILD_DEPENDS="python-dev setuptools" # Rules to configure and make the package. compile_rules() diff -r 56939ad28d41 -r 7d672a2330b8 python-six/receipt --- a/python-six/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/python-six/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -10,6 +10,7 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://packages.python.org/six/" WGET_URL="https://pypi.python.org/packages/source/s/$SOURCE/$TARBALL" +HOST_ARCH="i486 arm" DEPENDS="python" BUILD_DEPENDS="python-dev wget" @@ -17,7 +18,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r 56939ad28d41 -r 7d672a2330b8 setuptools/receipt --- a/setuptools/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/setuptools/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -9,13 +9,14 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://pypi.python.org/pypi/setuptools" WGET_URL="http://pypi.python.org/packages/source/s/setuptools/$TARBALL" +HOST_ARCH="i486 arm" + DEPENDS="python python-dev" BUILD_DEPENDS="python python-dev" # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build && python setup.py install --root=$DESTDIR } diff -r 56939ad28d41 -r 7d672a2330b8 xmlrpc-c-dev/receipt --- a/xmlrpc-c-dev/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/xmlrpc-c-dev/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xmlrpc-c-dev" -VERSION="1.25.24" +VERSION="1.25.28" CATEGORY="development" SHORT_DESC="A lightweight RPC library based on XML and HTTP, development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r 56939ad28d41 -r 7d672a2330b8 xmlrpc-c/receipt --- a/xmlrpc-c/receipt Tue Apr 22 22:49:42 2014 +0200 +++ b/xmlrpc-c/receipt Wed Apr 23 01:06:05 2014 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xmlrpc-c" -VERSION="1.25.24" +VERSION="1.25.28" CATEGORY="network" SHORT_DESC="A lightweight RPC library based on XML and HTTP." MAINTAINER="pascal.bellard@slitaz.org" @@ -9,17 +9,16 @@ WEB_SITE="http://xmlrpc-c.sourceforge.net/" TARBALL="$PACKAGE-$VERSION.tgz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +#HOST_ARCH="i486 arm" DEPENDS="gcc-lib-base" # Rules to configure and make the package. compile_rules() { - cd $src find -name 'Makefile*' | sed 's/Makefile.*/depend.mk/' | \ xargs touch -d 197001010000 - ./configure --prefix=/usr --infodir=/usr/share/info \ - --mandir=/usr/share/man \ + ./configure --prefix=/usr \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install