diff options
author | John J. Ellis <jje@gentoo.org> | 2003-04-12 08:25:54 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-04-12 08:25:54 +0000 |
commit | c3989325ebc3ea5ef214efbec52321b9dd3525cf (patch) | |
tree | a2287df67e647bd93119b3ad86cf9fb176d6bf1c /media-sound/shntool | |
parent | Closes 19171. (diff) | |
download | gentoo-2-c3989325ebc3ea5ef214efbec52321b9dd3525cf.tar.gz gentoo-2-c3989325ebc3ea5ef214efbec52321b9dd3525cf.tar.bz2 gentoo-2-c3989325ebc3ea5ef214efbec52321b9dd3525cf.zip |
Closes 19171.
Diffstat (limited to 'media-sound/shntool')
-rw-r--r-- | media-sound/shntool/ChangeLog | 11 | ||||
-rw-r--r-- | media-sound/shntool/Manifest | 3 | ||||
-rw-r--r-- | media-sound/shntool/files/digest-shntool-1.2.3 | 1 | ||||
-rw-r--r-- | media-sound/shntool/shntool-1.2.3.ebuild | 26 |
4 files changed, 40 insertions, 1 deletions
diff --git a/media-sound/shntool/ChangeLog b/media-sound/shntool/ChangeLog new file mode 100644 index 000000000000..06e27155a947 --- /dev/null +++ b/media-sound/shntool/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for media-sound/shntool +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/ChangeLog,v 1.1 2003/04/12 08:25:42 jje Exp $ + +*shntool-1.2.3 (12 Apr 2003) + + 12 Apr 2003; jje shntool-1.2.3.ebuild: + Initial Revision. + + Submitted by: CJ Kucera + diff --git a/media-sound/shntool/Manifest b/media-sound/shntool/Manifest index 315a8dd8dc7f..a23e0882586b 100644 --- a/media-sound/shntool/Manifest +++ b/media-sound/shntool/Manifest @@ -1,2 +1,3 @@ -MD5 3827bed1145e0d864fb9e4c05dc0ce57 shntool-1.2.3.ebuild 555 +MD5 09b1cb3d3fd828dc0d116193eb0541a9 shntool-1.2.3.ebuild 655 +MD5 414ad8898347d361d76aa90441a069d5 ChangeLog 338 MD5 264cb1e20b963d4e1614cf5fa5d56c18 files/digest-shntool-1.2.3 65 diff --git a/media-sound/shntool/files/digest-shntool-1.2.3 b/media-sound/shntool/files/digest-shntool-1.2.3 new file mode 100644 index 000000000000..5307a49ee269 --- /dev/null +++ b/media-sound/shntool/files/digest-shntool-1.2.3 @@ -0,0 +1 @@ +MD5 3efbb71b94f5e285daecfe137114873d shntool-1.2.3.tar.gz 166781 diff --git a/media-sound/shntool/shntool-1.2.3.ebuild b/media-sound/shntool/shntool-1.2.3.ebuild new file mode 100644 index 000000000000..0b3567b53fb5 --- /dev/null +++ b/media-sound/shntool/shntool-1.2.3.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/shntool-1.2.3.ebuild,v 1.1 2003/04/12 08:25:42 jje Exp $ + +DESCRIPTION="shntool is a multi-purpose WAVE data processing and reporting utility" +HOMEPAGE="http://shnutils.freeshell.org/shntool/" +SRC_URI="http://shnutils.freeshell.org/shntool/source/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND=">=media-sound/shorten-3.5.1 + >=media-libs/flac-1.1.0 " + +S="${WORKDIR}/${P}" + +src_compile() { + econf || die + emake || die +} + +src_install () { + einstall || die + dodoc doc/* +} + |