summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2002-12-21 04:03:58 +0000
committerArcady Genkin <agenkin@gentoo.org>2002-12-21 04:03:58 +0000
commitbe2b79e4fae64373bbfee6a41a09b803ee84da3f (patch)
treeee1e2b1b4221485ffa831127bec0bc0d9bcf5d96 /media-sound/pmidi/pmidi-1.5.5.ebuild
parentInitial import. (diff)
downloadgentoo-2-be2b79e4fae64373bbfee6a41a09b803ee84da3f.tar.gz
gentoo-2-be2b79e4fae64373bbfee6a41a09b803ee84da3f.tar.bz2
gentoo-2-be2b79e4fae64373bbfee6a41a09b803ee84da3f.zip
Initial import. Closes #12195.
Diffstat (limited to 'media-sound/pmidi/pmidi-1.5.5.ebuild')
-rw-r--r--media-sound/pmidi/pmidi-1.5.5.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/media-sound/pmidi/pmidi-1.5.5.ebuild b/media-sound/pmidi/pmidi-1.5.5.ebuild
new file mode 100644
index 000000000000..cea44a5accc8
--- /dev/null
+++ b/media-sound/pmidi/pmidi-1.5.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pmidi/pmidi-1.5.5.ebuild,v 1.1 2002/12/21 04:03:58 agenkin Exp $
+
+DESCRIPTION="Command line midi player for ALSA."
+HOMEPAGE="http://www.parabola.demon.co.uk/alsa/pmidi.html"
+
+SRC_URI="mirror://sourceforge/pmidi/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="~media-libs/alsa-lib-0.9.0_rc6"
+KEYWORDS="~x86"
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ econf || die "./configure failed"
+ emake || make clean
+ emake || die "Make Failed"
+}
+
+src_install() {
+ einstall || die "Installation Failed"
+ dodoc AUTHORS COPYING ChangeLog NEWS README
+}