aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-02-26 21:44:31 +0200
committerprspkt <prspkt@protonmail.com>2019-02-26 23:33:41 +0200
commitaf768745574904c97097cbe0111fc450acc33990 (patch)
treeb0596ddafdf5105d806624855e3a82098b6cb55f
parent1eebb02be17efc3dd621063887e6289d7f0cf340 (diff)
downloadalpine_aports-af768745574904c97097cbe0111fc450acc33990.tar.bz2
alpine_aports-af768745574904c97097cbe0111fc450acc33990.tar.xz
alpine_aports-af768745574904c97097cbe0111fc450acc33990.zip
community/libzmf: upgrade to 0.0.2
-rw-r--r--community/libzmf/APKBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/community/libzmf/APKBUILD b/community/libzmf/APKBUILD
index eea87060a8..8765628a9a 100644
--- a/community/libzmf/APKBUILD
+++ b/community/libzmf/APKBUILD
@@ -1,8 +1,8 @@
1# Contributor: Timo Teräs <timo.teras@iki.fi> 1# Contributor: Timo Teräs <timo.teras@iki.fi>
2# Maintainer: Timo Teräs <timo.teras@iki.fi> 2# Maintainer: Timo Teräs <timo.teras@iki.fi>
3pkgname=libzmf 3pkgname=libzmf
4pkgver=0.0.1 4pkgver=0.0.2
5pkgrel=4 5pkgrel=0
6pkgdesc="Import filter and tools for Zoner Callisto/Draw documents" 6pkgdesc="Import filter and tools for Zoner Callisto/Draw documents"
7url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf" 7url="https://wiki.documentfoundation.org/DLP/Libraries/libzmf"
8arch="all" 8arch="all"
@@ -15,6 +15,11 @@ subpackages="$pkgname-dev $pkgname-doc"
15source="https://dev-www.libreoffice.org/src/libzmf/libzmf-$pkgver.tar.xz" 15source="https://dev-www.libreoffice.org/src/libzmf/libzmf-$pkgver.tar.xz"
16builddir="$srcdir/libzmf-$pkgver" 16builddir="$srcdir/libzmf-$pkgver"
17 17
18prepare() {
19 default_prepare
20 update_config_sub
21}
22
18build() { 23build() {
19 cd "$builddir" 24 cd "$builddir"
20 ./configure \ 25 ./configure \
@@ -33,4 +38,4 @@ package() {
33 make DESTDIR="$pkgdir" install 38 make DESTDIR="$pkgdir" install
34} 39}
35 40
36sha512sums="cf601974a762ddee45430c136f40231e7659884544881ab37563a97e169201bfd335bad1ddc220e882612e2480070c4a36ba3826242a48e12105e20bb6f717e2 libzmf-0.0.1.tar.xz" 41sha512sums="ad4a8e65e85434e43caa239ff2a3f358c6db6411235c4bb73d8d2aa1527a4f411433370706db391f8f8110a36759249ee19b27be75bae5f361c491006d1b9aa2 libzmf-0.0.2.tar.xz"