summaryrefslogtreecommitdiffstats
path: root/extra/etherape/Pkgfile
blob: ff55275c77aacf4427077654ab0dff968eff53c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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, gnome-doc-utils, alsa-lib

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
	rm -r  $PKG/usr/share/gnome
}