void-packages/srcpkgs/libglademm/template
2012-09-19 03:46:42 -06:00

28 lines
1 KiB
Plaintext

# Template build file for 'libglademm'.
pkgname=libglademm
version=2.6.7
revision=1
distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.bz2"
build_style=gnu-configure
makedepends="pkg-config gtkmm2-devel libglade-devel"
homepage="http://www.gtkmm.org"
license="GPL-2"
short_desc="Runtime interpreter for GLADE GUI files (gtkmm2 binding)"
maintainer="davehome <davehome@redthumb.info.tm>"
checksum=38543c15acf727434341cc08c2b003d24f36abc22380937707fc2c5c687a2bc3
long_desc="
Libglade is a library that performs a similar job to the C source
output routines in the GLADE user interface builder. Whereas GLADE's
output routines create C code that can then be compiled, libglade builds
the interface from an XML file (GLADE's save format) at runtime. This
way you can change the look of a program without needing to recompile.
Currently it supports all the widgets in current releases, together
with support for keyboard accelerators and automatic signal
connection.
This is the gtkmm2 binding"
subpackages="$pkgname-devel"