contrib/libetonyek/Pkgfile

19 lines
515 B
Plaintext
Raw Normal View History

# Description: Library and a set of tools for reading and converting Apple Keynote presentations
# URL: https://wiki.documentfoundation.org/DLP/Libraries/libetonyek
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: liblangtag librevenge glm mdds
name=libetonyek
2021-05-20 09:51:08 +02:00
version=0.1.10
release=1
source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
2019-10-16 21:13:08 +02:00
--with-mdds=1.5 \
2019-08-18 12:21:42 +02:00
--without-docs
make
make DESTDIR=$PKG install
}