components/gnupth/gnupth.p5m
branchs11-update
changeset 3734 24181f5eb463
parent 3661 47545fb8aed4
--- a/components/gnupth/gnupth.p5m	Tue Feb 03 12:52:16 2015 -0800
+++ b/components/gnupth/gnupth.p5m	Tue Feb 03 13:01:27 2015 -0800
@@ -18,34 +18,35 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
-
-set name=pkg.fmri value=pkg:/library/pth@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.fmri \
+    value=pkg:/library/pth@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="The GNU Portable Threads Library"
-set name=pkg.description value="A portable POSIX/ANSI-C based library for Unix platforms providing non-preemptive priority-based scheduling for multiple threads"
-set name=com.oracle.info.tpno value=$(TPNO)
+set name=pkg.description \
+    value="A portable POSIX/ANSI-C based library for Unix platforms providing non-preemptive priority-based scheduling for multiple threads"
 set name=com.oracle.info.description value="the GNU Portable Threads Library"
-set name=info.classification value="org.opensolaris.category.2008:System/Libraries"
-set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value=org.opensolaris.category.2008:System/Libraries
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
-set name=org.opensolaris.arc-caseid \
-    value=PSARC/2009/397
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2009/397
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 #
 #
 file path=usr/bin/pth-config
-file path=usr/lib/libpth.so.20.0.27
+file path=usr/include/pth.h
+link path=usr/lib/$(MACH64)/libpth.so target=libpth.so.20.0.27
+link path=usr/lib/$(MACH64)/libpth.so.20 target=libpth.so.20.0.27
 file path=usr/lib/$(MACH64)/libpth.so.20.0.27
-file path=usr/include/pth.h
+#
+link path=usr/lib/libpth.so target=libpth.so.20.0.27
+link path=usr/lib/libpth.so.20 target=libpth.so.20.0.27
+file path=usr/lib/libpth.so.20.0.27
 file path=usr/share/aclocal/pth.m4
 file path=usr/share/man/man1/pth-config.1
 file path=usr/share/man/man3/pth.3
 #
-link path=usr/lib/libpth.so target=libpth.so.20.0.27
-link path=usr/lib/libpth.so.20 target=libpth.so.20.0.27
-link path=usr/lib/$(MACH64)/libpth.so target=libpth.so.20.0.27
-link path=usr/lib/$(MACH64)/libpth.so.20 target=libpth.so.20.0.27
-#
-license gnupth.license license="LGPLv2.1"
+license gnupth.license license=LGPLv2.1