scummvm: updated to version 0.10.0
This commit is contained in:
parent
227dc19b17
commit
80d2e9ed87
@ -8,6 +8,10 @@ drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/pixmaps/
|
||||
-rw-r--r-- root/root usr/share/pixmaps/scummvm.xpm
|
||||
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/
|
||||
-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.zip
|
||||
|
@ -1 +1 @@
|
||||
30a82ad466bae223875e66ee14b94904 scummvm-0.9.1.tar.bz2
|
||||
398bbd5616a54aae8dbe7d9e6c55f064 scummvm-0.10.0.tar.bz2
|
||||
|
@ -4,13 +4,13 @@
|
||||
# Depends on: libsdl, libogg, libmad, zlib, mpeg2dec, flac
|
||||
|
||||
name=scummvm
|
||||
version=0.9.1
|
||||
release=2
|
||||
version=0.10.0
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr --mandir=/usr/man
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user