wok-current view qedit/receipt @ rev 17405
openvas-libraries: gnutls_connection_end_t is depredicated
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 28 17:13:49 2014 +0100 (2014-11-28) |
parents | 3ba2404f87e1 |
children | 5d53e8ccbc8d |
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"
13 DEPENDS="libQtGui libQtDBus libQtNetwork xcb-util-keysyms"
14 BUILD_DEPENDS="Qt4-dev cmake qmake xcb-util-keysyms-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 patch $src/patterns/shell_patterns.xml $stuff/strvar_color_slitaz
20 cd $src && cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
21 make && make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 }