wok-next view antiword/receipt @ rev 20797

alien: up (8.95), androguard: up (3.2.0), apache-mod-wsgi: up (4.6.4), apng2gif: up (1.8), apngdis: up (2.9), aqualung: up (1.0+20170926)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 11 15:37:34 2018 +0300 (2018-06-11)
parents 617dbdeb6f7e
children d5aab818505e
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=$DESTDIR \
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 }