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'
|
# Template file for 'cavestory'
|
||||||
pkgname=cavestory
|
pkgname=cavestory
|
||||||
version=1.01
|
version=1.01
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=linuxDoukutsu-${version}
|
wrksrc=linuxDoukutsu-${version}
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686"
|
||||||
short_desc="A Japanese side-scrolling platformer game"
|
lib32mode=full
|
||||||
repository=nonfree
|
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="Proprietary"
|
||||||
homepage="http://www.cavestory.org/"
|
homepage="http://www.cavestory.org/"
|
||||||
|
@ -19,7 +20,6 @@ do_install(){
|
||||||
vdoc doc/readme.txt
|
vdoc doc/readme.txt
|
||||||
vdoc doc/configfileformat.txt
|
vdoc doc/configfileformat.txt
|
||||||
vcopy doukutsu.bin usr/share/cavestory
|
vcopy doukutsu.bin usr/share/cavestory
|
||||||
vcopy libSDL-1.2.so.0 usr/share/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/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue