wok view libqscintilla/receipt @ rev 20355

syslinux: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 09 17:09:08 2018 +0200 (2018-06-09)
parents
children 65d7d867e0c1
line source
1 # SliTaz package receipt.
3 PACKAGE="libqscintilla"
4 VERSION="2.8.3"
5 CATEGORY="development"
6 SHORT_DESC="Editor classes & widgets"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.riverbankcomputing.co.uk/software/qscintilla"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$SF_MIRROR/pyqt/QScintilla-gpl-$VERSION.tar.gz"
13 DEPENDS="libQtGui"
14 BUILD_DEPENDS="Qt4-dev cmake qmake PyQt-x11-gpl"
15 SUGGESTED="juffed"
17 # Rules to configure and make the package.BUILD_TYPE=Release
18 compile_rules()
19 {
20 cd $src ; rm -rf doc Qt3 ; cd $src/Qt4Qt5
21 qmake qscintilla.pro
22 sed -i 's/-O2/-Os/g' Makefile && make
23 make DESTDIR=$DESTDIR INSTALL_ROOT=$install install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir $fs/usr ; cp -a $install/usr/lib $fs/usr
30 }