Print this page
1681 support for BUILD64=# no longer works
*** 19,28 ****
--- 19,29 ----
# CDDL HEADER END
#
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ # Copyright 2014 Andrew Stormont.
#
set name=pkg.fmri value=pkg:/service/network/slp@$(PKGVERS)
set name=pkg.description \
value="Usr filesystem portion of the Service Location Protocol (SLP) framework. Included are C and Java developer libraries and a daemon which can act as a directory agent (DA)."
*** 39,49 ****
dir path=lib/svc/manifest/network group=sys
dir path=lib/svc/method
dir path=usr group=sys
dir path=usr/include
dir path=usr/lib
! dir path=usr/lib/$(ARCH64)
dir path=usr/lib/inet
dir path=usr/share
dir path=usr/share/lib
dir path=usr/share/lib/slp
dir path=usr/share/man
--- 40,50 ----
dir path=lib/svc/manifest/network group=sys
dir path=lib/svc/method
dir path=usr group=sys
dir path=usr/include
dir path=usr/lib
! $(BUILD64)dir path=usr/lib/$(ARCH64)
dir path=usr/lib/inet
dir path=usr/share
dir path=usr/share/lib
dir path=usr/share/lib/slp
dir path=usr/share/man
*** 55,66 ****
file path=etc/inet/slp.conf.example group=sys
file path=etc/init.d/slpd group=sys mode=0744
file path=lib/svc/manifest/network/slp.xml group=sys mode=0444
file path=lib/svc/method/slp mode=0555
file path=usr/include/slp.h
! file path=usr/lib/$(ARCH64)/libslp.so.1
! file path=usr/lib/$(ARCH64)/llib-lslp.ln
file path=usr/lib/inet/slpd mode=0555
file path=usr/lib/libslp.so.1
file path=usr/lib/llib-lslp
file path=usr/lib/llib-lslp.ln
file path=usr/share/lib/slp/slp.jar group=sys
--- 56,67 ----
file path=etc/inet/slp.conf.example group=sys
file path=etc/init.d/slpd group=sys mode=0744
file path=lib/svc/manifest/network/slp.xml group=sys mode=0444
file path=lib/svc/method/slp mode=0555
file path=usr/include/slp.h
! $(BUILD64)file path=usr/lib/$(ARCH64)/libslp.so.1
! $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lslp.ln
file path=usr/lib/inet/slpd mode=0555
file path=usr/lib/libslp.so.1
file path=usr/lib/llib-lslp
file path=usr/lib/llib-lslp.ln
file path=usr/share/lib/slp/slp.jar group=sys
*** 94,100 ****
legacy pkg=SUNWslpu \
desc="Usr filesystem portion of the Service Location Protocol (SLP) framework. Included are C and Java developer libraries and a daemon which can act as a directory agent (DA)." \
name="SLP, (Usr)"
license cr_Sun license=cr_Sun
license lic_CDDL license=lic_CDDL
! link path=usr/lib/$(ARCH64)/libslp.so target=libslp.so.1
link path=usr/lib/libslp.so target=libslp.so.1
--- 95,101 ----
legacy pkg=SUNWslpu \
desc="Usr filesystem portion of the Service Location Protocol (SLP) framework. Included are C and Java developer libraries and a daemon which can act as a directory agent (DA)." \
name="SLP, (Usr)"
license cr_Sun license=cr_Sun
license lic_CDDL license=lic_CDDL
! $(BUILD64)link path=usr/lib/$(ARCH64)/libslp.so target=libslp.so.1
link path=usr/lib/libslp.so target=libslp.so.1