new packages: proxychains-ng, argon2

This commit is contained in:
suvari
2022-06-21 16:38:20 +03:00
parent 99a51b7c00
commit 65de225ce5
19 changed files with 333824 additions and 333475 deletions
+25
View File
@@ -0,0 +1,25 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
#WorkDir = "argon2"
def build():
#shelltools.export("OS_CFLAGS", get.CFLAGS())
#shelltools.export("OS_LDFLAGS", get.LDFLAGS())
#shelltools.export("OS_CXXFLAGS", "%s -fno-strict-aliasing" % get.CXXFLAGS())
shelltools.makedirs("phc-winner-argon2-20190702")
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s LIBDIR=%s/usr/lib" % (get.installDIR(), get.installDIR()))
pisitools.dodoc("LICENSE", "README.md")