Aurelien Larcher
2022-07-15 f9631e2252fd2c6954683ecb23f3156964e59188
commit | author | age
3d2c4f 1 #
AS 2 # This file and its contents are supplied under the terms of the
f9631e 3 # Common Development and Distribution License ("CDDL"), version 1.0.
AL 4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
3d2c4f 6 #
AS 7 # A full copy of the text of the CDDL should have accompanied this
f9631e 8 # source.  A copy of the CDDL is also available via the Internet at
3d2c4f 9 # http://www.illumos.org/license/CDDL.
AS 10 #
11
12 #
13 # Copyright 2013 Adam Stevko. All rights reserved.
afde80 14 # Copyright 2019 Andreas Grueninger, Grueninger GmbH, (grueni)
3d2c4f 15 #
AS 16
17 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
f9631e 18 set name=pkg.human-version value=$(HUMAN_VERSION)
3d2c4f 19 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
AS 20 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
21 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
f9631e 22 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
3d2c4f 23 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
AS 24
25 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
26
27 file path=usr/include/qb/qbarray.h
28 file path=usr/include/qb/qbatomic.h
29 file path=usr/include/qb/qbconfig.h
30 file path=usr/include/qb/qbdefs.h
31 file path=usr/include/qb/qbhdb.h
32 file path=usr/include/qb/qbipc_common.h
33 file path=usr/include/qb/qbipcc.h
34 file path=usr/include/qb/qbipcs.h
35 file path=usr/include/qb/qblist.h
36 file path=usr/include/qb/qblog.h
37 file path=usr/include/qb/qbloop.h
38 file path=usr/include/qb/qbmap.h
39 file path=usr/include/qb/qbrb.h
40 file path=usr/include/qb/qbutil.h
e4cc47 41
afde80 42 link path=usr/lib/$(MACH64)/libqb.so target=libqb.so.0.19.2
AG 43 link path=usr/lib/$(MACH64)/libqb.so.0 target=libqb.so.0.19.2
44 file path=usr/lib/$(MACH64)/libqb.so.0.19.2
e4cc47 45 file path=usr/lib/$(MACH64)/pkgconfig/libqb.pc
G 46
3d2c4f 47 file path=usr/share/doc/libqb/COPYING
AS 48 file path=usr/share/doc/libqb/INSTALL
49 file path=usr/share/doc/libqb/README.markdown
50 file path=usr/share/man/man3/qbarray.h.3
51 file path=usr/share/man/man3/qbatomic.h.3
52 file path=usr/share/man/man3/qbdefs.h.3
53 file path=usr/share/man/man3/qbhdb.h.3
54 file path=usr/share/man/man3/qbipc_common.h.3
55 file path=usr/share/man/man3/qbipcc.h.3
56 file path=usr/share/man/man3/qbipcs.h.3
57 file path=usr/share/man/man3/qblist.h.3
58 file path=usr/share/man/man3/qblog.h.3
59 file path=usr/share/man/man3/qbloop.h.3
60 file path=usr/share/man/man3/qbmap.h.3
61 file path=usr/share/man/man3/qbrb.h.3
62 file path=usr/share/man/man3/qbutil.h.3
f9631e 63 file path=usr/share/man/man8/qb-blackbox.8