diff --git a/programming/language/python3/python3-PyShellCode/actions.py b/programming/language/python3/python3-PyShellCode/actions.py new file mode 100644 index 0000000000..a0889f16aa --- /dev/null +++ b/programming/language/python3/python3-PyShellCode/actions.py @@ -0,0 +1,21 @@ +#!/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 cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + pisitools.dosed("CMakeLists.txt","--prefix=\$\{CMAKE_INSTALL_PREFIX\}","--prefix=DESTDIR=%s" % get.installDIR()) + cmaketools.configure() + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("README*", "LICENSE") \ No newline at end of file diff --git a/programming/language/python3/python3-PyShellCode/pspec.xml b/programming/language/python3/python3-PyShellCode/pspec.xml new file mode 100644 index 0000000000..49a7a8cde5 --- /dev/null +++ b/programming/language/python3/python3-PyShellCode/pspec.xml @@ -0,0 +1,56 @@ + + + + + python3-PyShellCode + https://github.com/thomaskeck/PyShellCode/ + + Blue Devil + bluedevil@sctzine.com + + GPL3 + programming.language.python3 + library + Execute ShellCode / "Inline-Assembler" in Python + Execute ShellCode in Python. In other words, allows to use "inline assembler" in Python. + https://github.com/thomaskeck/PyShellCode/archive/v1.0.tar.gz + + python3-devel + cmake + + + + + python3-PyShellCode + Execute ShellCode / "Inline-Assembler" in Python + + python3 + + + /usr/lib + /usr/lib/python3* + /usr/share/doc/python3-PyShellCode + + + + + python3-PyShellCode-devel + Development headers for the python3-PyShellCode module + + python3-PyShellCode + + + /usr/include/ + + + + + + 2020-01-09 + 1.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-PyShellCode/translations.xml b/programming/language/python3/python3-PyShellCode/translations.xml new file mode 100644 index 0000000000..5a2f072746 --- /dev/null +++ b/programming/language/python3/python3-PyShellCode/translations.xml @@ -0,0 +1,8 @@ + + + + python3-PyShellCode + Python3 ile shellcode koşmanızı sağlar + python3-PyShellCode, python3 içerisinde assembly(NASM sözdizimi ile) ya da shellkod koşmanızı sağlar. + +