contrib/libvisio/Pkgfile

22 lines
512 B
Plaintext
Raw Normal View History

# Description: Library providing ability to interpret and import visio diagrams
# URL: https://wiki.documentfoundation.org/DLP/Libraries/libvisio
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: icu librevenge libxml2
name=libvisio
2019-08-18 11:41:40 +02:00
version=0.1.7
2023-11-27 20:55:16 +01:00
release=4
source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz
ubsan.patch)
build() {
cd $name-$version
patch -Np0 -i $SRC/ubsan.patch
2019-08-18 11:41:40 +02:00
./configure --prefix=/usr \
--without-docs
make
make DESTDIR=$PKG install
}