wok-current view abiword-plugins/receipt @ rev 25713

Up abiword (3.0.5), libwmf (0.2.13), fix wv url
author Stanislas Leduc <shann@slitaz.org>
date Fri Jun 14 11:35:21 2024 +0000 (5 months ago)
parents a8c772fc1eb1
children d489d5602f50
line source
1 # SliTaz package receipt.
3 PACKAGE="abiword-plugins"
4 VERSION="3.0.5"
5 CATEGORY="office"
6 SHORT_DESC="Extra plugins for Abiword (MSWord, OpenDocument, Wikipedia, 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 libgio 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-3.0/plugins $fs/usr/share
20 cp -a $install/usr/lib/abiword-*/plugins/*.so \
21 $fs/usr/lib/abiword-3.0/plugins
22 }