2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Kullanici hesaplari ve hesaplarla iliskili ayarlar
|
2017-01-30 23:55:06 +01:00
|
|
|
|
# URL: http://www.freedesktop.org/wiki/Software/AccountsService/
|
2018-05-30 17:28:43 +02:00
|
|
|
|
# Paketçi: Cihan_Alkan
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Gerekler: xmlto libxslt polkit gobject-introspection vala
|
2017-12-18 21:30:33 +01:00
|
|
|
|
# Grup: sistem
|
2016-11-05 18:03:04 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=accountsservice
|
2018-05-30 17:28:43 +02:00
|
|
|
|
surum=0.6.49
|
2017-10-28 14:10:23 +02:00
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(http://www.freedesktop.org/software/$isim/$isim-$surum.tar.xz)
|
2016-11-05 18:03:04 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2016-11-05 18:03:04 +01:00
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--libexecdir=/usr/lib/accountsservice \
|
2018-05-30 17:28:43 +02:00
|
|
|
|
--disable-systemd \
|
2016-11-05 18:03:04 +01:00
|
|
|
|
--disable-static
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
2018-05-30 17:28:43 +02:00
|
|
|
|
|
2016-11-05 18:03:04 +01:00
|
|
|
|
}
|