21 lines
932 B
Text
21 lines
932 B
Text
|
# Template file for 'wayland'.
|
||
|
pkgname=wayland
|
||
|
version=1.0.0
|
||
|
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=833634b3bf8a079beb8652a0b52a0a2d135266cc74922dce993342c300a374a0
|
||
|
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."
|