# HG changeset patch # User Eric Joseph-Alexandre # Date 1305671265 -7200 # Node ID ff74d935a6dc1ff01a5d1560a177e6ba94f31117 # Parent 3563a58f35013e06674d7214e09a4dc5b96fc637 iproute2: fix bdeps diff -r 3563a58f3501 -r ff74d935a6dc iproute2/receipt --- a/iproute2/receipt Wed May 18 00:10:05 2011 +0200 +++ b/iproute2/receipt Wed May 18 00:27:45 2011 +0200 @@ -5,24 +5,22 @@ CATEGORY="network" SHORT_DESC="utilites for networking and traffic control" MAINTAINER="allan316@gmail.com" -DEPENDS="iptables db" -BUILD_DEPENDS="bison flex" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2" WGET_URL="http://devresources.linux-foundation.org/dev/$PACKAGE/download/$TARBALL" TAGS="network route" +DEPENDS="iptables db" +BUILD_DEPENDS="bison flex db-dev" + # Rules to configure and make the package. compile_rules() { cd $src sed -i 's//\n#include /' ip/link_gre.c - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + ./configure --prefix=/usr && \ + make && \ + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.