updated on Mon Jan 9 08:00:21 UTC 2012
[aur-mirror.git] / lsat / PKGBUILD
blobbe39473b09b4d1ca7e38b3e70462e46534b1af77
1 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
2 # Contributor: Sven Kauber <celeon@gmail.com>
4 pkgname=lsat
5 pkgver=0.9.7.1
6 pkgrel=1
7 pkgdesc="A post install security auditor for Linux/Unix"
8 arch=('i686' 'x86_64')
9 url="http://usat.sourceforge.net/"
10 license=('GPL')
11 depends=('popt')
12 optdepends=('nmap' 'lsof')
13 source=(http://usat.sourceforge.net/code/$pkgname-$pkgver.tgz)
14 md5sums=('441defd1f7f82c5eccd3b5a9f46fe5fa')
16 build() {
17   cd "$srcdir"/$pkgname-$pkgver
18   ./configure \
19     --prefix=/usr \
20     --mandir=/usr/share/man || return 1
21   make || return 1
22   make manpage || return 1
23   make \
24     DESTDIR="$pkgdir" \
25     INSTALL=/bin/install \
26     install installman || return 1