2019-08-11 11:14:01 +02:00
|
|
|
# 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
|
2022-01-17 17:32:42 +01:00
|
|
|
# Depends on: glm liblangtag librevenge mdds
|
2019-08-11 11:14:01 +02:00
|
|
|
|
|
|
|
name=libetonyek
|
2021-05-20 07:51:08 +00:00
|
|
|
version=0.1.10
|
2022-01-17 17:32:42 +01:00
|
|
|
release=2
|
2021-05-20 07:51:08 +00:00
|
|
|
source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz)
|
2019-08-11 11:14:01 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr \
|
2022-01-17 17:32:42 +01:00
|
|
|
--with-mdds=2.0 \
|
2019-08-18 10:21:42 +00:00
|
|
|
--without-docs
|
2019-08-11 11:14:01 +02:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|