summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/kmid/kmid-0.2.0.ebuild')
-rw-r--r--media-sound/kmid/kmid-0.2.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-sound/kmid/kmid-0.2.0.ebuild b/media-sound/kmid/kmid-0.2.0.ebuild
new file mode 100644
index 000000000000..74302723a6b6
--- /dev/null
+++ b/media-sound/kmid/kmid-0.2.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kmid/kmid-0.2.0.ebuild,v 1.1 2010/01/27 20:27:03 ssuominen Exp $
+
+EAPI=2
+KDE_LINGUAS="cs da de en_GB es fr gl pt_BR pt sv uk"
+inherit kde4-base
+
+DESCRIPTION="a MIDI/Karaoke player for KDE"
+HOMEPAGE="http://userbase.kde.org/KMid2"
+SRC_URI="mirror://sourceforge/kmid2/kmid2-${PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +handbook"
+
+DEPEND="media-libs/alsa-lib"
+
+S=${WORKDIR}/kmid2-${PV}
+
+DOCS="ChangeLog README TODO"