summaryrefslogtreecommitdiff
path: root/repo/core/make.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/core/make.xibuild')
-rw-r--r--repo/core/make.xibuild12
1 files changed, 0 insertions, 12 deletions
diff --git a/repo/core/make.xibuild b/repo/core/make.xibuild
deleted file mode 100644
index bb057ee..0000000
--- a/repo/core/make.xibuild
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-DEPS=(glibc)
-
-SOURCE=https://ftp.gnu.org/gnu/make/make-4.3.tar.gz
-DESC="GNU make utility"
-
-build () {
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG_DEST install
-}