20 lines
427 B
Plaintext
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
|