megazeux: rewrite template
This commit is contained in:
parent
7386be7e4b
commit
ba72d018f8
1 changed files with 7 additions and 7 deletions
|
@ -2,15 +2,15 @@
|
|||
pkgname=megazeux
|
||||
version=2.91g
|
||||
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/"
|
||||
makedepends="SDL2-devel libvorbis-devel libpng-devel"
|
||||
build_style=configure
|
||||
configure_script="./config.sh"
|
||||
configure_args="--platform unix --enable-release --bindir /usr/lib/megazeux --gamesdir /usr/bin --disable-updater"
|
||||
wrksrc=mzx${version/.}
|
||||
_filename=${wrksrc}.tar.xz
|
||||
distfiles="http://vault.digitalmzx.net/download.php?latest=src&ver=${version}>${_filename}"
|
||||
distfiles="http://vault.digitalmzx.net/download.php?latest=src&ver=${version}>${pkgname}-${version}.tar.xz"
|
||||
checksum=fac0dfe1d0a6568e4338a6d9825db4d266033addfde50029feb68ad7bd5d7c4e
|
||||
|
|
Loading…
Reference in a new issue