diff options
Diffstat (limited to 'dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild')
| -rw-r--r-- | dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild b/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild new file mode 100644 index 000000000000..0cae73a5158d --- /dev/null +++ b/dev-cpp/gtkmm-utils/gtkmm-utils-0.4.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit eutils + +DESCRIPTION="Utility functions, classes and widgets written on top of gtkmm and +glibmm." +HOMEPAGE="http://code.google.com/p/gtkmm-utils/" +SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" +LICENSE="LGPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND="dev-cpp/gtkmm:2.4" +DEPEND=" + virtual/pkgconfig + doc? ( app-doc/doxygen ) + ${RDEPEND}" + +src_prepare() { + epatch "${FILESDIR}/${P}-glib.patch" + epatch "${FILESDIR}/${P}-include-fix.patch" +} + +src_configure() { + econf $(use_enable doc documentation) +} |
