diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 20:30:50 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 20:30:50 +0100 |
commit | 60cb0958360960f199db0c29456a0cee8f7c5eb5 (patch) | |
tree | 23982a428bfc01e408f174e0f65d5158a2eecfc7 | |
parent | 8f465be98bcd62e5e7f284384e5fbf2777ee756b (diff) | |
download | nutyx-pakxe-60cb0958360960f199db0c29456a0cee8f7c5eb5.tar.gz nutyx-pakxe-60cb0958360960f199db0c29456a0cee8f7c5eb5.tar.bz2 nutyx-pakxe-60cb0958360960f199db0c29456a0cee8f7c5eb5.tar.xz nutyx-pakxe-60cb0958360960f199db0c29456a0cee8f7c5eb5.zip |
wireshark, maj des dépendances
-rw-r--r-- | extra/wireshark/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/wireshark/Pkgfile b/extra/wireshark/Pkgfile index 6193644fd..0a6a1e9cb 100644 --- a/extra/wireshark/Pkgfile +++ b/extra/wireshark/Pkgfile @@ -2,7 +2,7 @@ # URL: http://www.wireshark.org/ # Maintainer: NuTyX core team # Packager: fanch -# Depends on: bash, gnutls, gtk, libcap, libpcap, pcre +# Depends on: gnutls, gtk, libcap, libpcap, pcre name=wireshark version=1.2.3 @@ -21,4 +21,4 @@ build() { install -D -m 644 ../$name.desktop \ $PKG/usr/share/applications/$name.desktop -}
\ No newline at end of file +} |