diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-05 18:47:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-05 18:47:51 +0000 |
commit | f4d5d0243c318bdda81c53e0944663cb9caa2ec5 (patch) | |
tree | 218c1fc2f417916f22dfa2e63b9e9500b8909064 /dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild | |
parent | ppc fix for standalone mkisofs (diff) | |
download | gentoo-2-f4d5d0243c318bdda81c53e0944663cb9caa2ec5.tar.gz gentoo-2-f4d5d0243c318bdda81c53e0944663cb9caa2ec5.tar.bz2 gentoo-2-f4d5d0243c318bdda81c53e0944663cb9caa2ec5.zip |
More conversions to eclasses
Diffstat (limited to 'dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild')
-rw-r--r-- | dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild b/dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild new file mode 100644 index 000000000000..ec2727dff395 --- /dev/null +++ b/dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: George Shapovalov <georges@its.caltech.edu> +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MP3-Info/MP3-Info-1.01-r1.ebuild,v 1.1 2002/05/05 18:47:51 seemant Exp $ + +. /usr/portage/eclass/inherit.eclass || die +inherit perl-module + +S="${WORKDIR}/${P}" +DESCRIPTION="A Perl module to manipulate/fetch info from MP3 files" +SRC_URI="http://prdownloads.sourceforge.net/mp3-info/${P}.tar.gz" +HOMEPAGE="http://sourceforge.net/projects/mp3-info/" |