crypto++: remove unnecessary PREFIX=, clean up

This commit is contained in:
classabbyamp 2022-08-22 18:57:44 -04:00
parent bf73e5f9d6
commit f87c67e228
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 0 additions and 6 deletions

View File

@ -5,7 +5,6 @@ version=8.3.0
revision=1
wrksrc="${pkgname//+/p}-CRYPTOPP_${version//./_}"
build_style=gnu-makefile
make_build_args="PREFIX=/usr"
make_build_target="dynamic static libcryptopp.pc"
make_install_target="install-lib"
short_desc="Free C++ class library of cryptographic schemes"
@ -21,11 +20,6 @@ if [ "$XBPS_CROSS" ]; then
make_build_args+=" -f GNUmakefile-cross"
fi
do_check() {
# The gnu-makefile build style does not use ${makejobs}
make ${makejobs} ${make_build_args} check
}
post_install() {
vlicense License.txt LICENSE
}