wok diff abiword-plugins/receipt @ rev 19474

Up make-slitaz-icons (161031)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 01 02:58:15 2016 +0200 (2016-11-01)
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	Tue Nov 01 02:58:15 2016 +0200
     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