PKG_LICENSE = BSD
PKG_SUMMARY = A utility for unpacking zip files.
-PKG_DEPS +=
-
define PKG_DESCRIPTION
The unzip utility is used to list, test, or extract files from a zip \
archive. Zip archives are commonly found on MS-DOS systems. The zip \
PKG_TARBALL = $(PKG_NAME)552.tgz
-###############################################################################
-# Installation Details
-###############################################################################
CFLAGS += -D_LARGEFILE64_SOURCE
define STAGE_BUILD
endef
define STAGE_INSTALL
- cd $(DIR_APP) && make install prefix=$(BUILDROOT)/usr MANDIR=/usr/share/man/man1 \
- INSTALL="cp -p"
+ cd $(DIR_APP) && make install prefix=$(BUILDROOT)/usr \
+ MANDIR=/usr/share/man/man1 INSTALL="cp -p"
endef
-