summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2007-01-04 22:59:50 +0000
committerTony Vroon <chainsaw@gentoo.org>2007-01-04 22:59:50 +0000
commitc851b17cfbbdc9066ee27c314fb2208b1c6f5010 (patch)
tree8d0f1bee0143ee99e4327ea2421dc51910787a55 /media-sound/mpck/mpck-0.15.ebuild
parentVersion bump to my latest 1.0.34 version, which should fix nohotplug for newe... (diff)
downloadgentoo-2-c851b17cfbbdc9066ee27c314fb2208b1c6f5010.tar.gz
gentoo-2-c851b17cfbbdc9066ee27c314fb2208b1c6f5010.tar.bz2
gentoo-2-c851b17cfbbdc9066ee27c314fb2208b1c6f5010.zip
Mark 0.10 stable on X86. Version bump to 0.15, closes bug #160083. Incorporates suggestions by Ceesjan Luiten <quinox_san_@hotmail.com>. Added ~ppc keyword.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'media-sound/mpck/mpck-0.15.ebuild')
-rw-r--r--media-sound/mpck/mpck-0.15.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-sound/mpck/mpck-0.15.ebuild b/media-sound/mpck/mpck-0.15.ebuild
new file mode 100644
index 000000000000..58431497b44f
--- /dev/null
+++ b/media-sound/mpck/mpck-0.15.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpck/mpck-0.15.ebuild,v 1.1 2007/01/04 22:59:50 chainsaw Exp $
+
+MY_P="checkmate-${PV}"
+S=${WORKDIR}/${MY_P}
+IUSE=""
+
+DESCRIPTION="Checks MP3s for errors"
+HOMEPAGE="http://mpck.linuxonly.nl/"
+SRC_URI="http://checkmate.linuxonly.nl/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86 ~ppc"
+
+src_install () {
+ make install DESTDIR="${D}" || die "Install failed!"
+ dodoc ABOUT_FIXING AUTHORS ChangeLog HISTORY README
+}