mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-05 05:33:32 +02:00
37 lines
850 B
Bash
37 lines
850 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-synaesthesia/xmms-synaesthesia-0.0.3_rc3-r1.ebuild,v 1.2 2005/05/01 17:16:35 hansmi Exp $
|
|
|
|
IUSE=""
|
|
|
|
inherit gnuconfig eutils
|
|
|
|
MY_P=${PN#*-}-${PN%-*}-${PV/_rc/-rc}
|
|
|
|
S=${WORKDIR}/${MY_P}
|
|
SRC_URI="http://staff.xmms.org/zinx/xmms/${MY_P}.tar.gz"
|
|
HOMEPAGE="http://staff.xmms.org/zinx/xmms/"
|
|
DESCRIPTION="Synaesthesia effect in a XMMS version."
|
|
|
|
DEPEND="media-sound/xmms"
|
|
RDEPEND=""
|
|
|
|
SLOT="0"
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="x86 ppc sparc amd64"
|
|
|
|
src_unpack() {
|
|
unpack ${A}
|
|
cd ${S}
|
|
epatch ${FILESDIR}/${P}-gcc34.patch
|
|
use amd64 && epatch ${FILESDIR}/${P}-amd64.patch
|
|
gnuconfig_update
|
|
|
|
rm config.cache
|
|
}
|
|
|
|
src_install() {
|
|
make DESTDIR="${D}" install || die
|
|
dodoc AUTHORS ChangeLog NEWS README
|
|
}
|