void-packages/srcpkgs/wayland-protocols/template
Juan RP 5ca982cb87
wayland-protocols: needs libffi-devel at run-time.
reported by wen-li at #freenode@voidlinux
2020-03-06 18:17:47 +01:00

25 lines
677 B
Bash

# Template file for 'wayland-protocols'
pkgname=wayland-protocols
version=1.20
revision=2
archs=noarch
build_style=gnu-configure
hostmakedepends="pkg-config wayland-devel automake"
depends="libffi-devel"
short_desc="Protocols and extensions complementing the Wayland core protocol"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://wayland.freedesktop.org"
distfiles="https://github.com/wayland-project/wayland-protocols/archive/${version}.tar.gz"
checksum=b59cf0949aeb1f71f7db46b63b1c5a6705ffde8cb5bd194f843fbd9b41308dda
pre_configure() {
export wayland_scanner=wayland-scanner
NOCONFIGURE=1 ./autogen.sh
}
post_install() {
vlicense COPYING
}