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
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
7 name=phear
8 version=0.5
9 release=1
10 source=(http://www.x86.no/cavezofphear/$name-$version.tar.bz2)
11
12 build() {
13 cd $name-$version
14 make CC="$CC"
15 make install DESTDIR_BIN="$PKG/usr/bin" DESTDIR_DATA="$PKG/usr/share/$name"
16 }