mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-02-27 06:15:49 +01:00
32 lines
730 B
Bash
32 lines
730 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-blursk/xmms-blursk-1.3.ebuild,v 1.11 2005/09/04 10:02:36 flameeyes Exp $
|
|
|
|
IUSE=""
|
|
|
|
inherit gnuconfig
|
|
|
|
MY_P=Blursk-${PV}
|
|
S=${WORKDIR}/${MY_P}
|
|
|
|
DESCRIPTION="Yet another psychedelic visualization plug-in for XMMS"
|
|
HOMEPAGE="http://www.cs.pdx.edu/~kirkenda/blursk/"
|
|
SRC_URI="http://www.cs.pdx.edu/~kirkenda/blursk/${MY_P}.tar.gz"
|
|
|
|
DEPEND="media-sound/xmms"
|
|
|
|
SLOT="0"
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="x86 ppc -amd64 sparc"
|
|
|
|
src_unpack() {
|
|
unpack ${A}
|
|
gnuconfig_update
|
|
}
|
|
|
|
src_install () {
|
|
make DESTDIR=${D} install || die "install failed"
|
|
|
|
dodoc AUTHORS ChangeLog README NEWS
|
|
}
|