summaryrefslogtreecommitdiffstats
path: root/package/unzip/unzip.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/unzip/unzip.mk')
-rw-r--r--package/unzip/unzip.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/unzip/unzip.mk b/package/unzip/unzip.mk
new file mode 100644
index 0000000000..7d48d25309
--- /dev/null
+++ b/package/unzip/unzip.mk
@@ -0,0 +1,15 @@
+################################################################################
+#
+# unzip
+#
+################################################################################
+
+UNZIP_VERSION = 60
+UNZIP_SOURCE = unzip$(UNZIP_VERSION).tgz
+UNZIP_SITE = ftp://ftp.info-zip.org/pub/infozip/src
+# take precedence over busybox implementation
+UNZIP_DEPENDENCIES = $(if $(BR2_PACKAGE_BUSYBOX),busybox)
+UNZIP_LICENSE = Info-ZIP
+UNZIP_LICENSE_FILES = LICENSE
+
+$(eval $(cmake-package))
OpenPOWER on IntegriCloud