desktop/accountsservice/PKGBUILD

27 lines
704 B
Bash
Raw Normal View History

pkgname=accountsservice
pkgver=0.6.40
pkgrel=1
pkgdesc="D-Bus interface for user account query and manipulation"
arch=(x86_64)
url="http://www.freedesktop.org/software/accountsservice/"
license=('GPL3')
depends=('glib2' 'polkit' 'systemd')
makedepends=('intltool' 'gobject-introspection' 'python2')
source=($url/$pkgname-$pkgver.tar.xz)
md5sums=('8b21fe2fbb2b0cf1ba8329596898b203')
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/accountsservice \
--with-systemdsystemunitdir=/usr/lib/systemd/system \
--localstatedir=/var --disable-static --enable-systemd
make
}
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}