diff --git a/srcpkgs/libva-utils/template b/srcpkgs/libva-utils/template new file mode 100644 index 00000000000..88648474766 --- /dev/null +++ b/srcpkgs/libva-utils/template @@ -0,0 +1,17 @@ +# Template file for 'libva-utils' +pkgname=libva-utils +version=1.8.0 +revision=1 +build_style=gnu-configure +hostmakedepends="pkg-config wayland-devel" +makedepends="libva-devel libXfixes-devel libXext-devel libdrm-devel wayland-devel" +short_desc="Video Acceleration (VA) API - Utilities" +maintainer="Juan RP " +homepage="https://01.org/linuxmedia" +license="MIT" +distfiles="https://github.com/01org/libva-utils/releases/download/${version}/libva-utils-${version}.tar.bz2" +checksum=ca4574111fd5658d07dcf883fa1a9914b02f77011f51afcc880af1c302afdbcc + +post_install() { + vlicense COPYING +}