summaryrefslogtreecommitdiffstats
path: root/extra/sip
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:46:25 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-12 20:46:25 +0200
commit76e6264ef7bdcdf89a542934837377fa676702c7 (patch)
tree91b9c69bf058a9c5ae5ee901ec95e5532373168a /extra/sip
parentb99b7ac992921ffd1bfb53c51212b79e9abcf165 (diff)
downloadnutyx-pakxe-76e6264ef7bdcdf89a542934837377fa676702c7.tar.gz
nutyx-pakxe-76e6264ef7bdcdf89a542934837377fa676702c7.tar.bz2
nutyx-pakxe-76e6264ef7bdcdf89a542934837377fa676702c7.tar.xz
nutyx-pakxe-76e6264ef7bdcdf89a542934837377fa676702c7.zip
Ajout de sip#4.8.2-1
Diffstat (limited to 'extra/sip')
-rw-r--r--extra/sip/.footprint12
-rw-r--r--extra/sip/.md5sum1
-rw-r--r--extra/sip/Pkgfile21
3 files changed, 34 insertions, 0 deletions
diff --git a/extra/sip/.footprint b/extra/sip/.footprint
new file mode 100644
index 000000000..4e206e916
--- /dev/null
+++ b/extra/sip/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/sip
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/python2.5/
+-rw-r--r-- root/root usr/include/python2.5/sip.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/python2.5/
+drwxr-xr-x root/root usr/lib/python2.5/site-packages/
+-rwxr-xr-x root/root usr/lib/python2.5/site-packages/sip.so
+-rw-r--r-- root/root usr/lib/python2.5/site-packages/sipconfig.py
+-rw-r--r-- root/root usr/lib/python2.5/site-packages/sipdistutils.py
diff --git a/extra/sip/.md5sum b/extra/sip/.md5sum
new file mode 100644
index 000000000..4e65af861
--- /dev/null
+++ b/extra/sip/.md5sum
@@ -0,0 +1 @@
+7ae60712aa6b4095a8cdab11b437f8f0 sip-4.8.2.tar.gz
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
+}