mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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
|
pkgname=libcli
|
||||||
version=1.9.8.4
|
version=1.9.8.4
|
||||||
_distver="${version%.*}-${version##*.}"
|
_distver="${version%.*}-${version##*.}"
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Library for cisco style telnet interfaces"
|
short_desc="Library for cisco style telnet interfaces"
|
||||||
maintainer="Robert Lowry <bobertlo@gmail.com>"
|
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"
|
distfiles="https://github.com/dparrish/libcli/archive/v${_distver}.tar.gz"
|
||||||
checksum=c80e268be48c7a52105877995e126034df281096d9785a394b7afcadc9d30e9a
|
checksum=c80e268be48c7a52105877995e126034df281096d9785a394b7afcadc9d30e9a
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
libcli-devel_package() {
|
libcli-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue