contrib/liborcus/Pkgfile

23 lines
554 B
Plaintext

# 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
version=0.16.1
release=1
source=(https://kohei.us/files/orcus/src/$name-$version.tar.xz
gcc11-1.patch gcc11-2.patch gcc11-3.patch)
build() {
cd $name-$version
patch -Np1 -i $SRC/gcc11-1.patch
patch -Np1 -i $SRC/gcc11-2.patch
patch -Np1 -i $SRC/gcc11-3.patch
./configure --prefix=/usr --disable-python
make
make DESTDIR=$PKG install
}