mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-23 11:31:24 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user