opt/scummvm/Pkgfile

18 lines
436 B
Plaintext
Raw Normal View History

# Description: Script Creation Utility for Maniac Mansion Virtual Machine
2021-01-29 13:29:50 +01:00
# URL: https://www.scummvm.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libmad libmpeg2 flac
2006-02-23 16:26:10 +01:00
name=scummvm
2022-10-18 20:42:51 +02:00
version=2.6.1
2008-01-18 20:25:27 +01:00
release=1
2021-02-15 14:04:44 +01:00
source=(https://downloads.scummvm.org/frs/scummvm/$version/$name-$version.tar.xz)
2006-02-23 16:26:10 +01: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 16:26:10 +01:00
}