0d62696106
--HG-- extra : convert_revision : 2716cd9cd5963accbe35a02935298c018b5116cc
29 lines
1,001 B
Text
29 lines
1,001 B
Text
# Template build file for 'glibmm'
|
|
pkgname=glibmm
|
|
version=2.24.1
|
|
revision=1
|
|
distfiles="${GNOME_SITE}/glibmm/2.24/glibmm-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="C++ bindings for GLib"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=55c76555fbdafe9db2c12895fa89a02aad3c924aca1066a102b6cd16de72beb1
|
|
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 run libgcc
|
|
Add_dependency run glibc
|
|
Add_dependency run libstdc++
|
|
Add_dependency run glib
|
|
Add_dependency run libsigc++
|
|
|
|
Add_dependency build gettext
|
|
Add_dependency build pkg-config
|
|
Add_dependency build doxygen
|
|
Add_dependency build libxslt
|
|
Add_dependency build docbook-xsl
|
|
Add_dependency build glib-devel
|
|
Add_dependency build libsigc++-devel
|