diff --git a/STAGE1-unzip b/STAGE1-unzip new file mode 100644 index 0000000..49f62c3 --- /dev/null +++ b/STAGE1-unzip @@ -0,0 +1,19 @@ +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