wok view qedit/receipt @ rev 17113

qedit: patch ; Add libqscintilla ; Add juffed
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Sep 02 17:57:40 2014 +0200 (2014-09-02)
parents 3ba2404f87e1
children 5d53e8ccbc8d
line source
1 # SliTaz package receipt.
3 PACKAGE="qedit"
4 VERSION="2.6.8"
5 CATEGORY="editors"
6 SHORT_DESC="Code editor"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 WEB_SITE="http://hugo.pereira.free.fr/software"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$WEB_SITE/tgz/$TARBALL"
13 DEPENDS="libQtGui libQtDBus libQtNetwork xcb-util-keysyms"
14 BUILD_DEPENDS="Qt4-dev cmake qmake xcb-util-keysyms-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 patch $src/patterns/shell_patterns.xml $stuff/strvar_color_slitaz
20 cd $src && cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
21 make && make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }