From 9b07906ddc837b068718dc1e3608ed113ddde75d Mon Sep 17 00:00:00 2001 From: giresun28 Date: Sat, 5 Nov 2016 19:03:04 +0200 Subject: [PATCH] accountsservice.paketlendi --- talimatname/genel/accountsservice/talimat | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 talimatname/genel/accountsservice/talimat diff --git a/talimatname/genel/accountsservice/talimat b/talimatname/genel/accountsservice/talimat new file mode 100644 index 000000000..c3bef9765 --- /dev/null +++ b/talimatname/genel/accountsservice/talimat @@ -0,0 +1,21 @@ +# Description="Accessing the list of user accounts and information attached to those accounts." +# URL="http://www.freedesktop.org/wiki/Software/AccountsService/" +# Packager=alihan-ozturk28@hotmail.com +# Depends on: xmlto libxslt polkit gobject-introspection vala + +name=accountsservice +version=0.6.43 +release=1 + +source=(http://www.freedesktop.org/software/$name/$name-$version.tar.xz) + +build() { +cd $name-$version +./configure --prefix=/usr \ +--sysconfdir=/etc \ +--libexecdir=/usr/lib/accountsservice \ +--disable-static +make +make DESTDIR=$PKG install +mkdir -p $PKG/var/{lib,run}/polkit-1 +}