16 lines
650 B
Bash
16 lines
650 B
Bash
# Template file for 'megazeux'
|
|
pkgname=megazeux
|
|
version=2.91j
|
|
revision=1
|
|
wrksrc="mzx${version/.}"
|
|
build_style=configure
|
|
configure_script="./config.sh"
|
|
configure_args="--platform unix --enable-release --bindir /usr/lib/megazeux
|
|
--gamesdir /usr/bin --disable-updater"
|
|
makedepends="SDL2-devel libvorbis-devel libpng-devel"
|
|
short_desc="Game creation system"
|
|
maintainer="Adrian Siekierka <kontakt@asie.pl>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://www.digitalmzx.net/"
|
|
distfiles="http://vault.digitalmzx.net/download.php?latest=src&ver=${version}>${pkgname}-${version}.tar.xz"
|
|
checksum=c641a2550178667a559918b9ac686088f0a6c9788af1f573b767711f689f6a68
|