2019-08-11 11:14:04 +02:00
|
|
|
# Description: File import filter library for spreadsheet documents.
|
|
|
|
# URL: https://gitlab.com/orcus/orcus
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
|
|
# Depends on: libixion zstd
|
|
|
|
|
|
|
|
name=liborcus
|
2022-01-17 17:31:58 +01:00
|
|
|
version=0.17.2
|
2019-08-11 11:14:04 +02:00
|
|
|
release=1
|
|
|
|
source=(https://kohei.us/files/orcus/src/$name-$version.tar.xz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr --disable-python
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|