crypto++:rebuild

This commit is contained in:
Rmys
2019-04-23 08:40:26 +03:00
parent ebc8888da8
commit 4c7e42fb1f
2 changed files with 11 additions and 1 deletions
+4 -1
View File
@@ -13,12 +13,15 @@ from pisi.actionsapi import get
def build():
pisitools.flags.add("-DNDEBUG -fPIC")
pisitools.dosed("cryptopp.pc", "@VERSION@", get.srcVERSION())
cmaketools.make()
cmaketools.make("dynamic cryptest.exe")
def install():
cmaketools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR())
pisitools.remove("/usr/lib/libcryptopp.a")
pisitools.insinto("/usr/lib/pkgconfig", "cryptopp.pc")
+7
View File
@@ -47,6 +47,13 @@
</Package>
<History>
<Update release="4">
<Date>2019-04-23</Date>
<Version>7.0.0</Version>
<Comment>Version Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2018-02-22</Date>
<Version>7.0.0</Version>