wok view qedit/receipt @ rev 17501

Normalize tags "file-manager", "web-browser", "text-editor", "terminal", and "window-manager" according to tazx.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 08 02:04:05 2015 +0200 (2015-01-08)
parents cec5a7f20966
children b2bca81a399e
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"
12 TAGS="text-editor"
14 DEPENDS="libQtGui libQtDBus libQtNetwork xcb-util-keysyms"
15 BUILD_DEPENDS="Qt4-dev cmake qmake xcb-util-keysyms-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 patch $src/patterns/shell_patterns.xml $stuff/strvar_color_slitaz
21 cd $src && cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
22 make && make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }