CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
seabattle: moved from opt collection.
[attic/ports/games-cross.git] / aop / Pkgfile
1 # Description: Aop is a curses based arcade game.
2 # URL: http://raffi.at/view/code/aop
3 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
4 # Depends on: ncurses
5
6 name=aop
7 version=0.6
8 release=3
9 source=(http://raffi.at/code/$name/$name-$version.tar.gz \
10 $name-$version.patch)
11
12 build() {
13 cd $name-$version
14 patch -p1 -i $SRC/$name-$version.patch
15 make CC="$CC" CFLAGS="$CFLAGS"
16 make DESTDIR=$PKG install
17 }