void-packages/srcpkgs/glibmm/template

23 lines
838 B
Text
Raw Normal View History

# Template build file for 'glibmm'
pkgname=glibmm
2012-03-21 07:53:34 +00:00
version=2.31.20
distfiles="${GNOME_SITE}/glibmm/2.31/glibmm-$version.tar.xz"
build_style=gnu-configure
short_desc="C++ bindings for GLib"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-09-30 13:29:31 +00:00
homepage="http://gtkmm.sourceforge.net/"
license="LGPL-2.1"
2012-03-21 07:53:34 +00:00
checksum=09c5d915eee485fecdbc13405ca34be5c5d55e9a3923dd0acfe6982804daa34d
long_desc="
glibmm (previously known as GLib--) is the official C++ interface for the
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
extensible via inheritance and a comprehensive set of widget classes that
can be freely combined to quickly create complex user interfaces."
subpackages="glibmm-devel"
Add_dependency build pkg-config
2011-09-30 13:29:31 +00:00
Add_dependency build intltool
Add_dependency build glib-devel
2011-11-19 01:17:15 +00:00
Add_dependency build libsigc++-devel ">=2.2.10"