1 # Maintainer: IgnorantGuru http://igurublog.wordpress.com/
5 pkgdesc="Runs Firefox and other apps in a sandbox with limited access to the filesystem"
7 depends=('inotify-tools')
9 url=("http://igurublog.wordpress.com/downloads/script-$pkgname/")
10 source=("http://downloads.sourceforge.net/project/ig-scripts/$pkgname-$pkgver.sh")
11 #md5sums=(`wget -O - http://downloads.sourceforge.net/project/ig-scripts/$pkgname-$pkgver.sh | md5sum | head -c 32`)
12 md5sums=('57c7a060e1d0f488810e76ff695a0fcd')
13 sha256sums=('1864c3ab90fc34b2b708ea811ee7adc19ba4e3eb605de7f2cb1e49d3017be358')
16 install -Dm755 "$srcdir/$pkgname-$pkgver.sh" "$pkgdir/usr/bin/$pkgname"