components/autoconf/autoconf.p5m
changeset 127 3e3c266b3a81
child 181 87e11e685b1f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/autoconf/autoconf.p5m	Sun Mar 13 16:12:25 2011 -0700
@@ -0,0 +1,116 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri value=pkg:/developer/build/autoconf@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="GNU autoconf utility"
+set name=info.classification value="org.opensolaris.category.2008:Development/GNU"
+set name=info.upstream_url value="http://www.gnu.org/software/autoconf/"
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+license autoconf.license license='GPLv3'
+
+dir path=usr
+dir path=usr/bin
+dir path=usr/sfw
+dir path=usr/sfw/bin
+dir path=usr/share
+dir path=usr/share/autoconf
+dir path=usr/share/autoconf/Autom4te
+dir path=usr/share/autoconf/autoconf
+dir path=usr/share/autoconf/autoscan
+dir path=usr/share/autoconf/autotest
+dir path=usr/share/autoconf/m4sugar
+dir path=usr/share/info
+dir path=usr/share/man
+dir path=usr/share/man/man1
+file path=usr/bin/autoconf
+file path=usr/bin/autoheader
+file path=usr/bin/autom4te
+file path=usr/bin/autoreconf
+file path=usr/bin/autoscan
+file path=usr/bin/autoupdate
+file path=usr/bin/ifnames
+file path=usr/share/autoconf/Autom4te/C4che.pm
+file path=usr/share/autoconf/Autom4te/ChannelDefs.pm
+file path=usr/share/autoconf/Autom4te/Channels.pm
+file path=usr/share/autoconf/Autom4te/Configure_ac.pm
+file path=usr/share/autoconf/Autom4te/FileUtils.pm
+file path=usr/share/autoconf/Autom4te/General.pm
+file path=usr/share/autoconf/Autom4te/Request.pm
+file path=usr/share/autoconf/Autom4te/Struct.pm
+file path=usr/share/autoconf/Autom4te/XFile.pm
+file path=usr/share/autoconf/INSTALL
+file path=usr/share/autoconf/autoconf/autoconf.m4
+file path=usr/share/autoconf/autoconf/autoconf.m4f
+file path=usr/share/autoconf/autoconf/autoheader.m4
+file path=usr/share/autoconf/autoconf/autoscan.m4
+file path=usr/share/autoconf/autoconf/autotest.m4
+file path=usr/share/autoconf/autoconf/autoupdate.m4
+file path=usr/share/autoconf/autoconf/c.m4
+file path=usr/share/autoconf/autoconf/erlang.m4
+file path=usr/share/autoconf/autoconf/fortran.m4
+file path=usr/share/autoconf/autoconf/functions.m4
+file path=usr/share/autoconf/autoconf/general.m4
+file path=usr/share/autoconf/autoconf/headers.m4
+file path=usr/share/autoconf/autoconf/lang.m4
+file path=usr/share/autoconf/autoconf/libs.m4
+file path=usr/share/autoconf/autoconf/oldnames.m4
+file path=usr/share/autoconf/autoconf/programs.m4
+file path=usr/share/autoconf/autoconf/specific.m4
+file path=usr/share/autoconf/autoconf/status.m4
+file path=usr/share/autoconf/autoconf/types.m4
+file path=usr/share/autoconf/autom4te.cfg
+file path=usr/share/autoconf/autoscan/autoscan.list
+file path=usr/share/autoconf/autotest/autotest.m4
+file path=usr/share/autoconf/autotest/autotest.m4f
+file path=usr/share/autoconf/autotest/general.m4
+file path=usr/share/autoconf/m4sugar/foreach.m4
+file path=usr/share/autoconf/m4sugar/m4sh.m4
+file path=usr/share/autoconf/m4sugar/m4sh.m4f
+file path=usr/share/autoconf/m4sugar/m4sugar.m4
+file path=usr/share/autoconf/m4sugar/m4sugar.m4f
+file path=usr/share/autoconf/m4sugar/version.m4
+file path=usr/share/info/autoconf.info
+file path=usr/share/info/standards.info
+file path=usr/share/man/man1/autoconf.1
+file path=usr/share/man/man1/autoheader.1
+file path=usr/share/man/man1/autom4te.1
+file path=usr/share/man/man1/autoreconf.1
+file path=usr/share/man/man1/autoscan.1
+file path=usr/share/man/man1/autoupdate.1
+file path=usr/share/man/man1/config.guess.1
+file path=usr/share/man/man1/config.sub.1
+file path=usr/share/man/man1/ifnames.1
+link path=usr/sfw/bin/autoconf target=../../bin/autoconf
+link path=usr/sfw/bin/autoheader target=../../bin/autoheader
+link path=usr/sfw/bin/autom4te target=../../bin/autom4te
+link path=usr/sfw/bin/autoreconf target=../../bin/autoreconf
+link path=usr/sfw/bin/autoscan target=../../bin/autoscan
+link path=usr/sfw/bin/autoupdate target=../../bin/autoupdate
+link path=usr/sfw/bin/ifnames target=../../bin/ifnames
+
+
+legacy pkg=SUNWaconf \
+	name="GNU autoconf" \
+	desc="GNU autoconf"