1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-21 10:21:24 +02:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions
@@ -0,0 +1,24 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-xf86audio/xmms-xf86audio-0.4.2.ebuild,v 1.2 2005/07/25 11:50:55 dholm Exp $
DESCRIPTION="XF86Audio for XMMS"
HOMEPAGE="http://www.devin.com/xmms-xf86audio/"
SRC_URI="http://www.devin.com/xmms-xf86audio/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE=""
DEPEND="media-sound/xmms"
src_compile() {
emake OPT="${CFLAGS}" || die
}
src_install() {
einstall PLUGINDIR="${D}`xmms-config --general-plugin-dir`" || die
dodoc README
}