mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +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>
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user