summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-07-17 20:03:26 +0200
committertnut <tnut at nutyx dot com>2011-07-17 20:03:26 +0200
commit605e546ac5ca19333f88e40f924d85d34079ad82 (patch)
tree2aaede2c80418836af44615bc9c6e1294966214e /base
parenta11349d335432b368acd1ae20d626cb3c071e050 (diff)
parentd9ded187009dff5069b056ab5f80a0668bfc4a35 (diff)
downloadnutyx-pakxe-605e546ac5ca19333f88e40f924d85d34079ad82.tar.gz
nutyx-pakxe-605e546ac5ca19333f88e40f924d85d34079ad82.tar.bz2
nutyx-pakxe-605e546ac5ca19333f88e40f924d85d34079ad82.tar.xz
nutyx-pakxe-605e546ac5ca19333f88e40f924d85d34079ad82.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'base')
-rwxr-xr-xbase/python/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/base/python/Pkgfile b/base/python/Pkgfile
index 21cfbd50e..304633437 100755
--- a/base/python/Pkgfile
+++ b/base/python/Pkgfile
@@ -7,7 +7,7 @@
name=python
version=3.2.1
-release=1
+release=2
source=( http://www.python.org/ftp/python/$version/Python-$version.tar.xz)
build() {
@@ -42,5 +42,6 @@ build() {
rm $PKG/usr/bin/2to3
install -Dm644 LICENSE $PKG/usr/share/licenses/$name/LICENSE
+ [[ ! -r $PKG/usr/lib/pkgconfig/python-3.2mu.pc ]] && ln -s python-3.2.pc $PKG/usr/lib/pkgconfig/python-3.2mu.pc
+ [[ ! -r $PKG/usr/lib/pkgconfig/python3.pc ]] && ln -s python-3.2.pc $PKG/usr/lib/pkgconfig/python3.pc
}
-