contrib/wayland-protocols/Pkgfile

17 lines
412 B
Plaintext
Raw Normal View History

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 23:13:16 +02:00
version=1.21
2021-05-01 21:55:22 +02: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 21:55:22 +02:00
./configure --prefix=/usr
2019-08-04 16:15:58 +02:00
make
make DESTDIR=$PKG install
}