771612344d
It does not make sense to build most of them for x86_64 for example.
26 lines
747 B
Text
26 lines
747 B
Text
pkgname=gps-nokia-n900
|
|
pkgver=0.0
|
|
pkgrel=0
|
|
pkgdesc="GPS support for Nokia N900"
|
|
url="https://gitlab.com/postmarketOS/gps-nokia-n900"
|
|
arch="armhf"
|
|
license="GPL3"
|
|
depends=""
|
|
makedepends="linux-headers"
|
|
subpackages=""
|
|
source="${pkgname}-${pkgver}.tar.gz::https://gitlab.com/postmarketOS/gps-nokia-n900/-/archive/v${pkgver}/gps-nokia-n900-v${pkgver}.tar.gz"
|
|
options="!check"
|
|
|
|
builddir="$srcdir"/"$pkgname"-"v$pkgver"
|
|
build() {
|
|
cd "$builddir"
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
install -d -m755 "$pkgdir"/usr/bin
|
|
install -D -m755 "$builddir"/gps-nokia-n900 "$pkgdir"/usr/bin
|
|
}
|
|
|
|
sha512sums="6699a19c4c0bc942d404ce4c4689932872400d7f41ac80c02df9d71f56a3e657e17e674aa0d4faf3eb33a87cb0e8b420d8aa86b27896b39c021900229511ea3a gps-nokia-n900-0.0.tar.gz"
|