summaryrefslogtreecommitdiffstats
path: root/extra/python-qscintilla/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2009-11-24 11:05:54 +0100
committersibel <lesibel@free.fr>2009-11-24 11:05:54 +0100
commitec33f3ced5473ef2421722568c098ddbb711dcd1 (patch)
treef9e73b07969c7b9cac350c5e82aa5c0225edcdca /extra/python-qscintilla/Pkgfile
parentb1c674e9ffa28b8023a1a375e6b9f8e6c2bb17ff (diff)
downloadnutyx-extra-ec33f3ced5473ef2421722568c098ddbb711dcd1.tar.gz
nutyx-extra-ec33f3ced5473ef2421722568c098ddbb711dcd1.tar.bz2
nutyx-extra-ec33f3ced5473ef2421722568c098ddbb711dcd1.tar.xz
nutyx-extra-ec33f3ced5473ef2421722568c098ddbb711dcd1.zip
Ajout de python-qscintilla#2.4.1-1
Diffstat (limited to 'extra/python-qscintilla/Pkgfile')
-rw-r--r--extra/python-qscintilla/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/python-qscintilla/Pkgfile b/extra/python-qscintilla/Pkgfile
new file mode 100644
index 000000000..3e7b2de27
--- /dev/null
+++ b/extra/python-qscintilla/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Bibliotheque QScintilla pour Python
+# URL: http://www.riverbankcomputing.com
+# Maintainer: NuTyX packager team
+# Packager: lesibel at free dot fr
+# Depends on: pyqt, qscintilla
+
+name=python-qscintilla
+version=2.4
+release=1
+source=(http://riverbankcomputing.com/static/Downloads/QScintilla2/QScintilla-gpl-$version.tar.gz)
+build() {
+ cd QScintilla-gpl-$version/Python
+ python configure.py
+ make
+ make DESTDIR=$PKG install
+}