mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'ccrypt'
|
||||||
pkgname=ccrypt
|
pkgname=ccrypt
|
||||||
version=1.11
|
version=1.11
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Symmetric encryption utility using Rijndael cipher"
|
short_desc="Symmetric encryption utility using Rijndael cipher"
|
||||||
maintainer="Evan Deaubl <evan@deaubl.name>"
|
maintainer="Evan Deaubl <evan@deaubl.name>"
|
||||||
|
@ -9,3 +9,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://ccrypt.sourceforge.net"
|
homepage="https://ccrypt.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/ccrypt/ccrypt-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/ccrypt/ccrypt-${version}.tar.gz"
|
||||||
checksum=b19c47500a96ee5fbd820f704c912f6efcc42b638c0a6aa7a4e3dc0a6b51a44f
|
checksum=b19c47500a96ee5fbd820f704c912f6efcc42b638c0a6aa7a4e3dc0a6b51a44f
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue