diff options
author | Alam Guntur Nugroho <alamgn@mail.ugm.ac.id> | 2010-05-13 00:36:34 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:36:34 +0200 |
commit | 9f7536893110483f47d60b0f1c1e8508a5befbaf (patch) | |
tree | a1bb959811368ce8fc584564048a9160d92149aa /network/gns3 | |
parent | 233bca2aaa15df275cf3a3c7eabbb14d1c4b0bc2 (diff) | |
download | slackbuilds-9f7536893110483f47d60b0f1c1e8508a5befbaf.tar.gz |
network/gns3: Updated for version 0.6
Diffstat (limited to 'network/gns3')
-rw-r--r-- | network/gns3/README | 2 | ||||
-rw-r--r-- | network/gns3/gns3.SlackBuild | 4 | ||||
-rw-r--r-- | network/gns3/gns3.info | 2 | ||||
-rw-r--r-- | network/gns3/slack-desc | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/network/gns3/README b/network/gns3/README index ebabcf3f9a..3f0956d7f1 100644 --- a/network/gns3/README +++ b/network/gns3/README @@ -18,5 +18,3 @@ Features overview * Packet capture using Wireshark. Important notice: users have to provide their own Cisco IOS to use with GNS3. - -This requires qt4, sip, and PyQT from SlackBuilds.org. diff --git a/network/gns3/gns3.SlackBuild b/network/gns3/gns3.SlackBuild index a0038d77c8..677fcac0b5 100644 --- a/network/gns3/gns3.SlackBuild +++ b/network/gns3/gns3.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=gns3 VERSION=${VERSION:-0.6} -ARCH=noarch +ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,4 +76,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-${BUILD}${TAG}.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-${BUILD}${TAG}.${PKGTYPE:-tgz} diff --git a/network/gns3/gns3.info b/network/gns3/gns3.info index 26f155b02c..19150fd8f5 100644 --- a/network/gns3/gns3.info +++ b/network/gns3/gns3.info @@ -2,7 +2,9 @@ PRGNAM="gns3" VERSION="0.6" HOMEPAGE="http://www.gns3.net" DOWNLOAD="http://downloads.sourceforge.net/gns-3/GNS3-0.6-src.tar.bz2" +DOWNLOAD_x86_64="" MD5SUM="ec3688e053406eebdf7bf6bb600ea089" +MD5SUM_x86_64="" MAINTAINER="Alam Guntur Nugroho" EMAIL="alamgn@mail.ugm.ac.id" APPROVED="rworkman" diff --git a/network/gns3/slack-desc b/network/gns3/slack-desc index eb9be0c989..deebddffee 100644 --- a/network/gns3/slack-desc +++ b/network/gns3/slack-desc @@ -10,10 +10,10 @@ gns3: GNS3 (A Graphical Network Simulator) gns3: gns3: GNS3 is a graphical network simulator that allows simulation of gns3: complex networks.To allow complete simulations, GNS3 is strongly -gns3: linked with : +gns3: linked with: gns3: Dynamips, the core program that allows Cisco IOS emulation. gns3: Dynagen, a text-based front-end for Dynamips. gns3: Pemu, a Cisco PIX firewall emulator based on Qemu. gns3: -gns3: Home : http://www.gns3.net +gns3: Homepage: http://www.gns3.net gns3: |