diff options
author | François Visdeloup <fanchyannmaria@orange.fr> | 2009-11-02 21:32:20 +0100 |
---|---|---|
committer | François Visdeloup <fanchyannmaria@orange.fr> | 2009-11-02 21:32:20 +0100 |
commit | 6ab975a5af5a7d8bbb9e03e13001954331af3817 (patch) | |
tree | 60287b3a184c381a2ac2cc88fa5fcaae5972eae9 | |
parent | beeecd5f1ca224932cb91837c7b14adb3e87367a (diff) | |
download | nutyx-extra-6ab975a5af5a7d8bbb9e03e13001954331af3817.tar.gz nutyx-extra-6ab975a5af5a7d8bbb9e03e13001954331af3817.tar.bz2 nutyx-extra-6ab975a5af5a7d8bbb9e03e13001954331af3817.tar.xz nutyx-extra-6ab975a5af5a7d8bbb9e03e13001954331af3817.zip |
etherare
-rw-r--r-- | extra/etherape/.footprint | 44 | ||||
-rw-r--r-- | extra/etherape/.md5sum | 1 | ||||
-rw-r--r-- | extra/etherape/Pkgfile | 19 |
3 files changed, 64 insertions, 0 deletions
diff --git a/extra/etherape/.footprint b/extra/etherape/.footprint new file mode 100644 index 000000000..d79d5ed9d --- /dev/null +++ b/extra/etherape/.footprint @@ -0,0 +1,44 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/etherape +drwxr-xr-x root/root usr/etc/ +drwxr-xr-x root/root usr/etc/etherape/ +-rw-r--r-- root/root usr/etc/etherape/services +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/etherape.desktop +drwxr-xr-x root/root usr/share/etherape/ +drwxr-xr-x root/root usr/share/etherape/doc/ +drwxr-xr-x root/root usr/share/etherape/doc/etherape/ +drwxr-xr-x root/root usr/share/etherape/doc/etherape/C/ +-rw-r--r-- root/root usr/share/etherape/doc/etherape/C/etherape.xml +drwxr-xr-x root/root usr/share/etherape/doc/etherape/C/figures/ +-rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/appmain.png +-rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/capture_file_dlg.png +-rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/color_select_dlg.png +-rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/eth_toolbar.png +-rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/link_info.png +-rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/node_info.png +-rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/pref_colors_dlg.png +-rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/pref_diagram_dlg.png +-rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/pref_timings_dlg.png +-rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/proto_info.png +-rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/protocol_edit_dlg.png +drwxr-xr-x root/root usr/share/etherape/glade/ +-rw-r--r-- root/root usr/share/etherape/glade/etherape.glade +-rw-r--r-- root/root usr/share/etherape/glade/etherape.png +-rw-r--r-- root/root usr/share/etherape/glade/pause.xpm +-rw-r--r-- root/root usr/share/etherape/glade/play.xpm +-rw-r--r-- root/root usr/share/etherape/glade/stop.xpm +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/etherape.mo +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/etherape.1.gz +drwxr-xr-x root/root usr/share/omf/ +drwxr-xr-x root/root usr/share/omf/etherape/ +-rw-r--r-- root/root usr/share/omf/etherape/etherape-C.omf +drwxr-xr-x root/root usr/share/pixmaps/ +-rw-r--r-- root/root usr/share/pixmaps/etherape.png diff --git a/extra/etherape/.md5sum b/extra/etherape/.md5sum new file mode 100644 index 000000000..bf85431d4 --- /dev/null +++ b/extra/etherape/.md5sum @@ -0,0 +1 @@ +ca770d23b825b1a39d4c3b27efd8cbd1 etherape-0.9.8.tar.gz diff --git a/extra/etherape/Pkgfile b/extra/etherape/Pkgfile new file mode 100644 index 000000000..0e05e7806 --- /dev/null +++ b/extra/etherape/Pkgfile @@ -0,0 +1,19 @@ +# Description: graphical network monitor for various OSI layers and protocols +# URL: http://etherape.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: fanch +# Depends on: libpcap, libgnomeui + +name=etherape +version=0.9.8 +release=1 +source=(http://downloads.sourceforge.net/project/etherape/etherape/0.9.8/etherape-0.9.8.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + + |