1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-20 17:31: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,30 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-find/xmms-find-0.4.7.ebuild,v 1.9 2006/05/19 17:57:06 corsair Exp $
IUSE=""
MY_P=${PN/-/}-${PV}
S=${WORKDIR}/${MY_P}
DESCRIPTION="An xmms plugin to allow searching, enqueuing and playing of files"
HOMEPAGE="http://xmmsfind.sourceforge.net/"
SRC_URI="mirror://sourceforge/xmmsfind/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc ~ppc64 x86"
DEPEND="media-sound/xmms"
src_compile() {
emake || die "emake failed"
}
src_install() {
plugin_install_dir="${D}$(xmms-config --general-plugin-dir)"
make \
PLUGIN_INSTALL_DIR=${plugin_install_dir} \
REMOTE_INSTALL_DIR=${D}usr/bin install || die "install failed"
dodoc BUGS COPYING INSTALL README TODO VERSION
}