python/cryptography: native 64-bit build
[unleashed-userland.git] / components / maven / Makefile
blob44f3ccb4bb49a107e2ee80b33c050befde338e62
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2014 Alexander Pyhalov. All rights reserved.
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= maven
19 COMPONENT_VERSION= 3.2.3
20 COMPONENT_FMRI= developer/build/maven
21 COMPONENT_CLASSIFICATION = Development/Java
22 COMPONENT_PROJECT_URL = http://maven.apache.org
23 COMPONENT_SRC= apache-maven-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC)-bin.tar.gz
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:bf3f04aadee3a67158aebdfb0b4cb022063329d459d10fd6b4b02223e10aa8ed
27 COMPONENT_ARCHIVE_URL= \
28 http://archive.apache.org/dist/maven/maven-3/$(COMPONENT_VERSION)/binaries/$(COMPONENT_ARCHIVE)
29 COMPONENT_SUMMARY= Apache Maven is a software project management and comprehension tool
31 include ../../make-rules/prep.mk
32 include ../../make-rules/ips.mk
34 build:
36 install: prep
37 [ -d $(PROTO_DIR)/usr/share/maven ] || mkdir -p $(PROTO_DIR)/usr/share/maven
38 cp -r $(SOURCE_DIR)/* $(PROTO_DIR)/usr/share/maven/
40 clean::
41 rm -rf $(BUILD_DIR)