summaryrefslogtreecommitdiffstats
path: root/extra/etherape/Pkgfile
diff options
context:
space:
mode:
authorFrançois Visdeloup <fanchyannmaria@orange.fr>2009-11-02 21:32:20 +0100
committerFrançois Visdeloup <fanchyannmaria@orange.fr>2009-11-02 21:32:20 +0100
commit6ab975a5af5a7d8bbb9e03e13001954331af3817 (patch)
tree60287b3a184c381a2ac2cc88fa5fcaae5972eae9 /extra/etherape/Pkgfile
parentbeeecd5f1ca224932cb91837c7b14adb3e87367a (diff)
downloadnutyx-extra-6ab975a5af5a7d8bbb9e03e13001954331af3817.tar.gz
nutyx-extra-6ab975a5af5a7d8bbb9e03e13001954331af3817.tar.bz2
nutyx-extra-6ab975a5af5a7d8bbb9e03e13001954331af3817.tar.xz
nutyx-extra-6ab975a5af5a7d8bbb9e03e13001954331af3817.zip
etherare
Diffstat (limited to 'extra/etherape/Pkgfile')
-rw-r--r--extra/etherape/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/etherape/Pkgfile b/extra/etherape/Pkgfile
new file mode 100644
index 000000000..0e05e7806
--- /dev/null
+++ b/extra/etherape/Pkgfile
@@ -0,0 +1,19 @@
+# Description: graphical network monitor for various OSI layers and protocols
+# URL: http://etherape.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: fanch
+# Depends on: libpcap, libgnomeui
+
+name=etherape
+version=0.9.8
+release=1
+source=(http://downloads.sourceforge.net/project/etherape/etherape/0.9.8/etherape-0.9.8.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+