2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-10 21:00:09 -07:00
repo/extra/zip/build

7 lines
311 B
Plaintext
Raw Normal View History

2019-08-02 18:41:09 -06:00
#!/bin/sh -e
2019-10-06 17:28:13 -06:00
sed -e "s|generic CC=gcc CPP=\"gcc -E\"|zips CC=${CC:-gcc} CPP=\"$CPP -E\" CFLAGS=\"-DLARGE_FILE_SUPPORT $CFLAGS \${CFLAGS_NOOPT}\" LFLAGS2=\"$LDFLAGS\"|g" -i unix/Makefile
2019-08-02 18:41:09 -06:00
2019-10-06 16:56:17 -06:00
make -f unix/Makefile prefix=/usr generic_gcc
2019-08-13 03:58:22 -06:00
make prefix="$1/usr" MANDIR="$1/usr/share/man/man1" -f unix/Makefile install