wok diff libqscintilla/receipt @ rev 17144
udev: Now provides "udev".
udev-dev: Now provides "udev-dev".
udev-dev: Now provides "udev-dev".
author | necrophcodr <tcg.thegamer@gmail.com> |
---|---|
date | Wed Sep 10 12:02:46 2014 +0200 (2014-09-10) |
parents | |
children | 65d7d867e0c1 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libqscintilla/receipt Wed Sep 10 12:02:46 2014 +0200 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libqscintilla" 1.7 +VERSION="2.8.3" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Editor classes & widgets" 1.10 +MAINTAINER="psychomaniak@xakep.ru" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="http://www.riverbankcomputing.co.uk/software/qscintilla" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="$SF_MIRROR/pyqt/QScintilla-gpl-$VERSION.tar.gz" 1.15 + 1.16 +DEPENDS="libQtGui" 1.17 +BUILD_DEPENDS="Qt4-dev cmake qmake PyQt-x11-gpl" 1.18 +SUGGESTED="juffed" 1.19 + 1.20 +# Rules to configure and make the package.BUILD_TYPE=Release 1.21 +compile_rules() 1.22 +{ 1.23 + cd $src ; rm -rf doc Qt3 ; cd $src/Qt4Qt5 1.24 + qmake qscintilla.pro 1.25 + sed -i 's/-O2/-Os/g' Makefile && make 1.26 + make DESTDIR=$DESTDIR INSTALL_ROOT=$install install 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + mkdir $fs/usr ; cp -a $install/usr/lib $fs/usr 1.33 +}