net-misc/gnurl - 7.72.0 (booboo)

Search

Install

Install this version:

emerge -a =net-misc/gnurl-7.72.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/gnurl-7.72.0

Or alternatively:

emerge --autounmask-write -a =net-misc/gnurl-7.72.0

Package Information

Description:
libgnurl is a fork of libcurl, which is mostly for GNUnet
Homepage:
https://gnunet.org/gnurl
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
7.72.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools prefix

DESCRIPTION="libgnurl is a fork of libcurl, which is mostly for GNUnet"
HOMEPAGE="https://gnunet.org/gnurl"
SRC_URI="mirror://gnu/gnunet/$P.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
	net-libs/gnutls:0=
	app-misc/ca-certificates
"
DEPEND="$RDEPEND
	>=virtual/pkgconfig-0-r1
"

src_prepare() {
	eapply_user
	eprefixify gnurl-config.in
	eautoreconf
}

src_configure() {
	econf --enable-ipv6 --with-gnutls --without-libssh2 \
		--without-libmetalink --without-winidn \
		--without-librtmp --without-nghttp2 \
		--without-nss --without-cyassl \
		--without-polarssl --without-ssl \
		--without-winssl --without-darwinssl \
		--disable-sspi --disable-ntlm-wb \
		--disable-ldap --disable-rtsp --disable-dict \
		--disable-telnet --disable-tftp --disable-pop3 \
		--disable-imap --disable-smtp --disable-gopher \
		--disable-file --disable-ftp --disable-smb \
		--without-libpsl \
		--disable-valgrind
}

Inherited Eclasses

Dependencies

DEPEND

	net-libs/gnutls:0=
	app-misc/ca-certificates

	>=virtual/pkgconfig-0-r1

RDEPEND

	net-libs/gnutls:0=
	app-misc/ca-certificates

Manifest for 7.72.0

Type File Size Source URLs
DIST gnurl-7.72.0.tar.gz 3430455 bytes mirror://gnu/gnunet/gnurl-7.72.0.tar.gz