2019-08-11 11:14:03 +02:00
|
|
|
# Description: Microsoft Publisher file format parser library
|
|
|
|
# URL: https://wiki.documentfoundation.org/DLP/Libraries/libmspub
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2020-10-16 23:21:00 +02:00
|
|
|
# Depends on: icu libwpd
|
2019-08-11 11:14:03 +02:00
|
|
|
|
|
|
|
name=libmspub
|
|
|
|
version=0.1.4
|
|
|
|
release=1
|
2020-10-16 23:21:00 +02:00
|
|
|
source=(https://dev-www.libreoffice.org/src/libmspub/$name-$version.tar.xz
|
|
|
|
missing_include.patch)
|
2019-08-11 11:14:03 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2020-10-16 23:21:00 +02:00
|
|
|
patch -Np1 -i $SRC/missing_include.patch
|
2019-08-11 11:14:03 +02:00
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|