wok view lxqt-policykit/receipt @ rev 21681

updated physfs and physfs-dev (2.0.2 -> 3.0.1)
author Hans-G?nter Theisgen
date Sun Jun 02 14:55:44 2019 +0100 (2019-06-02)
parents bdcd8803b305
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="lxqt-policykit"
4 VERSION="0.8.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="The LXQt PolicyKit agent"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://github.com/lxde/lxqt-policykit"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz"
12 TAGS="LXQt"
14 DEPENDS="libQtCore libQtGui libffi libgio liblxqt libqtxdg pcre polkit \
15 polkit-qt zlib"
16 BUILD_DEPENDS="wget cacerts cmake polkit-qt-dev liblxqt-dev polkit-dev Qt4-dev \
17 qmake libqtxdg-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 mkdir build; cd build
23 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &&
24 make &&
25 make DESTDIR=$install install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cp -a $install/* $fs
32 }