updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / virt-top / PKGBUILD
blob55bc88d6a25651b1b2b4070d47dc5bfe2105f6af
1 # Maintainer: Thomas S Hatch <thatch45 (at) Gmail (dot) com>
3 pkgname=virt-top
4 pkgver=1.0.4
5 pkgrel=3
6 license=('GPL')
7 arch=('i686' 'x86_64')
8 pkgdesc="Top for libvirt virtual machines"
9 url="http://people.redhat.com/~rjones/virt-top/"
10 depends=('libvirt')
11 makedepends=('ocaml'
12              'ocaml-findlib'
13              'ocaml-extlib'
14              'ocaml-curses'
15              'ocaml-libvirt'
16              'ocaml-fileutils'
17              'ocaml-camomile'
18              'ocaml-calendar'
19              'gettext'
20              'perl'
21              'gawk')
22 source=("http://people.redhat.com/~rjones/virt-top/files/${pkgname}-${pkgver}.tar.gz")
23 md5sums=('491929219b5b49b4e502a1643599be95')
25 build() {
26   cd "$srcdir/${pkgname}-${pkgver}"
27   ./configure --libdir=/usr/lib  --prefix=/usr
28   make all opt
29   make DESTDIR=${pkgdir} install