wok diff bridge-utils/receipt @ rev 14601
SLiM session: slim up 1.3.5; added slim-theme manager; added three hand-made themes. Read forum for details
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue May 28 13:24:15 2013 +0000 (2013-05-28) |
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 Tue May 28 13:24:15 2013 +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 }