Andreas Wacknitz
2023-11-14 92f06e382dbb8ae60c630f98bff6097deaf0d63e
commit | author | age
15232a 1 #
C 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.
6 #
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.
10 #
11
12 #
13 # Copyright 2019 Rouven Weiler
a2d110 14 # Copyright 2022 Andreas Wacknitz
15232a 15 #
C 16
17 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
bfb031 18 set name=pkg.human-version value=$(HUMAN_VERSION)
15232a 19 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
C 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)
24
25 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
26
27 file path=usr/bin/wavpack
28 file path=usr/bin/wvgain
29 file path=usr/bin/wvtag
30 file path=usr/bin/wvunpack
31 file path=usr/include/wavpack/wavpack.h
7ecabe 32 link path=usr/lib/$(MACH64)/libwavpack.so target=libwavpack.so.1.2.5
AW 33 link path=usr/lib/$(MACH64)/libwavpack.so.1 target=libwavpack.so.1.2.5
34 file path=usr/lib/$(MACH64)/libwavpack.so.1.2.5
15232a 35 file path=usr/lib/$(MACH64)/pkgconfig/wavpack.pc
bfb031 36 file path=usr/share/doc/wavpack/README.md
AW 37 file path=usr/share/doc/wavpack/WavPack5FileFormat.pdf
38 file path=usr/share/doc/wavpack/WavPack5LibraryDoc.pdf
39 file path=usr/share/doc/wavpack/WavPack5PortingGuide.pdf
40 file path=usr/share/doc/wavpack/style.css
41 file path=usr/share/doc/wavpack/wavpack_doc.html
15232a 42 file path=usr/share/man/man1/wavpack.1
C 43 file path=usr/share/man/man1/wvgain.1
44 file path=usr/share/man/man1/wvtag.1
45 file path=usr/share/man/man1/wvunpack.1