wok-next view o3read/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
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 }