summaryrefslogtreecommitdiffstats
path: root/extra/etherape
diff options
context:
space:
mode:
authorpierre <pierre@nutyx.(none)>2010-05-10 14:37:57 +0200
committerpierre <pierre@nutyx.(none)>2010-05-10 14:37:57 +0200
commit699a8bde25ffc8d329f1095968430ae82a548adb (patch)
tree36d6f311cba4c389a9fc205664a0df2b78e7e981 /extra/etherape
parent8ab9ddf07be072410f97781b699d3842e27181c1 (diff)
downloadnutyx-pakxe-699a8bde25ffc8d329f1095968430ae82a548adb.tar.gz
nutyx-pakxe-699a8bde25ffc8d329f1095968430ae82a548adb.tar.bz2
nutyx-pakxe-699a8bde25ffc8d329f1095968430ae82a548adb.tar.xz
nutyx-pakxe-699a8bde25ffc8d329f1095968430ae82a548adb.zip
Maj de etherape#0.9.8-2
Diffstat (limited to 'extra/etherape')
-rw-r--r--extra/etherape/.footprint16
-rw-r--r--extra/etherape/.md5sum2
-rw-r--r--extra/etherape/Pkgfile10
3 files changed, 22 insertions, 6 deletions
diff --git a/extra/etherape/.footprint b/extra/etherape/.footprint
index 08483bc75..d79d5ed9d 100644
--- a/extra/etherape/.footprint
+++ b/extra/etherape/.footprint
@@ -8,6 +8,22 @@ 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
diff --git a/extra/etherape/.md5sum b/extra/etherape/.md5sum
index ba2553e65..bf85431d4 100644
--- a/extra/etherape/.md5sum
+++ b/extra/etherape/.md5sum
@@ -1 +1 @@
-5ac4d386284fe8ed31860656cdfefb45 etherape-0.9.9.tar.gz
+ca770d23b825b1a39d4c3b27efd8cbd1 etherape-0.9.8.tar.gz
diff --git a/extra/etherape/Pkgfile b/extra/etherape/Pkgfile
index ff55275c7..6da412d94 100644
--- a/extra/etherape/Pkgfile
+++ b/extra/etherape/Pkgfile
@@ -2,19 +2,19 @@
# URL: http://etherape.sourceforge.net/
# Maintainer: NuTyX core team
# Packager: fanch
-# Depends on: libpcap, libgnomeui, gnome-doc-utils, alsa-lib
+# Depends on: libpcap, libgnomeui, gnome-doc-utils, alsa-lib, libglade
name=etherape
-version=0.9.9
-release=1
-source=(http://downloads.sourceforge.net/project/etherape/etherape/0.9.9/$name-$version.tar.gz)
+version=0.9.8
+release=2
+source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
- rm -r $PKG/usr/share/gnome
+# rm -r $PKG/usr/share/gnome
}