mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 20:37:57 +00:00
Update ostinato alpine package
This commit is contained in:
parent
7888599481
commit
c93935d4b0
Binary file not shown.
BIN
packer/alpine-linux/files/ostinato/3.12/ostinato-1.1-r1.apk
Normal file
BIN
packer/alpine-linux/files/ostinato/3.12/ostinato-1.1-r1.apk
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
packer/alpine-linux/files/ostinato/3.12/ostinato-gui-1.1-r1.apk
Normal file
BIN
packer/alpine-linux/files/ostinato/3.12/ostinato-gui-1.1-r1.apk
Normal file
Binary file not shown.
@ -15,6 +15,6 @@ cd aports/*/ostinato
|
||||
abuild -F -r
|
||||
cd
|
||||
|
||||
find packages -name "*.apk" -type f -exec cp -p {} /package \;
|
||||
cp -p packages/*/*/*.apk /package
|
||||
chown $(stat -c '%u:%g' /package) /package/*
|
||||
EOF
|
||||
|
@ -10,10 +10,12 @@ apk add tshark wireshark
|
||||
# desktop integration
|
||||
cat > /usr/share/applications/ostinato.desktop << 'EOF'
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Ostinato
|
||||
GenericName=Packet Traffic Generator
|
||||
Exec=ostinato
|
||||
Icon=ostinato
|
||||
Exec=sh -c 'ostinato > /tmp/ostinato.log 2>&1'
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Network;Monitor;Qt;
|
||||
EOF
|
||||
cp -p /tmp/uploads/ostinato/logo_256x256.png /usr/share/icons/hicolor/256x256/apps/ostinato.png
|
||||
|
Loading…
Reference in New Issue
Block a user