1 # Maintainer: Michael Rolf <mi.rolf@gmx.net>
6 pkgdesc="Simple yet secure file verification system with features that make sense"
8 url='http://sourceforge.net/projects/integrit'
10 install=integrit.install
11 source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
12 md5sums=('f51a5b558981a5d90e7d6f4e7e269a46')
15 cd $srcdir/$pkgname-$pkgver
16 ./configure --prefix=$pkgdir/usr --mandir=$pkgdir/usr/share/man --infodir=$pkgdir/usr/share/info
23 cd $srcdir/$pkgname-$pkgver
26 # also install the examples
27 /bin/install -d $pkgdir/usr/share/doc/integrit/examples
28 /bin/install -m 644 examples/* $pkgdir/usr/share/doc/integrit/examples/