smlinux/net/geocode-glib/geocode-glib.SMBuild

33 lines
No EOL
839 B
Text
Executable file

app=geocode-glib
version=3.26.2
build=1sml
homepage="https://gitlab.gnome.org/GNOME/geocode-glib"
download="https://gitlab.gnome.org/GNOME/geocode-glib/-/archive/3.26.2/geocode-glib-3.26.2.tar.bz2"
desc="Library for geocoding aka finding latitude and longitude from address and reverse"
requires="json-glib libsoup"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
mkdir -p smbuild && cd smbuild
meson .. \
--prefix="/" \
-Denable-gtk-doc=false \
-Denable-introspection=false
ninja
DESTDIR="$pkg" ninja install
cp ../COPYING* $pkgdocs/
mkfinalpkg
}
sha512sums="
ed2c8ad4bdb3851db64ec748ed66906f3cb13a0158176029ff856caba3ebbad4258228f2f53292d68b9929ba66d4e0656c21817c24f62d21fa78b523c3ecbcc3 geocode-glib-3.26.2.tar.lz
"