summaryrefslogtreecommitdiff
blob: 4ae15a17649aa6726d12c4d54911b8f65050cef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.0_pre5.ebuild,v 1.2 2006/07/16 07:39:25 dertobi123 Exp $

inherit versionator eutils multilib

MY_PF=$(replace_version_separator '_' '-' ${PF})
S="${WORKDIR}/${MY_PF}"

DESCRIPTION="A library for applications dealing with netlink sockets"
HOMEPAGE="http://people.suug.ch/~tgr/libnl/"
SRC_URI="http://people.suug.ch/~tgr/libnl/files/${MY_PF}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE=""

src_install() {
	emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install || die \
	"emake install failed"
	dodoc ChangeLog
}