opt/scummvm/Pkgfile

18 lines
449 B
Plaintext
Raw Normal View History

# Description: Script Creation Utility for Maniac Mansion Virtual Machine
# URL: https://www.scummvm.org/
2009-09-19 01:11:44 +02:00
# Maintainer: Thomas Penteker, tek at serverop dot de
2011-02-18 21:30:20 +01:00
# Depends on: libmad libmpeg2 flac
2006-02-23 16:26:10 +01:00
name=scummvm
2020-07-11 06:12:19 +02:00
version=2.1.2
2008-01-18 20:25:27 +01:00
release=1
2020-07-11 06:12:19 +02:00
source=(https://www.scummvm.org/frs/${name}/${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
}