wok view lxqt-notificationd/receipt @ rev 16894

qt4-phonon: typo
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Jul 14 14:48:01 2014 +0300 (2014-07-14)
parents
children f34d85d9139a
line source
1 # SliTaz package receipt.
3 PACKAGE="lxqt-notificationd"
4 VERSION="0.7.0"
5 CATEGORY="system"
6 SHORT_DESC="The LXQt notification daemon"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/lxde/lxqt-notificationd"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
12 TAGS="LXQt"
14 DEPENDS="libQtCore libQtDBus libQtGui libqtxdg liblxqt"
15 BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake libqtxdg-dev liblxqt-dev \
16 xorg-libX11-dev grep"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 mkdir build; cd build
22 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
23 make &&
24 make DESTDIR=$install install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 }