Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 337349 | Differences between
and this patch

Collapse All | Expand All

(-)i8kutils-1.25-r1.ebuild (-1 / +7 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-laptop/i8kutils/i8kutils-1.25-r1.ebuild,v 1.3 2010/01/01 21:09:43 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25-r1.ebuild,v 1.3 2010/01/01 21:09:43 ssuominen Exp $
4
4
5
EAPI="3"
5
DESCRIPTION="Dell Inspiron and Latitude utilities"
6
DESCRIPTION="Dell Inspiron and Latitude utilities"
6
HOMEPAGE="http://people.debian.org/~dz/i8k/"
7
HOMEPAGE="http://people.debian.org/~dz/i8k/"
7
SRC_URI="http://people.debian.org/~dz/i8k/${P/-/_}.tar.gz"
8
SRC_URI="http://people.debian.org/~dz/i8k/${P/-/_}.tar.gz"
Lines 13-20 Link Here
13
14
14
DEPEND="tk? ( >=dev-lang/tk-8.3.3 )"
15
DEPEND="tk? ( >=dev-lang/tk-8.3.3 )"
15
16
17
src_prepare() {
18
19
	sed -i -e 's/\$(CC) -g \$(CFLAGS)/& \$(LDFLAGS)/g' ${S}/Makefile || die
20
}
21
16
src_compile() {
22
src_compile() {
17
	make all || die
23
	emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" all || die
18
}
24
}
19
25
20
src_install() {
26
src_install() {

Return to bug 337349