mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
libcli: rebuild for libxcrypt
This commit is contained in:
parent
aca6698045
commit
f02b0d783b
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue