1
0
forked from ports/contrib

libstaroffice: initial commit, version 0.0.6

This commit is contained in:
Tim Biermann 2019-08-11 11:14:08 +02:00
parent d3ebc16752
commit 2088b89650
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 40 additions and 0 deletions

19
libstaroffice/.footprint Normal file
View File

@ -0,0 +1,19 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sd2raw
-rwxr-xr-x root/root usr/bin/sd2svg
-rwxr-xr-x root/root usr/bin/sd2text
-rwxr-xr-x root/root usr/bin/sdc2csv
-rwxr-xr-x root/root usr/bin/sdw2html
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libstaroffice-0.0/
drwxr-xr-x root/root usr/include/libstaroffice-0.0/libstaroffice/
-rw-r--r-- root/root usr/include/libstaroffice-0.0/libstaroffice/STOFFDocument.hxx
-rw-r--r-- root/root usr/include/libstaroffice-0.0/libstaroffice/libstaroffice.hxx
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libstaroffice-0.0.la
lrwxrwxrwx root/root usr/lib/libstaroffice-0.0.so -> libstaroffice-0.0.so.0.0.6
lrwxrwxrwx root/root usr/lib/libstaroffice-0.0.so.0 -> libstaroffice-0.0.so.0.0.6
-rwxr-xr-x root/root usr/lib/libstaroffice-0.0.so.0.0.6
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libstaroffice-0.0.pc

5
libstaroffice/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3z7QhN7X8/UCxhXf3mHzp+xd84mctKWyJx6KGycdSJfcoq+Ot8ZKzuZmM3nsW8Z0jIt8TbGIyC7TzssKitF5zwk=
SHA256 (Pkgfile) = 7352139f999e72937474fc7ad9b6134f7ce9a0774eb9d0da99a3948e2d3689a8
SHA256 (.footprint) = 30957520c8be08eb605b07e588a1c3a2f0a46a4c36b05363fef4134b22a72aa6
SHA256 (libstaroffice-0.0.6.tar.xz) = 6b00e1ed8194e6072be4441025d1b888e39365727ed5b23e0e8c92c4009d1ec4

16
libstaroffice/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# 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.6
release=1
source=(https://github.com/fosnola/$name/releases/download/$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}