summaryrefslogtreecommitdiffstats
path: root/extra/etherape/Pkgfile
blob: ebae42b68b4011e635eccf24abd91ea7531c3f92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.9
release=1
source=(http://downloads.sourceforge.net/project/etherape/etherape/0.9.9/$name-$version.tar.gz)

build() {
	cd $name-$version
        ./configure --prefix=/usr
        make
        make DESTDIR=$PKG install
}