wok-next view antiword/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }