wok-current rev 16477
Up alsa, ARM add ntp* + a bunch of python packages
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 23 01:06:05 2014 +0200 (2014-04-23) |
parents | 56939ad28d41 |
children | 1170c748b1ab |
files | alsa-lib-dev/receipt alsa-lib/receipt alsa-utils/receipt libsigc++-dev/receipt libsigc++/receipt libtorrent/receipt ntp/receipt ntpclient/receipt python-distribute/receipt python-html5lib/receipt python-kid/receipt python-mechanize/receipt python-mpd/receipt python-netaddr/receipt python-ooop/receipt python-paste/receipt python-routes/receipt python-serial/receipt python-six/receipt setuptools/receipt xmlrpc-c-dev/receipt xmlrpc-c/receipt |
line diff
1.1 --- a/alsa-lib-dev/receipt Tue Apr 22 22:49:42 2014 +0200 1.2 +++ b/alsa-lib-dev/receipt Wed Apr 23 01:06:05 2014 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="alsa-lib-dev" 1.7 -VERSION="1.0.27.1" 1.8 +VERSION="1.0.27.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Alsa sound libraries devel files." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/alsa-lib/receipt Tue Apr 22 22:49:42 2014 +0200 2.2 +++ b/alsa-lib/receipt Wed Apr 23 01:06:05 2014 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="alsa-lib" 2.7 -VERSION="1.0.27.1" 2.8 +VERSION="1.0.27.2" 2.9 CATEGORY="multimedia" 2.10 SHORT_DESC="Alsa sound libraries." 2.11 MAINTAINER="pankso@slitaz.org"
3.1 --- a/alsa-utils/receipt Tue Apr 22 22:49:42 2014 +0200 3.2 +++ b/alsa-utils/receipt Wed Apr 23 01:06:05 2014 +0200 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="alsa-utils" 3.7 -VERSION="1.0.27.1" 3.8 +VERSION="1.0.27.2" 3.9 CATEGORY="multimedia" 3.10 SHORT_DESC="Alsa sound system utilities et config tools." 3.11 MAINTAINER="pankso@slitaz.org"
4.1 --- a/libsigc++-dev/receipt Tue Apr 22 22:49:42 2014 +0200 4.2 +++ b/libsigc++-dev/receipt Wed Apr 23 01:06:05 2014 +0200 4.3 @@ -8,6 +8,7 @@ 4.4 LICENSE="LGPL2.1" 4.5 WANTED="libsigc++" 4.6 WEB_SITE="http://libsigc.sourceforge.net/" 4.7 +HOST_ARCH="i486 arm" 4.8 4.9 DEPENDS="libsigc++ pkg-config" 4.10
5.1 --- a/libsigc++/receipt Tue Apr 22 22:49:42 2014 +0200 5.2 +++ b/libsigc++/receipt Wed Apr 23 01:06:05 2014 +0200 5.3 @@ -9,18 +9,16 @@ 5.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 5.5 WEB_SITE="http://libsigc.sourceforge.net/" 5.6 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 5.7 +HOST_ARCH="i486 arm" 5.8 5.9 BUILD_DEPENDS="m4" 5.10 5.11 # Rules to configure and make the package. 5.12 compile_rules() 5.13 { 5.14 - cd $src 5.15 - 5.16 ./configure \ 5.17 $CONFIGURE_ARGS && 5.18 - make && 5.19 - make install 5.20 + make && make install 5.21 } 5.22 5.23 # Rules to gen a SliTaz package suitable for Tazpkg.
6.1 --- a/libtorrent/receipt Tue Apr 22 22:49:42 2014 +0200 6.2 +++ b/libtorrent/receipt Wed Apr 23 01:06:05 2014 +0200 6.3 @@ -9,7 +9,9 @@ 6.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.5 WEB_SITE="http://libtorrent.rakshasa.no/" 6.6 WGET_URL="http://libtorrent.rakshasa.no/downloads/$TARBALL" 6.7 -CROSS="bug: can not run test program" 6.8 + 6.9 +CROSS_BUGS="bug: can not run test program" 6.10 +#HOST_ARCH="i486 arm" 6.11 6.12 DEPENDS="curl libsigc++ openssl" 6.13 BUILD_DEPENDS="curl-dev libsigc++-dev openssl-dev" 6.14 @@ -17,10 +19,8 @@ 6.15 # Rules to configure and make the package. 6.16 compile_rules() 6.17 { 6.18 - cd $src 6.19 ./configure \ 6.20 - --build=$HOST_SYSTEM \ 6.21 - --host=$HOST_SYSTEM && 6.22 + $CONFIGURE_ARGS && 6.23 make && make install 6.24 } 6.25
7.1 --- a/ntp/receipt Tue Apr 22 22:49:42 2014 +0200 7.2 +++ b/ntp/receipt Wed Apr 23 01:06:05 2014 +0200 7.3 @@ -9,6 +9,8 @@ 7.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 7.5 WEB_SITE="http://www.ntp.org/" 7.6 WGET_URL="http://archive.ntp.org/ntp4/$TARBALL" 7.7 +HOST_ARCH="i486 arm" 7.8 + 7.9 DEPENDS="libcrypto readline libcap attr" 7.10 CONFIG_FILES="/etc/ntp.conf" 7.11
8.1 --- a/ntpclient/receipt Tue Apr 22 22:49:42 2014 +0200 8.2 +++ b/ntpclient/receipt Wed Apr 23 01:06:05 2014 +0200 8.3 @@ -1,7 +1,7 @@ 8.4 # SliTaz package receipt. 8.5 8.6 PACKAGE="ntpclient" 8.7 -VERSION="2007_365" 8.8 +VERSION="2010_365" 8.9 CATEGORY="system-tools" 8.10 SHORT_DESC="Tiny NTP Client" 8.11 MAINTAINER="erjo@slitaz.org" 8.12 @@ -9,6 +9,7 @@ 8.13 TARBALL="${PACKAGE}_${VERSION}.tar.gz" 8.14 WEB_SITE="http://www.busybox.net/tinyutils.html" 8.15 WGET_URL="http://doolittle.icarus.com/ntpclient/$TARBALL" 8.16 +HOST_ARCH="i486 arm" 8.17 8.18 DEPENDS="" 8.19
9.1 --- a/python-distribute/receipt Tue Apr 22 22:49:42 2014 +0200 9.2 +++ b/python-distribute/receipt Wed Apr 23 01:06:05 2014 +0200 9.3 @@ -1,15 +1,16 @@ 9.4 # SliTaz package receipt. 9.5 9.6 PACKAGE="python-distribute" 9.7 -VERSION="0.6.49" 9.8 +VERSION="0.7.3" 9.9 CATEGORY="development" 9.10 SHORT_DESC="Easily build and distribute Python packages" 9.11 MAINTAINER="slaxemulator@gmail.com" 9.12 LICENSE="PSL" 9.13 WEB_SITE="http://pypi.python.org/pypi/distribute" 9.14 SOURCE="distribute" 9.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 9.16 +TARBALL="$SOURCE-$VERSION.zip" 9.17 WGET_URL="https://pypi.python.org/packages/source/d/distribute/$TARBALL" 9.18 +HOST_ARCH="i486 arm" 9.19 9.20 DEPENDS="python" 9.21 BUILD_DEPENDS="python-dev wget"
10.1 --- a/python-html5lib/receipt Tue Apr 22 22:49:42 2014 +0200 10.2 +++ b/python-html5lib/receipt Wed Apr 23 01:06:05 2014 +0200 10.3 @@ -9,6 +9,7 @@ 10.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 10.5 WEB_SITE="https://github.com/html5lib/html5lib-python" 10.6 WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" 10.7 +HOST_ARCH="i486 arm" 10.8 10.9 DEPENDS="python python-six" 10.10 BUILD_DEPENDS="python-dev setuptools wget"
11.1 --- a/python-kid/receipt Tue Apr 22 22:49:42 2014 +0200 11.2 +++ b/python-kid/receipt Wed Apr 23 01:06:05 2014 +0200 11.3 @@ -8,9 +8,10 @@ 11.4 LICENSE="MIT" 11.5 SOURCE="kid" 11.6 TARBALL="$SOURCE-$VERSION.tar.gz" 11.7 -WEB_SITE="http://www.kid-templating.org/" 11.8 -WGET_URL="http://www.kid-templating.org/dist/$VERSION/$TARBALL" 11.9 +WEB_SITE="https://pypi.python.org/pypi/kid/" 11.10 +WGET_URL="https://pypi.python.org/packages/source/k/kid/$TARBALL" 11.11 TAGS="python" 11.12 +HOST_ARCH="i486 arm" 11.13 11.14 DEPENDS="python" 11.15 BUILD_DEPENDS="python python-dev setuptools" 11.16 @@ -18,7 +19,6 @@ 11.17 # Rules to configure and make the package. 11.18 compile_rules() 11.19 { 11.20 - cd $src 11.21 python setup.py install --root=$DESTDIR 11.22 } 11.23
12.1 --- a/python-mechanize/receipt Tue Apr 22 22:49:42 2014 +0200 12.2 +++ b/python-mechanize/receipt Wed Apr 23 01:06:05 2014 +0200 12.3 @@ -10,6 +10,7 @@ 12.4 TARBALL="${SOURCE}-${VERSION}.tar.gz" 12.5 WEB_SITE="http://wwwsearch.sourceforge.net/mechanize/" 12.6 WGET_URL="http://pypi.python.org/packages/source/m/mechanize/$TARBALL" 12.7 +HOST_ARCH="i486 arm" 12.8 12.9 DEPENDS="python" 12.10 BUILD_DEPENDS="python-dev python-distribute"
13.1 --- a/python-mpd/receipt Tue Apr 22 22:49:42 2014 +0200 13.2 +++ b/python-mpd/receipt Wed Apr 23 01:06:05 2014 +0200 13.3 @@ -7,8 +7,9 @@ 13.4 MAINTAINER="jozee@slitaz.org" 13.5 LICENSE="LGPL3" 13.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 13.7 -WEB_SITE="http://mpd.wikia.com/wiki/ClientLib:python-mpd" 13.8 +WEB_SITE="https://pypi.python.org/pypi/python-mpd/" 13.9 WGET_URL="http://pypi.python.org/packages/source/p/python-mpd/$TARBALL" 13.10 +HOST_ARCH="i486 arm" 13.11 13.12 DEPENDS="python" 13.13 BUILD_DEPENDS="python-dev" 13.14 @@ -16,7 +17,6 @@ 13.15 # Rules to configure and make the package. 13.16 compile_rules() 13.17 { 13.18 - cd $src 13.19 python setup.py install --prefix=/usr --root="$DESTDIR" 13.20 } 13.21
14.1 --- a/python-netaddr/receipt Tue Apr 22 22:49:42 2014 +0200 14.2 +++ b/python-netaddr/receipt Wed Apr 23 01:06:05 2014 +0200 14.3 @@ -10,6 +10,7 @@ 14.4 TARBALL="$SOURCE-$VERSION.tar.gz" 14.5 WEB_SITE="http://github.com/drkjam/netaddr" 14.6 WGET_URL="https://github.com/downloads/drkjam/$SOURCE/$TARBALL" 14.7 +HOST_ARCH="i486 arm" 14.8 14.9 DEPENDS="python" 14.10 BUILD_DEPENDS="python-dev python wget" 14.11 @@ -17,7 +18,6 @@ 14.12 # Rules to configure and make the package. 14.13 compile_rules() 14.14 { 14.15 - cd $src 14.16 python setup.py build && 14.17 python setup.py install --root=$DESTDIR 14.18 }
15.1 --- a/python-ooop/receipt Tue Apr 22 22:49:42 2014 +0200 15.2 +++ b/python-ooop/receipt Wed Apr 23 01:06:05 2014 +0200 15.3 @@ -10,6 +10,7 @@ 15.4 WEB_SITE="http://pypi.python.org/pypi/ooop" 15.5 TARBALL="$SOURCE-$VERSION.tar.gz" 15.6 WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 15.7 +HOST_ARCH="i486 arm" 15.8 15.9 DEPENDS="python" 15.10 BUILD_DEPENDS="python python-dev setuptools" 15.11 @@ -17,7 +18,6 @@ 15.12 # Rules to configure and make the package. 15.13 compile_rules() 15.14 { 15.15 - cd $src 15.16 python setup.py install --root=$DESTDIR 15.17 } 15.18
16.1 --- a/python-paste/receipt Tue Apr 22 22:49:42 2014 +0200 16.2 +++ b/python-paste/receipt Wed Apr 23 01:06:05 2014 +0200 16.3 @@ -11,6 +11,7 @@ 16.4 WEB_SITE="http://pythonpaste.org/" 16.5 WGET_URL="http://pypi.python.org/packages/source/P/$SOURCE/$TARBALL" 16.6 TAGS="python" 16.7 +HOST_ARCH="i486 arm" 16.8 16.9 DEPENDS="python" 16.10 BUILD_DEPENDS="python python-dev setuptools" 16.11 @@ -18,7 +19,6 @@ 16.12 # Rules to configure and make the package. 16.13 compile_rules() 16.14 { 16.15 - cd $src 16.16 python setup.py install --root=$DESTDIR 16.17 } 16.18
17.1 --- a/python-routes/receipt Tue Apr 22 22:49:42 2014 +0200 17.2 +++ b/python-routes/receipt Wed Apr 23 01:06:05 2014 +0200 17.3 @@ -14,9 +14,7 @@ 17.4 HOST_ARCH="i486 arm" 17.5 17.6 DEPENDS="python" 17.7 -BUILD_DEPENDS="python python-dev" 17.8 -# setuptools: please install it in chroot or we have to 17.9 -# add a case a lot of python pkgs 17.10 +BUILD_DEPENDS="python python-dev setuptools" 17.11 17.12 # Rules to configure and make the package. 17.13 compile_rules()
18.1 --- a/python-serial/receipt Tue Apr 22 22:49:42 2014 +0200 18.2 +++ b/python-serial/receipt Wed Apr 23 01:06:05 2014 +0200 18.3 @@ -13,7 +13,7 @@ 18.4 HOST_ARCH="i486 arm" 18.5 18.6 DEPENDS="python" 18.7 -BUILD_DEPENDS="python-dev" 18.8 +BUILD_DEPENDS="python-dev setuptools" 18.9 18.10 # Rules to configure and make the package. 18.11 compile_rules()
19.1 --- a/python-six/receipt Tue Apr 22 22:49:42 2014 +0200 19.2 +++ b/python-six/receipt Wed Apr 23 01:06:05 2014 +0200 19.3 @@ -10,6 +10,7 @@ 19.4 TARBALL="$SOURCE-$VERSION.tar.gz" 19.5 WEB_SITE="http://packages.python.org/six/" 19.6 WGET_URL="https://pypi.python.org/packages/source/s/$SOURCE/$TARBALL" 19.7 +HOST_ARCH="i486 arm" 19.8 19.9 DEPENDS="python" 19.10 BUILD_DEPENDS="python-dev wget" 19.11 @@ -17,7 +18,6 @@ 19.12 # Rules to configure and make the package. 19.13 compile_rules() 19.14 { 19.15 - cd $src 19.16 python setup.py install --root=$DESTDIR 19.17 } 19.18
20.1 --- a/setuptools/receipt Tue Apr 22 22:49:42 2014 +0200 20.2 +++ b/setuptools/receipt Wed Apr 23 01:06:05 2014 +0200 20.3 @@ -9,13 +9,14 @@ 20.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 20.5 WEB_SITE="http://pypi.python.org/pypi/setuptools" 20.6 WGET_URL="http://pypi.python.org/packages/source/s/setuptools/$TARBALL" 20.7 +HOST_ARCH="i486 arm" 20.8 + 20.9 DEPENDS="python python-dev" 20.10 BUILD_DEPENDS="python python-dev" 20.11 20.12 # Rules to configure and make the package. 20.13 compile_rules() 20.14 { 20.15 - cd $src 20.16 python setup.py build && 20.17 python setup.py install --root=$DESTDIR 20.18 }
21.1 --- a/xmlrpc-c-dev/receipt Tue Apr 22 22:49:42 2014 +0200 21.2 +++ b/xmlrpc-c-dev/receipt Wed Apr 23 01:06:05 2014 +0200 21.3 @@ -1,7 +1,7 @@ 21.4 # SliTaz package receipt. 21.5 21.6 PACKAGE="xmlrpc-c-dev" 21.7 -VERSION="1.25.24" 21.8 +VERSION="1.25.28" 21.9 CATEGORY="development" 21.10 SHORT_DESC="A lightweight RPC library based on XML and HTTP, development files." 21.11 MAINTAINER="pascal.bellard@slitaz.org"
22.1 --- a/xmlrpc-c/receipt Tue Apr 22 22:49:42 2014 +0200 22.2 +++ b/xmlrpc-c/receipt Wed Apr 23 01:06:05 2014 +0200 22.3 @@ -1,7 +1,7 @@ 22.4 # SliTaz package receipt. 22.5 22.6 PACKAGE="xmlrpc-c" 22.7 -VERSION="1.25.24" 22.8 +VERSION="1.25.28" 22.9 CATEGORY="network" 22.10 SHORT_DESC="A lightweight RPC library based on XML and HTTP." 22.11 MAINTAINER="pascal.bellard@slitaz.org" 22.12 @@ -9,17 +9,16 @@ 22.13 WEB_SITE="http://xmlrpc-c.sourceforge.net/" 22.14 TARBALL="$PACKAGE-$VERSION.tgz" 22.15 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 22.16 +#HOST_ARCH="i486 arm" 22.17 22.18 DEPENDS="gcc-lib-base" 22.19 22.20 # Rules to configure and make the package. 22.21 compile_rules() 22.22 { 22.23 - cd $src 22.24 find -name 'Makefile*' | sed 's/Makefile.*/depend.mk/' | \ 22.25 xargs touch -d 197001010000 22.26 - ./configure --prefix=/usr --infodir=/usr/share/info \ 22.27 - --mandir=/usr/share/man \ 22.28 + ./configure --prefix=/usr \ 22.29 $CONFIGURE_ARGS && 22.30 make && 22.31 make DESTDIR=$DESTDIR install