1 # Maintainer: Lucio Zara <pennega@gmail.com>
3 pkgname=guestfs-browser
6 pkgdesc="browse inside the filesystems of virtual machines and disk images using a simple graphical interface"
9 url="http://people.redhat.com/~rjones/guestfs-browser/"
10 depends=('libguestfs' 'gtk2')
11 makedepends=('lablgtk2' 'ocaml-libvirt' 'ocaml-xml-light' 'ocaml-calendar' 'ocaml-camomile' 'ocaml-bitstring' 'ocaml-extlib' )
17 source=(http://people.redhat.com/~rjones/guestfs-browser/files/${pkgname}-${pkgver}.tar.gz)
18 md5sums=('0f34d27f479c3a229112147b8a6ddcb6')
24 cd ${srcdir}/${pkgname}-${pkgver}
25 ./configure --prefix=/usr
30 cd ${srcdir}/${pkgname}-${pkgver}
31 make DESTDIR=${pkgdir} install