# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit perl-module DESCRIPTION="Support for QuickTime metadata in perl" HOMEPAGE="http://www.slimdevices.com/" SRC_URI="http://www.slimdevices.com/downloads/SlimServer_v${PV}/SlimServer_v${PV}.no-cpan-arch.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" SRC_TEST="" DEPEND="" S=${WORKDIR}/SlimServer_v${PV} src_compile() { true } src_install() { perlinfo insinto "/usr/lib/perl5/vendor_perl/${PERL_VERSION}/QuickTime" doins CPAN/QuickTime/Movie.pm }