summaryrefslogtreecommitdiff
path: root/repo/devel/patch/patch.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/devel/patch/patch.xibuild')
-rw-r--r--repo/devel/patch/patch.xibuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/repo/devel/patch/patch.xibuild b/repo/devel/patch/patch.xibuild
deleted file mode 100644
index 015aeeb..0000000
--- a/repo/devel/patch/patch.xibuild
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make "
-DEPS="musl attr"
-
-PKG_VER=2.7
-SOURCE=https://ftp.gnu.org/gnu/patch/patch-$PKG_VER.tar.xz
-DESC="A utility to apply patch files to a file"
-
-build () {
- ./configure --prefix=/usr
- make
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}