1 # Maintainer: gunnar <tomtinn@gmail.com>
6 pkgdesc="Powerful Multi-Platform Analysis"
8 url="http://www.ethereal.com/"
10 depends=('libpcap' 'heimdal' 'openssl' 'glib2' 'zlib' 'gtk2')
11 optdepends=('adns' 'net-snmp')
12 source=(http://www.ethereal.com/distribution/ethereal-0.99.0.tar.gz)
13 md5sums=('92490abe23df1b2078579c512c788f9d')
15 cd $srcdir/$pkgname-$pkgver
16 ./configure --prefix=/usr --with-ssl=/usr/lib
18 make DESTDIR=${startdir}'/pkg' install