wok view antiword/receipt @ rev 14141

libmnl*: add 1.0.3
author Samuel Trassare <samuel_trassare@yahoo.com>
date Fri Mar 01 08:37:16 2013 -0800 (2013-03-01)
parents d90d5291a362
children 617dbdeb6f7e
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.antiword.org/"
10 WGET_URL="${WEB_SITE}$TARBALL"
11 TAGS="word reader convert"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make &&
18 make DESTDIR=$PWD/_pkg global_install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/bin
25 cp -a $_pkg/usr/share $fs/usr
26 cp -a $_pkg/usr/local/bin/antiword $fs/usr/bin
27 }