mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/liborcus: new aport
library for processing spreadsheet documents https://gitlab.com/orcus/orcus
This commit is contained in:
parent
be277f1fb9
commit
142b526248
39
community/liborcus/APKBUILD
Normal file
39
community/liborcus/APKBUILD
Normal file
@ -0,0 +1,39 @@
|
||||
# Contributor: Timo Teräs <timo.teras@iki.fi>
|
||||
# Maintainer: Timo Teräs <timo.teras@iki.fi>
|
||||
pkgname=liborcus
|
||||
pkgver=0.12.1
|
||||
pkgrel=0
|
||||
pkgdesc="library for processing spreadsheet documents"
|
||||
url="https://gitlab.com/orcus/orcus"
|
||||
arch="all"
|
||||
license="MPL2"
|
||||
depends=""
|
||||
depends_dev=""
|
||||
makedepends="$depends_dev boost-dev mdds-dev libixion-dev zlib-dev"
|
||||
install=""
|
||||
subpackages="$pkgname-dev"
|
||||
source="http://kohei.us/files/orcus/src/liborcus-$pkgver.tar.xz"
|
||||
builddir="$srcdir/liborcus-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var \
|
||||
--disable-python \
|
||||
|| return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
md5sums="14d39b4ba7e44123d63b7a1d1358026a liborcus-0.12.1.tar.xz"
|
||||
sha256sums="d1b936c66944d23e1b2582d0e7129e44670052510d03f19fef644e9814ae2b9c liborcus-0.12.1.tar.xz"
|
||||
sha512sums="294b24ad7fccae77070edd9d8e6e1a370f609ec8af9a2c58567431e641fc0f3f27c4cd4b6ac1825a8179a22a1d1a81d84827859eb631d2625194f9e59ca1a8c3 liborcus-0.12.1.tar.xz"
|
||||
Loading…
x
Reference in New Issue
Block a user