minecraft: switch to INSTALL.msg.
This commit is contained in:
parent
aadadecade
commit
5c19f97b41
2 changed files with 5 additions and 12 deletions
|
@ -1,14 +1,8 @@
|
||||||
case "${ACTION}" in
|
|
||||||
post)
|
|
||||||
cat <<_EOF
|
|
||||||
==========================================================================
|
==========================================================================
|
||||||
|
|
||||||
To start the Minecraft launcher a java implementation is required,
|
To start the Minecraft launcher a java implementation is required,
|
||||||
right now you can install the Oracle propietary "jre" package available
|
right now you can install the Oracle propietary "oracle-jre" package available
|
||||||
in the nonfree repository; alternatively you can also use your own
|
in the nonfree repository; alternatively you can also use your own
|
||||||
and make sure that "java" executable is in your PATH.
|
and make sure that "java" executable is in your PATH.
|
||||||
|
|
||||||
==========================================================================
|
==========================================================================
|
||||||
_EOF
|
|
||||||
;;
|
|
||||||
esac
|
|
|
@ -1,16 +1,15 @@
|
||||||
# Template build file for 'minecraft'
|
# Template build file for 'minecraft'
|
||||||
pkgname=minecraft
|
pkgname=minecraft
|
||||||
version=0.3
|
version=0.4
|
||||||
revision=4
|
revision=1
|
||||||
nonfree="yes"
|
nonfree="yes"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
makedepends="wmname wget"
|
depends="wmname wget"
|
||||||
depends="${makedepends}"
|
|
||||||
short_desc="Launcher for the famous Minecraft game"
|
short_desc="Launcher for the famous Minecraft game"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.minecraft.net/"
|
homepage="http://www.minecraft.net/"
|
||||||
license="Propietary"
|
license="Propietary"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall ${FILESDIR}/minecraft 755 usr/bin
|
vbin ${FILESDIR}/minecraft
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue