net-misc/networkmanager-strongswan: bump to 1.4.2
This commit is contained in:
parent
6b96f308b6
commit
5f3de2826c
2 changed files with 38 additions and 0 deletions
|
|
@ -0,0 +1,36 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
# NetworkManager likes itself with capital letters
|
||||
MY_P=${P/networkmanager/NetworkManager}
|
||||
|
||||
DESCRIPTION="NetworkManager StrongSwan plugin."
|
||||
HOMEPAGE="http://www.strongswan.org/"
|
||||
SRC_URI="http://download.strongswan.org/NetworkManager/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="app-crypt/libsecret
|
||||
>=net-misc/networkmanager-1.1.0
|
||||
>=net-vpn/strongswan-5.5.1[networkmanager]
|
||||
gnome-base/libgnomeui
|
||||
dev-libs/dbus-glib
|
||||
x11-libs/gtk+:3
|
||||
gnome-base/libgnome-keyring"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/intltool
|
||||
virtual/pkgconfig"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--disable-more-warnings \
|
||||
--disable-static \
|
||||
--with-charon="${EPREFIX}/usr/libexec/ipsec/charon-nm"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue