mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
801a80aee3
commit
01f68e1911
2 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'VeraCrypt'
|
# Template file for 'VeraCrypt'
|
||||||
pkgname=VeraCrypt
|
pkgname=VeraCrypt
|
||||||
version=1.25.7
|
version=1.25.7
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}_${version}"
|
wrksrc="${pkgname}_${version}"
|
||||||
build_wrksrc=src
|
build_wrksrc=src
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -16,6 +16,11 @@ homepage="https://www.veracrypt.fr"
|
||||||
distfiles="https://www.veracrypt.fr/code/VeraCrypt/snapshot/VeraCrypt_${version}.tar.gz"
|
distfiles="https://www.veracrypt.fr/code/VeraCrypt/snapshot/VeraCrypt_${version}.tar.gz"
|
||||||
checksum=623006ed61d081f4fd25151c148437471a6552e44e96814c196079ad679a4ba1
|
checksum=623006ed61d081f4fd25151c148437471a6552e44e96814c196079ad679a4ba1
|
||||||
|
|
||||||
|
# license is Apache-2.0 AND TrueCrypt-3.0
|
||||||
|
# TrueCrypt-3.0 is non-free, VI.4 disallow distributing
|
||||||
|
repository=nonfree
|
||||||
|
restricted=yes
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) ;;
|
i686*|x86_64*) ;;
|
||||||
*) make_build_args+=' NOASM=1' ;;
|
*) make_build_args+=' NOASM=1' ;;
|
||||||
|
|
|
@ -18,6 +18,7 @@ replaces="
|
||||||
Pyrex<=0.9.9_5
|
Pyrex<=0.9.9_5
|
||||||
SMC<=1.9_9
|
SMC<=1.9_9
|
||||||
Venom<=0.5.5_1
|
Venom<=0.5.5_1
|
||||||
|
VeraCrypt<=1.25.7_1
|
||||||
XorCurses<=0.2.2_1
|
XorCurses<=0.2.2_1
|
||||||
acme-client<=0.1.16_5
|
acme-client<=0.1.16_5
|
||||||
adobe-flash-plugin-ppapi<=32.0.0.465_1
|
adobe-flash-plugin-ppapi<=32.0.0.465_1
|
||||||
|
|
Loading…
Add table
Reference in a new issue