mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
community/liboauth: add check
This commit is contained in:
parent
8127e3e2c3
commit
e213b8d5a0
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=liboauth
|
pkgname=liboauth
|
||||||
pkgver=1.0.3
|
pkgver=1.0.3
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="OAuth library functions"
|
pkgdesc="OAuth library functions"
|
||||||
url="http://liboauth.sourceforge.net/"
|
url="http://liboauth.sourceforge.net/"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -32,6 +32,11 @@ build() {
|
|||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
cd "$builddir"
|
||||||
|
make check
|
||||||
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
|
Loading…
Reference in New Issue
Block a user