argon2 rebuild

This commit is contained in:
Rmys
2022-08-15 13:56:40 +03:00
committed by GitHub
parent 50ccc71ff9
commit df9bc4f7bf
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -17,9 +17,9 @@ def build():
#shelltools.export("OS_CXXFLAGS", "%s -fno-strict-aliasing" % get.CXXFLAGS())
shelltools.makedirs("phc-winner-argon2-20190702")
autotools.make()
autotools.make("OPTTARGET='none' LIBRARY_REL='lib' ARGON2_VERSION='%s'" % get.srcVERSION())
def install():
autotools.rawInstall("DESTDIR=%s LIBDIR=%s/usr/lib" % (get.installDIR(), get.installDIR()))
autotools.rawInstall("DESTDIR=%s LIBRARY_REL='lib' LIBDIR=%s/usr/lib ARGON2_VERSION='%s'" % (get.installDIR(), get.installDIR(), get.srcVERSION()))
pisitools.dodoc("LICENSE", "README.md")
+2
View File
@@ -27,6 +27,7 @@
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/lib/x86_64-linux-gnu/libargon2*</Path>
<Path fileType="data">/usr/lib/x86_64-linux-gnu/libargon2.so*</Path>
<Path fileType="doc">/usr/share/doc</Path>
@@ -41,6 +42,7 @@
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="library">/usr/lib/x86_64-linux-gnu/pkgconfig/libargon2.pc</Path>
</Files>
</Package>