#Maintainer: Christopher Rey P. Baluyut pkgname=QScintilla pkgver=2.4.3 pkgrel=1 zenver=64 arch=i486 source=("http://riverbankcomputing.co.uk/static/Downloads/QScintilla2/$pkgname-gpl-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/shingoku/$pkgname/source docs=("*GPL* COPYING* NEWS OPENSOURCE-NOTICE.TXT README*") url="http://riverbankcomputing.co.uk/software/qscintilla" excludedeps=('fakeroot') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "QScintilla (Qt port of the Scintilla C++ editor control)" "QScintilla includes features especially useful when editing and" "debugging source code. These include support for syntax styling," "error indicators, code completion, and call tips. The selection" "margin can contain markers like those used in debuggers to" "indicate breakpoints and the current line. Styling choices are" "more open than with many editors, allowing the use of" "proportional fonts, bold and italics, multiple foreground and" "background colours, and multiple fonts." ) build() { cd $startdir/src/$pkgname-gpl-$pkgver cd Qt4 qmake -unix -o Makefile qscintilla.pro make make install INSTALL_ROOT=$startdir/pkg make install cd - cd designer-Qt4 qmake -unix -o Makefile designer.pro make make install INSTALL_ROOT=$startdir/pkg cd - cd Python python configure.py -p 4 make make install DESTDIR=$startdir/pkg }