main/gpsd: add check

This commit is contained in:
Roberto Oliveira 2017-11-08 11:19:22 +00:00 committed by Carlo Landmeter
parent 044f772aa5
commit ea0ef4eff9

View File

@ -2,7 +2,7 @@
# Maintainer: Nathan Angelacos <nangel@alpinelinux.org> # Maintainer: Nathan Angelacos <nangel@alpinelinux.org>
pkgname=gpsd pkgname=gpsd
pkgver=3.16 pkgver=3.16
pkgrel=2 pkgrel=3
pkgdesc="A GPS daemon" pkgdesc="A GPS daemon"
arch=all arch=all
url="http://catb.org/gpsd/" url="http://catb.org/gpsd/"
@ -34,6 +34,11 @@ build() {
scons -j1 prefix=/usr scons -j1 prefix=/usr
} }
check() {
cd "$builddir"
scons check
}
package() { package() {
cd "$builddir" cd "$builddir"