diff --git a/x11/vulkan/vulkan-headers/actions.py b/x11/vulkan/vulkan-headers/actions.py new file mode 100755 index 0000000000..efd9cf1466 --- /dev/null +++ b/x11/vulkan/vulkan-headers/actions.py @@ -0,0 +1,27 @@ +#!/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 autotools +from pisi.actionsapi import shelltools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +pisitools.cxxflags.add("-std=gnu++11") + +ver = get.srcVERSION() + +def setup(): + cmaketools.configure() + +def build(): + cmaketools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" %get.installDIR()) + + + pisitools.dodoc("README.md", "CODE_OF_CONDUCT.md") diff --git a/x11/vulkan/vulkan-headers/pspec.xml b/x11/vulkan/vulkan-headers/pspec.xml new file mode 100755 index 0000000000..01219704e5 --- /dev/null +++ b/x11/vulkan/vulkan-headers/pspec.xml @@ -0,0 +1,36 @@ + + + + + vulkan-headers + https://github.com/KhronosGroup + + Idris Kalp + idriskalp@gmail.com + + GPLv2 + library + Vulkan headers + Vulkan headers + https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.1.130.tar.gz + + + + vulkan-headers + + /usr/include + /usr/share/vulkan + /usr/share/doc + + + + + + 2020-01-11 + 1.1.130 + First release + Idris Kalp + idriskalp@gmail.com + + +