summaryrefslogtreecommitdiff
path: root/repo/x11/xcb-proto
diff options
context:
space:
mode:
Diffstat (limited to 'repo/x11/xcb-proto')
-rw-r--r--repo/x11/xcb-proto/xcb-proto.xibuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/repo/x11/xcb-proto/xcb-proto.xibuild b/repo/x11/xcb-proto/xcb-proto.xibuild
deleted file mode 100644
index 01ece2a..0000000
--- a/repo/x11/xcb-proto/xcb-proto.xibuild
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make libxml2"
-DEPS=""
-
-PKG_VER=1.14.1
-SOURCE=https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-$PKG_VER.tar.xz
-DESC="XML-XCB protocol descriptions"
-
-build () {
- PYTHON=python3 ./configure $XORG_CONFIG
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}