X-Git-Url: http://gitweb/?a=blobdiff_plain;f=python%2FPkgfile;h=898ac846d7e58d32ced1be8e46b2a428cc24bd5d;hb=e22d59c02c33c55d5448998eded1b6053e18715b;hp=3405475b5e18f9b593ef65475190f926a433cf3c;hpb=90a859d94f319703d9a172bb2be152f43bdb4819;p=ports%2Fopt-arm.git diff --git a/python/Pkgfile b/python/Pkgfile index 3405475..898ac84 100644 --- a/python/Pkgfile +++ b/python/Pkgfile @@ -1,11 +1,11 @@ # Description: Python interpreter, version 2.7 # URL: http://www.python.org # Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: db gdbm openssl bzip2 zlib sqlite3 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: db gdbm openssl bzip2 zlib sqlite3 name=python -version=2.7.5 +version=2.7.9 release=1 source=(http://www.python.org/ftp/$name/$version/Python-$version.tar.xz \ pyconfig.h) @@ -20,7 +20,7 @@ build () { --mandir=/usr/man \ --enable-shared \ --with-threads \ - --enable-ipv6 + --enable-ipv6 make make -j1 DESTDIR=$PKG install @@ -40,5 +40,5 @@ build () { rm $PKG/usr/lib/python/ctypes/macholib/README.ctypes mv $PKG/usr/include/python2.7/pyconfig{,-32}.h - cp $SRC/pyconfig.h $PKG/usr/include/python2.7/ + install -m 0644 $SRC/pyconfig.h $PKG/usr/include/python2.7/ }