xfce4/xfce-polkit/Pkgfile
2019-06-01 12:49:24 +02:00

25 lines
499 B
Plaintext

# Description: A simple policyKit authentication agent for Xfce DE
# URL: https://github.com/ncopa/xfce-polkit
# Maintainer: jolupa, jolupameister at gmail dot com
# Depends on: gtk3 polkit
name=xfce-polkit
version=0.3
release=3
source=(https://github.com/ncopa/$name/releases/download/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
aclocal
autoconf
automake --add-missing
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$name
make
make DESTDIR=$PKG install
}