pmaports/device/community/gps-nokia-n900/APKBUILD
Sicelo A. Mhlongo caf2b5fec5
gps-nokia-n900: switch upstream sources to Leste repos (MR 4621)
Maemo Leste has better support/integration for the N900. Switch to their GPS
repository

[ci:skip-build]: Already built successfully in CI.
2023-12-11 20:36:49 +01:00

23 lines
644 B
Text

# Maintainer: Sicelo <absicsz@gmail.com>
pkgname=gps-nokia-n900
pkgver=0.3.1
pkgrel=0
pkgdesc="GPS support for Nokia N900"
url="https://github.com/maemo-leste/gps-nokia-n900"
arch="armv7"
license="GPL-3.0-only"
makedepends="linux-headers"
source="$pkgname-$pkgver.tar.gz::https://github.com/maemo-leste/gps-nokia-n900/archive/refs/tags/$pkgver.tar.gz"
options="!check"
build() {
make
}
package() {
install -D -m755 "$builddir"/gps-nokia-n900 -t "$pkgdir"/usr/bin/
}
sha512sums="
02e16cfd37f675298df9c340f5f8f6408d919744d22490336609cb101896c7b3bfe255f33601c12b4267588540fc42f9d14ff1a83eca1b50a5814a9173627006 gps-nokia-n900-0.3.1.tar.gz
"