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

(-)ndppd-0.2.3.ebuild (+5 lines)
Lines 3-8 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/ndppd/ndppd-0.2.3.ebuild,v 1.1 2013/04/17 20:57:30 zx2c4 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/ndppd/ndppd-0.2.3.ebuild,v 1.1 2013/04/17 20:57:30 zx2c4 Exp $
4
4
5
EAPI=5
5
EAPI=5
6
inherit eutils
6
7
7
DESCRIPTION="Proxies NDP messages between interfaces."
8
DESCRIPTION="Proxies NDP messages between interfaces."
8
HOMEPAGE="http://priv.nu/projects/ndppd/"
9
HOMEPAGE="http://priv.nu/projects/ndppd/"
Lines 16-21 Link Here
16
DEPEND=""
17
DEPEND=""
17
RDEPEND="${DEPEND}"
18
RDEPEND="${DEPEND}"
18
19
20
src_compile(){
21
        emake CXX="$(tc-getCXX)"
22
}
23
19
src_install()
24
src_install()
20
{
25
{
21
	emake PREFIX=/usr DESTDIR="${D}" install
26
	emake PREFIX=/usr DESTDIR="${D}" install

Return to bug 466802