summaryrefslogtreecommitdiffstats
path: root/extra/wireshark/Pkgfile
diff options
context:
space:
mode:
authorFrançois Visdeloup <fanchyannmaria at orange dot fr>2009-11-13 22:43:08 +0100
committerFrançois Visdeloup <fanchyannmaria at orange dot fr>2009-11-13 22:43:08 +0100
commit8c83d1e3c1e96b2c208dd74ec74fd3e3e7ad1f7e (patch)
tree1d2063bf808c4e6be2007cf9a00ba3ce055e144e /extra/wireshark/Pkgfile
parentea22bf4acd9d726cbdb0e36162ce8677801c830e (diff)
downloadnutyx-extra-8c83d1e3c1e96b2c208dd74ec74fd3e3e7ad1f7e.tar.gz
nutyx-extra-8c83d1e3c1e96b2c208dd74ec74fd3e3e7ad1f7e.tar.bz2
nutyx-extra-8c83d1e3c1e96b2c208dd74ec74fd3e3e7ad1f7e.tar.xz
nutyx-extra-8c83d1e3c1e96b2c208dd74ec74fd3e3e7ad1f7e.zip
wireshark
Diffstat (limited to 'extra/wireshark/Pkgfile')
-rw-r--r--extra/wireshark/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/wireshark/Pkgfile b/extra/wireshark/Pkgfile
new file mode 100644
index 000000000..6193644fd
--- /dev/null
+++ b/extra/wireshark/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Un analyseur de protocole réseau
+# URL: http://www.wireshark.org/
+# Maintainer: NuTyX core team
+# Packager: fanch
+# Depends on: bash, gnutls, gtk, libcap, libpcap, pcre
+
+name=wireshark
+version=1.2.3
+release=1
+source=(http://media-2.cacetech.com/wireshark/src/wireshark-1.2.3.tar.bz2 \
+ $name.desktop)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ install -d $PKG/usr/share/$name/pixmaps
+ install -m 644 image/{hi,lo}{16,32,48}-app-$name.png \
+ $PKG/usr/share/$name/pixmaps
+ install -D -m 644 ../$name.desktop \
+ $PKG/usr/share/applications/$name.desktop
+
+} \ No newline at end of file