# Maintainer: Natanael Copa pkgname=xfce-polkit pkgver=0.3 pkgrel=0 pkgdesc="A simple PolicyKit authentication agent for XFCE" url="https://github.com/ncopa/xfce-polkit" arch="all" license="GPL-2.0" makedepends="libxfce4ui-dev polkit-dev glib-dev gtk+3.0-dev autoconf automake" source="https://github.com/ncopa/xfce-polkit/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" prepare() { cd "$builddir" aclocal autoconf automake --add-missing } build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --libexecdir=/usr/lib/xfce4 make } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="2f6c2300caad1410f139e9192046a60e4e64954867085d22ab403f7808634cce7a269de05de13bebeda025c9e5251b1c042efc5af1417f0153dec47c616d15ba xfce-polkit-0.3.tar.gz"