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'
|
||||
pkgname=libyang
|
||||
version=1.0r5
|
||||
version=1.0.109
|
||||
revision=1
|
||||
_distver="${version/r/-r}"
|
||||
wrksrc="libyang-${_distver}"
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_LYD_PRIV=ON"
|
||||
hostmakedepends="doxygen pkg-config"
|
||||
makedepends="pcre-devel"
|
||||
short_desc="YANG data modeling language library"
|
||||
maintainer="Cameron Nemo <camerontnorman@gmail.com>"
|
||||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/CESNET/libyang"
|
||||
distfiles="https://github.com/CESNET/libyang/archive/v${_distver}.tar.gz"
|
||||
checksum=a40fc25b8f2668c9554ea6f72d8ea2bbe1d8b6c60c95e011d179852a50d40930
|
||||
distfiles="https://github.com/CESNET/libyang/archive/v${version}.tar.gz"
|
||||
checksum=1686a381a8cce775102e60c8eb93f7ba64c6d4ae10591fc05d9f969a07815f60
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue