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