@@ -13,12 +13,15 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
pisitools.flags.add("-DNDEBUG -fPIC")
|
||||||
pisitools.dosed("cryptopp.pc", "@VERSION@", get.srcVERSION())
|
pisitools.dosed("cryptopp.pc", "@VERSION@", get.srcVERSION())
|
||||||
|
|
||||||
cmaketools.make()
|
cmaketools.make("dynamic cryptest.exe")
|
||||||
|
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
cmaketools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR())
|
cmaketools.rawInstall("PREFIX=/usr DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
pisitools.remove("/usr/lib/libcryptopp.a")
|
||||||
|
|
||||||
pisitools.insinto("/usr/lib/pkgconfig", "cryptopp.pc")
|
pisitools.insinto("/usr/lib/pkgconfig", "cryptopp.pc")
|
||||||
|
|||||||
@@ -47,6 +47,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="3">
|
||||||
<Date>2018-02-22</Date>
|
<Date>2018-02-22</Date>
|
||||||
<Version>7.0.0</Version>
|
<Version>7.0.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user