wok diff python/receipt @ rev 16341

Add slitaz-arm-rpi (only for ARM arch, hope i486 cooker will handle it)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 14:59:28 2014 +0200 (2014-04-12)
parents 705623ffc522
children cfa58aeee489
line diff
     1.1 --- a/python/receipt	Mon Apr 07 10:53:47 2014 +0000
     1.2 +++ b/python/receipt	Sat Apr 12 14:59:28 2014 +0200
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="PSL"
     1.6  SOURCE="Python"
     1.7 -TARBALL="$SOURCE-$VERSION.tar.xz"
     1.8 +TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://www.python.org/"
    1.10  WGET_URL="https://www.python.org/ftp/python/$VERSION/$TARBALL"
    1.11  HOST_ARCH="i486 arm"
    1.12 @@ -91,11 +91,6 @@
    1.13  	mkdir -p $fs/usr/include/${PACKAGE}$python_version
    1.14  	cp -a $install/usr/bin $fs/usr
    1.15  	cp -a $install/usr/lib $fs/usr
    1.16 -	# Create /usr/bin/python for ARM
    1.17 -	if [ ! -f "$fs/usr/python" ]; then
    1.18 -		cd $fs/usr/bin && ln -s python2.7 python
    1.19 -		mkdir -p $fs/usr/lib/python2.7
    1.20 -	fi
    1.21  	# needed for mercurial to work now
    1.22  	cp -a $install/usr/include/${PACKAGE}$python_version/pyconfig.h \
    1.23  		$fs/usr/include/${PACKAGE}$python_version