|
|
# Copyright 1999-2006 Gentoo Foundation | # Copyright 1999-2006 Gentoo Foundation |
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/media-sound/cheesetracker/cheesetracker-0.9.9-r1.ebuild,v 1.4 2006/10/24 10:44:11 tcort Exp $ |
# $Header: $ |
| |
inherit eutils | inherit eutils |
| |
DESCRIPTION="A clone of Impulse Tracker with some extensions and a built-in sample editor; uses QT" | DESCRIPTION="A clone of Impulse Tracker with some extensions and a built-in sample editor; uses QT" |
HOMEPAGE="http://cheesetronic.sf.net/" |
HOMEPAGE="http://cheesetracker.sourceforge.net/" |
SRC_URI="mirror://sourceforge/cheesetronic/${P}.tar.gz" |
SRC_URI="mirror://sourceforge/cheesetracker/${P}.tar.bz2" |
| |
LICENSE="GPL-2" | LICENSE="GPL-2" |
SLOT="0" | SLOT="0" |
|
|
src_unpack() { | src_unpack() { |
unpack ${A} | unpack ${A} |
cd "${S}" | cd "${S}" |
epatch "${FILESDIR}/${P}-64bit-clean.diff" |
|
epatch "${FILESDIR}/${P}-gcc4.patch" |
|
epatch "${FILESDIR}"/${P}-buffer-overflow.diff |
|
} | } |
| |
src_compile() { | src_compile() { |