summaryrefslogtreecommitdiffstats
path: root/extra/sip/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/sip/Pkgfile')
-rw-r--r--extra/sip/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/sip/Pkgfile b/extra/sip/Pkgfile
deleted file mode 100644
index 326981899..000000000
--- a/extra/sip/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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.1
-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
-}
-