summaryrefslogtreecommitdiff
path: root/wireshark
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-09-28 15:58:42 +0000
committerTilman Sauerbeck <tilman@code-monkey.de>2006-09-28 15:58:42 +0000
commit6224e47dfcd43c098a9dc2a6fdf1b8a164059c62 (patch)
tree2e6446ae5ef77e0b5fa91096ce96341e86b12973 /wireshark
parent9618e314eb5ec2f3d5f4ea79e2b8549b5d7279c5 (diff)
downloadopt-6224e47dfcd43c098a9dc2a6fdf1b8a164059c62.tar.gz
opt-6224e47dfcd43c098a9dc2a6fdf1b8a164059c62.tar.xz
wireshark: don't delete AUTHORS-SHORT as it's read by ws' about box. fixed URL, bumped revision
Diffstat (limited to 'wireshark')
-rw-r--r--wireshark/.footprint1
-rw-r--r--wireshark/Pkgfile8
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
}

Generated by cgit