Revert "reminiscence: remove package"

This reverts commit 6f74e7a539.

Didn't mean to push this out, was rfc.
This commit is contained in:
Đoàn Trần Công Danh 2021-01-14 21:58:24 +07:00
parent 4a79f5c784
commit b6559ea571

View file

@ -0,0 +1,24 @@
# Template file for 'reminiscence'
pkgname=reminiscence
version=0.4.6
revision=1
wrksrc="REminiscence-${version}"
build_style=gnu-makefile
make_use_env=yes
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
}