summaryrefslogtreecommitdiffstats
path: root/sip
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /sip
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'sip')
-rw-r--r--sip/.footprint.i68612
-rw-r--r--sip/.footprint.x86_6412
-rw-r--r--sip/.md5sum.i6861
-rw-r--r--sip/.md5sum.x86_641
-rw-r--r--sip/Pkgfile23
5 files changed, 49 insertions, 0 deletions
diff --git a/sip/.footprint.i686 b/sip/.footprint.i686
new file mode 100644
index 000000000..07e8d3a22
--- /dev/null
+++ b/sip/.footprint.i686
@@ -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.7/
+-rw-r--r-- root/root usr/include/python2.7/sip.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/python2.7/
+drwxr-xr-x root/root usr/lib/python2.7/site-packages/
+-rwxr-xr-x root/root usr/lib/python2.7/site-packages/sip.so
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/sipconfig.py
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/sipdistutils.py
diff --git a/sip/.footprint.x86_64 b/sip/.footprint.x86_64
new file mode 100644
index 000000000..07e8d3a22
--- /dev/null
+++ b/sip/.footprint.x86_64
@@ -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.7/
+-rw-r--r-- root/root usr/include/python2.7/sip.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/python2.7/
+drwxr-xr-x root/root usr/lib/python2.7/site-packages/
+-rwxr-xr-x root/root usr/lib/python2.7/site-packages/sip.so
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/sipconfig.py
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/sipdistutils.py
diff --git a/sip/.md5sum.i686 b/sip/.md5sum.i686
new file mode 100644
index 000000000..4d8c1242a
--- /dev/null
+++ b/sip/.md5sum.i686
@@ -0,0 +1 @@
+6cbd56abb7d35aad833789c98ae61652 sip-4.12.4.tar.gz
diff --git a/sip/.md5sum.x86_64 b/sip/.md5sum.x86_64
new file mode 100644
index 000000000..4d8c1242a
--- /dev/null
+++ b/sip/.md5sum.x86_64
@@ -0,0 +1 @@
+6cbd56abb7d35aad833789c98ae61652 sip-4.12.4.tar.gz
diff --git a/sip/Pkgfile b/sip/Pkgfile
new file mode 100644
index 000000000..778a150c9
--- /dev/null
+++ b/sip/Pkgfile
@@ -0,0 +1,23 @@
+# 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:
+# Run on:
+
+name=sip
+version=4.12.4
+release=1
+source=(http://www.riverbankcomputing.com/static/Downloads/sip4/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ python2 configure.py -b /usr/bin \
+ -d /usr/lib/python2.7/site-packages \
+ -e /usr/include/python2.7 \
+ -v /usr/share/sip
+ make
+ make DESTDIR=$PKG install
+ chmod 644 $PKG/usr/lib/python2.7/site-packages/sipdistutils.py
+}
+