1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-28 01:12:33 +01:00
Files
gryf-overlay/media-plugins/xmms-realrandom/xmms-realrandom-0.2.ebuild
2010-02-09 21:25:29 +01:00

29 lines
741 B
Bash

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-realrandom/xmms-realrandom-0.2.ebuild,v 1.9 2005/05/01 18:25:47 hansmi Exp $
IUSE=""
MY_P=${P/xmms-realrandom/real_random}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Real Random XMMS Plugin"
SRC_URI="http://kingleo.home.pages.at/development/stuff/${MY_P}.tar.gz"
HOMEPAGE="http://kingleo.home.pages.at/index.php?show=/development/stuff"
LICENSE="GPL-2"
KEYWORDS="x86 amd64 ppc sparc"
SLOT="0"
DEPEND="media-sound/xmms"
src_compile() {
econf || die
emake || die
}
src_install() {
make DESTDIR=${D} libdir=$(xmms-config --general-plugin-dir) install || die
dodoc AUTHORS README
}