wok-next view qedit/receipt @ rev 20000

Up qedit, qbittorrent, qps
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Oct 20 21:57:15 2017 +0200 (2017-10-20)
parents 43c177b957bc
children 7eb047d2b438
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 mesa17-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 -DUSE_QT5=true . &&
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 }