From f87c67e22829d84f1afca965c0afd59794633950 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 22 Aug 2022 18:57:44 -0400 Subject: [PATCH] crypto++: remove unnecessary PREFIX=, clean up --- srcpkgs/crypto++/template | 6 ------ 1 file changed, 6 deletions(-) diff --git a/srcpkgs/crypto++/template b/srcpkgs/crypto++/template index b524377319e..7707a98c54f 100644 --- a/srcpkgs/crypto++/template +++ b/srcpkgs/crypto++/template @@ -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 }