diff options
Diffstat (limited to 'extra/wireshark/Pkgfile')
-rw-r--r-- | extra/wireshark/Pkgfile | 26 |
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 - -} - |