wok view qedit/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 5d53e8ccbc8d
children d7522d21c4d3
line source
1 # SliTaz package receipt.
3 PACKAGE="qedit"
4 VERSION="2.8.3"
5 CATEGORY="editors"
6 TAGS="text-editor"
7 SHORT_DESC="Code editor."
8 MAINTAINER="psychomaniak@xakep.ru"
9 LICENSE="GPL2"
10 WEB_SITE="http://hugo.pereira.free.fr/software"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$WEB_SITE/tgz/$TARBALL"
15 DEPENDS="gcc83-lib-base libQtDBus libQtGui libQtNetwork xcb-util-keysyms"
16 BUILD_DEPENDS="cmake gcc83 qmake Qt4-dev xcb-util-keysyms-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 patch $src/patterns/shell_patterns.xml \
22 $stuff/strvar_color_slitaz
24 export CC=gcc-83
25 export CXX=g++-83
27 cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
28 make &&
29 make DESTDIR=$DESTDIR install
30 }
32 # Rules to gen a SliTaz package suitable for Tazpkg.
33 genpkg_rules()
34 {
35 cp -a $install/* $fs
36 }