30 lines
1.1 KiB
Text
30 lines
1.1 KiB
Text
# Template build file for 'libgsf'.
|
|
pkgname=libgsf
|
|
version=1.14.20
|
|
distfiles="${GNOME_SITE}/libgsf/1.14/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-schemas-install
|
|
--without-gnome-vfs --without-bonobo"
|
|
revision=3
|
|
short_desc="Library for layout and rendering of text"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=df82cd86e472a6f8e566976eb7eb8f587aac2639c1448b14b4dbf4db7da1ada6
|
|
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."
|
|
|
|
# XXX: investigate gnome stuff.
|
|
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 bzip2-devel
|
|
Add_dependency build gdk-pixbuf-devel
|
|
Add_dependency build GConf-devel
|
|
Add_dependency build pygtk-devel
|