summaryrefslogtreecommitdiff
path: root/repo/system/glu/glu.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/glu/glu.xibuild')
-rw-r--r--repo/system/glu/glu.xibuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/repo/system/glu/glu.xibuild b/repo/system/glu/glu.xibuild
deleted file mode 100644
index edac51c..0000000
--- a/repo/system/glu/glu.xibuild
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-NAME="glu"
-DESC="Mesa OpenGL Utility library"
-
-MAKEDEPS="meson ninja "
-DEPS="mesa"
-
-PKG_VER=9.0.2
-SOURCE="https://mesa.freedesktop.org/archive/glu/glu-$PKG_VER.tar.xz"
-
-build () {
- mkdir build &&
- cd build &&
- meson --prefix=/usr \
- -D default_library=shared \
- -D gl_provider=osmesa \
- .. &&
- ninja
-}
-
-package () {
- DESTDIR=$PKG_DEST ninja install
-}