wok-next view o3read/receipt @ rev 21452

updated socat (2.0.0-b7 -> 2.0.0-b9)
author Hans-G?nter Theisgen
date Thu May 07 13:23:44 2020 +0100 (2020-05-07)
parents d43bf7aae921
children
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="devel@slitaz.org"
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
17 make PREFIX=$install/usr install
18 }
20 genpkg_rules() {
21 copy @std
22 TAGS="office"
23 }