### this file is sourced not run
PKGVER=2.5.1
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=scummvm-$PKGVER.tar.xz
MD5SUM=79f7541e404f575a37bfa6be448c4046
SRC_URL=http://www.scummvm.org/frs/scummvm/$PKGVER/$TARBALL
BUNDLE=

SLACKREQ='libSDL libjpeg-turbo libmpeg2 libogg libvorbis 
libflac libmad libpng libtheora libfaad2 fluidsynth libSDL-net'
SLACKDESC="scummvm: scummvm $PKGVER (Classical game engine)
scummvm: 
scummvm: ScummVM is a program which allows you to run certain classic 
scummvm: graphical point-and-click adventure games, provided you already have 
scummvm: their data files. ScummVM supports many adventure games, including 
scummvm: LucasArts SCUMM games, many of Sierra's AGI and SCI games and more.
scummvm: 
scummvm: http://www.scummvm.org/
scummvm: 
scummvm: 
scummvm:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="
		--prefix=/usr \
		--libdir=/usr/$LIBDIR \
		--default-dynamic \
		--enable-plugins \
		--enable-eventrecorder \
		--enable-release \
	"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


