@@ -10,18 +10,12 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import get
|
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():
|
def build():
|
||||||
cmaketools.make()
|
cmaketools.make()
|
||||||
|
|
||||||
|
pisitools.dosed("cryptopp.pc", "@VERSION@", get.srcVERSION())
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
cmaketools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR())
|
cmaketools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR())
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Public domain C++ class library of cryptographic schemes</Summary>
|
<Summary>Public domain C++ class library of cryptographic schemes</Summary>
|
||||||
<Description>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.</Description>
|
<Description>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.</Description>
|
||||||
<Archive sha1sum="3aa4f2fcfee05ed304c6614325c90eba0dc75f16" type="targz">https://github.com/weidai11/cryptopp/archive/CRYPTOPP_5_6_5.tar.gz</Archive>
|
<Archive sha1sum="1ed9f1ced89ed301a0cf8c7a2b7bf25efb68aac3" type="targz">https://github.com/weidai11/cryptopp/archive/CRYPTOPP_6_0_0.tar.gz</Archive>
|
||||||
<AdditionalFiles>
|
<AdditionalFiles>
|
||||||
<AdditionalFile target="cryptopp.pc" permission="0644" owner="root">cryptopp.pc</AdditionalFile>
|
<AdditionalFile target="cryptopp.pc" permission="0644" owner="root">cryptopp.pc</AdditionalFile>
|
||||||
</AdditionalFiles>
|
</AdditionalFiles>
|
||||||
@@ -47,6 +47,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2018-02-22</Date>
|
||||||
|
<Version>6.0.0</Version>
|
||||||
|
<Comment>Version Bump</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2017-01-04</Date>
|
<Date>2017-01-04</Date>
|
||||||
<Version>5.6.5</Version>
|
<Version>5.6.5</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user