cavestory: MAKE THIS REALLY WORK! 32-BIT BINARY.
This commit is contained in:
parent
c88ff18cee
commit
83052b9c4e
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'cavestory'
|
||||
pkgname=cavestory
|
||||
version=1.01
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=linuxDoukutsu-${version}
|
||||
only_for_archs="i686 x86_64"
|
||||
short_desc="A Japanese side-scrolling platformer game"
|
||||
only_for_archs="i686"
|
||||
lib32mode=full
|
||||
repository=nonfree
|
||||
short_desc="A Japanese side-scrolling platformer game"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="Proprietary"
|
||||
homepage="http://www.cavestory.org/"
|
||||
|
@ -19,7 +20,6 @@ do_install(){
|
|||
vdoc doc/readme.txt
|
||||
vdoc doc/configfileformat.txt
|
||||
vcopy doukutsu.bin usr/share/cavestory
|
||||
vcopy libSDL-1.2.so.0 usr/share/cavestory
|
||||
vbin ${FILESDIR}/cavestory
|
||||
vinstall ${FILESDIR}/cavestory.desktop 644 usr/share/applications/
|
||||
vinstall ${FILESDIR}/cavestory.png 644 usr/share/pixmaps/
|
||||
|
|
Loading…
Reference in a new issue