summaryrefslogtreecommitdiff
path: root/wayland/Pkgfile
blob: cc9ab09ec998553bf7996bc22a89db471bdb59da (plain)
    1 # Description: Wayland is intended as a simpler replacement for X
    2 # URL: https://wayland.freedesktop.org/
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: libffi libxml2 expat
    5 
    6 name=wayland
    7 version=1.17.0
    8 release=1
    9 source=(https://wayland.freedesktop.org/releases/$name-$version.tar.xz)
   10 
   11 build() {
   12   cd $name-$version
   13 
   14   ./configure \
   15     --prefix=/usr \
   16     --disable-static \
   17     --disable-documentation
   18   make
   19   make DESTDIR=$PKG install
   20 }

Generated by cgit