122 Star 0 Fork 8

src-openEuler / vulkan-headers

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vulkan-headers.spec 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
sherlock2010 提交于 2020-01-10 10:22 . first commit
%global __python %{__python3}
Name: vulkan-headers
Version: 1.1.92.0
Release: 2
Summary: Vulkan Header files and API registry
License: ASL 2.0
URL: https://github.com/KhronosGroup/Vulkan-Headers
Source0: https://github.com/KhronosGroup/Vulkan-Headers/archive/sdk-%{version}.tar.gz#/Vulkan-Headers-sdk-%{version}.tar.gz
BuildRequires: cmake3
BuildArch: noarch
%description
Vulkan is a new generation graphics and compute API that provides high-efficiency, cross-platform
access to modern GPUs used in a wide variety of devices from PCs and consoles to mobile phones
and embedded platforms.
This package includes Vulkan Header files and API registry.
%prep
%autosetup -n Vulkan-Headers-sdk-%{version} -p1
%build
%cmake3 -DCMAKE_INSTALL_LIBDIR=%{_libdir} .
%make_build
%install
%make_install
%files
%doc README.md
%license LICENSE.txt
%dir %{_datadir}/vulkan/
%{_datadir}/vulkan/registry/
%{_includedir}/vulkan/
%changelog
* Wed Jan 08 2020 zhouyihang <zhouyihang1@huawei.com> - 1.1.92.0-2
- Package init
1
https://gitee.com/src-openeuler/vulkan-headers.git
git@gitee.com:src-openeuler/vulkan-headers.git
src-openeuler
vulkan-headers
vulkan-headers
openEuler-20.03-LTS

搜索帮助