summaryrefslogtreecommitdiffstats
path: root/extra/wireshark/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-15 14:41:28 +0100
committersibel <lesibel@free.fr>2011-03-15 14:41:28 +0100
commitd031e407101bc93f376e6db7de39552d9880fe50 (patch)
tree727d150b1720d5fd679c7e7122e2053f75cb05d6 /extra/wireshark/Pkgfile
parent71e041680cb2717631cd88c785fbcb796826ed8d (diff)
downloadnutyx-extra-d031e407101bc93f376e6db7de39552d9880fe50.tar.gz
nutyx-extra-d031e407101bc93f376e6db7de39552d9880fe50.tar.bz2
nutyx-extra-d031e407101bc93f376e6db7de39552d9880fe50.tar.xz
nutyx-extra-d031e407101bc93f376e6db7de39552d9880fe50.zip
wireshark déplacé dans ouvert
Diffstat (limited to 'extra/wireshark/Pkgfile')
-rw-r--r--extra/wireshark/Pkgfile26
1 files changed, 0 insertions, 26 deletions
diff --git a/extra/wireshark/Pkgfile b/extra/wireshark/Pkgfile
deleted file mode 100644
index 9429ff883..000000000
--- a/extra/wireshark/Pkgfile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Description: Un analyseur de protocole réseau
-# URL: http://www.wireshark.org/
-# Maintainer: NuTyX core team
-# Packager: fanch
-# Depends on: gnutls, gtk, libcap, libpcap, pcre, libtasn1
-# Run on: gnutls,gtk,libcap,libpcap,pcre,libtasn1
-
-name=wireshark
-version=1.4.1
-release=1
-source=(http://media-2.cacetech.com/wireshark/src/wireshark-$version.tar.bz2 \
- http://nutyx.meticul.eu/files/patchs/$name/$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
-
-}
-