wok-4.x rev 11069
Up: bridge-utils to 1.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 17 01:02:33 2011 +0000 (2011-10-17) |
parents | 82bb46cbb7cc |
children | 01b227722187 |
files | bridge-utils/receipt |
line diff
1.1 --- a/bridge-utils/receipt Mon Oct 17 01:00:52 2011 +0000 1.2 +++ b/bridge-utils/receipt Mon Oct 17 01:02:33 2011 +0000 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 }