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

(-)a/sel-0.08.4.ebuild (-1 / +3 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/dev-util/sel/sel-0.08.4.ebuild,v 1.8 2005/09/30 12:02:46 joker Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/sel/sel-0.08.4.ebuild,v 1.8 2005/09/30 12:02:46 joker Exp $
4
4
5
inherit toolchain-funcs
6
5
DESCRIPTION="A filemanager for shell scripts"
7
DESCRIPTION="A filemanager for shell scripts"
6
SRC_URI="http://www.rninet.de/darkstar/files/${P}.tar.gz"
8
SRC_URI="http://www.rninet.de/darkstar/files/${P}.tar.gz"
7
HOMEPAGE="http://www.rninet.de/darkstar/sel.html"
9
HOMEPAGE="http://www.rninet.de/darkstar/sel.html"
Lines 26-32 Link Here
26
}
28
}
27
29
28
src_compile() {
30
src_compile() {
29
	make || die
31
	emake CC="$(tc-getCC)" || die
30
}
32
}
31
33
32
src_install () {
34
src_install () {

Return to bug 244038