components/libtool/libltdl.p5m
changeset 181 87e11e685b1f
parent 127 3e3c266b3a81
child 464 08f94c414553
--- a/components/libtool/libltdl.p5m	Wed Apr 13 10:10:46 2011 -0600
+++ b/components/libtool/libltdl.p5m	Wed Apr 13 09:58:06 2011 -0700
@@ -21,25 +21,25 @@
 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
 #
 
-set name=pkg.fmri value=pkg:/library/libtool/libltdl@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.fmri \
+    value=pkg:/library/libtool/libltdl@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="GNU libtool dlopen wrapper"
-set name=info.classification value="org.opensolaris.category.2008:Development/GNU"
-set name=info.upstream_url value="http://www.gnu.org/gnu/libtool/"
+set name=info.classification \
+    value=org.opensolaris.category.2008:Development/GNU
 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream_url value=http://www.gnu.org/gnu/libtool/
+set name=opensolaris.arc_url \
+    value=http://arc.opensolaris.org/caselog/PSARC/2007/557
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
-
-license libtool.license license='GPLv2'
-
 dir path=usr
 dir path=usr/lib
 dir path=usr/lib/$(MACH64)
+file path=usr/lib/$(MACH64)/libltdl.so.3.1.4
 file path=usr/lib/libltdl.so.3.1.4
+legacy pkg=SUNWlibltdl desc="GNU libtool dlopen wrapper" \
+    name="GNU libtool dlopen wrapper"
+license libtool.license license=GPLv2
+link path=usr/lib/$(MACH64)/libltdl.so target=libltdl.so.3.1.4
+link path=usr/lib/$(MACH64)/libltdl.so.3 target=libltdl.so.3.1.4
 link path=usr/lib/libltdl.so target=libltdl.so.3.1.4
 link path=usr/lib/libltdl.so.3 target=libltdl.so.3.1.4
-file path=usr/lib/$(MACH64)/libltdl.so.3.1.4
-link path=usr/lib/$(MACH64)/libltdl.so target=libltdl.so.3.1.4
-link path=usr/lib/$(MACH64)/libltdl.so.3 target=libltdl.so.3.1.4
-
-legacy pkg=SUNWlibltdl \
-	name="GNU libtool dlopen wrapper" \
-	desc="GNU libtool dlopen wrapper"