summary refs log tree commit diff
path: root/pkgs/tools/archivers/zip/builder.sh
blob: 04fb0ec967f842cd674a5476ffabbf2e9bd5b8f1 (plain) (blame)
1
2
3
4
5
6
. $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