David Stes
2024-03-31 8cdd197ba643eb2608c5aab87567625bb9336cee
commit | author | age
a70b42 1 #
AW 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 2022 Andreas Wacknitz
14 #
15
16 set name=pkg.fmri \
17     value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
18 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
19 set name=pkg.human-version value=$(HUMAN_VERSION)
20 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
21 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
22 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
23 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
24
25 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
26
27 file path=usr/bin/wget2
28 #file path=usr/bin/wget2_noinstall
29 file path=usr/include/wget.h
30 file path=usr/include/wgetver.h
3c7be7 31 link path=usr/lib/$(MACH64)/libwget.so target=libwget.so.2.0.0
AW 32 link path=usr/lib/$(MACH64)/libwget.so.2 target=libwget.so.2.0.0
33 file path=usr/lib/$(MACH64)/libwget.so.2.0.0
a70b42 34 file path=usr/lib/$(MACH64)/pkgconfig/libwget.pc
AW 35 file path=usr/share/locale/ca/LC_MESSAGES/wget2.mo
36 file path=usr/share/locale/cs/LC_MESSAGES/wget2.mo
37 file path=usr/share/locale/de/LC_MESSAGES/wget2.mo
38 file path=usr/share/locale/eo/LC_MESSAGES/wget2.mo
39 file path=usr/share/locale/es/LC_MESSAGES/wget2.mo
40 file path=usr/share/locale/et/LC_MESSAGES/wget2.mo
41 file path=usr/share/locale/fi/LC_MESSAGES/wget2.mo
42 file path=usr/share/locale/fr/LC_MESSAGES/wget2.mo
43 file path=usr/share/locale/ga/LC_MESSAGES/wget2.mo
44 file path=usr/share/locale/hr/LC_MESSAGES/wget2.mo
45 file path=usr/share/locale/hu/LC_MESSAGES/wget2.mo
46 file path=usr/share/locale/id/LC_MESSAGES/wget2.mo
47 file path=usr/share/locale/it/LC_MESSAGES/wget2.mo
48 file path=usr/share/locale/ja/LC_MESSAGES/wget2.mo
49 file path=usr/share/locale/nb/LC_MESSAGES/wget2.mo
50 file path=usr/share/locale/nl/LC_MESSAGES/wget2.mo
51 file path=usr/share/locale/pl/LC_MESSAGES/wget2.mo
52 file path=usr/share/locale/pt_BR/LC_MESSAGES/wget2.mo
53 file path=usr/share/locale/ro/LC_MESSAGES/wget2.mo
54 file path=usr/share/locale/ru/LC_MESSAGES/wget2.mo
55 file path=usr/share/locale/sk/LC_MESSAGES/wget2.mo
56 file path=usr/share/locale/sr/LC_MESSAGES/wget2.mo
57 file path=usr/share/locale/sv/LC_MESSAGES/wget2.mo
58 file path=usr/share/locale/tr/LC_MESSAGES/wget2.mo
59 file path=usr/share/locale/uk/LC_MESSAGES/wget2.mo
60 file path=usr/share/locale/vi/LC_MESSAGES/wget2.mo
61 file path=usr/share/locale/zh_CN/LC_MESSAGES/wget2.mo
62 file path=usr/share/man/man3/libwget-base64.3
63 file path=usr/share/man/man3/libwget-bitmap.3
64 file path=usr/share/man/man3/libwget-console.3
65 file path=usr/share/man/man3/libwget-dns-caching.3
66 file path=usr/share/man/man3/libwget-dns.3
67 file path=usr/share/man/man3/libwget-error.3
68 file path=usr/share/man/man3/libwget-hash.3
69 file path=usr/share/man/man3/libwget-hashmap.3
70 file path=usr/share/man/man3/libwget-io.3
71 file path=usr/share/man/man3/libwget-ip.3
72 file path=usr/share/man/man3/libwget-list.3
73 file path=usr/share/man/man3/libwget-mem.3
74 file path=usr/share/man/man3/libwget-net.3
75 file path=usr/share/man/man3/libwget-parse_atom.3
76 file path=usr/share/man/man3/libwget-parse_sitemap.3
77 file path=usr/share/man/man3/libwget-printf.3
78 file path=usr/share/man/man3/libwget-random.3
79 file path=usr/share/man/man3/libwget-robots.3
80 file path=usr/share/man/man3/libwget-stringmap.3
81 file path=usr/share/man/man3/libwget-thread.3
82 file path=usr/share/man/man3/libwget-utils.3
83 file path=usr/share/man/man3/libwget-vector.3
84 file path=usr/share/man/man3/libwget-xalloc.3
85 file path=usr/share/man/man3/libwget-xml.3