void-packages/srcpkgs/abiword/template

32 lines
1.4 KiB
Plaintext

# Template file for 'abiword'
pkgname=abiword
version=2.8.6
revision=4
homepage="http://www.abisource.com/"
distfiles="${homepage}/downloads/${pkgname}/${version}/source/${pkgname}-${version}.tar.gz"
CPPFLAGS="-I/usr/include/boost"
build_style=gnu-configure
configure_args="--enable-shave --enable-collab-backend-telepathy
--enable-collab-backend-tcp --enable-collab-backend-service
--enable-templates --enable-clipart --enable-plugins --with-gio"
subpackages="lib$pkgname $pkgname-devel"
depends="hicolor-icon-theme desktop-file-utils"
makedepends="automake flex pkg-config jpeg-devel libpng-devel>=1.5.10 fribidi-devel libgsf-devel enchant-devel gtk+-devel librsvg-devel wv-devel boost-devel readline-devel libxslt-devel libwmf-devel"
short_desc="Free word processing program similar to Microsoft(R) Word."
maintainer="davehome <davehome@redthumb.info.tm>"
license="GPL-3"
checksum=d99089a63a6cfc1a6a4a026be9278028d47d224088d24b1853acb67e95683a15
long_desc="
AbiWord is a free word processing program similar to Microsoft(R) Word. It is
suitable for a wide variety of word processing tasks.
AbiWord allows you to collaborate with multiple people on one document at the
same time. It is tightly integrated with the AbiCollab.net web service, which
lets you store documents online, allows easy document sharing with your
friends, and performs format conversions on the fly."
pre_configure() {
autoreconf -fi
}