minecraft: switch to INSTALL.msg.

This commit is contained in:
Juan RP 2014-09-15 17:18:16 +02:00
parent aadadecade
commit 5c19f97b41
2 changed files with 5 additions and 12 deletions

View file

@ -1,14 +1,8 @@
case "${ACTION}" in
post)
cat <<_EOF
==========================================================================
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
and make sure that "java" executable is in your PATH.
==========================================================================
_EOF
;;
esac

View file

@ -1,16 +1,15 @@
# Template build file for 'minecraft'
pkgname=minecraft
version=0.3
revision=4
version=0.4
revision=1
nonfree="yes"
noarch="yes"
makedepends="wmname wget"
depends="${makedepends}"
depends="wmname wget"
short_desc="Launcher for the famous Minecraft game"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.minecraft.net/"
license="Propietary"
do_install() {
vinstall ${FILESDIR}/minecraft 755 usr/bin
vbin ${FILESDIR}/minecraft
}