From 5c19f97b410935fd991cf55e558bc92442e56b1c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 15 Sep 2014 17:18:16 +0200 Subject: [PATCH] minecraft: switch to INSTALL.msg. --- srcpkgs/minecraft/{INSTALL => INSTALL.msg} | 8 +------- srcpkgs/minecraft/template | 9 ++++----- 2 files changed, 5 insertions(+), 12 deletions(-) rename srcpkgs/minecraft/{INSTALL => INSTALL.msg} (73%) 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 }