summaryrefslogtreecommitdiff
path: root/repo/util/iproute2
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/iproute2')
-rw-r--r--repo/util/iproute2/iproute2.xibuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/repo/util/iproute2/iproute2.xibuild b/repo/util/iproute2/iproute2.xibuild
new file mode 100644
index 0000000..3d0062d
--- /dev/null
+++ b/repo/util/iproute2/iproute2.xibuild
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+MAKEDEPS="make "
+DEPS="musl iptables 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
+}