wok view antiword/receipt @ rev 4919

Add antiword
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 15 09:51:33 2010 +0100 (2010-02-15)
parents
children f4fd0777003f
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"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 make &&
17 make DESTDIR=$PWD/_pkg global_install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/bin
24 cp -a $_pkg/usr/share $fs/usr
25 cp -a $_pkg/usr/local/bin/antiword $fs/usr/bin
26 }