blob: bd2c183c0d27dc580c3ec49bf527c120ed2b416a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/pmidi/pmidi-1.6.0.ebuild,v 1.8 2004/12/19 06:14:13 eradicator Exp $
IUSE=""
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"
KEYWORDS="amd64 ppc sparc x86"
DEPEND=">=media-libs/alsa-lib-0.9.0_rc6"
src_install() {
make DESTDIR="${D}" install || die "Installation Failed"
dodoc AUTHORS ChangeLog NEWS README
}
|