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/etherape/Pkgfile | |
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/etherape/Pkgfile')
-rw-r--r-- | extra/etherape/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |