summaryrefslogtreecommitdiff
path: root/repo/util/iproute2.xibuild
blob: e5a9c781804cd7826cd17779a44397b1e4795f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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 -fv man/man8/arpd.8

    make
}

package () {
    make DESTDIR=$PKG_DEST install 
}