mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/openvswitch-utils: Updated for version 2.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
43a953e278
commit
0310cfeca0
2 changed files with 5 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=openvswitch-utils
|
||||
VERSION=${VERSION:-2.3.2}
|
||||
VERSION=${VERSION:-2.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -100,9 +100,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS CONTRIBUTING COPYING CodingStyle DESIGN FAQ INSTALL* IntegrationGuide NEWS \
|
||||
NOTICE OPENFLOW-1.1+ PORTING README* REPORTING-BUGS TODO WHY-OVS $CWD/README.SLACKWARE \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a *.md AUTHORS COPYING NEWS NOTICE $CWD/README.SLACKWARE $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openvswitch-utils"
|
||||
VERSION="2.3.2"
|
||||
VERSION="2.4.0"
|
||||
HOMEPAGE="http://openvswitch.org/"
|
||||
DOWNLOAD="http://openvswitch.org/releases/openvswitch-2.3.2.tar.gz"
|
||||
MD5SUM="5a5739ed82f1accac1c2d8d7553dc88f"
|
||||
DOWNLOAD="http://openvswitch.org/releases/openvswitch-2.4.0.tar.gz"
|
||||
MD5SUM="4ff52595855c1f9e4dd3e84295599f5f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue