mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-17 23:13:33 +02:00
initial import
This commit is contained in:
@@ -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-liveplugin/xmms-liveplugin-0.2.5-r1.ebuild,v 1.3 2006/08/07 19:32:52 tcort 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="amd64 ~ppc x86"
|
||||
|
||||
DEPEND="media-sound/xmms"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd ${S}
|
||||
sed -i -e 's/libliveir_la_LDFLAGS = @PLUGIN_LDFLAGS@/#libliveir_la_LDFLAGS = @PLUGIN_LDFLAGS@/g' src/plugin/Makefile.am || die "sed failed"
|
||||
}
|
||||
|
||||
|
||||
src_install () {
|
||||
make DESTDIR=${D} gnulocaledir=${D}/usr/share/locale install || die
|
||||
dodoc ChangeLog README THANKS TODO
|
||||
}
|
||||
Reference in New Issue
Block a user