2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: D-Bus mesajlaşma sisteminde inşa edilen modüler coğrafi bilgi hizmetleri.
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: https://launchpad.net/geoclue/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: libsoup dbus-glib gconf libxslt
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=geoclue
|
|
|
|
|
surum=0.12.0
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://launchpad.net/geoclue/trunk/0.12/+download/geoclue-0.12.0.tar.gz)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2016-02-24 01:27:23 +01:00
|
|
|
|
sed -i "s@ -Werror@@" configure &&
|
|
|
|
|
sed -i "s@libnm_glib@libnm-glib@g" configure &&
|
|
|
|
|
sed -i "s@geoclue/libgeoclue.la@& -lgthread-2.0@g" \
|
|
|
|
|
providers/skyhook/Makefile.in &&
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--mandir=/usr/share/man \
|
|
|
|
|
--infodir=/usr/share/info \
|
|
|
|
|
--libexecdir=/usr/lib/geoclue
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
2017-01-31 01:37:09 +01:00
|
|
|
|
}
|