diff options
author | sibel <lesibel@free.fr> | 2009-11-24 11:05:54 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2009-11-24 11:05:54 +0100 |
commit | ec33f3ced5473ef2421722568c098ddbb711dcd1 (patch) | |
tree | f9e73b07969c7b9cac350c5e82aa5c0225edcdca /extra/python-qscintilla/Pkgfile | |
parent | b1c674e9ffa28b8023a1a375e6b9f8e6c2bb17ff (diff) | |
download | nutyx-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/Pkgfile | 16 |
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 +} |