Norm Jacobs
2010-10-19 50cda83ffc3ab7911d50200751dd05867c69ddea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
#
include ../../make-rules/shared-macros.mk
 
COMPONENT_NAME=        rsync
COMPONENT_VERSION=    3.0.7
IPS_PKG_NAME=        network/rsync
COMPONENT_DESCRIPTION=    "utility for fast incremental file transfer"
COMPONENT_CLASSIFICATION="Applications/System Utilities"
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_PROJECT_URL=    http://www.samba.org/rsync/
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    sha1:63426a1bc71991d93159cd522521fbacdafb7a61
COMPONENT_ARCHIVE_URL=    http://www.samba.org/ftp/$(COMPONENT_NAME)/src/$(COMPONENT_ARCHIVE)
 
include ../../make-rules/prep.mk
include ../../make-rules/configure.mk
include ../../make-rules/ips.mk
 
CONFIGURE_OPTIONS  +=        --with-included-popt
COMPONENT_BUILD_TARGETS +=    all
COMPONENT_BUILD_TARGETS +=    man
 
# common targets
build:        $(BUILD_32)
 
install:    $(INSTALL_32)
 
BUILD_PKG_DEPENDENCIES =    $(BUILD_TOOLS)
 
REQUIRED_TOOL +=    /sbin/uname
REQUIRED_TOOL +=    /usr/bin/arch
REQUIRED_TOOL +=    /usr/bin/awk
REQUIRED_TOOL +=    /usr/bin/basename
REQUIRED_TOOL +=    /usr/bin/bash
REQUIRED_TOOL +=    /usr/bin/chmod
REQUIRED_TOOL +=    /usr/bin/cp
REQUIRED_TOOL +=    /usr/bin/diff
REQUIRED_TOOL +=    /usr/bin/dirname
REQUIRED_TOOL +=    /usr/bin/echo
REQUIRED_TOOL +=    /usr/bin/env
REQUIRED_TOOL +=    /usr/bin/expr
REQUIRED_TOOL +=    /usr/bin/find
REQUIRED_TOOL +=    /usr/bin/ggrep
REQUIRED_TOOL +=    /usr/bin/ginstall
REQUIRED_TOOL +=    /usr/bin/gmake
REQUIRED_TOOL +=    /usr/bin/grep
REQUIRED_TOOL +=    /usr/bin/gtar
REQUIRED_TOOL +=    /usr/bin/gzip 
REQUIRED_TOOL +=    /usr/bin/hostname
REQUIRED_TOOL +=    /usr/bin/ksh93
REQUIRED_TOOL +=    /usr/bin/ld
REQUIRED_TOOL +=    /usr/bin/ln
REQUIRED_TOOL +=    /usr/bin/ls
REQUIRED_TOOL +=    /usr/bin/mkdir
REQUIRED_TOOL +=    /usr/bin/mv
REQUIRED_TOOL +=    /usr/bin/rm
REQUIRED_TOOL +=    /usr/bin/sed
REQUIRED_TOOL +=    /usr/bin/sort
REQUIRED_TOOL +=    /usr/bin/touch
REQUIRED_TOOL +=    /usr/bin/tr
REQUIRED_TOOL +=    /usr/perl5/bin/perl
REQUIRED_TOOL +=    $(SPRO_VROOT)/bin/cc
 
REQUIRED_FILE +=    /lib/libnsl.so
REQUIRED_FILE +=    /lib/libsec.so
REQUIRED_FILE +=    /lib/libsocket.so
REQUIRED_FILE +=    /usr/bin/arch
REQUIRED_FILE +=    /usr/include/alloca.h
REQUIRED_FILE +=    /usr/include/arpa/inet.h
REQUIRED_FILE +=    /usr/include/assert.h
REQUIRED_FILE +=    /usr/include/ctype.h
REQUIRED_FILE +=    /usr/include/dirent.h
REQUIRED_FILE +=    /usr/include/errno.h
REQUIRED_FILE +=    /usr/include/fcntl.h
REQUIRED_FILE +=    /usr/include/float.h
REQUIRED_FILE +=    /usr/include/grp.h
REQUIRED_FILE +=    /usr/include/iconv.h
REQUIRED_FILE +=    /usr/include/langinfo.h
REQUIRED_FILE +=    /usr/include/libintl.h
REQUIRED_FILE +=    /usr/include/limits.h
REQUIRED_FILE +=    /usr/include/locale.h
REQUIRED_FILE +=    /usr/include/malloc.h
REQUIRED_FILE +=    /usr/include/math.h
REQUIRED_FILE +=    /usr/include/netdb.h
REQUIRED_FILE +=    /usr/include/netinet/in_systm.h
REQUIRED_FILE +=    /usr/include/netinet/in.h
REQUIRED_FILE +=    /usr/include/netinet/ip.h
REQUIRED_FILE +=    /usr/include/netinet/ip6.h
REQUIRED_FILE +=    /usr/include/netinet/tcp.h
REQUIRED_FILE +=    /usr/include/popt.h
REQUIRED_FILE +=    /usr/include/pwd.h
REQUIRED_FILE +=    /usr/include/signal.h
REQUIRED_FILE +=    /usr/include/stdarg.h
REQUIRED_FILE +=    /usr/include/stdbool.h
REQUIRED_FILE +=    /usr/include/stddef.h
REQUIRED_FILE +=    /usr/include/stdio.h
REQUIRED_FILE +=    /usr/include/stdlib.h
REQUIRED_FILE +=    /usr/include/string.h
REQUIRED_FILE +=    /usr/include/strings.h
REQUIRED_FILE +=    /usr/include/sys/acl.h
REQUIRED_FILE +=    /usr/include/sys/attr.h
REQUIRED_FILE +=    /usr/include/sys/fcntl.h
REQUIRED_FILE +=    /usr/include/sys/file.h
REQUIRED_FILE +=    /usr/include/sys/filio.h
REQUIRED_FILE +=    /usr/include/sys/ioctl.h
REQUIRED_FILE +=    /usr/include/sys/mkdev.h
REQUIRED_FILE +=    /usr/include/sys/mode.h
REQUIRED_FILE +=    /usr/include/sys/param.h
REQUIRED_FILE +=    /usr/include/sys/select.h
REQUIRED_FILE +=    /usr/include/sys/socket.h
REQUIRED_FILE +=    /usr/include/sys/stat.h
REQUIRED_FILE +=    /usr/include/sys/time.h
REQUIRED_FILE +=    /usr/include/sys/types.h
REQUIRED_FILE +=    /usr/include/sys/un.h
REQUIRED_FILE +=    /usr/include/sys/wait.h
REQUIRED_FILE +=    /usr/include/syslog.h
REQUIRED_FILE +=    /usr/include/time.h
REQUIRED_FILE +=    /usr/include/unistd.h
REQUIRED_FILE +=    /usr/include/utime.h
REQUIRED_FILE +=    /usr/include/wchar.h
 
include ../../make-rules/depend.mk