1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-15 21:33:31 +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

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-extra/xmms-extra-0.1.ebuild,v 1.12 2006/02/18 15:28:05 metalgod Exp $
inherit eutils gnuconfig
IUSE=""
DESCRIPTION="extra collection of commandline tools to control xmms"
HOMEPAGE="http://www.xmms.org/plugins.php?details=5"
SRC_URI="http://www.xmms.org/files/plugins/xmms-extra/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
RDEPEND=">=media-sound/xmms-1.2.7"
src_compile() {
gnuconfig_update
econf || die
emake || die
}
src_install() {
make DESTDIR=${D} install || die
}