opt/wireshark/Pkgfile
2018-09-09 00:38:31 +02:00

27 lines
724 B
Plaintext

# Description: Network Sniffer with nice GTK+ UI
# URL: http://www.wireshark.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Martin Opel, mo at obbl-net dot de
# Depends on: gtk3 libpcap libpcre hicolor-icon-theme libgcrypt
name=wireshark
version=2.6.3
release=1
source=(https://1.na.dl.wireshark.org/src/wireshark-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--with-plugins=/usr/lib/$name/plugins \
--without-krb5 \
--with-qt=no \
--with-gtk=yes
make
make DESTDIR=$PKG install
# Don't remove these files, they are read by wireshark's about box.
#rm -f $PKG/usr/share/$name/{AUTHORS-SHORT,COPYING}
}