summaryrefslogtreecommitdiffstats
path: root/extra/etherape/Pkgfile
diff options
context:
space:
mode:
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
}