wok-next view odt2txt/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="odt2txt"
4 VERSION="0.4"
5 CATEGORY="utilities"
6 SHORT_DESC="A simple converter from OpenDocument Text to plain text"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/dstosberg/odt2txt"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.stosberg.net/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="zlib-dev"
16 compile_rules() {
17 make &&
18 install -Dm755 odt2txt $install/usr/bin/odt2txt
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="zlib"
24 #SUGGESTED="odfread"
25 TAGS="office"
26 }