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
CommitLineData
34c77dc3
VM
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
ab44252f 5# Depends on: p5-sdl
34c77dc3
VM
6
7name=pangzero
8version=1.3
9release=1
10source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
11
12build () {
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}