From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/etherape/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 community/etherape/PKGBUILD (limited to 'community/etherape') diff --git a/community/etherape/PKGBUILD b/community/etherape/PKGBUILD new file mode 100644 index 000000000..a1d5cf3da --- /dev/null +++ b/community/etherape/PKGBUILD @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 40756 2011-02-26 14:25:14Z jlichtblau $ +# Maintainer: Thorsten Töpper +# Contributor: kevin +# Contributor: Damir Perisa + +pkgname=etherape +pkgver=0.9.10 +pkgrel=1 +pkgdesc="A graphical network monitor for various OSI layers and protocols" +arch=('i686' 'x86_64') +url="http://etherape.sourceforge.net/" +license=('GPL2') +depends=('libgnomeui' 'libpcap') +makedepends=('rarian' 'gnome-doc-utils') +source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz) +md5sums=('e763b919b46f94f3cccc72f05d9075bb') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + + ./configure --prefix=/usr --sysconfdir=/etc + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + + make DESTDIR=${pkgdir} install +} -- cgit v1.2.3-54-g00ecf