mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
wireshark: fix #3730
This commit is contained in:
@@ -13,7 +13,7 @@ from the capture."
|
||||
HOMEPAGE="https://www.wireshark.org"
|
||||
COPYRIGHT="1998-2018 Gerald Combs"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://github.com/wireshark/wireshark/archive/wireshark-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="47e15281b767f6fd09b72d8ddb9c392c1a56ca601b1b3483d9c9b6e479c7b997"
|
||||
SOURCE_DIR="wireshark-wireshark-$portVersion"
|
||||
@@ -59,6 +59,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_gui="
|
||||
wireshark${secondaryArchSuffix}_gui = $portVersion
|
||||
cmd:wireshark$secondaryArchSuffix
|
||||
app:Wireshark$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES_gui="
|
||||
@@ -122,12 +123,12 @@ INSTALL()
|
||||
fixPkgconfig
|
||||
|
||||
mkdir -p $appsDir
|
||||
mv $prefix/bin/wireshark $appsDir/Wireshark
|
||||
ln -s $prefix/bin/wireshark $appsDir/Wireshark
|
||||
|
||||
addResourcesToBinaries $portDir/additional-files/wireshark.rdef \
|
||||
$appsDir/Wireshark
|
||||
|
||||
addAppDeskbarSymlink $appsDir/Wireshark
|
||||
|
||||
packageEntries gui $appsDir $dataDir/deskbar
|
||||
packageEntries gui $appsDir $dataDir/deskbar $binDir/wireshark
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user