diff options
| -rw-r--r-- | community/libcdr/APKBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/community/libcdr/APKBUILD b/community/libcdr/APKBUILD index a0d10c186b..a8c1dd9e5e 100644 --- a/community/libcdr/APKBUILD +++ b/community/libcdr/APKBUILD @@ -2,19 +2,17 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=libcdr pkgver=0.1.4 -pkgrel=0 +pkgrel=1 pkgdesc="Import filter and tools for Corel DRAW files" url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr" arch="all" license="MPL2" -depends="" depends_dev="boost-dev" makedepends="$depends_dev doxygen icu-dev lcms2-dev zlib-dev librevenge-dev" -install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" source="http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz" -builddir="$srcdir"/$pkgname-$pkgver +builddir="$srcdir/$pkgname-$pkgver" prepare() { default_prepare @@ -34,6 +32,11 @@ build() { make } +check() { + cd "$builddir" + make check +} + package() { cd "$builddir" make DESTDIR="$pkgdir" install |
