22 lines
672 B
Plaintext
22 lines
672 B
Plaintext
# Template file for 'reminiscince'
|
|
pkgname=reminiscence
|
|
version=0.2.1
|
|
revision=2
|
|
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"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://cyxdown.free.fr/reminiscence/"
|
|
distfiles="http://cyxdown.free.fr/reminiscence/REminiscence-${version}.tar.bz2"
|
|
checksum=3168ffb7cd29e72a150e22edc6f0891001288f4c89d7900cbac8864ce763c2bd
|
|
|
|
pre_build() {
|
|
sed -e 's,CXXFLAGS :=,CXXFLAGS +=,' -i Makefile
|
|
}
|
|
do_install() {
|
|
vinstall rs 755 usr/bin
|
|
vinstall README 644 usr/share/doc/${pkgname}
|
|
}
|