This commit is contained in:
Rmys
2022-09-28 14:39:45 +03:00
parent 1ae2221ee5
commit b6c4da0eff
9 changed files with 462 additions and 121 deletions
+58
View File
@@ -0,0 +1,58 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>DirectX-headers</Name>
<Homepage>https://github.com/microsoft/DirectX-Headers</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>DirectX headers for using D3D12</Summary>
<Icon>DirectX-headers</Icon>
<Description>D3D12'yi kullanmak için DirectX başlıkları</Description>
<Archive sha1sum="553928f58bb453e9ca1282d66dd7a58f4988beac" type="targz">https://github.com/microsoft/DirectX-Headers/archive/refs/tags/v1.606.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>DirectX-headers.patch</Patch>
<Patch level="1">DirectX-headers.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>DirectX-headers</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>DirectX-headers-devel</Name>
<Summary>Development files for DirectX-headers</Summary>
<RuntimeDependencies>
<Dependency release="current">DirectX-headers</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-09-28</Date>
<Version>1.606.4</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>