wok diff abiword-plugins/receipt @ rev 19126

Fill "customization" category in.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 09 21:59:10 2016 +0300 (2016-05-09)
parents cc80cd019794
children a8c772fc1eb1
line diff
     1.1 --- a/abiword-plugins/receipt	Thu Sep 09 17:54:19 2010 +0000
     1.2 +++ b/abiword-plugins/receipt	Mon May 09 21:59:10 2016 +0300
     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