also add bzip2 for unpacking those binaries
svn path=/nixpkgs/trunk/; revision=1551
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
. $stdenv/setup
|
||||||
|
|
||||||
|
tar zxvf $src
|
||||||
|
mkdir $out
|
||||||
|
cp -a bzip2-1.0.2/* $out
|
||||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
|||||||
|
{stdenv}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "bzip2-static-1.0.2";
|
||||||
|
builder = ./builder.sh;
|
||||||
|
src = ./bzip2-1.0.2-static.tar.gz;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user