opt/scummvm/Pkgfile

18 lines
521 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A 'virtual machine' for several classic graphical point-and-click adventure games.
# URL: http://www.scummvm.org/
# Maintainer: Daniel Walpole, daniel at walpole dot id dot au
# Depends on: libsdl, libogg, libmad, zlib, mpeg2dec
name=scummvm
2006-07-21 13:44:28 +02:00
version=0.9.0
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
}