net-libs/libmbim: drop myself from metadata.xml
[gentoo.git] / net-libs / libndp / libndp-1.5.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6 GCONF_DEBUG="no"
7
8 inherit gnome2 multilib-minimal
9
10 DESCRIPTION="Library for Neighbor Discovery Protocol"
11 HOMEPAGE="http://libndp.org"
12 SRC_URI="http://libndp.org/files/${P}.tar.gz"
13
14 LICENSE="GPL-2"
15 SLOT="0"
16 IUSE=""
17
18 KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
19
20 DEPEND=""
21 RDEPEND=""
22
23 multilib_src_configure() {
24         ECONF_SOURCE="${S}" \
25         gnome2_src_configure \
26                 --disable-static \
27                 --enable-logging
28 }