# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Per Wigren # /space/gentoo/cvsroot/gentoo-x86/dev-perl/XML-Simple/XML-Simple-1.05.ebuild,v 1.1 2001/08/21 15:39:29 hallski Exp A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="A framework for creating multitasking programs in Perl" SRC_URI="http://poe.perl.org/poedown/${A}" HOMEPAGE="http://poe.perl.org" DEPEND=" >=sys-devel/perl-5 dev-perl/Event dev-perl/Time-HiRes dev-perl/Compress-Zlib dev-perl/Storable dev-perl/IO-Tty dev-perl/Filter tcltk? (dev-perl/perl-tk) gtk? (dev-perl/gtk-perl) libwww? (dev-perl/libwww-perl) curses? (dev-perl/Curses)" src_compile() { perl Makefile.PL try make # try make test } src_install () { try make PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 install dodoc CHANGES MANIFEST README TODO }