mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-05-01 08:54:07 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-finespectrum/xmms-finespectrum-1.0.1_alpha1.ebuild,v 1.12 2006/05/23 19:43:35 corsair Exp $
|
||||
|
||||
IUSE=""
|
||||
|
||||
inherit gnuconfig
|
||||
|
||||
MY_P="${PN/xmms-/}-${PV/_alpha1/alpha}"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
DESCRIPTION="Fine Spectrum Analyzer visualization plugin for xmms (Like simple spectrum, but with fine lines instead of bars)"
|
||||
HOMEPAGE="http://www.sourceforge.net/projects/finespectrum/"
|
||||
SRC_URI="mirror://sourceforge/finespectrum/${MY_P}.tar.bz2"
|
||||
RESTRICT="nomirror"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="amd64 ia64 ~ppc ppc64 sparc x86"
|
||||
|
||||
DEPEND="media-sound/xmms"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
gnuconfig_update
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make DESTDIR="${D}" install || die
|
||||
dodoc AUTHORS ChangeLog NEWS README TODO
|
||||
dohtml README.html
|
||||
}
|
||||
Reference in New Issue
Block a user