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