wok diff antiword/receipt @ rev 19732

tiff: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 17 11:59:17 2017 +0100 (2017-02-17)
parents f4fd0777003f
children 03509d491272
line diff
     1.1 --- a/antiword/receipt	Tue Feb 16 10:51:34 2010 +0000
     1.2 +++ b/antiword/receipt	Fri Feb 17 11:59:17 2017 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="office"
     1.5  SHORT_DESC="MS Word reader to plain text or PostScript."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="GPL"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.antiword.org/"
    1.10  WGET_URL="${WEB_SITE}$TARBALL"
    1.11 @@ -15,14 +16,14 @@
    1.12  {
    1.13  	cd $src
    1.14  	make &&
    1.15 -	make DESTDIR=$PWD/_pkg global_install
    1.16 +	make DESTDIR=$DESTDIR global_install
    1.17  }
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/bin
    1.23 -	cp -a $_pkg/usr/share $fs/usr
    1.24 -	cp -a $_pkg/usr/local/bin/antiword $fs/usr/bin
    1.25 +	cp -a $install/usr/share $fs/usr
    1.26 +	cp -a $install/usr/local/bin/antiword $fs/usr/bin
    1.27  }
    1.28