nixpkgs/pkgs-ng/tools/archivers/zip/builder.sh
Eelco Dolstra b1741cb2b1 * Converted Mozilla Firebird.
svn path=/nixpkgs/trunk/; revision=491
2003-11-07 11:18:47 +00:00

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