wireshark: don't delete AUTHORS-SHORT as it's read by ws' about box. fixed URL, bumped revision

This commit is contained in:
Tilman Sauerbeck 2006-09-28 15:58:42 +00:00
parent 9618e314eb
commit 6224e47dfc
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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
}