]> git.armaanb.net Git - asd-repo.git/blob - extra/zip/build
gmake: new package at 4.3
[asd-repo.git] / extra / zip / build
1 #!/bin/sh -e
2
3 make \
4     prefix=/usr \
5     CC="${CC:-cc} $CFLAGS $CXXFLAGS" \
6     -f unix/Makefile generic
7
8 make \
9     prefix="$1/usr" \
10     MANDIR="$1/usr/share/man/man1" \
11     -f unix/Makefile install