Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 333503
Collapse All | Expand All

(-)a/skyeye-1.0.0.ebuild (+12 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-emulation/skyeye/skyeye-1.0.0.ebuild,v 1.3 2006/01/03 23:36:00 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-emulation/skyeye/skyeye-1.0.0.ebuild,v 1.3 2006/01/03 23:36:00 vapier Exp $
4
4
5
EAPI="2"
6
7
inherit toolchain-funcs
8
5
DESCRIPTION="an ARM embedded hardware simulator"
9
DESCRIPTION="an ARM embedded hardware simulator"
6
HOMEPAGE="http://www.skyeye.org/"
10
HOMEPAGE="http://www.skyeye.org/"
7
SRC_URI="http://download.gro.clinux.org/skyeye/${P}.tar.bz2"
11
SRC_URI="http://download.gro.clinux.org/skyeye/${P}.tar.bz2"
Lines 19-24 Link Here
19
DEPEND="${RDEPEND}
23
DEPEND="${RDEPEND}
20
	dev-util/pkgconfig"
24
	dev-util/pkgconfig"
21
25
26
src_prepare() {
27
	sed -i \
28
		-e "s/^CC =.*/CC := $(tc-getCC)/" \
29
		-e "/^CFLAGS =/s:-g -O2:${CFLAGS}:" \
30
		-e '/-o binary\/skyeye/s/-o/$(LDFLAGS) -o/' \
31
		Makefile || die
32
}
33
22
src_install() {
34
src_install() {
23
	dobin binary/skyeye || die "skyeye"
35
	dobin binary/skyeye || die "skyeye"
24
	dodoc ChangeLog README
36
	dodoc ChangeLog README

Return to bug 333503