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