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