|
|
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkglextmm/gtkglextmm-1.2.0.ebuild,v 1.1 2006/06/12 13:19:34 allanonjl Exp $ | # $Header: /var/cvsroot/gentoo-x86/dev-cpp/gtkglextmm/gtkglextmm-1.2.0.ebuild,v 1.1 2006/06/12 13:19:34 allanonjl Exp $ |
| |
inherit gnome2 |
inherit gnome2 autotools |
| |
DESCRIPTION="C++ bindings for gtkglext" | DESCRIPTION="C++ bindings for gtkglext" |
HOMEPAGE="http://gtkglext.sourceforge.net/" | HOMEPAGE="http://gtkglext.sourceforge.net/" |
|
|
# we handle it in src_install. | # we handle it in src_install. |
sed -i -e 's|^\(SUBDIRS =.*\)docs\(.*\)|\1\2|' Makefile.in || \ | sed -i -e 's|^\(SUBDIRS =.*\)docs\(.*\)|\1\2|' Makefile.in || \ |
die "sed Makefile.in failed" | die "sed Makefile.in failed" |
|
eautoreconf |
} | } |
| |
src_compile() { | src_compile() { |