wok view qedit/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
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 }