unzip/STAGE1-unzip
Troy Dawson 812100f3e3 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/unzip#7ca60a3df8e6a2b281937307d418993e08cfca3f
2020-10-15 13:15:25 -07:00

20 lines
427 B
Plaintext

srpm unzip
mcd $BUILDDIR/$1
rsync -av $SRC/unzip*/ ./
make $J -f unix/Makefile \
CC=${TARGET}-gcc \
AS=${TARGET}-as \
AR=${TARGET}-ar \
STRIP=${TARGET}-strip \
RANLIB=${TARGET}-ranlib \
prefix=/usr \
generic
make $J -f unix/Makefile \
CC=${TARGET}-gcc \
AS=${TARGET}-as \
AR=${TARGET}-ar \
STRIP=${TARGET}-strip \
RANLIB=${TARGET}-ranlib \
prefix=${ROOTFS}/usr \
install