summaryrefslogtreecommitdiff
path: root/package/lzip/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-04-08 23:16:04 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2016-04-08 23:16:04 +0200
commit8150b04ec5341f7a5c03b9d13147753dff0313e6 (patch)
tree7a21495c5af783eaadba286825858b78899b34f1 /package/lzip/Makefile
parent4144747e2cbed9635aa99c5eddafa80c2aa3c826 (diff)
ed: update to 1.13, add lzip as decompressor
Diffstat (limited to 'package/lzip/Makefile')
-rw-r--r--package/lzip/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/package/lzip/Makefile b/package/lzip/Makefile
new file mode 100644
index 000000000..0dc46da3c
--- /dev/null
+++ b/package/lzip/Makefile
@@ -0,0 +1,28 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(ADK_TOPDIR)/rules.mk
+
+PKG_NAME:= lzip
+PKG_VERSION:= 1.17
+PKG_RELEASE:= 1
+PKG_HASH:= 9443855e0a33131233b22cdb6c62c9313a483f16cc7415efe88d4a494cea0352
+PKG_DESCR:= compression utility
+PKG_SECTION:= app/archive
+PKG_URL:= http://www.nongnu.org/lzip/lzip.html
+PKG_SITES:= http://download.savannah.gnu.org/releases/lzip/
+
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+
+include $(ADK_TOPDIR)/mk/host.mk
+include $(ADK_TOPDIR)/mk/package.mk
+
+$(eval $(call HOST_template,LZIP,lzip,$(PKG_VERSION)-${PKG_RELEASE}))
+$(eval $(call PKG_template,LZIP,lzip,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+lzip-install:
+ $(INSTALL_DIR) $(IDIR_LZIP)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/lzip $(IDIR_LZIP)/usr/bin
+
+include ${ADK_TOPDIR}/mk/host-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk