mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 01:42:13 +08:00
wireshark 1.10.1
This commit is contained in:
parent
c978b9b5e3
commit
975fb2391b
11
wireshark/01_fix_pod_file.patch
Normal file
11
wireshark/01_fix_pod_file.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- trunk/doc/reordercap.pod 2013/05/20 05:45:32 49435
|
||||
+++ trunk/doc/reordercap.pod 2013/05/20 14:56:18 49436
|
||||
@@ -40,6 +40,8 @@
|
||||
When the B<-n> option is used, B<reordercap> will not write out the output
|
||||
file if it finds that the input file is already in order.
|
||||
|
||||
+=back
|
||||
+
|
||||
=head1 SEE ALSO
|
||||
|
||||
pcap(3), wireshark(1), tshark(1), dumpcap(1), editcap(1), mergecap(1),
|
@ -1,7 +1,7 @@
|
||||
# maintainer: AlmAck
|
||||
|
||||
pkgname=wireshark
|
||||
pkgver=1.8.7
|
||||
pkgver=1.10.1
|
||||
pkgrel=1
|
||||
pkgdesc='A free network protocol analyzer for Unix/Linux and Windows'
|
||||
arch=('x86_64')
|
||||
@ -11,12 +11,16 @@ makedepends=('bison' 'flex' 'bash' 'gnutls' 'python' 'portaudio')
|
||||
url='http://www.wireshark.org/'
|
||||
install=wireshark.install
|
||||
options=(!libtool)
|
||||
source=(http://www.wireshark.org/download/src/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha1sums=('c131ce10555e608e691aa36190c8d5a1b271c955')
|
||||
source=(http://www.wireshark.org/download/src/${pkgname}-${pkgver}.tar.bz2
|
||||
01_fix_pod_file.patch)
|
||||
sha1sums=('7763c864c1e3a3b4e6b6947631392b35fefe4187'
|
||||
'36d7140c536954337f0399cbcfc6d43e54929d61')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
patch -p1 <${srcdir}/01_fix_pod_file.patch
|
||||
|
||||
./autogen.sh
|
||||
./configure \
|
||||
--prefix=/extra/usr \
|
||||
|
Loading…
Reference in New Issue
Block a user