2006-10-10 03:28:42 +00:00
|
|
|
# Description: Script Creation Utility for Maniac Mansion Virtual Machine
|
2021-01-29 12:29:50 +00:00
|
|
|
# URL: https://www.scummvm.org/
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
|
|
# Depends on: libmad libmpeg2 flac
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=scummvm
|
2022-01-03 13:56:38 +01:00
|
|
|
version=2.5.1
|
2008-01-18 13:25:27 -06:00
|
|
|
release=1
|
2021-02-16 00:04:44 +11:00
|
|
|
source=(https://downloads.scummvm.org/frs/scummvm/$version/$name-$version.tar.xz)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build() {
|
2009-09-19 01:11:44 +02:00
|
|
|
cd $name-$version
|
2017-08-20 22:54:24 +02:00
|
|
|
./configure --prefix=/usr
|
2009-09-19 01:11:44 +02:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
rm -rf $PKG/usr/share/doc
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|