opt/scummvm/Pkgfile

18 lines
489 B
Plaintext
Raw Normal View History

# Description: Script Creation Utility for Maniac Mansion Virtual Machine
2006-02-23 16:26:10 +01:00
# URL: http://www.scummvm.org/
# Maintainer: Matt Housh, jaeger at crux dot nu
# Depends on: libsdl, libogg, libmad, zlib, mpeg2dec, flac
2006-02-23 16:26:10 +01:00
name=scummvm
2006-10-30 20:55:40 +01:00
version=0.9.1
2006-02-23 16:26:10 +01: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 13:44:28 +02:00
install -D -m 0644 icons/$name.xpm $PKG/usr/share/icons/$name.xpm
2006-02-23 16:26:10 +01:00
}