wok-next view o3read/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
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 }