24 lines
655 B
Bash
24 lines
655 B
Bash
# Template file for 'wayland-protocols'
|
|
pkgname=wayland-protocols
|
|
version=1.17
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config wayland-devel automake"
|
|
short_desc="Protocols and extensions complementing the Wayland core protocol"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://wayland.freedesktop.org"
|
|
distfiles="https://github.com/wayland-project/wayland-protocols/archive/${version}.tar.gz"
|
|
checksum=f35e2e3e2b0fa71a7371e8330dcbcdedf933a9da631a326459298b4f4ba54035
|
|
|
|
pre_configure() {
|
|
export wayland_scanner=wayland-scanner
|
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|