aboutsummaryrefslogtreecommitdiffstats
path: root/community/libzmf/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libzmf/APKBUILD')
-rw-r--r--community/libzmf/APKBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/community/libzmf/APKBUILD b/community/libzmf/APKBUILD
index af1a709c986..149514f2eb3 100644
--- a/community/libzmf/APKBUILD
+++ b/community/libzmf/APKBUILD
@@ -2,18 +2,15 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=libzmf
pkgver=0.0.2
-pkgrel=7
+pkgrel=18
pkgdesc="Import filter and tools for Zoner Callisto/Draw documents"
url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf"
arch="all"
license="MPL-2.0"
-depends=""
depends_dev="boost-dev icu-dev libpng-dev zlib-dev"
makedepends="$depends_dev librevenge-dev doxygen"
-install=""
subpackages="$pkgname-dev $pkgname-doc"
source="https://dev-www.libreoffice.org/src/libzmf/libzmf-$pkgver.tar.xz"
-builddir="$srcdir/libzmf-$pkgver"
prepare() {
default_prepare
@@ -21,7 +18,6 @@ prepare() {
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -34,7 +30,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}