Lines 1-8
Link Here
|
1 |
# Copyright 1999-2006 Gentoo Foundation |
1 |
# Copyright 1999-2006 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkmm/gtkmm-2.10.2.ebuild,v 1.1 2006/10/29 01:19:49 allanonjl Exp $ |
3 |
# $Header: $ |
4 |
|
4 |
|
5 |
inherit gnome2 |
5 |
inherit gnome2 autotools |
6 |
|
6 |
|
7 |
DESCRIPTION="C++ interface for GTK+2" |
7 |
DESCRIPTION="C++ interface for GTK+2" |
8 |
HOMEPAGE="http://gtkmm.sourceforge.net/" |
8 |
HOMEPAGE="http://gtkmm.sourceforge.net/" |
Lines 30-32
Link Here
|
30 |
$(use_enable examples) |
30 |
$(use_enable examples) |
31 |
$(use_enable examples demos)" |
31 |
$(use_enable examples demos)" |
32 |
} |
32 |
} |
|
|
33 |
|
34 |
src_unpack(){ |
35 |
unpack ${A} |
36 |
epatch "${FILESDIR}"/gtkmm-2.10.2-no_atk.patch |
37 |
cd "${S}" |
38 |
eautoconf |
39 |
} |