summaryrefslogtreecommitdiff
path: root/package/fastjar/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-23 10:47:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-23 10:47:31 +0100
commit4b7a7c1333333ce0f1567cfda15fb86222be2301 (patch)
tree52ca6663c6c95635d7afa18c3cf750280b498c62 /package/fastjar/Makefile
parente31358b57662bb44613874e6cb5d5569309910af (diff)
parent103810049b157dc809c82a0136e23fe4276b9750 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts: package/pulseaudio/Makefile
Diffstat (limited to 'package/fastjar/Makefile')
-rw-r--r--package/fastjar/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/package/fastjar/Makefile b/package/fastjar/Makefile
new file mode 100644
index 000000000..e14c66076
--- /dev/null
+++ b/package/fastjar/Makefile
@@ -0,0 +1,24 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= fastjar
+PKG_VERSION:= 0.94
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 14d4bdfac236e347d806c6743dba48c6
+PKG_DESCR:= fastjar utility
+PKG_SECTION:= lang
+PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=fastjar/}
+
+PKG_ARCH_DEPENDS:= native
+
+include $(TOPDIR)/mk/host.mk
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call HOST_template,FASTJAR,fastjar,$(PKG_VERSION)-${PKG_RELEASE}))
+
+HOST_STYLE:= auto
+
+include ${TOPDIR}/mk/host-bottom.mk
+include ${TOPDIR}/mk/pkg-bottom.mk