net-libs/librouteros - 1.1.3 (gentoo)

Search

Package Information

Description:
Library for accessing MikroTik's RouterOS via its API
Homepage:
https://octo.github.io/librouteros/
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
1.1.3 8 amd64 ~arm ~arm64 x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="Library for accessing MikroTik's RouterOS via its API"
HOMEPAGE="https://octo.github.io/librouteros/"
SRC_URI="https://github.com/octo/${PN}/archive/refs/tags/${P}.tar.gz"
S="${WORKDIR}/${PN}-${P}"

LICENSE="ISC"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86"

RDEPEND="dev-libs/libgcrypt:0="
DEPEND="${RDEPEND}"

src_prepare() {
	default
	sed -e 's/-Werror//g' -i src/Makefile.am || die
	eautoreconf
}

src_install() {
	default
	find "${D}" -name '*.la' -type f -delete || die
}

Dependencies

DEPEND

dev-libs/libgcrypt:0=

RDEPEND

dev-libs/libgcrypt:0=

Manifest for 1.1.3

Type File Size Source URLs
DIST librouteros-1.1.3.tar.gz 20319 bytes https://github.com/octo/librouteros/archive/refs/tags/librouteros-1.1.3.tar.gz