Marcel Telka
2023-12-25 5721e58065831e91e39edf370f13b8d6b63c6bb8
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#
# 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 (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2014 David Mackay. All rights reserved.
#
 
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
file path=usr/bin/autoconf-$(HUMAN_VERSION)
file path=usr/bin/autoheader-$(HUMAN_VERSION)
file path=usr/bin/autoreconf-$(HUMAN_VERSION)
file path=usr/bin/autoscan-$(HUMAN_VERSION)
file path=usr/bin/autoupdate-$(HUMAN_VERSION)
file path=usr/bin/ifnames-$(HUMAN_VERSION)
file path=usr/share/autoconf-$(HUMAN_VERSION)/acconfig.h
file path=usr/share/autoconf-$(HUMAN_VERSION)/acfunctions
file path=usr/share/autoconf-$(HUMAN_VERSION)/acgeneral.m4
file path=usr/share/autoconf-$(HUMAN_VERSION)/acheaders
file path=usr/share/autoconf-$(HUMAN_VERSION)/acidentifiers
file path=usr/share/autoconf-$(HUMAN_VERSION)/acmakevars
file path=usr/share/autoconf-$(HUMAN_VERSION)/acoldnames.m4
file path=usr/share/autoconf-$(HUMAN_VERSION)/acprograms
file path=usr/share/autoconf-$(HUMAN_VERSION)/acspecific.m4
file path=usr/share/autoconf-$(HUMAN_VERSION)/autoconf.m4
file path=usr/share/autoconf-$(HUMAN_VERSION)/autoconf.m4f
file path=usr/share/autoconf-$(HUMAN_VERSION)/autoheader.m4
file path=usr/share/autoconf-$(HUMAN_VERSION)/autoheader.m4f
file path=usr/share/autoconf-$(HUMAN_VERSION)/config.guess
file path=usr/share/autoconf-$(HUMAN_VERSION)/config.sub
file path=usr/share/info/autoconf-$(HUMAN_VERSION).info
file usr/share/info/autoconf.info path=usr/share/info/autoconf-2.13-2.info
file usr/share/info/standards.info path=usr/share/info/standards-ac-2.13.info
 
link path=usr/sfw/bin/autoconf-$(HUMAN_VERSION) target=../../bin/autoconf-$(HUMAN_VERSION)
link path=usr/sfw/bin/autoheader-$(HUMAN_VERSION) target=../../bin/autoheader-$(HUMAN_VERSION)
link path=usr/sfw/bin/autoreconf-$(HUMAN_VERSION) target=../../bin/autoreconf-$(HUMAN_VERSION)
link path=usr/sfw/bin/autoscan-$(HUMAN_VERSION) target=../../bin/autoscan-$(HUMAN_VERSION)
link path=usr/sfw/bin/autoupdate-$(HUMAN_VERSION) target=../../bin/autoupdate-$(HUMAN_VERSION)
link path=usr/sfw/bin/ifnames-$(HUMAN_VERSION) target=../../bin/ifnames-$(HUMAN_VERSION)
 
depend fmri=__TBD pkg.debug.depend.file=usr/bin/gm4 type=require