aboutsummaryrefslogtreecommitdiffstats
path: root/community/libcdr/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libcdr/APKBUILD')
-rw-r--r--community/libcdr/APKBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/community/libcdr/APKBUILD b/community/libcdr/APKBUILD
index bb345b63218..449e66db3ac 100644
--- a/community/libcdr/APKBUILD
+++ b/community/libcdr/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=libcdr
pkgver=0.1.7
-pkgrel=1
+pkgrel=12
pkgdesc="Import filter and tools for Corel DRAW files"
url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr"
arch="all"
@@ -12,6 +12,11 @@ makedepends="$depends_dev doxygen icu-dev lcms2-dev zlib-dev librevenge-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools"
source="https://dev-www.libreoffice.org/src/libcdr/libcdr-$pkgver.tar.xz"
+prepare() {
+ default_prepare
+ update_config_sub
+}
+
build() {
./configure \
--build=$CBUILD \