summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1c2bf92fc9df529bccbd9c5174aa18d459b8281f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=wmifs
pkgver=1.8
pkgrel=1
arch=(i686 x86_64)
pkgdesc="A network monitor for all network devices that shows the transmission ratio"
url="http://www.dockapps.net/$pkgname"
license=('GPL')
depends=('libxpm')
source=("http://www.dockapps.net/download/$pkgname-$pkgver.tar.gz")
md5sums=('5d74a93c7d1561ecb3949a1eae8f4fbd')

prepare() {
  cd dockapps-*
  autoreconf -fiv
}

build() {
  cd dockapps-*
  ./configure --prefix=/usr --mandir=/usr/share/man
  make V=0
}

package() {
  cd dockapps-*
  make DESTDIR="$pkgdir" install
}