Updating cromfs, and adding me as a maintainer.

svn path=/nixpkgs/trunk/; revision=19084
This commit is contained in:
Lluís Batlle i Rossell 2009-12-23 19:56:57 +00:00
parent 5955f25623
commit 783e78372d

View File

@ -1,18 +1,19 @@
{stdenv, fetchurl, pkgconfig, fuse, perl}:
stdenv.mkDerivation {
name = "cromfs-1.5.8.6";
stdenv.mkDerivation rec {
name = "cromfs-1.5.9";
src = fetchurl {
url = http://bisqwit.iki.fi/src/arch/cromfs-1.5.8.6.tar.bz2;
sha256 = "00m362q0b7z1688pjhvnbr14y3p1lgaymq5k9r42z3blzw8mgmay";
url = "http://bisqwit.iki.fi/src/arch/${name}.tar.bz2";
sha256 = "0vdpgx0g6yrhqsg50fhksdaaid4gf2gifrxd0xs3idhwg4jmg4ik";
};
patchPhase = ''sed -i 's@/bin/bash@/bin/sh@g' configure; set -x'';
meta = {
description = "FUSE Compressed ROM filesystem with lzma" ;
homepage = http://bisqwit.iki.fi/source/cromfs.html;
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};
# Removing the static linking, as it doesn't compile in x86_64.