summaryrefslogtreecommitdiffstats
path: root/extra/etherape/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-26 17:38:48 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-26 17:38:48 +0100
commit0280f0c73ec1b987bc34361c6911c52e6e4253cb (patch)
tree27554d524140eea7ef185d27effe095c1b2f609e /extra/etherape/Pkgfile
parent12e950844947d3104ac9ad33e378140825ed740d (diff)
downloadnutyx-extra-0280f0c73ec1b987bc34361c6911c52e6e4253cb.tar.gz
nutyx-extra-0280f0c73ec1b987bc34361c6911c52e6e4253cb.tar.bz2
nutyx-extra-0280f0c73ec1b987bc34361c6911c52e6e4253cb.tar.xz
nutyx-extra-0280f0c73ec1b987bc34361c6911c52e6e4253cb.zip
etherapw, maj footprint et dépendances
Diffstat (limited to 'extra/etherape/Pkgfile')
-rw-r--r--extra/etherape/Pkgfile3
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
}