wok-next diff abiword-plugins/receipt @ rev 15608
hubbub: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 06 20:31:17 2013 +0000 (2013-12-06) |
parents | cc80cd019794 |
children | e70c0b9c5adf |
line diff
1.1 --- a/abiword-plugins/receipt Thu Sep 09 17:54:19 2010 +0000 1.2 +++ b/abiword-plugins/receipt Fri Dec 06 20:31:17 2013 +0000 1.3 @@ -5,17 +5,19 @@ 1.4 CATEGORY="office" 1.5 SHORT_DESC="Extra plugins for Abiword (MSWord, OpenDocument, Wikidepia, etc)." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="abiword libgio readline xorg-libXdamage fribidi libxslt" 1.8 +LICENSE="GPL2" 1.9 WANTED="abiword" 1.10 WEB_SITE="http://www.abisource.com/" 1.11 TAGS="doc odf docx" 1.12 1.13 +DEPENDS="abiword libgio readline xorg-libXdamage fribidi libxslt" 1.14 + 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules() 1.17 { 1.18 mkdir -p $fs/usr/lib/abiword-2.8/plugins $fs/usr/share 1.19 1.20 - cp -a $_pkg/usr/lib/abiword-*/plugins/*.so \ 1.21 + cp -a $install/usr/lib/abiword-*/plugins/*.so \ 1.22 $fs/usr/lib/abiword-2.8/plugins 1.23 } 1.24