contrib/wayland/Pkgfile

21 lines
459 B
Plaintext
Raw Normal View History

2019-08-04 16:15:58 +02:00
# 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
}