summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Markus Hutmacher <mailing@markhu.de>2014-09-07 07:55:27 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-09-07 07:55:27 +0700
commit4202b4faa6c62ba68cd42c13b75765d3a61e96f8 (patch)
treef248256cd762516c2be98b86755700ca1d0c237d
parent794616b50a070b9d164ce76d8b2e30a6bfd97513 (diff)
downloadslackbuilds-4202b4faa6c62ba68cd42c13b75765d3a61e96f8.tar.gz
slackbuilds-4202b4faa6c62ba68cd42c13b75765d3a61e96f8.tar.xz
network/gns3: Added dynamips as DEPS.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/gns3/README4
-rw-r--r--network/gns3/gns3.SlackBuild10
-rw-r--r--network/gns3/gns3.info2
3 files changed, 8 insertions, 8 deletions
diff --git a/network/gns3/README b/network/gns3/README
index 94548b64bd..30d74e08e4 100644
--- a/network/gns3/README
+++ b/network/gns3/README
@@ -18,4 +18,6 @@ Features overview
* Packet capture using Wireshark.
Important notice: users have to provide their own Cisco IOS to use with GNS3.
-It is also recommended to read the documentation _before_ starting the program
+It is also recommended to read the documentation _before_ starting the program.
+As of version 0.8.7 the package for dynamips has to be installed separately.
+Port 127.0.0.1:7200 has to be open on your firewall.
diff --git a/network/gns3/gns3.SlackBuild b/network/gns3/gns3.SlackBuild
index 23fcf5c483..0ae444ba88 100644
--- a/network/gns3/gns3.SlackBuild
+++ b/network/gns3/gns3.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for gns3 (http://www.gns3.net)
# Copyright 2008 - 2013 Alam Guntur Nugroho
-# Copyright 2013 - 2014 Markhus Hutmacher -- mailing@markhu.de
+# Copyright 2013 - 2014 Markhus Hutmacher Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
PRGNAM=gns3
VERSION=${VERSION:-0.8.7}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -54,7 +54,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
@@ -78,9 +78,7 @@ EOF
cat $CWD/$PRGNAM.png > $PKG/usr/share/pixmaps/$PRGNAM.png
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- AUTHORS CHANGELOG README TODO \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS CHANGELOG README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc -type f -exec chmod 0644 {} \;
diff --git a/network/gns3/gns3.info b/network/gns3/gns3.info
index 445ef4b729..7e6efb8c27 100644
--- a/network/gns3/gns3.info
+++ b/network/gns3/gns3.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://sourceforge.net/projects/gns-3/files/GNS3/0.8.7/GNS3-0.8.7-src.
MD5SUM="a9e817b663521303b329bdf6e1001d66"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="dynamips"
MAINTAINER="Markus Hutmacher"
EMAIL="mailing@markhu.de"