wok view antiword/receipt @ rev 16585

Add fritzing (let creat electronics shems for PiClass)
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 04 14:12:00 2014 +0200 (2014-05-04)
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 }