libmikmod and mikmod: update the former to 3.2.0, and add mikmod.

This commit is contained in:
Lluís Batlle i Rossell
2012-07-04 23:43:25 +02:00
parent 6ba310e908
commit aa75c065d4
3 changed files with 25 additions and 4 deletions
@@ -1,9 +1,9 @@
{ stdenv, fetchurl, texinfo }:
stdenv.mkDerivation rec {
name = "libmikmod-3.1.12";
name = "libmikmod-3.2.0";
src = fetchurl {
url = "mirror://sourceforge/mikmod/${name}.tar.gz";
sha256 = "0cpwpl0iqd5zsdwshw69arzlwp883bkmkx41wf3fzrh60dw2n6l9";
url = "http://mikmod.shlomifish.org/files/${name}.tar.gz";
sha256 = "07k6iyx6pyzisncgdkd071w2dhm3rx6l34hbja3wbc7rpf888k3k";
};
buildInputs = [ texinfo ];
meta = {
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
A library for playing tracker music module files supporting many formats,
including MOD, S3M, IT and XM.
'';
homepage = http://mikmod.raphnet.net/;
homepage = http://mikmod.shlomifish.org/;
license = "LGPLv2+";
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
platforms = with stdenv.lib.platforms; linux;