1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/liborcus/APKBUILD
2022-12-21 16:20:59 +01:00

39 lines
1,008 B
Text

# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=liborcus
pkgver=0.17.2
pkgrel=3
pkgdesc="Library for processing spreadsheet documents"
url="https://gitlab.com/orcus/orcus"
arch="all"
license="MPL-2.0"
makedepends="boost-dev mdds-dev libixion-dev zlib-dev"
subpackages="$pkgname-dev"
source="https://dev.alpinelinux.org/archive/liborcus/liborcus-$pkgver.tar.xz
fix-include.patch
"
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
--disable-python
make
}
check() {
make check
}
package() {
make DESTDIR="$pkgdir" install
}
sha512sums="
8ad8db46c23673260057aff555286d95ebfeff0a027bdeae24f11f8aa12456284f7f4446edddb91936b3011eb1227cfe1618ab3c4d909f8356c8c151f5739d79 liborcus-0.17.2.tar.xz
009b5122e898e1f026263be34eea5f205e32b7f1c58085742fa9a23e35e7fdf6b8bf3895eb81b5f2a1ae8693e2c533d07877de7c9ff9b66d4b9e908e65a0e74a fix-include.patch
"