updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / pacman4console / PKGBUILD
blob355c35b3b57a91537bdc4f4dfddae6a25b7a8c0e
1 #Maintainer: Erus <erus.iluvatar@gmail.com>
2 pkgname=pacman4console
3 pkgver=1.2
4 pkgrel=1
5 pkgdesc="A 9 level ncurses pacman game with editor, patched not to disturb our package manager and to have nice ghosts"
6 arch=('i686' 'x86_64')
7 url="http://sites.google.com/site/doctormike/pacman.html"
8 license=('GPL')
9 depends=('ncurses')
10 makedepends=()
11 source=('http://ftp.debian.org/debian/pool/main/p/pacman4console/pacman4console_1.2.orig.tar.gz' 'pacman4console.patch' 'pacman4console' 'pacman4consoleedit')
12 md5sums=('1568960898ad9cb66c77412b85cd7d86'
13          'fdd2bd5b2d7f2a4afa5634146449288c'
14          'b913fb9959f2988a41457c270eb0d3b3'
15          'fc43203fcbc5b27872131ac6dfe85ddc')
17 build() {
19   cd pacman-$pkgver/
21   patch -i ../$pkgname.patch
23   make || return 1
25   make DESTDIR=$pkgdir install || return 1
27   install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
29   install -D -m644 ../pacman4console $pkgdir/usr/share/man/man6/pacman4console.6
30   install -D -m644 ../pacman4consoleedit $pkgdir/usr/share/man/man1/pacman4consoleedit.1