wok-next annotate antiword/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 617dbdeb6f7e
children d5aab818505e
rev   line source
al@20797 1 # SliTaz package receipt v2.
pascal@4919 2
pascal@4919 3 PACKAGE="antiword"
pascal@4919 4 VERSION="0.37"
pascal@4919 5 CATEGORY="office"
al@20797 6 SHORT_DESC="MS Word reader to plain text or PostScript"
pascal@4919 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15362 8 LICENSE="GPL"
al@20797 9 WEB_SITE="http://www.winfield.demon.nl/"
al@20797 10
pascal@4919 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20797 12 WGET_URL="http://www.winfield.demon.nl/linux/$TARBALL"
pascal@4919 13
al@20797 14 compile_rules() {
pascal@4919 15 make &&
al@20797 16 make \
al@20797 17 DESTDIR=$DESTDIR \
al@20797 18 GLOBAL_INSTALL_DIR=/usr/bin \
al@20797 19 global_install || return 1
al@20797 20
al@20797 21 cook_pick_manpages Docs/antiword.1
pascal@4919 22 }
pascal@4919 23
al@20797 24 genpkg_rules() {
al@20797 25 copy antiword antiword/
al@20797 26 TAGS="word reader convert"
pascal@4919 27 }