contrib/wayland-protocols/Pkgfile

17 lines
412 B
Plaintext

# 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.22
release=1
source=(https://wayland.freedesktop.org/releases/wayland-protocols-$version.tar.xz)
build() {
cd wayland-protocols-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}