diff options
Diffstat (limited to 'dev-cpp/gtkmm/gtkmm-2.2.12.ebuild')
-rw-r--r-- | dev-cpp/gtkmm/gtkmm-2.2.12.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/dev-cpp/gtkmm/gtkmm-2.2.12.ebuild b/dev-cpp/gtkmm/gtkmm-2.2.12.ebuild new file mode 100644 index 000000000000..255620200ddd --- /dev/null +++ b/dev-cpp/gtkmm/gtkmm-2.2.12.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-2.2.12.ebuild,v 1.1 2004/06/18 10:40:20 lu_zero Exp $ + +inherit gnome2 + +DESCRIPTION="C++ interface for GTK+2" +HOMEPAGE="http://gtkmm.sourceforge.net/" +IUSE="" +LICENSE="LGPL-2.1" +SLOT="2" +KEYWORDS="~ppc" + +RDEPEND=">=dev-libs/glib-2.2 + >=x11-libs/gtk+-2.2 + =dev-libs/libsigc++-1.2*" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + !=sys-devel/gcc-3.3.0*" + +DOCS="AUTHORS CHANGES ChangeLog HACKING PORTING NEWS README TODO" + +src_compile() { + + if [ "${ARCH}" = "amd64" ]; then + libtoolize -c -f --automake + aclocal -I scripts + automake + autoconf + fi + + gnome2_src_compile + +} |