scummvm: updated to version 0.10.0

This commit is contained in:
Matt Housh 2007-06-20 20:07:08 -05:00
parent 227dc19b17
commit 80d2e9ed87
3 changed files with 8 additions and 4 deletions

View File

@ -8,6 +8,10 @@ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/pixmaps/ drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/scummvm.xpm -rw-r--r-- root/root usr/share/pixmaps/scummvm.xpm
drwxr-xr-x root/root usr/share/scummvm/ drwxr-xr-x root/root usr/share/scummvm/
-rw-r--r-- root/root usr/share/scummvm/classic080.ini
-rw-r--r-- root/root usr/share/scummvm/modern.ini
-rw-r--r-- root/root usr/share/scummvm/modern.zip
drwxr-xr-x root/root usr/share/scummvm/themes/ drwxr-xr-x root/root usr/share/scummvm/themes/
-rw-r--r-- root/root usr/share/scummvm/themes/classic080.ini
-rw-r--r-- root/root usr/share/scummvm/themes/modern.ini -rw-r--r-- root/root usr/share/scummvm/themes/modern.ini
-rw-r--r-- root/root usr/share/scummvm/themes/modern.zip -rw-r--r-- root/root usr/share/scummvm/themes/modern.zip

View File

@ -1 +1 @@
30a82ad466bae223875e66ee14b94904 scummvm-0.9.1.tar.bz2 398bbd5616a54aae8dbe7d9e6c55f064 scummvm-0.10.0.tar.bz2

View File

@ -4,13 +4,13 @@
# Depends on: libsdl, libogg, libmad, zlib, mpeg2dec, flac # Depends on: libsdl, libogg, libmad, zlib, mpeg2dec, flac
name=scummvm name=scummvm
version=0.9.1 version=0.10.0
release=2 release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2) source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
build() { build() {
cd $name-$version cd $name-$version
./configure --prefix=/usr ./configure --prefix=/usr --mandir=/usr/man
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install