diff options
-rw-r--r-- | extra/etherape/.footprint | 16 | ||||
-rw-r--r-- | extra/etherape/.md5sum | 2 | ||||
-rw-r--r-- | extra/etherape/Pkgfile | 10 |
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 } |