ccrypt: rebuild for libxcrypt
This commit is contained in:
parent
d0ff502fd1
commit
7b061bde65
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue