diff --git a/util/crypt/crypto++/actions.py b/util/crypt/crypto++/actions.py
index 5c82346313..00ed5864ad 100644
--- a/util/crypt/crypto++/actions.py
+++ b/util/crypt/crypto++/actions.py
@@ -10,18 +10,12 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
-def setup():
- cmaketools.configure("-DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_SHARED=ON \
- -DBUILD_STATIC=OFF \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_LIBDIR=lib")
- pisitools.dosed("cryptopp.pc", "@VERSION@", get.srcVERSION())
def build():
cmaketools.make()
+
+ pisitools.dosed("cryptopp.pc", "@VERSION@", get.srcVERSION())
def install():
cmaketools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR())
diff --git a/util/crypt/crypto++/pspec.xml b/util/crypt/crypto++/pspec.xml
index d8620acbc8..cd285eb106 100644
--- a/util/crypt/crypto++/pspec.xml
+++ b/util/crypt/crypto++/pspec.xml
@@ -12,7 +12,7 @@
library
Public domain C++ class library of cryptographic schemes
crypto++ is a free C++ class library of cryptographic schemes. One purpose of Crypto++ is to act as a repository of public domain (not copyrighted) source code. Although the library is copyrighted as a compilation, the individual files in it are in the public domain.
- https://github.com/weidai11/cryptopp/archive/CRYPTOPP_5_6_5.tar.gz
+ https://github.com/weidai11/cryptopp/archive/CRYPTOPP_6_0_0.tar.gz
cryptopp.pc
@@ -47,6 +47,13 @@
+
+ 2018-02-22
+ 6.0.0
+ Version Bump
+ PisiLinux Community
+ admins@pisilinux.org
+
2017-01-04
5.6.5