ccrypt: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 13:20:45 -07:00 committed by classabbyamp
parent d0ff502fd1
commit 7b061bde65

View file

@ -1,7 +1,7 @@
# Template file for 'ccrypt'
pkgname=ccrypt
version=1.11
revision=1
revision=2
build_style=gnu-configure
short_desc="Symmetric encryption utility using Rijndael cipher"
maintainer="Evan Deaubl <evan@deaubl.name>"
@ -9,3 +9,7 @@ license="GPL-2.0-or-later"
homepage="https://ccrypt.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/ccrypt/ccrypt-${version}.tar.gz"
checksum=b19c47500a96ee5fbd820f704c912f6efcc42b638c0a6aa7a4e3dc0a6b51a44f
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi