milis/talimatname/genel/g/geoclue2/talimat

25 lines
762 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: 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
# Grup: sistem
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
}