mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
Added aur/wavemon/PKGBUILD to check if working and build sucessfully...
This commit is contained in:
parent
0714352d7b
commit
088e0cb973
1 changed files with 22 additions and 0 deletions
22
aur/wavemon/PKGBUILD
Normal file
22
aur/wavemon/PKGBUILD
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Maintainer: Beej Jorgensen <beej@beej.us># archlinuxarm Maintainer: drathir <drathir87@gmail.com>
|
||||
pkgname=wavemon
|
||||
pkgver=0.7.5
|
||||
pkgrel=1
|
||||
pkgdesc="Ncurses-based monitoring application for wireless network devices"
|
||||
arch=('any')
|
||||
url="http://eden-feed.erg.abdn.ac.uk/wavemon/"
|
||||
license=('GPL')
|
||||
depends=('ncurses' 'libcap')
|
||||
source=("http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('77d4a0f099ca98cf98a915adc70694ba')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
./configure --prefix=/usr --mandir=/usr/share/man
|
||||
|
||||
make
|
||||
make DESTDIR=${pkgdir} install
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
Loading…
Reference in a new issue