updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / cave / PKGBUILD
blobf2f8332d29af2554442910a4fd7f4b53acb3dfb5
1 # Contributor: farid abdelnour <farid at atelier-labs.org>
3 pkgname=cave
4 pkgver=1.0b
5 pkgrel=2
6 pkgdesc="An acronym for Character Animation Viewer for Everyone. It uses a curses interface to play ascii character animations."
7 arch=('i686' 'x86_64')
8 url="http://bjk.sourceforge.net/cave/"
9 depends=('ncurses' 'zlib')
10 #makedepends=('' '')
11 license=('GPL')
12 source=(http://downloads.sourceforge.net/bjk/cave-1.0b.tar.gz)
13 md5sums=('3e7ef9873c82992f055282e31bf7b2d8')
15 build() {
16         cd ${startdir}/src/${pkgname}-${pkgver}
17         ./configure --prefix=/usr
18         make || return 1
19         make DESTDIR=${startdir}/pkg install