updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / bs / PKGBUILD
blob278327e23347f90b69915e699b594c5ecff37964
1 # Maintainer:  Patrick Palka <patrick@parcs.ath.cx>
2 # Contributor: damir <damir@archlinux.org>
3 # Development: http://closure.ath.cx/aur-dev
5 pkgname=bs
6 pkgver=2.8
7 pkgrel=1
8 pkgdesc="The classic game of Battleships against the computer. Ncurses."
9 arch=('i686' 'x86_64')
10 url="http://www.catb.org/~esr/bs/"
11 license=('GPL2')
12 depends=('ncurses')
13 source=($url/$pkgname-$pkgver.tar.gz)
15 build() {
16   cd "$pkgname-$pkgver"
18   make
21 package() {
22   cd "$pkgname-$pkgver"
24   install -Dm755 bs $pkgdir/usr/bin/bs
25   install -Dm644 bs.6 $pkgdir/usr/share/man/man6/bs.6
28 md5sums=('3add0396d1e7f98c20267634f41a87b1')