updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / crash / PKGBUILD
blob69f36b0d2e72ba65f19639b8694deef45d5f50f9
1 # Maintainer: Mathieu Pasquet <mathieui@mathieui.net>
2 # Contributor: Bernhard Walle <bernhard.walle@gmx.de>
3 pkgname=crash
4 pkgver=5.1.7
5 pkgrel=1
6 pkgdesc="Linux kernel crashdump analysis tool"
7 license=('GPL')
8 makedepends=('flex' 'bison' 'zlib' 'ncurses')
9 arch=('i686' 'x86_64')
10 source=(http://people.redhat.com/~anderson/$pkgname-$pkgver.tar.gz)
11 url="http://people.redhat.com/~anderson"
12 md5sums=('8654c5577691d3f5602443689e7214a2')
14 build() {
15   cd $srcdir/$pkgname-$pkgver
16   make
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)
21 # :mode=shellscript: