wok-next annotate 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
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@16991 2
yuripourre@16991 3 PACKAGE="mate-polkit"
al@20938 4 VERSION="1.20.1"
al@20096 5 CATEGORY="security"
al@20096 6 SHORT_DESC="Authentication Agent for PolicyKit and MATE"
al@20096 7 MAINTAINER="yuripourre@gmail.com"
yuripourre@16991 8 LICENSE="GPL3"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/mate-polkit"
al@20096 10
al@20950 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20950 12 WGET_URL="http://pub.mate-desktop.org/releases/${VERSION%.*}/$TARBALL"
yuripourre@16991 13
al@21017 14 BUILD_DEPENDS="mate-common gtk-doc gtk3-dev polkit-dev \
al@20534 15 gobject-introspection-dev"
al@20096 16
al@20096 17 compile_rules() {
al@20950 18 ./configure \
yuripourre@16991 19 $CONFIGURE_ARGS &&
al@20534 20 fix libtool &&
yuripourre@16991 21 make &&
al@20096 22 make install
yuripourre@16991 23 }
yuripourre@16991 24
al@20096 25 genpkg_rules() {
al@20950 26 copy @std
al@21017 27 DEPENDS="gdk-pixbuf glib gtk3 polkit"
al@20096 28 TAGS="MATE"
yuripourre@16991 29 }