mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-03-17 00:53:35 +01:00
initial import
This commit is contained in:
20
media-plugins/xmms-liveplugin/xmms-liveplugin-0.2.5.ebuild
Normal file
20
media-plugins/xmms-liveplugin/xmms-liveplugin-0.2.5.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-liveplugin/xmms-liveplugin-0.2.5.ebuild,v 1.8 2005/09/09 12:20:29 flameeyes Exp $
|
||||
|
||||
IUSE=""
|
||||
|
||||
DESCRIPTION="Plugin to support the IR port on the Sound Blaster Live Drive."
|
||||
HOMEPAGE="http://liveplugin.sourceforge.net"
|
||||
SRC_URI="mirror://sourceforge/liveplugin/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="x86 amd64 ~ppc"
|
||||
|
||||
DEPEND="media-sound/xmms"
|
||||
|
||||
src_install () {
|
||||
make DESTDIR=${D} gnulocaledir=${D}/usr/share/locale install || die
|
||||
dodoc ChangeLog README THANKS TODO
|
||||
}
|
||||
Reference in New Issue
Block a user