PKGBUILDs/extra/etherape/PKGBUILD
2009-11-28 22:56:54 -08:00

22 lines
647 B
Bash

# Maintainer: kevin <kevin@archlinux.org>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=etherape
pkgver=0.9.7
pkgrel=4
pkgdesc="A graphical network monitor for various OSI layers and protocols"
arch=('arm')
url="http://etherape.sourceforge.net/"
license=('GPL2')
makedepends=('rarian')
depends=('libgnomeui' 'libpcap>=1.0.0')
source=(http://dl.sourceforge.net/sourceforge/etherape/$pkgname-$pkgver.tar.gz)
md5sums=('7b5783090d92abe79634da4b582c6b48')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc/etherape
/usr/bin/make || return 1
/usr/bin/make DESTDIR=$startdir/pkg install
}