wok rev 17110
Add qedit
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Sep 01 19:55:57 2014 +0200 (2014-09-01) |
parents | dcfde3ae6114 |
children | 3ba2404f87e1 |
files | qedit/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/qedit/receipt Mon Sep 01 19:55:57 2014 +0200 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="qedit" 1.7 +VERSION="2.6.8" 1.8 +CATEGORY="editors" 1.9 +SHORT_DESC="Code editor" 1.10 +MAINTAINER="psychomaniak@xakep.ru" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="http://hugo.pereira.free.fr/software" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="$WEB_SITE/tgz/$TARBALL" 1.15 + 1.16 +DEPENDS="libQtGui libQtDBus libQtNetwork xcb-util-keysyms" 1.17 +BUILD_DEPENDS="Qt4-dev cmake xcb-util-keysyms-dev xcb-util-image-dev xcb-util-wm-dev" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + cd $src && cmake -DCMAKE_INSTALL_PREFIX=/usr . && 1.23 + make && make DESTDIR=$DESTDIR install 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 +genpkg_rules() 1.28 +{ 1.29 + cp -a $install/* $fs 1.30 +}