wok view antiword/receipt @ rev 19732

tiff: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 17 11:59:17 2017 +0100 (2017-02-17)
parents f4fd0777003f
children 03509d491272
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.antiword.org/"
11 WGET_URL="${WEB_SITE}$TARBALL"
12 TAGS="word reader convert"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make &&
19 make DESTDIR=$DESTDIR global_install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $install/usr/share $fs/usr
27 cp -a $install/usr/local/bin/antiword $fs/usr/bin
28 }