X-Git-Url: http://gitweb/?a=blobdiff_plain;f=python%2FPkgfile;h=2d83988fca828cdf74716e196c3e319f9304a538;hb=fe4f22eb9abb37361de1240e8505c02a4f333c74;hp=7f0488028cbc1a8c8f1829dbf9db7f238c14033f;hpb=e1019ac1172611be05446aeb1963ade38986e241;p=ports%2Fopt-arm.git diff --git a/python/Pkgfile b/python/Pkgfile index 7f04880..2d83988 100644 --- a/python/Pkgfile +++ b/python/Pkgfile @@ -5,7 +5,7 @@ # Depends on: db gdbm openssl bzip2 zlib sqlite3 name=python -version=2.7.6 +version=2.7.11 release=1 source=(http://www.python.org/ftp/$name/$version/Python-$version.tar.xz \ pyconfig.h) @@ -17,16 +17,15 @@ build () { # our CFLAGS are used as well OPT="-Wall -Wstrict-prototypes -fwrapv" \ ./configure --prefix=/usr \ - --mandir=/usr/man \ --enable-shared \ --with-threads \ - --enable-ipv6 + --enable-ipv6 make make -j1 DESTDIR=$PKG install # fix issue with man-page symlink - ln -sf python2.7.1 $PKG/usr/man/man1/python.1 + ln -sf python2.7.1 $PKG/usr/share/man/man1/python.1 ln -sf python2.7 $PKG/usr/bin/python ln -s python2.7 $PKG/usr/lib/python