wok view antiword/receipt @ rev 23114

updated libunwind and libunwind-dev (1.2.1 -> 1.3.1)
author Hans-G?nter Theisgen
date Thu Mar 12 16:41:11 2020 +0100 (2020-03-12)
parents 617dbdeb6f7e
children 9af0e03b8ad0
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.winfield.demon.nl/"
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 }