wireshark: update to 2.0.2.
This commit is contained in:
parent
7108d2e6df
commit
e6173075f6
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'wireshark'
|
# Template file for 'wireshark'
|
||||||
pkgname=wireshark
|
pkgname=wireshark
|
||||||
version=2.0.1
|
version=2.0.2
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
|
configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
|
||||||
--with-krb5 --with-gtk3=yes --without-portaudio CC_FOR_BUILD=cc"
|
--with-krb5 --with-gtk3=yes --without-portaudio CC_FOR_BUILD=cc"
|
||||||
@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|||||||
homepage="http://www.wireshark.org"
|
homepage="http://www.wireshark.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://www.wireshark.org/download/src/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.wireshark.org/download/src/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=c9bd07dd0d0045d6ca7537390a1afbcdf33716d193ea7d7084ae4f6c30b683ab
|
checksum=e921fb072085a5654d899949bb561d0687f4819f7b63ba35777bb949a9b6b9c1
|
||||||
system_groups="wireshark"
|
system_groups="wireshark"
|
||||||
subpackages="libwireshark libwireshark-devel wireshark-gtk"
|
subpackages="libwireshark libwireshark-devel wireshark-gtk"
|
||||||
|
|
||||||
@ -63,7 +63,6 @@ libwireshark-devel_package() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
wireshark-gtk_package() {
|
wireshark-gtk_package() {
|
||||||
replaces="wireshark<1.12.2_1"
|
|
||||||
depends="${sourcepkg}>=${version}_${revision} hicolor-icon-theme desktop-file-utils"
|
depends="${sourcepkg}>=${version}_${revision} hicolor-icon-theme desktop-file-utils"
|
||||||
short_desc+=" - GTK+ frontend"
|
short_desc+=" - GTK+ frontend"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
@ -73,7 +72,6 @@ wireshark-gtk_package() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
wireshark-qt_package() {
|
wireshark-qt_package() {
|
||||||
replaces="wireshark<1.12.2_1"
|
|
||||||
depends="${sourcepkg}>=${version}_${revision} desktop-file-utils"
|
depends="${sourcepkg}>=${version}_${revision} desktop-file-utils"
|
||||||
short_desc+=" - Qt frontend"
|
short_desc+=" - Qt frontend"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user