4 pkgdesc="PolicyKit integration for the MATE desktop"
6 url="http://www.freedesktop.org/wiki/Software/PolicyKit"
8 depends=('polkit>=0.101' 'gtk2')
9 makedepends=('intltool' 'gobject-introspection')
10 options=('!emptydirs' '!libtool')
11 source=(http://matsusoft.com.ar/projects/mate/files/${pkgname}/${pkgname}-${pkgver}.tar.xz)
12 sha256sums=('35ff4b5ab712bd4b8e8076d100effacff4764cbb03886f6d547a8e0bfcf236ba')
14 url="http://matsusoft.com.ar/projects/mate/"
22 --localstatedir=/var \
23 --libexecdir=/usr/lib/polkit-mate \
24 --disable-static || return 1
30 make DESTDIR="${pkgdir}" install || return 1