wok view antiword/receipt @ rev 8834

Fixed tazdev again.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Feb 24 10:30:11 2011 +0000 (2011-02-24)
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 }