New package: tworld-1.3.2
This commit is contained in:
parent
c9bffe8a76
commit
1c374dd6ad
2 changed files with 47 additions and 0 deletions
35
srcpkgs/tworld/patches/destdir.patch
Normal file
35
srcpkgs/tworld/patches/destdir.patch
Normal file
|
@ -0,0 +1,35 @@
|
|||
--- Makefile.in.orig 2020-05-04 11:25:41.650521047 -0400
|
||||
+++ Makefile.in 2020-05-04 11:29:37.834294399 -0400
|
||||
@@ -91,19 +91,19 @@
|
||||
#
|
||||
|
||||
install: tworld
|
||||
- mkdir -p $(bindir)
|
||||
- mkdir -p $(sharedir)/sets
|
||||
- mkdir -p $(sharedir)/data
|
||||
- mkdir -p $(sharedir)/res
|
||||
- mkdir -p $(mandir)/man6
|
||||
- cp -i ./tworld $(bindir)/.
|
||||
- cp -i sets/*.dac $(sharedir)/sets/.
|
||||
- cp -i data/*.dat $(sharedir)/data/.
|
||||
- cp -i res/rc $(sharedir)/res/.
|
||||
- cp -i res/*.bmp $(sharedir)/res/.
|
||||
- cp -i res/*.txt $(sharedir)/res/.
|
||||
- cp -i res/*.wav $(sharedir)/res/.
|
||||
- cp -i docs/tworld.6 $(mandir)/man6/.
|
||||
+ mkdir -p $(DESTDIR)/$(bindir)
|
||||
+ mkdir -p $(DESTDIR)/$(sharedir)/sets
|
||||
+ mkdir -p $(DESTDIR)/$(sharedir)/data
|
||||
+ mkdir -p $(DESTDIR)/$(sharedir)/res
|
||||
+ mkdir -p $(DESTDIR)/$(mandir)/man6
|
||||
+ cp -i ./tworld $(DESTDIR)/$(bindir)/.
|
||||
+ cp -i sets/*.dac $(DESTDIR)/$(sharedir)/sets/.
|
||||
+ cp -i data/*.dat $(DESTDIR)/$(sharedir)/data/.
|
||||
+ cp -i res/rc $(DESTDIR)/$(sharedir)/res/.
|
||||
+ cp -i res/*.bmp $(DESTDIR)/$(sharedir)/res/.
|
||||
+ cp -i res/*.txt $(DESTDIR)/$(sharedir)/res/.
|
||||
+ cp -i res/*.wav $(DESTDIR)/$(sharedir)/res/.
|
||||
+ cp -i docs/tworld.6 $(DESTDIR)/$(mandir)/man6/.
|
||||
|
||||
all: tworld
|
||||
|
12
srcpkgs/tworld/template
Normal file
12
srcpkgs/tworld/template
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Template file for 'tworld'
|
||||
pkgname=tworld
|
||||
version=1.3.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="SDL-devel"
|
||||
short_desc="Emulator for Chip's Challenge game engine"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://www.muppetlabs.com/~breadbox/software/tworld/"
|
||||
distfiles="http://www.muppetlabs.com/~breadbox/pub/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=472fce08de124d965cccb20070b0be2b8b4c5ad717fc5ece32828baacd46d861
|
Loading…
Reference in a new issue