31 lines
853 B
Text
31 lines
853 B
Text
# Template build file for 'libgsf'.
|
|
pkgname=libgsf
|
|
version=1.14.26
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --enable-introspection=yes"
|
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
|
makedepends="libglib-devel libxml2-devel gdk-pixbuf-devel"
|
|
short_desc="Structured File Library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2, LGPL-2.1"
|
|
homepage="http://www.gnome.org/"
|
|
distfiles="${GNOME_SITE}/libgsf/1.14/$pkgname-$version.tar.xz"
|
|
checksum=8919e725aadd785380350c8dec7427d82cf33164bc9a9a549df9440a0c3da6d5
|
|
|
|
libgsf-devel_package() {
|
|
depends="libglib-devel libxml2-devel libgsf>=${version}"
|
|
short_desc+=" -- development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/share/gtk-doc
|
|
vmove usr/share/gir-1.0
|
|
}
|
|
}
|
|
|
|
libgsf_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|