48c3faca51
svn path=/nixpkgs/trunk/; revision=502
9 lines
174 B
Bash
Executable File
9 lines
174 B
Bash
Executable File
#! /bin/sh
|
|
|
|
. $stdenv/setup || exit 1
|
|
|
|
tar xvfz $src || exit 1
|
|
cd zip-* || exit 1
|
|
make -f unix/Makefile generic || exit 1
|
|
make -f unix/Makefile prefix=$out install || exit 1
|