wok view qarma/receipt @ rev 16974

some fixes to previous commits
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Aug 05 15:58:00 2014 +0200 (2014-08-05)
parents
children 095836df71b7
line source
1 # SliTaz package receipt.
3 PACKAGE="qarma"
4 GITHASH="cdb5319c6e90a045012b9b2059e507b6721e67ba"
5 VERSION=${GITHASH:0:7}
6 CATEGORY="utilities"
7 SHORT_DESC="Zenity Clone for Qt4/Qt5"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL2"
10 WEB_SITE="https://github.com/luebking/qarma"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/luebking/qarma/archive/$GITHASH.tar.gz"
14 DEPENDS="libQtDBus libQtGui"
15 BUILD_DEPENDS="Qt4-dev qmake xorg-libX11-dev wget"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 qmake
21 make
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 install -Dm755 $src/qarma $fs/usr/bin/qarma
28 }