summaryrefslogtreecommitdiffstats
path: root/extra/etherape/Pkgfile
blob: 0e05e78062e5612b89bcaaebb04c4fec48daf92e (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.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
}