CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
reminiscence: tried to change the default scaler to 0 (non-scaled)
[attic/ports/games-cross.git] / pangzero / Pkgfile
1 # Description: clone and enhancement of Super Pang
2 # URL: http://apocalypse.rulez.org/pangzero
3 # Maintainer: Victor Martinez, pitillo at ono dot com
4 # Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
5 # Depends on: p5-sdl
6
7 name=pangzero
8 version=1.3
9 release=1
10 source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
11
12 build () {
13 cd $name-$version
14 sed '2118,+5d' -i configure
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr
18 make
19 make DESTDIR=$PKG install
20 }