### this file is sourced not run
PKGVER=1.24
PKGBUILD=1
PKGARCH=noarch

# Post BLFS 11: 2021-12-22
TARBALL=wayland-protocols-$PKGVER.tar.xz
MD5SUM=a66fa869543707279fb78a24d42cbb1d
SRC_URL=https://wayland.freedesktop.org/releases/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="wayland-protocols: wayland-protocols $PKGVER (Extra wayland protocols)
wayland-protocols: 
wayland-protocols: The Wayland-Protocols package contains additional Wayland protocols 
wayland-protocols: that add functionality outside of protocols already in the Wayland 
wayland-protocols: core.
wayland-protocols: 
wayland-protocols: https://wayland.freedesktop.org/
wayland-protocols: 
wayland-protocols: 
wayland-protocols: 
wayland-protocols:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	MESONFLAGS="$MESONFLAGS --prefix=/usr --buildtype=release"
	pkg_build_meson &&
	pkg_build_slackdesc
}


