Andreas Wacknitz
2023-11-18 3640a20894b7e2f4523b473c12d07e2b284eae0c
commit | author | age
e58151 1 #
AP 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
5 #
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
9 #
10
11 #
12 # Copyright 2019 Alexander Pyhalov
13 #
14
3640a2 15 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)/gui@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
5f24a6 16 set name=pkg.human-version value=$(HUMAN_VERSION)
e58151 17 set name=pkg.summary value="Avahi client GUI libs/utils"
AP 18 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
19 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
20 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
21 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
22
3640a2 23 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
e58151 24
3640a2 25 file path=usr/bin/avahi-discover
e58151 26 file path=usr/bin/avahi-discover-standalone
AP 27 link path=usr/bin/bshell target=bssh
28 file path=usr/bin/bssh
29 link path=usr/bin/bvnc target=bssh
30 file path=usr/include/avahi-ui/avahi-ui.h
31 link path=usr/lib/$(MACH64)/libavahi-ui.so target=libavahi-ui.so.0.1.4
32 link path=usr/lib/$(MACH64)/libavahi-ui.so.0 target=libavahi-ui.so.0.1.4
33 file path=usr/lib/$(MACH64)/libavahi-ui.so.0.1.4
34 file path=usr/lib/$(MACH64)/pkgconfig/avahi-ui.pc
35 file path=usr/share/applications/avahi-discover.desktop
36 file path=usr/share/applications/bssh.desktop
37 file path=usr/share/applications/bvnc.desktop
38 file path=usr/share/avahi/interfaces/avahi-discover.ui
39 file path=usr/share/man/man1/avahi-discover.1
40 file path=usr/share/man/man1/bssh.1
41 link path=usr/share/man/man1/bvnc.1 target=bssh.1