mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-12 07:52:36 +00:00
Merge pull request #533 from b-ehlers/ostinato_update
Update ostinato alpine package
This commit is contained in:
commit
5884425600
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
|
abuild -F -r
|
||||||
cd
|
cd
|
||||||
|
|
||||||
find packages -name "*.apk" -type f -exec cp -p {} /package \;
|
cp -p packages/*/*/*.apk /package
|
||||||
chown $(stat -c '%u:%g' /package) /package/*
|
chown $(stat -c '%u:%g' /package) /package/*
|
||||||
EOF
|
EOF
|
||||||
|
@ -10,10 +10,12 @@ apk add tshark wireshark
|
|||||||
# desktop integration
|
# desktop integration
|
||||||
cat > /usr/share/applications/ostinato.desktop << 'EOF'
|
cat > /usr/share/applications/ostinato.desktop << 'EOF'
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
|
||||||
Name=Ostinato
|
Name=Ostinato
|
||||||
|
GenericName=Packet Traffic Generator
|
||||||
|
Exec=ostinato
|
||||||
Icon=ostinato
|
Icon=ostinato
|
||||||
Exec=sh -c 'ostinato > /tmp/ostinato.log 2>&1'
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
Categories=Network;Monitor;Qt;
|
Categories=Network;Monitor;Qt;
|
||||||
EOF
|
EOF
|
||||||
cp -p /tmp/uploads/ostinato/logo_256x256.png /usr/share/icons/hicolor/256x256/apps/ostinato.png
|
cp -p /tmp/uploads/ostinato/logo_256x256.png /usr/share/icons/hicolor/256x256/apps/ostinato.png
|
||||||
|
Loading…
Reference in New Issue
Block a user