# Description: Specifications of extended Wayland protocols # URL: https://wayland.freedesktop.org/ # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: wayland name=wayland-protocols version=1.21 release=2 source=(https://wayland.freedesktop.org/releases/wayland-protocols-$version.tar.xz) build() { cd wayland-protocols-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }