# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/ogg-vorbis-header/ogg-vorbis-header-0.02.ebuild,v 1.2 2003/07/06 04:01:56 mcummings Exp $ inherit perl-module MY_P=Ogg-Vorbis-Header-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="This module presents an object-oriented interface to Ogg Vorbis Comments and Information" SRC_URI="http://cpan.org/modules/by-module/Ogg/${MY_P}.tar.gz" HOMEPAGE="http://search.cpan.org/author/DBP/${MY_P}/" SLOT="0" LICENSE="Artistic" KEYWORDS="x86 ~ppc ~alpha ~sparc" DEPEND="dev-perl/Inline media-libs/libogg media-libs/libvorbis"