libcli: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 13:43:39 -07:00 committed by classabbyamp
parent aca6698045
commit f02b0d783b

View file

@ -2,7 +2,7 @@
pkgname=libcli
version=1.9.8.4
_distver="${version%.*}-${version##*.}"
revision=1
revision=2
build_style=gnu-makefile
short_desc="Library for cisco style telnet interfaces"
maintainer="Robert Lowry <bobertlo@gmail.com>"
@ -11,6 +11,10 @@ homepage="https://github.com/dparrish/libcli"
distfiles="https://github.com/dparrish/libcli/archive/v${_distver}.tar.gz"
checksum=c80e268be48c7a52105877995e126034df281096d9785a394b7afcadc9d30e9a
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
libcli-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"