wok-next view odt2txt/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
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 }