New package: vkd3d-1.1
This commit is contained in:
parent
8f61162880
commit
7da2123758
|
@ -3388,6 +3388,8 @@ libuhd.so.3 uhd-3.13.0.2_1
|
|||
libeditline.so.1 editline-1.16.0_1
|
||||
libgnuradio-rds-3.7.0git.so.0.0.0 gnuradio-rds-1.1.0_1
|
||||
libgnuradio-nrsc5-1.0.0git.so.0.0.0 gnuradio-nrsc5-1.0.0_1
|
||||
libvkd3d-utils.so.1 vkd3d-1.1_1
|
||||
libvkd3d.so.1 vkd3d-1.1_1
|
||||
libgaminggear.so.0 libgaminggear-0.15.1_1
|
||||
libgaminggearfx.so.0 libgaminggear-0.15.1_1
|
||||
libgaminggearwidget.so.0 libgaminggear-0.15.1_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
vkd3d
|
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'vkd3d'
|
||||
pkgname=vkd3d
|
||||
version=1.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="Vulkan-Headers SPIRV-Headers vulkan-loader"
|
||||
short_desc="Direct3D 12 to Vulkan translation library"
|
||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://www.winehq.org"
|
||||
distfiles="https://dl.winehq.org/vkd3d/source/vkd3d-${version}.tar.xz"
|
||||
checksum=495adc61cc80c65d54b2f5b52092ea05d3797cc2c17a610f0fc98457d2f56ab6
|
||||
|
||||
vkd3d-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.a"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue