# iproute2 - ip, ss, tc and the netlink tools
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=iproute2
version=6.19.0
release=1
desc="ip, ss, tc and the netlink tools"
url="https://wiki.linuxfoundation.org/networking/iproute2"
license="GPL-2.0-only"
depend="glibc libcap libmnl util-linux-libs"
makedepend=""
source="https://kernel.org/pub/linux/utils/net/iproute2/iproute2-6.19.0.tar.xz"
sha256="SKIP"

build() {
	cd "iproute2-6.19.0"
	make -j"$JOBS" PREFIX=/usr
}

package() {
	cd "iproute2-6.19.0"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}
