updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / haim / PKGBUILD
blob8fcf5a0be9548d7894e5b4360f481f939e740d51
1 # Contributor: Antonio Arias Orzanco <antonio.arias99999@gmail.com>
3 _origname=Haim
4 pkgname=haim
5 pkgver=0.2.0
6 pkgrel=2
7 pkgdesc="Haim is an ISO image automounter. Click on your iso image to mount and reclick to unmount."
8 arch=('i686' 'x86_64')
9 url="http://www.hyperray.net/hyperget/haim-holoox-auto-iso-mounter"
10 license=('GPL')
11 depends=('qt')
12 source=(http://hyperray.org/Products/$_origname/$_origname-$pkgver.tar.gz)
13 md5sums=('cfb54e590564735bf12d957fba779f5a')
15 build() {
16   cd $srcdir/$_origname
18   make || return 1
19   make DESTDIR=$pkgdir install || return 1