| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.5.31 | 5 | ~amd64 ~arm ~arm64 ~mips ~x86 | 0 |
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
inherit autotools multilib-minimal
DESCRIPTION="security-aware parser for the HTTP protocol and the related bits and pieces"
HOMEPAGE="https://github.com/OISF/libhtp"
SRC_URI="https://github.com/OISF/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
IUSE="debug static-libs"
RDEPEND="sys-libs/zlib[static-libs?]"
DEPEND="${RDEPEND}"
src_prepare() {
eautoreconf
}
multilib_src_configure() {
# The debug configure logic is broken.
ECONF_SOURCE=${S} \
econf \
$(usex debug '--enable-debug' '') \
$(use_enable static-libs static)
}
multilib_src_install_all() {
use static-libs || find "${ED}" -name '*.la' -delete
}
sys-libs/zlib[static-libs?]
sys-libs/zlib[static-libs?]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | libhtp-0.5.31.tar.gz | 495621 bytes | https://github.com/OISF/libhtp/archive/0.5.31.tar.gz |