aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Henke <Jan.Henke@taujhe.de>2022-11-27 11:25:57 +0100
committerJan Henke <Jan.Henke@taujhe.de>2022-11-27 11:25:57 +0100
commit338e3b32d5321c33b7e5377d3391f5bdefaf47fc (patch)
tree4b7c66d1bdfed1491692c732eeaf5838d716f6ef /sci-electronics
parentnet-im/discord-canary-bin: Bump version to 0.0.143 (diff)
downloadguru-338e3b32d5321c33b7e5377d3391f5bdefaf47fc.tar.gz
guru-338e3b32d5321c33b7e5377d3391f5bdefaf47fc.tar.bz2
guru-338e3b32d5321c33b7e5377d3391f5bdefaf47fc.zip
sci-electronics/liblxi: add 1.18
Signed-off-by: Jan Henke <Jan.Henke@taujhe.de>
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/liblxi/Manifest1
-rw-r--r--sci-electronics/liblxi/liblxi-1.18.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/sci-electronics/liblxi/Manifest b/sci-electronics/liblxi/Manifest
index 637865040..6bcdbc5b5 100644
--- a/sci-electronics/liblxi/Manifest
+++ b/sci-electronics/liblxi/Manifest
@@ -1 +1,2 @@
DIST liblxi-1.16.tar.gz 24667 BLAKE2B b05e196ba9b2f902d351d6b4609838c8441b8a835885ea1087659dedb5f41dc95ab65dad2744604fc2226c1dd8b3b1def0bf1ebd27e96214a0f63580361334d1 SHA512 371b68a183f8f3674ad6efbc6d29f0db5c1e0ce3846a832d3db2bded01e54aee2ed5e1849d2570d7f1cde72a360c4af1cb67fd3817f5b925ce90f44a1d5820c0
+DIST liblxi-1.18.tar.gz 25832 BLAKE2B 38f0f236f350e97bd71c34ca927388387784801bc9ea0604c37669a7bf6449d2c9b9088bb34eea5011e795ba62f18cdf04ffd5f0e545de2ea2fc697f757acbcb SHA512 f2cf4670eac50c80005585e5c91c32df7cfbe981dd1a79262acee92b14b3464ca4068ca0b33281798d6cfd774510731a0280377c001f6e122c7e7aa502f25305
diff --git a/sci-electronics/liblxi/liblxi-1.18.ebuild b/sci-electronics/liblxi/liblxi-1.18.ebuild
new file mode 100644
index 000000000..94c1600fd
--- /dev/null
+++ b/sci-electronics/liblxi/liblxi-1.18.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson-multilib
+
+DESCRIPTION="Implementation of the LAN eXtensions for Instrumentation (LXI)"
+HOMEPAGE="https://github.com/lxi-tools/liblxi"
+SRC_URI="https://github.com/lxi-tools/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="zeroconf"
+
+RDEPEND="
+ >=net-libs/libtirpc-1.3.2
+ >=dev-libs/libxml2-2.9.14-r1
+ zeroconf? ( >=net-dns/avahi-0.8-r5 )
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="virtual/pkgconfig"