aboutsummaryrefslogtreecommitdiffstats
path: root/community/libabw/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libabw/APKBUILD')
-rw-r--r--community/libabw/APKBUILD14
1 files changed, 10 insertions, 4 deletions
diff --git a/community/libabw/APKBUILD b/community/libabw/APKBUILD
index 200bf232f74..0579a67b9bf 100644
--- a/community/libabw/APKBUILD
+++ b/community/libabw/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
-# Maintainer:
+# Maintainer: Krassy Boykinov <kboykinov@teamcentrixx.com>
pkgname=libabw
pkgver=0.1.3
-pkgrel=0
+pkgrel=3
pkgdesc="Import filter and tools for AbiWord documents"
url="https://wiki.documentfoundation.org/DLP/Libraries/libabw"
arch="all"
@@ -11,6 +11,13 @@ makedepends="doxygen gperf perl librevenge-dev libxml2-dev zlib-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools"
source="https://dev-www.libreoffice.org/src/libabw/libabw-$pkgver.tar.xz"
+prepare() {
+ default_prepare
+
+ update_config_sub
+ update_config_guess
+}
+
build() {
# workaround for boost 1.59
export CPPFLAGS='-DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED'
@@ -30,8 +37,7 @@ package() {
}
tools() {
- mkdir -p "$subpkgdir"/usr
- mv "$pkgdir"/usr/bin "$subpkgdir"/usr
+ amove usr/bin
}
sha512sums="0d2646e1bad1e11b3da43714ac5931fc67ffdbc4e7a25a44ef5b6e6a41de1e0ae14596b4a87cceb07bf56dbbe9344622b3d60afcb054ee0ab8577ca8e9b5c289 libabw-0.1.3.tar.xz"