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

package () {
    make DESTDIR=$PKG_DEST install 
}