# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="gtk2 perl" inherit perl-module S=${WORKDIR}/${P} DESCRIPTION="Perl bindings for GTK2" SRC_URI="mirror://sourceforge/gtk2-perl/${P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/gtk2-perl/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="${DEPEND} =x11-libs/gtk+-2* dev-perl/XML-Writer dev-perl/XML-Parser >=dev-perl/Inline-0.44 >=dev-perl/Parse-RecDescent-0.80" src_compile() { echo "y" | perl-module_src_compile perl-module_src_test } src_install () { perl-module_src_install }