6 pkgdesc="file integrity / intrusion detection system"
8 url="http://www.la-samhna.de/"
11 source=(http://www.la-samhna.de/samhain/${pkgname}-current.tar.gz)
13 md5sums=('d02494e7282809e76b83fa1c2ecb952b')
17 tar -zxvf ${pkgname}-${pkgver}.tar.gz
18 cd "${pkgname}-${pkgver}"
19 ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-trusted=0
21 make DESTDIR="$pkgdir/" install