summaryrefslogtreecommitdiff
path: root/repo/x11/wayland-protocols/wayland-protocols.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/x11/wayland-protocols/wayland-protocols.xibuild')
-rw-r--r--repo/x11/wayland-protocols/wayland-protocols.xibuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/repo/x11/wayland-protocols/wayland-protocols.xibuild b/repo/x11/wayland-protocols/wayland-protocols.xibuild
deleted file mode 100644
index 764fa29..0000000
--- a/repo/x11/wayland-protocols/wayland-protocols.xibuild
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="meson ninja"
-DEPS="wayland"
-
-PKG_VER=1.25
-SOURCE=https://wayland.freedesktop.org/releases/wayland-protocols-$PKG_VER.tar.xz
-
-DESC="Specifications of extended Wayland protocols"
-
-build () {
- mkdir build &&
- cd build &&
-
- meson --prefix=/usr --buildtype=release &&
- ninja
-}
-
-package () {
- DESTDIR=$PKG_DEST ninja install
-}