scummvm: 0.12.0 -> 1.0.0rc1
This commit is contained in:
parent
b31ad9a1fb
commit
ee7647e545
@ -8,11 +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/drascula.dat
|
||||
-rw-r--r-- root/root usr/share/scummvm/kyra.dat
|
||||
-rw-r--r-- root/root usr/share/scummvm/lure.dat
|
||||
-rw-r--r-- root/root usr/share/scummvm/modern.ini
|
||||
-rw-r--r-- root/root usr/share/scummvm/modern.zip
|
||||
-rw-r--r-- root/root usr/share/scummvm/pred.dic
|
||||
-rw-r--r-- root/root usr/share/scummvm/queen.tbl
|
||||
-rw-r--r-- root/root usr/share/scummvm/scummmodern.zip
|
||||
-rw-r--r-- root/root usr/share/scummvm/sky.cpt
|
||||
|
@ -1 +1 @@
|
||||
cd5620c57645948c8da0d4d9c9fcffb3 scummvm-0.12.0.tar.bz2
|
||||
f3fabedc7ff2424d6a4bc678229b22ce scummvm-1.0.0rc1.tar.bz2
|
||||
|
@ -1,18 +1,18 @@
|
||||
# Description: Script Creation Utility for Maniac Mansion Virtual Machine
|
||||
# URL: http://www.scummvm.org/
|
||||
# Packager: Matt Housh, jaeger at crux dot nu
|
||||
# Maintainer: Richard Poettler, richard dot poettler at gmail dot com
|
||||
# Depends on: libsdl libogg libmad mpeg2dec flac
|
||||
# URL: http://www.scummvm.org/
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
# Packager: Matt Housh, jaeger at crux dot nu
|
||||
# Depends on: libsdl libogg libmad mpeg2dec flac
|
||||
|
||||
name=scummvm
|
||||
version=0.12.0
|
||||
version=1.0.0rc1
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --mandir=/usr/man
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/share/doc
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --mandir=/usr/man
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/share/doc
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user