vkd3d: remove package
It was only used for wine and is now bundled with it
This commit is contained in:
parent
7c9895c8b2
commit
10f86f7ed9
2 changed files with 0 additions and 25 deletions
|
@ -1 +0,0 @@
|
||||||
vkd3d
|
|
|
@ -1,24 +0,0 @@
|
||||||
# Template file for 'vkd3d'
|
|
||||||
pkgname=vkd3d
|
|
||||||
version=1.3
|
|
||||||
revision=1
|
|
||||||
build_style=gnu-configure
|
|
||||||
hostmakedepends="pkg-config flex"
|
|
||||||
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=134b347806d34a4d2b39ea29ff1c2b38443793803a3adc50800855bb929fb8b2
|
|
||||||
|
|
||||||
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…
Add table
Add a link
Reference in a new issue