void-packages/srcpkgs/gtkmm/template
2012-09-02 01:14:32 +02:00

25 lines
1.1 KiB
Plaintext

# Template build file for 'gtkmm'.
pkgname=gtkmm
version=3.4.1
revision=1
subpackages="gtkmm-devel"
build_style=gnu-configure
configure_args="--disable-documentation"
makedepends="pkg-config gtk+3-devel glibmm-devel>=2.32.0 atkmm-devel pangomm-devel cairomm-devel"
short_desc="C++ bindings for The GTK+ toolkit (v2)"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://gtkmm.sourceforge.net/"
license="LGPL-2.1"
distfiles="${GNOME_SITE}/gtkmm/3.4/gtkmm-$version.tar.xz"
checksum=af218681c8ba7b97cafa67419d43be8d1151a541c1aea2a20d76971ef487bdcf
long_desc="
gtkmm (previously known as Gtk--) 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. Here's
an overview, with documentation and status. gtkmm is free software
distributed under the GNU Library General Public License (LGPL).
Aside from the C++ interface to Gtk 3.x, this package also provides
bindings for the ATK library."