summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3cbbef8022c6bf411095fcffb024055d699402b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: sp42b <sp42b|a_t|gmx.net>

pkgname=cavez-of-phear
pkgver=0.5.1
pkgrel=1
pkgdesc="A Boulder Dash like game for consoles/terminals. Level editor included."
arch=('i686' 'x86_64')
#url="http://www.x86.no/cavezofphear/"
url="https://web.archive.org/web/20140328135903/http://www.x86.no/cavezofphear/"
license=('GPL')
depends=('ncurses')
#source=(http://www.x86.no/cavezofphear/phear-$pkgver.tar.bz2)
source=(http://entware.dyndns.info/sources/phear-$pkgver.tar.bz2)
md5sums=('c9b3751dc52d332aaf04cbed4addf7c1')

build() {
  cd "$srcdir/phear-$pkgver"
  make
}

package() {
  cd "$srcdir/phear-$pkgver"
  make DESTDIR_BIN="$pkgdir/usr/bin" DESTDIR_DATA="$pkgdir/usr/share" install
}