Added archivemount-0.6.1, a FUSE-based file system for mounting tar archives.

svn path=/nixpkgs/trunk/; revision=27758
This commit is contained in:
Peter Simons 2011-07-13 12:33:54 +00:00
parent 78ccc14e3e
commit dc31e088c0
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{ stdenv, fetchurl, pkgconfig, fuse, libarchive }:
let
name = "archivemount-0.6.1";
in
stdenv.mkDerivation {
inherit name;
src = fetchurl {
url = "http://www.cybernoia.de/software/archivemount/${name}.tar.gz";
sha256 = "9235d6377a70a7c25aa288dab6b0e8ef906d1d219d43e5b8fcdb8cf3ace98e01";
};
buildInputs = [ pkgconfig fuse libarchive ];
meta = {
description = "Gateway between FUSE and libarchive: allows mounting of cpio, .tar.gz, .tar.bz2 archives.";
license = "GPL2";
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.simons ];
};
}

View file

@ -354,6 +354,8 @@ let
aircrackng = callPackage ../tools/networking/aircrack-ng { };
archivemount = callPackage ../tools/filesystems/archivemount { };
asymptote = builderDefsPackage ../tools/graphics/asymptote {
inherit freeglut ghostscriptX imagemagick fftw boehmgc
mesa ncurses readline gsl libsigsegv python zlib perl