# Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=mate-polkit pkgver=1.19.0 pkgrel=0 pkgdesc="MATE Authentication Agent for PolicyKit" url="https://github.com/mate-desktop/mate-polkit" arch="all" license="GPL-2.0" depends="mate-common" makedepends="polkit-dev libtool intltool gtk+3.0-dev gobject-introspection-dev" subpackages="$pkgname-dev $pkgname-lang" source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --sysconfdir=/etc \ --prefix=/usr make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="${pkgdir}" install } sha512sums="994519728a2bd7204d48cf64e892fef15818b8f575671677e6d103831285f42d91693005c467384c92a0c37a296a5e36eeb4ef20c343257065db819cb24383e8 mate-polkit-1.19.0.tar.xz"