From 6224e47dfcd43c098a9dc2a6fdf1b8a164059c62 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Thu, 28 Sep 2006 15:58:42 +0000 Subject: [PATCH] wireshark: don't delete AUTHORS-SHORT as it's read by ws' about box. fixed URL, bumped revision --- wireshark/.footprint | 1 + wireshark/Pkgfile | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/wireshark/.footprint b/wireshark/.footprint index cd471393a..7895055a5 100644 --- a/wireshark/.footprint +++ b/wireshark/.footprint @@ -92,6 +92,7 @@ drwxr-xr-x root/root usr/man/man4/ -rw-r--r-- root/root usr/man/man4/wireshark-filter.4.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/wireshark/ +-rw-r--r-- root/root usr/share/wireshark/AUTHORS-SHORT -rw-r--r-- root/root usr/share/wireshark/capinfos.html -rw-r--r-- root/root usr/share/wireshark/cfilters -rw-r--r-- root/root usr/share/wireshark/colorfilters diff --git a/wireshark/Pkgfile b/wireshark/Pkgfile index 11ba339d4..ff8977451 100644 --- a/wireshark/Pkgfile +++ b/wireshark/Pkgfile @@ -1,5 +1,5 @@ # Description: Network Sniffer with nice GTK+ UI -# URL: http://www.ethereal.com +# URL: http://www.wireshark.org # Packager: Martin Opel, mo at obbl-net dot de # Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Depends on: gtk libpcap @@ -7,7 +7,7 @@ name=wireshark version=0.99.3a -release=1 +release=2 source=(http://www.$name.org/download/src/$name-$version.tar.bz2) build() { @@ -28,5 +28,7 @@ build() { image/{hi,lo}{16,32,48}-app-$name.png \ $PKG/usr/share/$name/pixmaps - rm -f $PKG/usr/share/$name/AUTHORS-SHORT + # Don't remove AUTHORS-SHORT here, it's read by wireshark's + # about box. + #rm -f $PKG/usr/share/$name/AUTHORS-SHORT }