summaryrefslogtreecommitdiffstats
path: root/test/python-qscintilla/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-27 17:18:27 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-27 17:18:27 +0100
commit83c76ff2ce672d9d8925c9dc21931bef5c606363 (patch)
tree65bc8df75fb25b69899683ba71d1e488190af8ba /test/python-qscintilla/Pkgfile
parente08f07df3a4a25b3fa69f44bd7fdbd695d1deb33 (diff)
downloadnutyx-extra-83c76ff2ce672d9d8925c9dc21931bef5c606363.tar.gz
nutyx-extra-83c76ff2ce672d9d8925c9dc21931bef5c606363.tar.bz2
nutyx-extra-83c76ff2ce672d9d8925c9dc21931bef5c606363.tar.xz
nutyx-extra-83c76ff2ce672d9d8925c9dc21931bef5c606363.zip
python-qscintilla dans test
Diffstat (limited to 'test/python-qscintilla/Pkgfile')
-rw-r--r--test/python-qscintilla/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/python-qscintilla/Pkgfile b/test/python-qscintilla/Pkgfile
new file mode 100644
index 000000000..3e7b2de27
--- /dev/null
+++ b/test/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
+}