### this file is sourced not run
PKGVER=0.8.7
PKGBUILD=1
PKGARCH=x86_64

# source: kirk
TARBALL=GNS3-0.8.7-src.tar.gz
MD5SUM=a9e817b663521303b329bdf6e1001d66 
SRC_URL=http://downloads.sourceforge.net/gns-3/$TARBALL
BUNDLE=

SLACKREQ='python python-sip python-pyqt4 dynamips wireshark-qt5 qemu-arm-x86_64'
SLACKDESC='gns3: gns3 0.8.7  
gns3:  
gns3: GNS3 is a graphical network simulator that allows simulation of
gns3: complex networks and to launch simulations on them. It is an excellent
gns3: complementary tool to real labs for administrators of Cisco networks
gns3: or people wanting to pass their CCNA, CCNP, CCIP or CCIE certifications.
gns3: It can also be used to experiment features of Cisco IOS or to check
gns3: configurations that need to be deployed later on real routers.   
gns3: Note: Cisco IOS images are not included. For instance 
gns3: c3660-a3jk9s-mz.124-19.bin is the software for a c3660 router and
gns3: its not included. Google is your friend.
'

### default pkg_download
### defaulg pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/gns3*
	python setup.py install &&
	install -m644 /tmp/pkg/gns3.desktop /usr/share/applications &&
	pkg_build_slackdesc
}


