updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / bsod / PKGBUILD
blob556c5cf3caef0d9cd2b0eae06e9b857161e372ca
1 # Maintainer: jose <jose1711 [at] gmail (dot) com>
3 pkgname=bsod
4 pkgver=0.1
5 pkgrel=4
6 pkgdesc="Bsod displays the famous windows xp blue screen of death on the console"
7 arch=('i686' 'x86_64')
8 url="http://www.vanheusden.com/bsod/"
9 license=('GPL')
10 depends=('ncurses')
11 source=("http://www.vanheusden.com/bsod/$pkgname-${pkgver}.tgz")
12 md5sums=('a8e4a111ef16810e25461322c5bdbc3f')
14 build() {
15 cd $srcdir/$pkgname-$pkgver
16 make
19 package() {
20 cd $srcdir/$pkgname-$pkgver
21 install -D -m755 ./bsod $pkgdir/usr/bin/bsod