contrib/wayland-protocols/Pkgfile

21 lines
530 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
2022-02-05 09:46:35 +01:00
version=1.25
2021-09-01 18:45:50 +02:00
release=1
2019-08-04 16:15:58 +02:00
source=(https://wayland.freedesktop.org/releases/wayland-protocols-$version.tar.xz)
build() {
2021-09-16 21:11:22 +02:00
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true
meson compile -C build
DESTDIR=$PKG meson install -C build
2019-08-04 16:15:58 +02:00
}