smlinux/net/geoclue/geoclue.SMBuild
PktSurf d18addf386 Replaced upper case variable with lower case in net/cgit
Improved code to install dump1090 binary in net/dump1090 and hostname symlinks in net/hostname
Removed code that manually discards static archives in net/php
Miscellaneous SHA512 checksum updates and minor fixes in several net pkg build files
2022-10-10 22:54:00 +05:30

38 lines
990 B
Text
Executable file

app=geoclue
version=2.5.7
build=1sml
homepage="https://gitlab.freedesktop.org/geoclue/geoclue/-/wikis/home"
download="https://gitlab.freedesktop.org/geoclue/geoclue/-/archive/$version/geoclue-$version.tar.bz2"
desc="D-Bus service for providing location information"
requires="glib gobject-introspection"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd geoclue-$version
fixbuilddirpermissions
mkdir smbuild && cd smbuild
meson .. \
--prefix="/" \
-D3g-source=false \
-Dcdma-source=false \
-Dmodem-gps-source=false \
-Ddbus-srv-user=geoclue \
-Dgtk-doc=false \
-Dintrospection=false
ninja
DESTDIR="$pkg" ninja install
cp ../COPYING* $pkgdocs/
mv $pkg/etc/geoclue/geoclue.conf $pkg/etc/geoclue/geoclue.conf.new
mkfinalpkg
}
sha512sums="
8d4f68dffe85bfca2146f093193bcc80e720556904baae25c2e9bc4cb072db4aeba29b1177411e0490ce3a13e78a6f4818f91a953c8b06d7890b5509ab02d956 geoclue-2.5.7.tar.lz
"