diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 20:46:25 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-12 20:46:25 +0200 |
commit | 76e6264ef7bdcdf89a542934837377fa676702c7 (patch) | |
tree | 91b9c69bf058a9c5ae5ee901ec95e5532373168a /extra/sip/Pkgfile | |
parent | b99b7ac992921ffd1bfb53c51212b79e9abcf165 (diff) | |
download | nutyx-extra-76e6264ef7bdcdf89a542934837377fa676702c7.tar.gz nutyx-extra-76e6264ef7bdcdf89a542934837377fa676702c7.tar.bz2 nutyx-extra-76e6264ef7bdcdf89a542934837377fa676702c7.tar.xz nutyx-extra-76e6264ef7bdcdf89a542934837377fa676702c7.zip |
Ajout de sip#4.8.2-1
Diffstat (limited to 'extra/sip/Pkgfile')
-rw-r--r-- | extra/sip/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/sip/Pkgfile b/extra/sip/Pkgfile new file mode 100644 index 000000000..b4fcf2beb --- /dev/null +++ b/extra/sip/Pkgfile @@ -0,0 +1,21 @@ +# Description: Outil permettant de facilement créer des connecteurs Python pour C et C++ +# URL: http://www.riverbankcomputing.co.uk/software/sip/intro +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: python + +name=sip +version=4.8.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 \ + -v /usr/share/sip + make + make DESTDIR=$PKG install + chmod 644 $PKG/usr/lib/python2.5/site-packages/sipdistutils.py +} |