Revert "reminiscence: remove package"
This reverts commit 6f74e7a539efd6416c9d1d63b5ff6c028403eafa. Didn't mean to push this out, was rfc.
This commit is contained in:
parent
4a79f5c784
commit
b6559ea571
24
srcpkgs/reminiscence/template
Normal file
24
srcpkgs/reminiscence/template
Normal 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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user