mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
libyang: update to 1.0.109
This commit is contained in:
parent
8cb5ab4000
commit
c8d54c228f
1 changed files with 4 additions and 6 deletions
|
@ -1,19 +1,17 @@
|
||||||
# Template file for 'libyang'
|
# Template file for 'libyang'
|
||||||
pkgname=libyang
|
pkgname=libyang
|
||||||
version=1.0r5
|
version=1.0.109
|
||||||
revision=1
|
revision=1
|
||||||
_distver="${version/r/-r}"
|
|
||||||
wrksrc="libyang-${_distver}"
|
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_LYD_PRIV=ON"
|
configure_args="-DENABLE_LYD_PRIV=ON"
|
||||||
hostmakedepends="doxygen pkg-config"
|
hostmakedepends="doxygen pkg-config"
|
||||||
makedepends="pcre-devel"
|
makedepends="pcre-devel"
|
||||||
short_desc="YANG data modeling language library"
|
short_desc="YANG data modeling language library"
|
||||||
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/CESNET/libyang"
|
homepage="https://github.com/CESNET/libyang"
|
||||||
distfiles="https://github.com/CESNET/libyang/archive/v${_distver}.tar.gz"
|
distfiles="https://github.com/CESNET/libyang/archive/v${version}.tar.gz"
|
||||||
checksum=a40fc25b8f2668c9554ea6f72d8ea2bbe1d8b6c60c95e011d179852a50d40930
|
checksum=1686a381a8cce775102e60c8eb93f7ba64c6d4ae10591fc05d9f969a07815f60
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue