blob: 56db00db991f426c4511ac749db219a410b35820 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/polylib/polylib-9999.ebuild,v 1.1 2008/09/21 08:46:58 vapier Exp $
EGIT_REPO_URI="git://git.kernel.org/pub/scm/libs/netlink/libnl.git"
EGIT_BOOTSTRAP="eautoreconf"
inherit git autotools eutils
DESCRIPTION="Netlink library"
HOMEPAGE="http://infradead.org/~tgr/libnl"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
src_install() {
emake DESTDIR=${D} install || die
}
|