pkgname=gns3 pkgver=0.7 pkgrel=1 pkgdesc="Graphical network simulator that allows simulation of complex networks." arch=('i686' 'x86_64') url="http://www.gns3.net/" license=('GPL') depends=('pyqt' 'sip' 'dynagen') optdepends=('wireshark') source=('http://sourceforge.net/projects/gns-3/files/GNS3/GNS3-0.7-src.tar.gz') md5sums=('85a4c4460ce635dea7f8b1040ec926b7') build() { cd ${startdir}/src/GNS3-${pkgver}-src python setup.py build python setup.py install --prefix ${startdir}/pkg/usr gzip ./docs/man/gns3.1 install -D -m 644 ./docs/man/gns3.1.gz ${startdir}/pkg/usr/share/man/man1/gns3.1.gz }