# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="PortMidi Portable Real-Time MIDI Library" HOMEPAGE="http://www-2.cs.cmu.edu/~music/portmusic/" SRC_URI="http://www-2.cs.cmu.edu/~music/portmusic/portmidi/portmidi17nov04.zip" LICENSE="BSD" SLOT="0" KEYWORDS="~x86" DEPEND="" S=${WORKDIR}/${PN} src_compile() { emake || die } src_install() { dolib.a pm_linux/libportmidi.a || die dolib.a porttime/libporttime.a || die }