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

(-)smartmontools-5.33.ebuild (-1 / +8 lines)
Lines 9-19 Link Here
9
LICENSE="GPL-2"
9
LICENSE="GPL-2"
10
SLOT="0"
10
SLOT="0"
11
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
11
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
12
IUSE=""
12
IUSE="diet static"
13
13
14
RDEPEND=""
14
RDEPEND=""
15
DEPEND=">=sys-apps/portage-2.0.51"
15
DEPEND=">=sys-apps/portage-2.0.51"
16
16
17
src_compile() {
18
	use diet && CC="diet ${CC:-gcc}" && export CC
19
	use static && LDFLAGS="-static" && export LDFLAGS
20
	econf
21
	emake
22
}
23
17
src_install() {
24
src_install() {
18
	dosbin smart{ctl,d} || die "dosbin"
25
	dosbin smart{ctl,d} || die "dosbin"
19
	doman *.[58]
26
	doman *.[58]

Return to bug 103390