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
33 lines
844 B
Text
Executable file
33 lines
844 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/$version/geocode-glib-$version.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
|
|
"
|