updated on Sun Jan 15 20:01:04 UTC 2012
[aur-mirror.git] / sandfox / PKGBUILD
blob2574358b918ba6afb7000506d1f8ae20d70ea43b
1 # Maintainer: IgnorantGuru  http://igurublog.wordpress.com/
2 pkgname=sandfox
3 pkgver=1.1.1
4 pkgrel=1
5 pkgdesc="Runs Firefox and other apps in a sandbox with limited access to the filesystem"
6 arch=(any)
7 depends=('inotify-tools')
8 license=('GPL3')
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')
15 build() {
16         install -Dm755 "$srcdir/$pkgname-$pkgver.sh" "$pkgdir/usr/bin/$pkgname"