reminiscence: remove package

- The last GPLv3 version was 0.2.1 or so (Debian has this version)
- Our current version doesn't have any license, only Copyright notice,
  let's not play the politic game.
This commit is contained in:
Đoàn Trần Công Danh 2021-01-14 20:46:35 +07:00
parent 4b5a7fa1d5
commit 6f74e7a539

View file

@ -1,24 +0,0 @@
# 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
}