components/gnu-file/file.mf
changeset 24 b2de6c41fe86
parent 23 e7ed56b7c498
child 25 48e1871bcdcd
equal deleted inserted replaced
23:e7ed56b7c498 24:b2de6c41fe86
     1 set name=pkg.fmri value=pkg:/file/file@$(PKGVERS)
       
     2 set name=pkg.description \
       
     3     value="contains unix file command"
       
     4 set name=variant.arch value=$(ARCH)
       
     5 set name=variant.opensolaris.zone value=global value=nonglobal
       
     6 dir path=usr group=bin mode=0755 owner=root
       
     7 dir path=usr/bin group=bin mode=0755 owner=root
       
     8 dir path=usr/include group=bin mode=0755 owner=root
       
     9 dir path=usr/lib group=bin mode=0755 owner=root
       
    10 dir path=usr/share group=bin mode=0755 owner=root
       
    11 dir path=usr/share/man group=bin mode=0755 owner=root
       
    12 dir path=usr/share/man/man1 group=bin mode=0755 owner=root
       
    13 dir path=usr/share/man/man3 group=bin mode=0755 owner=root
       
    14 dir path=usr/share/man/man4 group=bin mode=0755 owner=root
       
    15 dir path=usr/share/misc group=bin mode=0755 owner=root
       
    16 file usr/bin/file path=usr/bin/file group=bin mode=0755 owner=root
       
    17 file usr/include/magic.h path=usr/include/magic.h group=bin mode=0644 owner=root
       
    18 file usr/lib/libmagic.so.1.0.0 path=usr/lib/libmagic.so.1.0.0 group=bin \
       
    19     mode=0755 owner=root
       
    20 file usr/share/man/man1/file.1 path=usr/share/man/man1/file.1 group=bin \
       
    21     mode=0644 owner=root
       
    22 file usr/share/man/man3/libmagic.3 path=usr/share/man/man3/libmagic.3 group=bin \
       
    23     mode=0644 owner=root
       
    24 file usr/share/man/man4/magic.4 path=usr/share/man/man4/magic.4 group=bin \
       
    25     mode=0644 owner=root
       
    26 file usr/share/misc/magic.mgc path=usr/share/misc/magic.mgc group=bin mode=0644 \
       
    27     owner=root
       
    28 link path=usr/lib/libmagic.so target=libmagic.so.1.0.0
       
    29 link path=usr/lib/libmagic.so.1 target=libmagic.so.1.0.0
       
    30 depend fmri=pkg:/library/[email protected],5.11-0.135 type=require
       
    31 depend fmri=pkg:/system/[email protected],5.11-0.136 type=require