wok rev 9774

bridge-utils: fix WGET_URL and clean
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 11 21:31:48 2011 +0200 (2011-05-11)
parents 1fd357e6acdf
children 80568f5b4b45
files bridge-utils/receipt
line diff
     1.1 --- a/bridge-utils/receipt	Wed May 11 21:23:36 2011 +0200
     1.2 +++ b/bridge-utils/receipt	Wed May 11 21:31:48 2011 +0200
     1.3 @@ -5,21 +5,20 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="IEEE 802.1d ethernet bridging"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS=""
     1.8 -BUILD_DEPENDS="autoconf automake"
     1.9  TARBALL="${PACKAGE}-${VERSION}.tar.gz"
    1.10  WEB_SITE="http://www.linuxfoundation.org/en/Net:Bridge"
    1.11 -WGET_URL="$SF_MIRROR/bridge/files/${PACKAGE}-${VERSION}/${TARBALL}"
    1.12 +WGET_URL="$SF_MIRROR/bridge/bridge/${PACKAGE}-${VERSION}/${TARBALL}"
    1.13  TAGS="ehternet bridge"
    1.14  
    1.15 +BUILD_DEPENDS="autoconf automake"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21  	autoconf 
    1.22 -	./configure --prefix=/usr && \
    1.23 -	make && make DESTDIR=$PWD/_pkg install
    1.24 +	./configure --prefix=/usr &&
    1.25 +	make && make DESTDIR=$DESTDIR install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 @@ -39,4 +38,3 @@
    1.30  {
    1.31  	ln -s /bin/busybox /usr/sbin/brctl
    1.32  }
    1.33 -