1 # 2 # Copyright 2008 Sun Microsystems, Inc. All rights reserved. 3 # Use is subject to license terms. 4 # 5 # This required package information file contains a list of package contents. 6 # The 'pkgmk' command uses this file to identify the contents of a package 7 # and their location on the development machine when building the package. 8 # Can be created via a text editor or through use of the 'pkgproto' command. 9 10 #!search <pathname pathname ...> # where to find pkg objects 11 #!include <filename> # include another 'prototype' file 12 #!default <mode> <owner> <group> # default used if not specified on entry 13 #!<param>=<value> # puts parameter in pkg environment 14 15 # packaging files 16 i pkginfo 17 i copyright 18 i depend 19 # 20 # source locations relative to the prototype file 21 # 22 # SUNWsvvs 23 # 24 d none usr 755 root sys 25 d none usr/include 755 root bin 26 d none usr/include/sys 755 root bin 27 f none usr/include/sys/svvslo.h 644 root bin 28 f none usr/include/sys/tidg.h 644 root bin 29 f none usr/include/sys/tivc.h 644 root bin 30 f none usr/include/sys/tmux.h 644 root bin 31 d none usr/kernel 755 root sys 32 d none usr/kernel/drv 755 root sys 33 f none usr/kernel/drv/svvslo.conf 644 root sys 34 f none usr/kernel/drv/tidg.conf 644 root sys 35 f none usr/kernel/drv/tivc.conf 644 root sys 36 f none usr/kernel/drv/tmux.conf 644 root sys 37 d none usr/kernel/strmod 755 root sys 38