Andreas Wacknitz
2024-03-31 783118944874d559e30eea1600352e3feb5263a7
commit | author | age
3feac2 1 #
AP 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
5 #
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
9 #
10
11 #
12 # Copyright 2012, Andrzej Szeszo
13 #
14
15 include ../../../make-rules/shared-macros.mk
16
7a2d9c 17 COMPONENT_NAME=         as
D 18 COMPONENT_VERSION=      0.5.11
19 COMPONENT_REVISION=     1
20 COMPONENT_SRC=          $(COMPONENT_NAME)
21 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
3feac2 22
7a2d9c 23 $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE):
D 24     $(IPS2TGZ) $(COMPONENT_SRC) $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE) https://pkg.openindiana.org/legacy \
3feac2 25     pkg:/developer/build/make@0.5.11,5.11-0.134:20100302T014001Z
AP 26
27 include ../../../make-rules/prep.mk
28 include ../../../make-rules/ips.mk
29
30 build:    prep
31
32 install:    build
33     @$(MKDIR) $(PROTO_DIR)
34     @$(CP) -RP $(COMPONENT_SRC)/$(MACH)/* $(PROTO_DIR) || true
35
36 clean::
37     $(RM) -r $(SOURCE_DIR) $(BUILD_DIR)
ae9c13 38
AL 39 # Auto-generated dependencies
40 REQUIRED_PACKAGES += system/library
41 REQUIRED_PACKAGES += system/library/math