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