[Lunar-commits] <moonbase-other> ostinato: Adding to moonbase.
stumbles
stumbles at lunar-linux.org
Thu May 30 16:30:31 CEST 2013
commit 9b5e3547986cf433af3d7eef2e25f83bd1c47d17
Author: stumbles <stumbles at lunar-linux.org>
Date: Thu, 30 May 2013 07:30:01 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/9b5e3547986cf433af3d7eef2e25f83bd1c47d17
ostinato: Adding to moonbase.
---
net/ostinato/BUILD | +27/-0
net/ostinato/DEPENDS | +3/-0
net/ostinato/DETAILS | +18/-0
3 files changed, 48 insertions(+)
--- /dev/null
+++ b/net/ostinato/BUILD
@@ -0,0 +1,27 @@
+(
+
+ . /etc/profile.d/qt4.rc &&
+
+ qmake -config release PREFIX=/usr $OPTS &&
+
+ default_make &&
+
+ prepare_install &&
+
+ mkdir /usr/share/$MODULE &&
+ install client/icons/name.png /usr/share/$MODULE &&
+
+ cat > ${MODULE}.desktop << EOF &&
+[Desktop Entry]
+Name=Ostinato
+Comment=Network packet crafter/traffic generator and analyze
+Exec=${MODULE_PREFIX}/bin/ostinato
+Icon=${MODULE_PREFIX}/share/$MODULE/name.png
+Terminal=false
+Type=Application
+Categories=Qt;KDE;Internet;
+EOF
+
+ install -D -m644 ${MODULE}.desktop ${MODULE_PREFIX}/share/applications/${MODULE}.desktop
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/net/ostinato/DEPENDS
@@ -0,0 +1,3 @@
+depends libpcap
+depends protobuf
+depends qt4
--- /dev/null
+++ b/net/ostinato/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=ostinato
+ VERSION=src-0.5.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://ostinato.googlecode.com/files/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-${VERSION#*-}
+ SOURCE_VFY=sha1:cea7306bcd2e036a5d97fed740dcaf621ddad12b
+ WEB_SITE=http://code.google.com/p/ostinato/
+ ENTERED=20130530
+ UPDATED=20130530
+ SHORT="network packet crafter/traffic generator and analyzer"
+
+cat << EOF
+Ostinato is an open-source, cross-platform network packet crafter/traffic generator
+and analyzer with a friendly GUI. Craft and send packets of several streams with
+different protocols at different rates. For the full feature list see below.
+
+Ostinato aims to be "Wireshark in Reverse" and become complementary to Wireshark.
+EOF
More information about the Lunar-commits
mailing list