blob: 4c73722bc9f6167006512a473d50b1b66da70c79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.2 2004/04/20 17:54:38 eradicator 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"
RESTRICT="nomirror"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
DEPEND="media-sound/xmms"
src_install () {
make DESTDIR=${D} gnulocaledir=${D}/usr/share/locale install || die
dodoc ChangeLog INSTALL README THANKS TODO
}
|