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