wok-next view qedit/receipt @ rev 19997

Up djview, copyq, qedit
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Oct 20 20:22:52 2017 +0200 (2017-10-20)
parents d986f4a717ee
children 0c46647d6ef2
line source
1 # SliTaz package receipt.
3 PACKAGE="qedit"
4 VERSION="2.7.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="qt5-base xcb-util-keysyms"
15 BUILD_DEPENDS="qt5-dev cmake xcb-util-keysyms-dev xorg-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 }