wok-next view antiword/receipt @ rev 20900

gdk-pixbuf: build man pages; glib-networking: up (2.56.1); glibmm: up (2.56.0); gnupg: up (2.2.9); gsettings-desktop-schemas: up (3.28.0); tint2: up (16.4).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 21 17:03:50 2018 +0300 (2018-07-21)
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 }