diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 17:38:48 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 17:38:48 +0100 |
commit | 0280f0c73ec1b987bc34361c6911c52e6e4253cb (patch) | |
tree | 27554d524140eea7ef185d27effe095c1b2f609e /extra | |
parent | 12e950844947d3104ac9ad33e378140825ed740d (diff) | |
download | nutyx-pakxe-0280f0c73ec1b987bc34361c6911c52e6e4253cb.tar.gz nutyx-pakxe-0280f0c73ec1b987bc34361c6911c52e6e4253cb.tar.bz2 nutyx-pakxe-0280f0c73ec1b987bc34361c6911c52e6e4253cb.tar.xz nutyx-pakxe-0280f0c73ec1b987bc34361c6911c52e6e4253cb.zip |
etherapw, maj footprint et dépendances
Diffstat (limited to 'extra')
-rw-r--r-- | extra/etherape/.footprint | 16 | ||||
-rw-r--r-- | extra/etherape/Pkgfile | 3 |
2 files changed, 2 insertions, 17 deletions
diff --git a/extra/etherape/.footprint b/extra/etherape/.footprint index d79d5ed9d..08483bc75 100644 --- a/extra/etherape/.footprint +++ b/extra/etherape/.footprint @@ -8,22 +8,6 @@ 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/Pkgfile b/extra/etherape/Pkgfile index ebae42b68..ff55275c7 100644 --- a/extra/etherape/Pkgfile +++ b/extra/etherape/Pkgfile @@ -2,7 +2,7 @@ # URL: http://etherape.sourceforge.net/ # Maintainer: NuTyX core team # Packager: fanch -# Depends on: libpcap, libgnomeui +# Depends on: libpcap, libgnomeui, gnome-doc-utils, alsa-lib name=etherape version=0.9.9 @@ -14,6 +14,7 @@ build() { ./configure --prefix=/usr make make DESTDIR=$PKG install + rm -r $PKG/usr/share/gnome } |