summaryrefslogtreecommitdiff
path: root/repo/which/which.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-11-04 02:29:27 +0000
committerdavidovski <david@davidovski.xyz>2022-11-04 02:29:27 +0000
commit63add57ef96f10f464fc1bf7c821d2281b39edeb (patch)
treedf6ff34494316e6e23d206dd81367f0a5a3ead73 /repo/which/which.xibuild
parent9cc8533c28967439cf57e6d4d0cac95d53b5ac67 (diff)
Using toybox instead of sbase for posix
Diffstat (limited to 'repo/which/which.xibuild')
-rw-r--r--repo/which/which.xibuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/repo/which/which.xibuild b/repo/which/which.xibuild
deleted file mode 100644
index 2914eb3..0000000
--- a/repo/which/which.xibuild
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make "
-
-PKG_VER=2.21
-
-SOURCE=http://ftp.gnu.org/gnu/which/which-$PKG_VER.tar.gz
-DESC="A utility to show the full path of commands"
-
-build () {
- CC=gcc ./configure --prefix=/usr
- make
-}
-
-package () {
- make DESTDIR=$PKG_DEST install
-}
-
-