17 lines
424 B
Plaintext
17 lines
424 B
Plaintext
# Description: Microsoft Publisher file format parser library
|
|
# URL: https://wiki.documentfoundation.org/DLP/Libraries/libmspub
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
# Depends on: icu librevenge zlib
|
|
|
|
name=libmspub
|
|
version=0.1.4
|
|
release=1
|
|
source=(https://dev-www.libreoffice.org/src/libmspub/$name-$version.tar.xz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|