summaryrefslogtreecommitdiff
path: root/repo/system/findutils.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/findutils.xibuild')
-rw-r--r--repo/system/findutils.xibuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/repo/system/findutils.xibuild b/repo/system/findutils.xibuild
deleted file mode 100644
index 1dbc9d3..0000000
--- a/repo/system/findutils.xibuild
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-MAKEDEPS="make sort"
-DEPS="musl sh"
-
-PKG_VER=0.8.6
-SOURCE=http://landley.net/toybox/downloads/toybox-$PKG_VER.tar.gz
-DESC="toybox utilities to locate files"
-
-build () {
- make defconfig
- make xargs
- make find
-}
-
-package () {
- install -Dm755 find $PKG_DEST/usr/bin/find
- install -Dm755 xargs $PKG_DEST/usr/bin/xargs
-}