From 4202b4faa6c62ba68cd42c13b75765d3a61e96f8 Mon Sep 17 00:00:00 2001 From: Markus Hutmacher Date: Sun, 7 Sep 2014 07:55:27 +0700 Subject: network/gns3: Added dynamips as DEPS. Signed-off-by: Willy Sudiarto Raharjo --- network/gns3/README | 4 +++- network/gns3/gns3.SlackBuild | 10 ++++------ network/gns3/gns3.info | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'network/gns3') 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" -- cgit v1.2.3