gcc-6: don't ship info pages
[unleashed-userland.git] / components / sysutils / rdiff-backup / rdiff-backup-PYVER.p5m
blobc46209440974d973c8632e651479bdb2bf98e870
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
21 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
24 set name=pkg.fmri \
25     value=pkg:/backup/rdiff-backup-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
26 set name=pkg.summary value="Local/remote mirror and incremental backup utility"
27 set name=com.oracle.info.summary value="Python bindings for rdiff-backup"
28 set name=com.oracle.info.tpno value=9055
29 set name=info.classification \
30     value="org.opensolaris.category.2008:Applications/System Utilities"
31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
33 set name=org.opensolaris.arc-caseid value=PSARC/2008/272
34 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
35 link path=usr/bin/rdiff-backup target=rdiff-backup-$(PYVER) mediator=python \
36     mediator-version=$(PYVER)
39 file build/$(MACH32)-$(PYVER)/scripts-$(PYVER)/rdiff-backup \
40     path=usr/bin/rdiff-backup-$(PYVER) pkg.depend.bypass-generate=.*msvcrt.*
41 link path=usr/bin/rdiff-backup-statistics \
42     target=rdiff-backup-statistics-$(PYVER) mediator=python \
43     mediator-version=$(PYVER)
44 file build/$(MACH32)-$(PYVER)/scripts-$(PYVER)/rdiff-backup-statistics \
45     path=usr/bin/rdiff-backup-statistics-$(PYVER)
46 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup-$(COMPONENT_VERSION)-py$(PYVER).egg-info
47 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/C.so
48 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/FilenameMapping.py
49 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/Globals.py
50 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/Hardlink.py
51 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/Main.py
52 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/Rdiff.py
53 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/Security.py
54 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/SetConnections.py
55 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/TempFile.py
56 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/Time.py
57 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/__init__.py
58 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/_librsync.so
59 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/backup.py
60 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/compare.py
61 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/connection.py
62 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/eas_acls.py
63 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/fs_abilities.py
64 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/hash.py
65 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/increment.py
66 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/iterfile.py
67 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/lazy.py
68 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/librsync.py
69 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/log.py
70 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/longname.py
71 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/manage.py
72 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/metadata.py
73 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/regress.py
74 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/restore.py
75 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/robust.py
76 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/rorpiter.py
77 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/rpath.py
78 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/selection.py
79 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/static.py
80 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/statistics.py
81 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/user_group.py
82 file path=usr/lib/python$(PYVER)/vendor-packages/rdiff_backup/win_acls.py
83 license rdiff-backup.copyright license=GPLv2
85 # force a dependency on the rdiff-backup package
86 depend type=require \
87     fmri=backup/rdiff-backup@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)