summaryrefslogtreecommitdiff
path: root/repo/system/brotli/brotli.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/brotli/brotli.xibuild')
-rw-r--r--repo/system/brotli/brotli.xibuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/repo/system/brotli/brotli.xibuild b/repo/system/brotli/brotli.xibuild
deleted file mode 100644
index d45bb4b..0000000
--- a/repo/system/brotli/brotli.xibuild
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="cmake make "
-DEPS="musl"
-
-SOURCE=https://github.com/google/brotli
-DESC="A generic-purpose lossless compression algorithm"
-
-prepare () {
- sed -i 's,/usr/bin/env bash,/bin/sh,' tests/*.sh
- sh ./bootstrap
-}
-
-build () {
- ./configure \
- --prefix=/usr \
- --disable-static
- make
-}
-check () {
- make check
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}