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