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

(-)ncdc-1.16.1.ebuild (+5 lines)
Lines 3-8 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.16.1.ebuild,v 1.1 2013/03/24 15:50:31 xmw Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.16.1.ebuild,v 1.1 2013/03/24 15:50:31 xmw Exp $
4
4
5
EAPI=4
5
EAPI=4
6
inherit toolchain-funcs
6
7
7
DESCRIPTION="ncurses directconnect client"
8
DESCRIPTION="ncurses directconnect client"
8
HOMEPAGE="http://dev.yorhel.nl/ncdc"
9
HOMEPAGE="http://dev.yorhel.nl/ncdc"
Lines 27-29 Link Here
27
	econf \
28
	econf \
28
		--disable-silent-rules
29
		--disable-silent-rules
29
}
30
}
31
32
src_compile() {
33
        emake AR="$(tc-getAR)"
34
}

Return to bug 470624