X-Git-Url: http://gitweb/?a=blobdiff_plain;f=python%2FPkgfile;h=90d22d088f00b5d829ad4047ec83107e1ec69615;hb=93ebab8b212e4088e5925995de48cd4a0d019531;hp=f2cf82a0b3999e39714159f7709ec43b33876755;hpb=3bba7e2af87bbf095514124998ef9875c0be0f9d;p=ports%2Fopt-arm.git diff --git a/python/Pkgfile b/python/Pkgfile index f2cf82a..90d22d0 100644 --- a/python/Pkgfile +++ b/python/Pkgfile @@ -5,7 +5,7 @@ # Depends on: db gdbm openssl bzip2 zlib sqlite3 name=python -version=2.7.10 +version=2.7.12 release=1 source=(http://www.python.org/ftp/$name/$version/Python-$version.tar.xz \ pyconfig.h) @@ -17,7 +17,6 @@ build () { # our CFLAGS are used as well OPT="-Wall -Wstrict-prototypes -fwrapv" \ ./configure --prefix=/usr \ - --mandir=/usr/man \ --enable-shared \ --with-threads \ --enable-ipv6 @@ -26,7 +25,7 @@ build () { 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