summaryrefslogtreecommitdiffstats
path: root/extra/sip/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-22 23:03:11 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-22 23:03:11 +0100
commiteae66786a178736e2cffdb0a83b9184588edb1ab (patch)
tree23091b8f4d366fa24ccfeca347d7e5adb36540cb /extra/sip/Pkgfile
parent579ef54c9f22aba2e0efabb059386ef460419237 (diff)
downloadnutyx-pakxe-eae66786a178736e2cffdb0a83b9184588edb1ab.tar.gz
nutyx-pakxe-eae66786a178736e2cffdb0a83b9184588edb1ab.tar.bz2
nutyx-pakxe-eae66786a178736e2cffdb0a83b9184588edb1ab.tar.xz
nutyx-pakxe-eae66786a178736e2cffdb0a83b9184588edb1ab.zip
Maj sip#4.9.2-1
Diffstat (limited to 'extra/sip/Pkgfile')
-rw-r--r--extra/sip/Pkgfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/sip/Pkgfile b/extra/sip/Pkgfile
index b4fcf2beb..8be027b21 100644
--- a/extra/sip/Pkgfile
+++ b/extra/sip/Pkgfile
@@ -5,17 +5,17 @@
# Depends on: python
name=sip
-version=4.8.2
+version=4.9.2
release=1
source=(http://www.riverbankcomputing.com/static/Downloads/sip4/$name-$version.tar.gz)
build() {
cd $name-$version
python configure.py -b /usr/bin \
- -d /usr/lib/python2.5/site-packages \
- -e /usr/include/python2.5 \
+ -d /usr/lib/python2.6/site-packages \
+ -e /usr/include/python2.6 \
-v /usr/share/sip
make
make DESTDIR=$PKG install
- chmod 644 $PKG/usr/lib/python2.5/site-packages/sipdistutils.py
+ chmod 644 $PKG/usr/lib/python2.6/site-packages/sipdistutils.py
}