2009-10-10 02:23:22 +00:00
|
|
|
# Maintainer: Juergen Hoetzel <juergen@archlinux.org>
|
|
|
|
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
|
|
|
|
|
|
|
pkgname=ethstatus
|
|
|
|
pkgver=0.4.3
|
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="EthStatus was developed for Linux users that are usually in console mode, based on PPPStatus"
|
2009-11-29 06:56:54 +00:00
|
|
|
arch=('arm')
|
2009-10-10 02:23:22 +00:00
|
|
|
url="http://packages.qa.debian.org/e/ethstatus.html"
|
|
|
|
license=('GPL')
|
|
|
|
depends=('ncurses')
|
|
|
|
source=(http://ftp.debian.org/debian/pool/main/e/ethstatus/ethstatus_$pkgver.tar.gz)
|
|
|
|
md5sums=('088412ddff67f50e32bc9d45e56b2658')
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $srcdir/ethstatus-$pkgver
|
|
|
|
make || return 1
|
|
|
|
install -D -m755 ethstatus $pkgdir/usr/bin/ethstatus || return 1
|
|
|
|
install -D -m644 ethstatus.1 $pkgdir/usr/share/man/man1/ethstatus.1 || return 1
|
|
|
|
}
|