summaryrefslogtreecommitdiff
path: root/repo/util/iproute2.xibuild
blob: 94baef14464a3d0f2ec811b2a4af04f5ecd16ee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

DEPS=(glibc 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
    make DESTDIR=$PKG_DEST install 
}