diff options
Diffstat (limited to 'repo/util/iproute2')
-rw-r--r-- | repo/util/iproute2/iproute2.xibuild | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/repo/util/iproute2/iproute2.xibuild b/repo/util/iproute2/iproute2.xibuild deleted file mode 100644 index 47d2e9a..0000000 --- a/repo/util/iproute2/iproute2.xibuild +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make " -DEPS="musl libelf" - -SOURCE=https://git.kernel.org/pub/scm/network/iproute2/iproute2.git -DESC="IP Routing Utilities" - -build () { - sed -i /ARPD/d Makefile - rm -f man/man8/arpd.8 - make -} - -package () { - make DESTDIR=$PKG_DEST install -} |