2013-07-03 15:38:53 +00:00
|
|
|
# Template file for 'reminiscince'
|
|
|
|
pkgname=reminiscence
|
|
|
|
version=0.2.1
|
2014-11-11 16:49:30 +00:00
|
|
|
revision=3
|
2013-07-03 15:38:53 +00:00
|
|
|
wrksrc="REminiscence-${version}"
|
|
|
|
build_style=gnu-makefile
|
|
|
|
makedepends="SDL-devel zlib-devel"
|
|
|
|
short_desc="Rewrite of the engine used in the game Flashback from Delphine Software"
|
2015-04-10 07:16:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2013-07-03 15:38:53 +00:00
|
|
|
license="GPL-3"
|
|
|
|
homepage="http://cyxdown.free.fr/reminiscence/"
|
|
|
|
distfiles="http://cyxdown.free.fr/reminiscence/REminiscence-${version}.tar.bz2"
|
|
|
|
checksum=3168ffb7cd29e72a150e22edc6f0891001288f4c89d7900cbac8864ce763c2bd
|
|
|
|
|
2014-06-22 05:57:28 +00:00
|
|
|
pre_build() {
|
|
|
|
sed -e 's,CXXFLAGS :=,CXXFLAGS +=,' -i Makefile
|
2013-07-03 15:38:53 +00:00
|
|
|
}
|
|
|
|
do_install() {
|
2014-11-11 16:49:30 +00:00
|
|
|
vbin rs ${pkgname}
|
2014-11-11 16:51:11 +00:00
|
|
|
vdoc README
|
2013-07-03 15:38:53 +00:00
|
|
|
}
|