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
|
2020-04-26 17:29:51 +00:00
|
|
|
version=1.20
|
2019-08-04 16:15:58 +02:00
|
|
|
release=1
|
|
|
|
source=(https://wayland.freedesktop.org/releases/wayland-protocols-$version.tar.xz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd wayland-protocols-$version
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--datadir=/usr/lib
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|