2006-10-10 03:28:42 +00:00
|
|
|
# Description: Script Creation Utility for Maniac Mansion Virtual Machine
|
2006-02-23 15:26:10 +00:00
|
|
|
# URL: http://www.scummvm.org/
|
2006-10-10 03:28:42 +00:00
|
|
|
# Maintainer: Matt Housh, jaeger at crux dot nu
|
|
|
|
# Depends on: libsdl, libogg, libmad, zlib, mpeg2dec, flac
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=scummvm
|
2006-10-30 13:55:40 -06:00
|
|
|
version=0.9.1
|
2006-02-23 15:26:10 +00:00
|
|
|
release=1
|
|
|
|
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure
|
|
|
|
make
|
|
|
|
install -D -m 0755 $name $PKG/usr/bin/$name
|
2006-07-21 11:44:28 +00:00
|
|
|
install -D -m 0644 icons/$name.xpm $PKG/usr/share/icons/$name.xpm
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|