diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2014-01-23 08:16:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2014-01-23 08:16:19 +0100 |
commit | 103810049b157dc809c82a0136e23fe4276b9750 (patch) | |
tree | 71b2d78e289482685b8be9026ce67ae6958c09eb /package/fastjar | |
parent | bc934c9e037950a59375befc838b17bb12605c20 (diff) | |
parent | 17a6468b3f0fae577b1aaad51b56bdefe15a25c1 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/fastjar')
-rw-r--r-- | package/fastjar/Makefile | 24 |
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 |