20 lines
932 B
Text
20 lines
932 B
Text
# Template file for 'wayland'.
|
|
pkgname=wayland
|
|
version=1.0.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-documentation --disable-static"
|
|
makedepends="pkg-config flex libffi-devel expat-devel"
|
|
subpackages="${pkgname}-devel"
|
|
short_desc="Wayland protocol compositor"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://wayland.freedesktop.org/"
|
|
license="MIT"
|
|
distfiles="http://wayland.freedesktop.org/releases/wayland-${version}.tar.xz"
|
|
checksum=e1e05e65e492ac1b44540e6cd0526a6bd0cc4d166ec4f8bdb1851e26f4405760
|
|
long_desc="
|
|
Wayland is a protocol for a compositor to talk to its clients as well as a C
|
|
library implementation of that protocol. The compositor can be a standalone
|
|
display server running on Linux kernel modesetting and evdev input devices,
|
|
an X application, or a wayland client itself. The clients can be traditional
|
|
applications, X servers (rootless or fullscreen) or other display servers."
|