wok-next view o3read/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
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 }