1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-14 07:15:49 +01:00
Files
gryf-overlay/media-plugins/xmms-wmdiscotux/xmms-wmdiscotux-1.3.ebuild
2010-02-09 21:25:29 +01:00

38 lines
912 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-wmdiscotux/xmms-wmdiscotux-1.3.ebuild,v 1.10 2005/09/14 06:52:12 agriffis Exp $
inherit eutils
IUSE=""
MY_P=${P/xmms-}
S=${WORKDIR}/${MY_P}
DESCRIPTION="XMMS visualization plugin of a dockable, headbanging Tux."
HOMEPAGE="http://fragment.stc.cx/?page=wmdiscotux"
SRC_URI="http://fragment.stc.cx/files/${MY_P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ~hppa ppc sparc x86"
DEPEND="media-sound/xmms"
src_unpack() {
unpack ${A} || die
cd ${S} || die
# patch fixes the Makefile for portage
epatch ${FILESDIR}/${P}-makefile.patch
# patch fixes strange escaping in wmdiscotux.c
epatch ${FILESDIR}/${P}-gcc-3.3.patch
}
src_compile() {
emake OPT="$CFLAGS" || die
}
src_install() {
make DESTDIR=${D} install || die
dodoc README
}