CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
zracer: Fixed arch maintainer and release
[attic/ports/games-cross.git] / phear / Pkgfile
CommitLineData
be7af821
VM
1# Description: Boulder Dash / Digger like game for 80x25 consoles/terminals
2# URL: http://www.x86.no/cavezofphear/
3# Maintainer: Victor Martinez, pitillo at ono dot com
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5# Depends on: ncurses
6
7name=phear
8version=0.5
9release=1
10source=(http://www.x86.no/cavezofphear/$name-$version.tar.bz2)
11
12build() {
13 cd $name-$version
14 make CC="$CC"
15 make install DESTDIR_BIN="$PKG/usr/bin" DESTDIR_DATA="$PKG/usr/share/$name"
16}