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:
@@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-mad/xmms-mad-0.8.ebuild,v 1.8 2006/07/05 06:09:38 vapier Exp $
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="A XMMS plugin for MAD"
|
||||
HOMEPAGE="http://xmms-mad.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/xmms-mad/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 -mips ppc ppc64 sh sparc x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="media-sound/xmms
|
||||
media-libs/libid3tag
|
||||
media-libs/libmad"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
epatch "${FILESDIR}"/${PN}-0.5.6-mp3header.patch
|
||||
touch configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
exeinto `xmms-config --input-plugin-dir`
|
||||
doexe src/.libs/libxmmsmad.so || die
|
||||
dodoc AUTHORS ChangeLog NEWS README
|
||||
}
|
||||
Reference in New Issue
Block a user