mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
Revert "reminiscence: remove package"
This reverts commit 6f74e7a539
.
Didn't mean to push this out, was rfc.
This commit is contained in:
parent
4a79f5c784
commit
b6559ea571
1 changed files with 24 additions and 0 deletions
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…
Add table
Reference in a new issue