|
|
# 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-lang/tk/tk-8.4.13.ebuild,v 1.1 2006/06/03 19:37:48 matsuu Exp $ | # $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.4.13.ebuild,v 1.1 2006/06/03 19:37:48 matsuu Exp $ |
| |
inherit eutils |
inherit eutils autotools |
| |
DESCRIPTION="Tk Widget Set" | DESCRIPTION="Tk Widget Set" |
HOMEPAGE="http://dev.scriptics.com/software/tcltk/" | HOMEPAGE="http://dev.scriptics.com/software/tcltk/" |
|
|
EPATCH_SINGLE_MSG="Patching nls cruft in ${d}" \ | EPATCH_SINGLE_MSG="Patching nls cruft in ${d}" \ |
epatch "${FILESDIR}"/tk-configure-LANG.patch | epatch "${FILESDIR}"/tk-configure-LANG.patch |
done | done |
|
|
|
cd "${S}"/unix |
|
eautoreconf |
} | } |
| |
src_compile() { | src_compile() { |