1 # Maintainer: Mathieu Pasquet <mathieui@mathieui.net>
2 # Contributor: Bernhard Walle <bernhard.walle@gmx.de>
6 pkgdesc="Linux kernel crashdump analysis tool"
8 makedepends=('flex' 'bison' 'zlib' 'ncurses')
10 source=(http://people.redhat.com/~anderson/$pkgname-$pkgver.tar.gz)
11 url="http://people.redhat.com/~anderson"
12 md5sums=('8654c5577691d3f5602443689e7214a2')
15 cd $srcdir/$pkgname-$pkgver
17 mkdir -p $pkgdir/usr/bin
18 /bin/install ${pkgname} ${pkgdir}/usr/bin/
19 # make DESTDIR=$pkgdir install # can't use since it is /usr/bin/install in the makefile (and we have in /bin/install)