scummvm: 0.8.2 -> 0.9.0

This commit is contained in:
Daniel Walpole 2006-07-21 11:44:28 +00:00
parent d59169029a
commit b1a6431c3f
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
60c6977add285175c1133a3017512ce7 scummvm-0.8.2.tar.bz2
5eede9c97d1883f80770a3e211419783 scummvm-0.9.0.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: libsdl, libogg, libmad, zlib, mpeg2dec
name=scummvm
version=0.8.2
version=0.9.0
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
@ -13,5 +13,5 @@ build() {
./configure
make
install -D -m 0755 $name $PKG/usr/bin/$name
install -D -m 0644 $name.xpm $PKG/usr/share/icons/$name.xpm
install -D -m 0644 icons/$name.xpm $PKG/usr/share/icons/$name.xpm
}