mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/babl: add check
This commit is contained in:
parent
6e4db4fdaf
commit
0d5ff59600
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user