opt/wireshark/Pkgfile

27 lines
737 B
Plaintext
Raw Normal View History

# Description: Network Sniffer with nice GTK+ UI
# URL: http://www.wireshark.org
2012-06-20 16:10:23 +02:00
# 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.8
2014-11-23 22:59:19 +01:00
release=1
source=(https://1.na.dl.wireshark.org/src/all-versions/wireshark-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--with-plugins=/usr/lib/$name/plugins \
--without-krb5 \
2017-09-25 23:14:41 +02:00
--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}
}