summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-09-16 20:32:08 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-09-16 20:32:08 +0000
commit921ade93fe2937c0a2d9e755263525a77192a995 (patch)
tree5cbcf6ef2156b79bfcfa637fc38e509b238155ef /media-sound/mp3check/mp3check-0.8.0.ebuild
parentEbuild submitted by Elias Probst <elias.probst@gmx.de> with fixes by Christia... (diff)
downloadgentoo-2-921ade93fe2937c0a2d9e755263525a77192a995.tar.gz
gentoo-2-921ade93fe2937c0a2d9e755263525a77192a995.tar.bz2
gentoo-2-921ade93fe2937c0a2d9e755263525a77192a995.zip
initial import. Ebuild submitted by <kavol@email.cz> and adapted to meet gentoo ebuild policies by <cparpart@surakware.net>
Diffstat (limited to 'media-sound/mp3check/mp3check-0.8.0.ebuild')
-rw-r--r--media-sound/mp3check/mp3check-0.8.0.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/media-sound/mp3check/mp3check-0.8.0.ebuild b/media-sound/mp3check/mp3check-0.8.0.ebuild
new file mode 100644
index 000000000000..1e68496ea8fc
--- /dev/null
+++ b/media-sound/mp3check/mp3check-0.8.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3check/mp3check-0.8.0.ebuild,v 1.1 2004/09/16 20:32:08 eradicator Exp $
+
+IUSE=""
+
+inherit eutils
+
+DESCRIPTION="Checks mp3 files for consistency and prints several errors and warnings."
+HOMEPAGE="http://jo.ath.cx/soft/mp3check/mp3check.html"
+SRC_URI="http://jo.ath.cx/soft/mp3check/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+
+DEPEND=""
+
+src_unpack() {
+ unpack ${P}.tar.gz || die
+ cd ${S} || die
+ epatch "${FILESDIR}/mp3check-0.8.0-gcc34.diff" || die
+}
+
+src_install() {
+ einstall || die
+ dodoc ChangeLog FAQ HISTORY THANKS TODO
+}