mirror of
https://github.com/gryf/gryf-overlay.git
synced 2025-12-28 09:22:33 +01:00
25 lines
634 B
Bash
25 lines
634 B
Bash
# Copyright 1999-2006 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-jack/xmms-jack-0.10.ebuild,v 1.7 2006/01/07 01:36:11 vapier Exp $
|
|
|
|
DESCRIPTION="a jack audio output plugin for XMMS"
|
|
HOMEPAGE="http://xmms-jack.sourceforge.net/"
|
|
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 arm ~ppc sparc x86"
|
|
IUSE=""
|
|
|
|
DEPEND="media-sound/xmms
|
|
media-sound/jack-audio-connection-kit"
|
|
|
|
DOCS="AUTHORS ChangeLog NEWS README"
|
|
|
|
S=${WORKDIR}/${PN}
|
|
|
|
src_install() {
|
|
make DESTDIR=${D} install || die
|
|
dodoc ${DOCS}
|
|
}
|