wok-next annotate iproute2/receipt @ rev 20991

Update EDuke32, combine web apps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 04 06:46:42 2018 +0300 (2018-10-04)
parents 90a5eb560fd6
children d5aab818505e
rev   line source
al@19745 1 # SliTaz package receipt v2.
allan316@4528 2
allan316@4528 3 PACKAGE="iproute2"
al@20905 4 VERSION="4.17.0"
pankso@4804 5 CATEGORY="network"
al@19745 6 SHORT_DESC="Utilites for networking and traffic control"
allan316@4528 7 MAINTAINER="allan316@gmail.com"
pascal@15000 8 LICENSE="GPL2"
allan316@4528 9 WEB_SITE="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2"
al@20905 10 LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/iproute2.html"
allan316@4528 11
al@19580 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19580 13 WGET_URL="https://www.kernel.org/pub/linux/utils/net/$PACKAGE/$TARBALL"
al@19580 14
al@19580 15 BUILD_DEPENDS="bison flex iptables-dev db-dev libmnl-dev elfutils-dev"
erjo@9934 16
al@20436 17 compile_rules() {
al@19580 18 ./configure /usr/include $CONFIGURE_ARGS &&
al@19745 19 sed -i 's|tc-skbmod\.8||' $src/man/man8/Makefile &&
al@19580 20 make &&
al@19580 21 make DOCDIR=/usr/share/doc/$PACKAGE-$VERSION DESTDIR=$DESTDIR install
allan316@4528 22 }
allan316@4528 23
al@20436 24 genpkg_rules() {
al@19745 25 copy @std
al@20436 26 TAGS="LFS network route"
al@19745 27 DEPENDS="iptables db"
allan316@4528 28 }