# Description: filter for old StarOffice documents(.sdc, .sdw, ...) based on librevenge # URL: https://github.com/fosnola/libstaroffice # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: librevenge name=libstaroffice version=0.0.7 release=1 source=(https://github.com/fosnola/$name/releases/download/$version/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ --without-docs make make DESTDIR=$PKG install }