wok-next view antiword/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 dc626da69d4e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="antiword"
4 VERSION="0.37"
5 CATEGORY="office"
6 SHORT_DESC="MS Word reader to plain text or PostScript"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="http://www.winfield.demon.nl/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.winfield.demon.nl/linux/$TARBALL"
14 compile_rules() {
15 make &&
16 make \
17 DESTDIR=$install \
18 GLOBAL_INSTALL_DIR=/usr/bin \
19 global_install || return 1
21 cook_pick_manpages Docs/antiword.1
22 }
24 genpkg_rules() {
25 copy antiword antiword/
26 TAGS="word reader convert"
27 }