wok-next view abiword-plugins/receipt @ rev 19932

xfce4-session: update bdeps, wbar2: add CXXFLAGS, libsmpeg: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 15 11:37:03 2017 +0200 (2017-10-15)
parents 7896f0694ef6
children
line source
1 # SliTaz package receipt.
3 PACKAGE="abiword-plugins"
4 VERSION="2.8.6"
5 CATEGORY="office"
6 SHORT_DESC="Extra plugins for Abiword (MSWord, OpenDocument, Wikidepia, etc)."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="abiword"
10 WEB_SITE="http://www.abisource.com/"
11 TAGS="doc odf docx"
13 DEPENDS="abiword glib readline xorg-libXdamage fribidi libxslt"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib/abiword-2.8/plugins $fs/usr/share
20 cp -a $install/usr/lib/abiword-*/plugins/*.so \
21 $fs/usr/lib/abiword-2.8/plugins
22 }