1 # Contributor: Robin Vossen <robin@codeinject.org>
6 pkgdesc="Systrace enforces system call policies for applications by constraining the application's access to the system."
8 url="http://www.citi.umich.edu/u/provos/systrace/"
12 #optdepends('gtk2: GUI')
13 source=("http://www.citi.umich.edu/u/provos/systrace/systrace-${pkgver}.tar.gz")
14 md5sums=('e6ddb35d7021a4ac7f965e844e252455')
18 cd $startdir/src/$pkgname-${pkgver}
19 ./configure --prefix=/usr/
21 make DESTDIR="$pkgdir/" install