# Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Bruce A. Locke A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Perl MP3::Info - Perl Module for getting info out of and into MP3 files." SRC_URI="http://www.cpan.org/authors/id/CNANDOR/${P}.tar.gz" HOMEPAGE="http://pudge.net/" DEPEND=">=sys-devel/perl-5.6.1" src_compile() { perl Makefile.PL || die make || die } src_install () { make PREFIX=${D}/usr INSTALLMAN1DIR=${D}/usr/share/man/man1 \ INSTALLMAN3DIR=${D}/usr/share/man/man3 install || die dodoc MANIFEST README }