libiio: update to 0.24.

This commit is contained in:
Evgeny Ermakov 2022-08-03 03:39:58 +11:00 committed by classabbyamp
parent 26fee1fc67
commit a1159733b5
1 changed files with 3 additions and 3 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'libiio' # Template file for 'libiio'
pkgname=libiio pkgname=libiio
version=0.23 version=0.24
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d -DWITH_DOC=YES configure_args="-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d -DWITH_DOC=YES
-DWITH_SERIAL_BACKEND=YES -DHAVE_DNS_SD=YES -DPYTHON_BINDINGS=YES" -DWITH_SERIAL_BACKEND=YES -DHAVE_DNS_SD=YES -DPYTHON_BINDINGS=YES"
hostmakedepends="bison flex doxygen python3 python3-Sphinx python3-sphinx_rtd_theme" hostmakedepends="bison flex doxygen pkg-config python3 python3-Sphinx python3-sphinx_rtd_theme"
makedepends="avahi-libs-devel libaio-devel libserialport-devel libusb-devel libxml2-devel" makedepends="avahi-libs-devel libaio-devel libserialport-devel libusb-devel libxml2-devel"
short_desc="Library for interfacing with local and remote Linux IIO devices" short_desc="Library for interfacing with local and remote Linux IIO devices"
maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>" maintainer="Evgeny Ermakov <evgeny.v.ermakov@gmail.com>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://analogdevicesinc.github.io/libiio" homepage="https://analogdevicesinc.github.io/libiio"
distfiles="https://github.com/analogdevicesinc/libiio/archive/v${version}.tar.gz" distfiles="https://github.com/analogdevicesinc/libiio/archive/v${version}.tar.gz"
checksum=df1577740ea93dca732e7d7c04786600cb083117901dee793f3d38980754af00 checksum=a2b5d848531ea64fd9f95327dfd5a588bd227d9577281ec375e822702c6a52d5
libiio-devel_package() { libiio-devel_package() {
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"