From 63ee1a55594e2e46dfc1ff7d5631f594c0f31ad3 Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 8 May 2009 19:01:58 +0000 Subject: wireshark: adding wireshark git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2198 370017ae-e619-0410-ac65-c121f96126d4 --- net/analyzer/wireshark/Manifest | 23 +++ net/analyzer/wireshark/wireshark.SlackBuild | 238 ++++++++++++++++++++++++++++ 2 files changed, 261 insertions(+) create mode 100644 net/analyzer/wireshark/Manifest create mode 100644 net/analyzer/wireshark/wireshark.SlackBuild (limited to 'net') diff --git a/net/analyzer/wireshark/Manifest b/net/analyzer/wireshark/Manifest new file mode 100644 index 00000000..6a3d2de4 --- /dev/null +++ b/net/analyzer/wireshark/Manifest @@ -0,0 +1,23 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +DIST wireshark-1.0.7.tar.bz2 13289668 MD5 34807e6f21a0118d9f1961c5c5f59d66 RMD160 cd52704cde4afe57cccb09733c7f0ddfef2363e9 SHA1 ac7253ed010ffe8075de21fde362bb162b59f279 SHA256 dc6d7ce1d9fd576fc75f79c2e541786f33706c03996ab93e5c0056b74bca0021 SHA512 495b2bb706576c5ec5d87d6ec1932705c86ccff6bc24213b3391d27bf4ee6e156d67ac0189dc31fb37603375a25e71d97ada237db253e396d9068b2d806d346a +MKBUILD wireshark.mkbuild 4944 MD5 66f4a01b6a69417d1c2244ef2a211cd9 RMD160 b2e3345211de663b2e1ad5ccbe1c37be4de1126a SHA1 af12e0aec02f1cba9c81c97aecbdc9c193bc38c8 SHA256 601033c103c1bb56c47ac1e706ab67af76c9e11ba65c970862f83c68ea12ba2b SHA512 35942cd0f9e7c7f8864bbf98c22094cd5ffb2271d2f36021d19e3bcac089819b22e70ac4138abae3f82dcc29768820aa4396675d1b98bede4c90b5d067855da4 +SLACKBUILD wireshark.SlackBuild 7285 MD5 59b8f854bdecd031fa86604ad1f3162e RMD160 03fd99011150878685ff4bb640f945517899e08e SHA1 f0d1b44e3b22c4ed178ff3f15ccaef9ffc1bd60f SHA256 598ffce372070447b568e3d328963cd80f023e6bf1b74db764aad49a0040a547 SHA512 5e970be6cfdb70a773ffda115b5f18b02480fbd5a6fc809adb6338f44fdc2adb77fb8e11a9f2e5afb3b347aef1533fc989ee5d4713a6945d8df50754c7e00b1d +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iQIcBAEBCAAGBQJKBIBsAAoJEEHL93ESzgeizCwQALyWIfPfjMcg3KqCjMoXxw0Y +jXJFZqwIlSolwuTdJPO3Mc8//y6N8T4xrZvxO+TB4rL7CftGWKVOLZ265qfjmPYC +V5Ivc3itSKxr1N/KZb14MSqlvLULmYy9PTd+S/aOuiseYS7wUv13SuefK5w8xHsD +fzmS91M4T5+mD7NeBBdEDXs10iAYLcz6l+ct3IgtpZqKoNT2QRf3Q+s+5z652gqR +M75w6Q4SbECmWiAsC5Ver9w3w9fIuTM2EK27GTY8qZHA6mD2ph6sPji/8vrg7Vpn +1zYG49E2WAIwAep0hb9K/f4eWRf7xWATjcHEMkrliY+aNbe6spLi1rWCXgHuzzKd +Td2ih4d6A2/9OCU4tsaa/rgNBuEKxoJN3evQ7em7MqfvvVZl7ioAon0ft5SQhARP +Jff6lroczU68lWDtKZxZrPfA7cSC4BG3wwft/N48oDyFzan3SZu1yd+jgUDqHyik +lPmAm0Ie0u5FbXh6/3LP6AAZsvQsq/FuocbR/rL9DIeT8A6jmNhts4fwh6PYEs7G ++zvFrfbg15nSA1kjtbcR1FXekWm/IlgXGAashijzyrpT0ItuN+Di/HbnNIjomCMH +7I3T2NlmqbH1kERi+DrgAGKkICzNhLoHJbl2vBuM0r4J8LfJAeFG7QAguhfmoznT +Ud7yFUu4IfTLiYpThHy/ +=LG0m +-----END PGP SIGNATURE----- diff --git a/net/analyzer/wireshark/wireshark.SlackBuild b/net/analyzer/wireshark/wireshark.SlackBuild new file mode 100644 index 00000000..2e97224c --- /dev/null +++ b/net/analyzer/wireshark/wireshark.SlackBuild @@ -0,0 +1,238 @@ +#!/bin/bash +# +# wireshark.SlackBuild is free software; you can redistribute +# it and/or modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the License, +# or any later version. +# +# wireshark.SlackBuild is distributed in the hope that it will +# be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General +# Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA +# +# slackbuild for wireshark, by Silvio Rhatto +# requires: +# tested: wireshark-1.0.7 +# model: generic.mkSlackBuild $Rev: 805 $ +# + +# Look for slackbuildrc +if [ -f ~/.slackbuildrc ]; then + source ~/.slackbuildrc +elif [ -f /etc/slackbuildrc ]; then + source /etc/slackbuildrc +fi + +# Set variables +CWD="$(pwd)" +SRC_NAME="wireshark" +PKG_NAME="wireshark" +ARCH=${ARCH:=i486} +SRC_VERSION=${VERSION:=1.0.7} +PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')" +BUILD=${BUILD:=1rha} +SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME +TMP=${TMP:=/tmp} +PKG=${PKG:=$TMP/package-$PKG_NAME} +REPOS=${REPOS:=$TMP} +SLACKBUILD_PATH=${SLACKBUILD_PATH:="net/analyzer/wireshark"} +PREFIX=${PREFIX:=/usr} +PKG_WORK="$TMP/$SRC_NAME" +CONF_OPTIONS=${CONF_OPTIONS:=""} +NUMJOBS=${NUMJOBS:=""} + +# Set system libraries' path and optmization flags based on $ARCH +LIBDIR="$PREFIX/lib" + +if [ "$ARCH" = "i386" ]; then + SLKCFLAGS="-O2 -march=i386 -mtune=i686" +elif [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686" +elif [ "$ARCH" = "s390" ]; then + SLKCFLAGS="-O2" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIR="$PREFIX/lib64" + LDFLAGS="-L/lib64 -L/usr/lib64" +fi + +# Set error codes (used by createpkg) +ERROR_WGET=31; ERROR_MAKE=32; ERROR_INSTALL=33 +ERROR_MD5=34; ERROR_CONF=35; ERROR_HELP=36 +ERROR_TAR=37; ERROR_MKPKG=38; ERROR_GPG=39 +ERROR_PATCH=40; ERROR_VCS=41; ERROR_MKDIR=42 +ERROR_MANIFEST=43; + +# Clean up any leftovers of previous builds +rm -rf "$PKG_WORK" 2> /dev/null +rm -rf "$PKG" 2> /dev/null + +# Create directories if necessary +mkdir -p "$SRC_DIR" || exit $ERROR_MKDIR +mkdir -p "$PKG" || exit $ERROR_MKDIR +mkdir -p "$REPOS" || exit $ERROR_MKDIR +mkdir -p "$PKG_WORK" || exit $ERROR_MKDIR + +# Dowload source if necessary +SRC="$SRC_NAME-$VERSION.tar.bz2" +URL="http://www.wireshark.org/download/src/$SRC" + +if [ ! -s "$SRC_DIR/$SRC" ] || ! bunzip2 -t "$SRC_DIR/$SRC" 2> /dev/null; then + wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET +fi + +# Check Manifest file +if [ -e "$CWD/Manifest" ]; then + + # Manifest signature checking + if grep -q -- "-----BEGIN PGP SIGNED MESSAGE-----" $CWD/Manifest; then + echo "Checking Manifest signature..." + gpg --verify $CWD/Manifest + if [ "$?" != "0" ]; then + exit $ERROR_MANIFEST + fi + fi + + MANIFEST_LINES="`grep -E -v "^(MKBUILD|SLACKBUILD)" $CWD/Manifest | wc -l`" + + for ((MANIFEST_COUNT=1; MANIFEST_COUNT <= $MANIFEST_LINES; MANIFEST_COUNT++)); do + + MANIFEST_LINE="`grep -E -v "^(MKBUILD|SLACKBUILD)" $CWD/Manifest | head -n $MANIFEST_COUNT | tail -n 1`" + MANIFEST_FILE="`echo $MANIFEST_LINE | awk '{ print $2 }'`" + MANIFEST_FILE_TYPE="`echo $MANIFEST_LINE | awk '{ print $1 }'`" + + if [ -e "$SRC_DIR/$MANIFEST_FILE" ]; then + MANIFEST_FILE="$SRC_DIR/$MANIFEST_FILE" + else + MANIFEST_FILE="`find $CWD -name $MANIFEST_FILE`" + fi + + if [ ! -e "$MANIFEST_FILE" ] || [ -d "$MANIFEST_FILE" ]; then + continue + fi + + echo "Checking Manifest for $MANIFEST_FILE_TYPE $MANIFEST_FILE integrity..." + + SIZE_SRC="`wc -c $MANIFEST_FILE | awk '{ print $1 }'`" + SIZE_MANIFEST="`echo $MANIFEST_LINE | awk '{ print $3 }'`" + + # Check source code size + if [ "$SIZE_SRC" != "$SIZE_MANIFEST" ]; then + echo "SIZE Manifest: $SIZE_MANIFEST; SIZE $SRC: $SIZE_SRC" + exit $ERROR_MANIFEST + else + echo "Size match." + fi + + # Check source code integrity + for ALGO in md5 rmd160 sha1 sha256 sha512; do + if [ $ALGO = "rmd160" ]; then + ALGO_SRC="`openssl rmd160 $MANIFEST_FILE | awk '{ print $2 }'`" + else + ALGO_SRC="`"$ALGO"sum $MANIFEST_FILE | awk '{ print $1 }'`" + fi + ALGO="`echo $ALGO | tr '[:lower:]' '[:upper:]'`" + ALGO_MANIFEST=$(echo $MANIFEST_LINE | sed "s/.* $ALGO //" | awk '{ print $1 }') + if [ "$ALGO_SRC" != "$ALGO_MANIFEST" ]; then + echo "$ALGO Manifest: $ALGO_MANIFEST; $ALGO $SRC: $ALGO_SRC" + exit $ERROR_MANIFEST + else + echo "$ALGO match." + fi + done + + done + +else + exit $ERROR_MANIFEST +fi + +# Untar +cd "$PKG_WORK" +tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TAR +PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $NF }'`" +cd "$PKG_SRC" + +# Configure +CFLAGS="$SLKCFLAGS" \ + CXXFLAGS="$SLKCFLAGS" \ + ./configure \ + --prefix="$PREFIX" --libdir="$LIBDIR" $CONF_OPTIONS || exit $ERROR_CONF + +# Compile +make $NUMJOBS || exit $ERROR_MAKE + +# Install +make install DESTDIR="$PKG" || exit $ERROR_INSTALL + +# Strip binaries +( cd "$PKG" + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null +) + +# Compress and link manpages +if [ -d "$PKG/$PREFIX/man" ]; then + ( cd "$PKG/$PREFIX/man" + for manpagedir in $(find . -type d -name "man*") ; do + ( cd $manpagedir + for eachpage in $( find . -type l -maxdepth 1) ; do + ln -s $( readlink $eachpage ).gz $eachpage.gz + rm $eachpage + done + gzip -9 *.? + ) + done + ) +fi + +# Install documentation +DOCS="AUTHORS COPYING ChangeLog FAQ NEWS README README.linux" +mkdir -p "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION" || exit $ERROR_MKDIR +for doc in $DOCS; do + if [ -f "$doc" ]; then + cp -a $doc "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION" + fi +done + +# Add package description (slack-desc) +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +cat << EODESC > "$PKG/install/slack-desc" +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler----------------------------------------------------| +wireshark: wireshark +wireshark: +wireshark: Wireshark is an award-winning network protocol +wireshark: analyzer developed by an international team of +wireshark: experts. +wireshark: +wireshark: +wireshark: +wireshark: +wireshark: +wireshark: +EODESC + +# Build the package +cd "$PKG" +mkdir -p $REPOS/$SLACKBUILD_PATH +makepkg -l y -c n "$REPOS/$SLACKBUILD_PATH/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG + +# Delete source and build directories if requested +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then + rm -rf "$PKG_WORK" "$PKG" +fi -- cgit v1.2.3