# Description: Wayland is intended as a simpler replacement for X # URL: https://wayland.freedesktop.org/ # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: libffi libxml2 expat name=wayland version=1.17.0 release=1 source=(https://wayland.freedesktop.org/releases/$name-$version.tar.xz) build() { cd $name-$version ./configure \ --prefix=/usr \ --disable-static \ --disable-documentation make make DESTDIR=$PKG install }