1
0
forked from ports/opt
opt/criticalmass/Pkgfile

17 lines
438 B
Plaintext
Raw Normal View History

2005-11-17 02:36:27 +00:00
# Description: An SDL/OpenGL space shoot'em up game.
# URL: http://criticalmass.sourceforge.net/critter.php
# Maintainer: Daniel Walpole, daniel at walpole dot id dot au
2006-01-09 02:28:13 +00:00
# Depends on: sdl_image, sdl_mixer, zlib
2005-11-17 02:36:27 +00:00
name=criticalmass
2006-01-06 12:35:14 +00:00
version=1.0.0
2005-11-17 02:36:27 +00:00
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/CriticalMass-$version.tar.bz2)
build() {
cd CriticalMass-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}