# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit perl-module DESCRIPTION="Support for WMA files in perl" # 0.7 was the last version submitted to CPAN by the author # http://forums.slimdevices.com/showthread.php?t=17978&highlight=audio%3A%3Awma # Pull version 0.8 out of slimserver distribution HOMEPAGE="http://search.cpan.org/~daniel/${P}/" SRC_URI="mirror://cpan/authors/id/D/DA/DANIEL/Audio-WMA-0.7.tar.gz http://www.slimdevices.com/downloads/SlimServer_v6.2.1/SlimServer_v6.2.1.no-cpan-arch.tar.gz" LICENSE="Artistic" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" S=${WORKDIR}/Audio-WMA-0.7 DEPEND="" src_unpack() { echo ${A} unpack ${A} cp ${WORKDIR}/SlimServer_v6.2.1/CPAN/Audio/WMA.pm ${WORKDIR}/Audio-WMA-0.7/WMA.pm }