wok-next view mate-polkit/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 60916ed64ca0
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mate-polkit"
4 VERSION="1.20.1"
5 CATEGORY="security"
6 SHORT_DESC="Authentication Agent for PolicyKit and MATE"
7 MAINTAINER="yuripourre@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://github.com/mate-desktop/mate-polkit"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="http://pub.mate-desktop.org/releases/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="mate-common gtk-doc gtk3-dev polkit-dev \
15 gobject-introspection-dev"
17 compile_rules() {
18 ./configure \
19 $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="gdk-pixbuf glib gtk3 polkit"
28 TAGS="MATE"
29 }