summaryrefslogtreecommitdiff
path: root/libetonyek/Pkgfile
blob: 5e7c4a422b9bede82f982508bdc6105d7aa71f6a (plain)
    1 # Description: Library and a set of tools for reading and converting Apple Keynote presentations
    2 # URL: https://wiki.documentfoundation.org/DLP/Libraries/libetonyek
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: glm liblangtag librevenge mdds
    5 
    6 name=libetonyek
    7 version=0.1.10
    8 release=2
    9 source=(https://dev-www.libreoffice.org/src/$name/$name-$version.tar.xz)
   10 
   11 build() {
   12   cd $name-$version
   13   ./configure --prefix=/usr \
   14     --with-mdds=2.0 \
   15     --without-docs
   16   make
   17   make DESTDIR=$PKG install
   18 }

Generated by cgit