dev-libs/liblxi - 1.13 (xdch47)

Search

Install

Install this version:

emerge -a =dev-libs/liblxi-1.13

Package Information

Description:
Simple API for communicating with LXI compatible instruments
Homepage:
https://lxi-tools.github.io/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
1.13 7 amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Simple API for communicating with LXI compatible instruments"
HOMEPAGE="https://lxi-tools.github.io/"
SRC_URI="https://github.com/lxi-tools/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="avahi static-libs"

DEPEND="
	avahi? ( net-dns/avahi )
	dev-libs/libxml2
	"
RDEPEND="${DEPEND}"

src_prepare() {
	default
	./autogen.sh || die
}

src_configure() {
	econf \
		$(use_enable avahi) \
		$(use_enable static-libs static)
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-libs/liblxi | euse -E <flag> -p dev-libs/liblxi | euse -D <flag> -p dev-libs/liblxi

Global/Standard Flags

Dependencies

DEPEND

	avahi? ( net-dns/avahi )
	dev-libs/libxml2
	

RDEPEND

	avahi? ( net-dns/avahi )
	dev-libs/libxml2
	

Manifest for 1.13

Type File Size Source URLs
DIST liblxi-1.13.tar.gz 19359 bytes https://github.com/lxi-tools/liblxi/archive/v1.13.tar.gz