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