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