2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: D-Bus mesajlaşma sisteminde inşa edilen modüler coğrafi bilgi hizmetleri.
|
2017-07-08 23:18:04 +02:00
|
|
|
|
# URL: http://freedesktop.org/software/geoclue/docs/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler: avahi libsoup json-glib modemmanager libnotify geoip python gobject-introspection intltool
|
2017-07-08 23:18:04 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=geoclue2
|
|
|
|
|
surum=2.4.6
|
|
|
|
|
devir=1
|
2017-07-08 23:18:04 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(http://freedesktop.org/software/geoclue/releases/${version:0:3}/geoclue-$surum.tar.xz)
|
2017-07-08 23:18:04 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd geoclue-$surum
|
2017-07-08 23:18:04 +02:00
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--localstatedir=/var \
|
2017-10-28 14:10:23 +02:00
|
|
|
|
--libexecdir=/usr/lib/$isim \
|
2017-07-08 23:18:04 +02:00
|
|
|
|
--disable-static
|
|
|
|
|
|
|
|
|
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|