wok diff bridge-utils/receipt @ rev 20008

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Wed Aug 02 14:08:19 2017 -0300 (2017-08-02)
parents eb8067417980
children 14e284e071e0
line diff
     1.1 --- a/bridge-utils/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/bridge-utils/receipt	Wed Aug 02 14:08:19 2017 -0300
     1.3 @@ -6,18 +6,17 @@
     1.4  SHORT_DESC="IEEE 802.1d ethernet bridging"
     1.5  MAINTAINER="erjo@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 -TARBALL="${PACKAGE}-${VERSION}.tar.gz"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge"
    1.10  WGET_URL="$SF_MIRROR/bridge/$TARBALL"
    1.11  TAGS="ethernet bridge"
    1.12  
    1.13 -BUILD_DEPENDS="autoconf automake"
    1.14 +BUILD_DEPENDS="automake"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 -	cd $src
    1.20 -	autoconf 
    1.21 +	autoconf
    1.22  	./configure --prefix=/usr &&
    1.23  	make && make DESTDIR=$DESTDIR install
    1.24  }
    1.25 @@ -29,13 +28,7 @@
    1.26  	cp -a $install/usr/sbin  $fs/usr
    1.27  }
    1.28  
    1.29 -# Overlap busybox
    1.30 -pre_install()
    1.31 -{
    1.32 -	rm -f $1/usr/sbin/brctl
    1.33 -}
    1.34 -
    1.35  post_remove()
    1.36  {
    1.37 -	ln -s /bin/busybox $1/usr/sbin/brctl
    1.38 +	ln -s /bin/busybox "$1/usr/sbin/brctl"
    1.39  }