CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
python: updated to 2.7.8
[ports/opt-arm.git] / python / Pkgfile
index 3405475b5e18f9b593ef65475190f926a433cf3c..99d30f41eba80d6548b45f4f01694b544b57d3fe 100644 (file)
@@ -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.8
 release=1
 source=(http://www.python.org/ftp/$name/$version/Python-$version.tar.xz \
         pyconfig.h)
@@ -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/
 }