From d2567bfbdf0e9fa6db0a6ed1534831ec859a3e03 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 15 Jun 2022 20:02:02 +0100 Subject: added deps for qemu --- repo/libstaroffice/libstaroffice.xibuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 repo/libstaroffice/libstaroffice.xibuild (limited to 'repo/libstaroffice/libstaroffice.xibuild') diff --git a/repo/libstaroffice/libstaroffice.xibuild b/repo/libstaroffice/libstaroffice.xibuild new file mode 100644 index 0000000..47c0985 --- /dev/null +++ b/repo/libstaroffice/libstaroffice.xibuild @@ -0,0 +1,30 @@ +#!/bin/sh + +NAME="libstaroffice" +DESC="Import filter for StarOffice documents" + +MAKEDEPS="zlib boost librevenge doxygen" + +PKG_VER=0.0.7 +SOURCE="https://github.com/fosnola/libstaroffice/releases/download/$PKG_VER/libstaroffice-$PKG_VER.tar.xz" + +ADDITIONAL=" +fix-maybe-uninitialized.patch +" + +prepare() { + apply_patches +} + +build() { + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var + make +} + +package() { + make DESTDIR="$PKG_DEST" install +} -- cgit v1.2.1