community/babl: add check

This commit is contained in:
Roberto Oliveira 2018-01-13 02:24:27 +00:00
parent 6e4db4fdaf
commit 0d5ff59600

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=babl
pkgver=0.1.36
pkgrel=0
pkgrel=1
pkgdesc="Dynamic, any to any, pixel format conversion library"
url="http://gegl.org/babl/"
arch="all"
@ -19,6 +19,11 @@ build() {
make
}
check() {
cd "$builddir"
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install