wok-next view qedit/receipt @ rev 19993

Up qtwebkit (5.212.0-alpha2)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Oct 20 15:29:03 2017 +0200 (2017-10-20)
parents 5d53e8ccbc8d
children d986f4a717ee
line source
1 # SliTaz package receipt.
3 PACKAGE="qedit"
4 VERSION="2.8.1"
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 zlib-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 }