mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
parent
1005958e13
commit
ffb0f35661
1 changed files with 24 additions and 0 deletions
24
srcpkgs/easyrpg-player/template
Normal file
24
srcpkgs/easyrpg-player/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue