void-packages/srcpkgs/wayland/template
2012-11-20 13:51:05 +01:00

21 lines
932 B
Plaintext

# Template file for 'wayland'.
pkgname=wayland
version=1.0.1
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=99c99dc640dd0e84673f713852cbfc93acb243f03abae9cf0c162078a5404ac6
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."