diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-30 12:38:12 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-30 12:38:12 +0000 |
commit | ec58d6a102ad3a7511a48248fd36146514ed294f (patch) | |
tree | 599037b717bb34042281e59f29258c76be4ac4cb /dev-perl/Audio-Wav/Audio-Wav-0.02.ebuild | |
parent | new snapshot (diff) | |
download | historical-ec58d6a102ad3a7511a48248fd36146514ed294f.tar.gz historical-ec58d6a102ad3a7511a48248fd36146514ed294f.tar.bz2 historical-ec58d6a102ad3a7511a48248fd36146514ed294f.zip |
Initial import of Audio-Tools and Audio-Wav.
Diffstat (limited to 'dev-perl/Audio-Wav/Audio-Wav-0.02.ebuild')
-rw-r--r-- | dev-perl/Audio-Wav/Audio-Wav-0.02.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-perl/Audio-Wav/Audio-Wav-0.02.ebuild b/dev-perl/Audio-Wav/Audio-Wav-0.02.ebuild new file mode 100644 index 000000000000..2099f4afe162 --- /dev/null +++ b/dev-perl/Audio-Wav/Audio-Wav-0.02.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Audio-Wav/Audio-Wav-0.02.ebuild,v 1.1 2002/10/30 12:38:12 aliz Exp $ + +inherit perl-module + +S=${WORKDIR}/${P} +DESCRIPTION="Modules for reading & writing Microsoft WAV files." +SRC_URI="http://www.cpan.org/modules/by-module/Audio/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/Audio/${P}.readme" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +DEPEND="dev-perl/Audio-Tools" |