diff options
Diffstat (limited to 'community/babl/APKBUILD')
-rw-r--r-- | community/babl/APKBUILD | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/community/babl/APKBUILD b/community/babl/APKBUILD index 0e4536dae0..d46269c3d7 100644 --- a/community/babl/APKBUILD +++ b/community/babl/APKBUILD @@ -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 |