New package: easyrpg-player-0.6.0

closes #10857
This commit is contained in:
Franc[e]sco 2019-04-11 20:13:19 +02:00 committed by maxice8
parent 1005958e13
commit ffb0f35661
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# Template file for 'easyrpg-player'
pkgname=easyrpg-player
version=0.6.0
revision=1
wrksrc="Player-${version}"
build_style=gnu-configure
hostmakedepends="pkg-config autoconf automake libtool"
makedepends="liblcf-devel SDL2-devel pixman-devel libpng-devel zlib-devel
freetype-devel mpg123-devel WildMidi-devel libvorbis-devel opusfile-devel
libsndfile-devel libxmp-devel speexdsp-devel SDL2_mixer-devel"
short_desc="RPG Maker 2000/2003 and EasyRPG games interpreter"
maintainer="Franc[e]sco <lolisamurai@tfwno.gf>"
license="MIT"
homepage="https://github.com/EasyRPG/Player"
distfiles="https://github.com/EasyRPG/Player/archive/${version}.tar.gz"
checksum=28be0b858f5dbd81ea39d7aabc1ebe068a07770213c1b22687e88811962a75ee
pre_configure() {
autoreconf -i
}
post_install() {
vlicense COPYING
}