file: change to new library paths
[unleashed-userland.git] / components / text / file / file.p5m
blob23a319216ca383bed53462e1420c4da425112b0e
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2016 Jim Klimov
14 # Copyright 2016 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
17 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
18 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
19 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
20 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
21 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
22 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
23 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
25 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
27 file path=usr/include/magic.h
28 file path=usr/share/misc/magic.mgc
30 file path=usr/share/man/man1/file.1
31 file path=usr/share/man/man3/libmagic.3
32 file path=usr/share/man/man4/magic.4
34 file usr/bin/$(MACH64)/file path=usr/bin/$(MACH64)/file
35 file usr/bin/file path=usr/bin/$(MACH32)/file
36 # Must run the binary matching the kernel bitness
37 hardlink path=usr/bin/file target=../lib/isaexec pkg.linted=true
39 file path=usr/lib/libmagic.so.1.0.0
40 link path=usr/lib/libmagic.so target=libmagic.so.1.0.0
41 link path=usr/lib/libmagic.so.1 target=libmagic.so.1.0.0
42 file path=usr/lib/$(MACH32)/libmagic.so.1.0.0
43 link path=usr/lib/$(MACH32)/libmagic.so target=libmagic.so.1.0.0
44 link path=usr/lib/$(MACH32)/libmagic.so.1 target=libmagic.so.1.0.0