summaryrefslogtreecommitdiff
path: root/repo/core/iproute2.xibuild
blob: 154e667f958fe155c56b7377787f0ec0bbd0708b (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=""

build () {
    sed -i /ARPD/d Makefile
    rm -fv man/man8/arpd.8

    make
    make DESTDIR=$PKG_DEST install 
}