void-packages/srcpkgs/libgsf/template

28 lines
987 B
Plaintext
Raw Normal View History

# Template build file for 'libgsf'.
pkgname=libgsf
2011-12-17 17:57:04 +01:00
version=1.14.22
homepage="http://www.gnome.org/"
distfiles="${GNOME_SITE}/libgsf/1.14/$pkgname-$version.tar.xz"
build_style=gnu-configure
2011-12-17 17:57:04 +01:00
configure_args="--disable-static"
short_desc="Library for layout and rendering of text"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-12-17 17:57:04 +01:00
license="GPL-2, LGPL-2.1"
checksum=a5f23be3cab72abd91bb443a32f41d6adc73250285b53787460750b6d60b783f
long_desc="
libgsf provides an efficient extensible I/O abstraction for dealing with
different structured file formats. It has support for Microsoft OLE2
streams and Zip import. The aim of this library is to replace libole2."
subpackages="$pkgname-python $pkgname-devel"
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build python
Add_dependency build glib-devel
Add_dependency build libxml2-devel
Add_dependency build glibc-devel
Add_dependency build zlib-devel
Add_dependency build gdk-pixbuf-devel
2010-05-12 13:40:32 +02:00
Add_dependency build pygtk-devel