24 lines
702 B
Bash
24 lines
702 B
Bash
# Template file for 'reminiscence'
|
|
pkgname=reminiscence
|
|
version=0.4.6
|
|
revision=1
|
|
wrksrc="REminiscence-${version}"
|
|
build_style=gnu-makefile
|
|
makedepends="zlib-devel libmodplug-devel SDL2-devel"
|
|
short_desc="Rewrite of the engine used in the game Flashback from Delphine Software"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3"
|
|
homepage="http://cyxdown.free.fr/reminiscence/"
|
|
distfiles="http://cyxdown.free.fr/reminiscence/REminiscence-${version}.tar.bz2"
|
|
checksum=a1738ca7df64cd34e75a0ada3110e70ed495260fda813bc9d8722b521fc6fee0
|
|
|
|
pre_build() {
|
|
vsed -e 's,-DUSE_TREMOR,,' -i Makefile
|
|
vsed -e '/LIBS =/s/$(TREMOR_LIBS)//' -i Makefile
|
|
}
|
|
|
|
do_install() {
|
|
vbin rs ${pkgname}
|
|
vdoc README.txt
|
|
}
|