wok diff bridge-utils/receipt @ rev 12804

glibc-base: be part of ARM
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 19 00:05:00 2012 +0200 (2012-05-19)
parents 3531eafd5c49
children eb8067417980
line diff
     1.1 --- a/bridge-utils/receipt	Wed May 11 21:31:48 2011 +0200
     1.2 +++ b/bridge-utils/receipt	Sat May 19 00:05:00 2012 +0200
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="bridge-utils"
     1.7 -VERSION="1.4"
     1.8 +VERSION="1.5"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="IEEE 802.1d ethernet bridging"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  TARBALL="${PACKAGE}-${VERSION}.tar.gz"
    1.13 -WEB_SITE="http://www.linuxfoundation.org/en/Net:Bridge"
    1.14 -WGET_URL="$SF_MIRROR/bridge/bridge/${PACKAGE}-${VERSION}/${TARBALL}"
    1.15 -TAGS="ehternet bridge"
    1.16 +WEB_SITE="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge"
    1.17 +WGET_URL="$SF_MIRROR/bridge/$TARBALL"
    1.18 +TAGS="ethernet bridge"
    1.19  
    1.20  BUILD_DEPENDS="autoconf automake"
    1.21  
    1.22 @@ -36,5 +36,5 @@
    1.23  
    1.24  post_remove()
    1.25  {
    1.26 -	ln -s /bin/busybox /usr/sbin/brctl
    1.27 +	ln -s /bin/busybox $1/usr/sbin/brctl
    1.28  }