From 8e25254549f86f96ad5f0eb7eaa0c520e33edee4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 16 Sep 2014 09:35:51 +0200 Subject: [PATCH] SDL_mixer: switch to INSTALL.msg. --- srcpkgs/SDL_mixer/{INSTALL => INSTALL.msg} | 5 ----- srcpkgs/SDL_mixer/template | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) rename srcpkgs/SDL_mixer/{INSTALL => INSTALL.msg} (86%) diff --git a/srcpkgs/SDL_mixer/INSTALL b/srcpkgs/SDL_mixer/INSTALL.msg similarity index 86% rename from srcpkgs/SDL_mixer/INSTALL rename to srcpkgs/SDL_mixer/INSTALL.msg index 4cb91673242..e6cfa5e40a7 100644 --- a/srcpkgs/SDL_mixer/INSTALL +++ b/srcpkgs/SDL_mixer/INSTALL.msg @@ -1,10 +1,5 @@ -case ${ACTION} in -post) - cat <<_EOF ========================================================================== By default this package uses its built-in timidity as MIDI synth, optionally installing the fluidsynth package replaces it. It is dlopen(3)ed at runtime. ========================================================================== -_EOF -esac diff --git a/srcpkgs/SDL_mixer/template b/srcpkgs/SDL_mixer/template index 30ab1288227..9040fb4e53a 100644 --- a/srcpkgs/SDL_mixer/template +++ b/srcpkgs/SDL_mixer/template @@ -1,7 +1,7 @@ # Template file for 'SDL_mixer' pkgname=SDL_mixer version=1.2.12 -revision=9 +revision=10 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="pkg-config"