milis/talimatname/genel/a/accountsservice/talimat

22 lines
557 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Kullanici hesaplari ve hesaplarla iliskili ayarlar
# URL: http://www.freedesktop.org/wiki/Software/AccountsService/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: xmlto libxslt polkit gobject-introspection vala
# Grup: sistem
isim=accountsservice
surum=0.6.43
devir=1
kaynak=(http://www.freedesktop.org/software/$isim/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/accountsservice \
--disable-static
make
make DESTDIR=$PKG install
mkdir -p $PKG/var/{lib,run}/polkit-1
}