wok-next view o3read/receipt @ rev 20784

update also: gpgme, libgpg-error and gpa
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 06:52:39 2018 +0000 (2018-06-09)
parents 42380dbaadb7
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="o3read"
4 VERSION="0.0.4"
5 CATEGORY="utilities"
6 SHORT_DESC="Standalone converter for OpenOffice.org writer and calc formats"
7 MAINTAINER="milka@konstelacioj.info"
8 LICENSE="GPL2"
9 WEB_SITE="http://siag.nu/o3read/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://siag.nu/pub/o3read/$PACKAGE-$VERSION.tar.gz"
14 compile_rules() {
15 sed -i 's|/man/|/share&|' Makefile
16 make install PREFIX=$DESTDIR/usr
17 }
19 genpkg_rules() {
20 copy @std
21 TAGS="office"
22 }