wok-6.x diff antiword/receipt @ rev 15722
Move from undigest: poppler-qt4-apps varka varka-dev vifm tmux-mem-cpu-load
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 26 13:51:57 2013 +0000 (2013-12-26) |
parents | f4fd0777003f |
children | 03509d491272 |
line diff
1.1 --- a/antiword/receipt Tue Feb 16 10:51:34 2010 +0000 1.2 +++ b/antiword/receipt Thu Dec 26 13:51:57 2013 +0000 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