812100f3e3
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/unzip#7ca60a3df8e6a2b281937307d418993e08cfca3f
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
|