diff --git a/srcpkgs/minecraft/INSTALL b/srcpkgs/minecraft/INSTALL.msg similarity index 73% rename from srcpkgs/minecraft/INSTALL rename to srcpkgs/minecraft/INSTALL.msg index 382a1b2219..893f2e5ce8 100644 --- a/srcpkgs/minecraft/INSTALL +++ b/srcpkgs/minecraft/INSTALL.msg @@ -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 diff --git a/srcpkgs/minecraft/template b/srcpkgs/minecraft/template index e8c9f43c11..2f39a7b704 100644 --- a/srcpkgs/minecraft/template +++ b/srcpkgs/minecraft/template @@ -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 " homepage="http://www.minecraft.net/" license="Propietary" do_install() { - vinstall ${FILESDIR}/minecraft 755 usr/bin + vbin ${FILESDIR}/minecraft }