X-Git-Url: http://gitweb/?a=blobdiff_plain;f=python%2FPkgfile;h=f2cf82a0b3999e39714159f7709ec43b33876755;hb=c5082f81691af38da6c84ecbeb9068d5729c99b1;hp=747edf333144f2edc99a54d29837074d13e80e7b;hpb=8f68de03e762792b2181f8190a0adae926629f81;p=ports%2Fopt-arm.git diff --git a/python/Pkgfile b/python/Pkgfile index 747edf3..f2cf82a 100644 --- a/python/Pkgfile +++ b/python/Pkgfile @@ -5,7 +5,7 @@ # Depends on: db gdbm openssl bzip2 zlib sqlite3 name=python -version=2.7.5 +version=2.7.10 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/ }