summaryrefslogtreecommitdiff
path: root/wayland-32/Pkgfile
blob: 2abcdcb313d5dd060e80fa75da3f1749e651bb29 (plain)
    1 # Description: Wayland is intended as a simpler replacement for X
    2 # URL: https://wayland.freedesktop.org/
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: expat-32 libffi-32 libxml2-32 wayland
    5 
    6 name=wayland-32
    7 version=1.21.0
    8 release=1
    9 source=(https://wayland.freedesktop.org/releases/${name%-*}-$version.tar.xz)
   10 
   11 build() {
   12 	meson setup ${name%-*}-$version build \
   13 		--prefix=/usr \
   14 		--libdir=/usr/lib32 \
   15 		--buildtype=plain \
   16 		--wrap-mode nodownload \
   17 		-D b_lto=true \
   18 		-D b_pie=true \
   19 		-D documentation=false
   20 	meson compile -C build
   21 	DESTDIR=$PKG meson install -C build
   22 	rm -r $PKG/usr/{bin,include,share}
   23 }

Generated by cgit