nixpkgs/pkgs/stdenv/nix-linux-static/gzip-static/builder.sh
Armijn Hemel decf75a3d8 also add gzip. Hmmm, does this add a circular dependency?
svn path=/nixpkgs/trunk/; revision=1552
2004-10-12 13:35:43 +00:00

6 lines
67 B
Bash

. $stdenv/setup
tar zxvf $src
mkdir $out
cp -a gzip-1.3.3/* $out