4f1f243806dacd3d196d1d3c51862bb23f9678a8
1 ifeq ($(strip $(PKG_UNPACK
)),)
2 ifneq ($(strip $(PKG_CAT
)),)
4 PKG_UNPACK
:=$(PKG_CAT
) $(DL_DIR
)/$(PKG_SOURCE
) |
$(TAR
) -C
$(PKG_BUILD_DIR
)/..
$(TAR_OPTIONS
) -
5 ifeq ($(PKG_CAT
),unzip
)
6 PKG_UNPACK
=unzip
-d
$(PKG_BUILD_DIR
) $(DL_DIR
)/$(PKG_SOURCE
)
8 # replace zcat with $(ZCAT), because some system have it as gzcat
10 PKG_UNPACK
:=$(ZCAT
) $(DL_DIR
)/$(PKG_SOURCE
) |
$(TAR
) -C
$(PKG_BUILD_DIR
)/..
$(TAR_OPTIONS
) -
13 # try to autodetect file type
This page took 0.041437 seconds and 3 git commands to generate.