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

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }