wok view qedit/receipt @ rev 17111

qedit: fix bdeps
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Sep 01 20:14:06 2014 +0200 (2014-09-01)
parents f880592de9a2
children cec5a7f20966
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 cd $src && cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
20 make && make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }