1 # Contributor: ezzetabi <ezzetabi at gawab dot com>
6 pkgdesc="Tool to mount the partitions inside the virtualbox hard drives (vdi files)"
8 url="http://muralipiyer.blogspot.com/2008/02/mounting-virtualbox-vdi-disk-authentic.html"
13 source=('http://pastebin.ca/raw/1297025' 'http://pastebin.ca/raw/1297026')
17 <1297025 tr -d '\r' >vdimount
19 gcc -o vdiinfo vdiinfo.c || return 1
21 install -d -m 755 "$pkgdir/usr/bin"
22 install -m 755 vdiinfo "$pkgdir/usr/bin"
23 install -m 755 vdimount "$pkgdir/usr/bin"
26 md5sums=('3fc12ea57cacce1ba14804912a8dac78'
27 'e99402b1955cbfcac9531f432c2a21ac')
29 # vim:set ts=2 sw=2 et: