mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cavestory: update to 1.2; add x86_64
The update to 1.2 contains binaries for 32 and 64 bits. There is no license file. The page https://www.cavestory.org/game-info/game-releases.php says 'Cave Story (Freeware)' and so copy that text and a link to the web page to a LICENSE file to satisfy xlint.
This commit is contained in:
parent
95a2e4effc
commit
59b719e778
2 changed files with 19 additions and 15 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd /usr/share/cavestory
|
cd /usr/libexec/cavestory
|
||||||
exec ./doukutsu.bin "$@"
|
exec ./doukutsu.bin "$@"
|
||||||
|
|
|
@ -1,26 +1,30 @@
|
||||||
# Template file for 'cavestory'
|
# Template file for 'cavestory'
|
||||||
pkgname=cavestory
|
pkgname=cavestory
|
||||||
version=1.01
|
version=1.2
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc=linuxDoukutsu-${version}
|
archs="x86_64 i686"
|
||||||
archs="i686"
|
wrksrc=linuxDoukutsu-1.01
|
||||||
lib32mode=full
|
short_desc="Japanese side-scrolling platformer game"
|
||||||
repository=nonfree
|
|
||||||
short_desc="A Japanese side-scrolling platformer game"
|
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="Proprietary"
|
license="custom: proprietary"
|
||||||
homepage="http://www.cavestory.org/"
|
homepage="http://www.cavestory.org/"
|
||||||
distfiles="http://www.cavestory.org/downloads/linuxdoukutsu-${version}.tar.bz2"
|
distfiles="http://www.cavestory.org/downloads/linuxdoukutsu-1.01.tar.bz2
|
||||||
checksum=76466fc1b1901ce25e301a4ec8450aced806c9d499d66707d6f7b38efebc24c1
|
http://www.cavestory.org/downloads/linuxDoukutsu-${version}.zip"
|
||||||
|
checksum="76466fc1b1901ce25e301a4ec8450aced806c9d499d66707d6f7b38efebc24c1
|
||||||
|
a8711393c86cb6a7c6786883b22aed814f0e819cf935f8b273cb9dc5d58cfc6b"
|
||||||
|
repository=nonfree
|
||||||
|
nopie=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/cavestory
|
vmkdir usr/libexec/cavestory
|
||||||
vcopy Config.dat usr/share/cavestory
|
vcopy Config.dat usr/libexec/cavestory
|
||||||
vcopy data usr/share/cavestory
|
vcopy data usr/libexec/cavestory
|
||||||
vdoc doc/readme.txt
|
vdoc doc/readme.txt
|
||||||
vdoc doc/configfileformat.txt
|
vdoc doc/configfileformat.txt
|
||||||
vcopy doukutsu.bin usr/share/cavestory
|
mv ../linuxDoukutsu-${version}/doukutsu_${XBPS_TARGET_WORDSIZE}bits doukutsu.bin
|
||||||
|
vinstall doukutsu.bin 755 usr/libexec/cavestory
|
||||||
vbin ${FILESDIR}/cavestory
|
vbin ${FILESDIR}/cavestory
|
||||||
vinstall ${FILESDIR}/cavestory.desktop 644 usr/share/applications/
|
vinstall ${FILESDIR}/cavestory.desktop 644 usr/share/applications/
|
||||||
vinstall ${FILESDIR}/cavestory.png 644 usr/share/pixmaps/
|
vinstall ${FILESDIR}/cavestory.png 644 usr/share/pixmaps/
|
||||||
|
vlicense doc/readme.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue