wok annotate antiword/receipt @ rev 15679

lxc: add depend for linux-lxc
Add linux-lxc
author Stanislas Leduc <shann@slitaz.org>
date Fri Dec 20 20:12:42 2013 +0100 (2013-12-20)
parents f4fd0777003f
children 03509d491272
rev   line source
pascal@4919 1 # SliTaz package receipt.
pascal@4919 2
pascal@4919 3 PACKAGE="antiword"
pascal@4919 4 VERSION="0.37"
pascal@4919 5 CATEGORY="office"
pascal@4919 6 SHORT_DESC="MS Word reader to plain text or PostScript."
pascal@4919 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15362 8 LICENSE="GPL"
pascal@4919 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@4919 10 WEB_SITE="http://www.antiword.org/"
pascal@4919 11 WGET_URL="${WEB_SITE}$TARBALL"
jozee@4931 12 TAGS="word reader convert"
pascal@4919 13
pascal@4919 14 # Rules to configure and make the package.
pascal@4919 15 compile_rules()
pascal@4919 16 {
pascal@4919 17 cd $src
pascal@4919 18 make &&
pascal@15362 19 make DESTDIR=$DESTDIR global_install
pascal@4919 20 }
pascal@4919 21
pascal@4919 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4919 23 genpkg_rules()
pascal@4919 24 {
pascal@4919 25 mkdir -p $fs/usr/bin
pascal@15362 26 cp -a $install/usr/share $fs/usr
pascal@15362 27 cp -a $install/usr/local/bin/antiword $fs/usr/bin
pascal@4919 28 }
pascal@4919 29