mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
network/gns3: Added dynamips as DEPS.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
794616b50a
commit
4202b4faa6
3 changed files with 8 additions and 8 deletions
|
@ -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.
|
||||
|
|
|
@ -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 {} \;
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue