wok-current view qedit/receipt @ rev 17110
Add qedit
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Sep 01 19:55:57 2014 +0200 (2014-09-01) |
parents | |
children | 3ba2404f87e1 |
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 xcb-util-keysyms-dev xcb-util-image-dev xcb-util-wm-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 }