2019-08-04 16:15:58 +02:00
|
|
|
# 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
|
2021-04-30 21:13:16 +00:00
|
|
|
version=1.21
|
2021-05-01 19:55:22 +00:00
|
|
|
release=2
|
2019-08-04 16:15:58 +02:00
|
|
|
source=(https://wayland.freedesktop.org/releases/wayland-protocols-$version.tar.xz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd wayland-protocols-$version
|
2021-05-01 19:55:22 +00:00
|
|
|
./configure --prefix=/usr
|
2019-08-04 16:15:58 +02:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|