usr/src/lib/idn/install-sfw
author Cyril Plisko <cyril.plisko@grigale.com>
Tue, 06 Apr 2010 16:00:14 +0300
changeset 11 87960ed158f9
parent 0 b34509ac961f
child 60 0d167ac031c9
permissions -rwxr-xr-x
Import sfw build 137 Bugs Fixed ---------- 6926835 Wireshark cannot open files typed into the location bar 6930214 CVE-2010-0624: Heap-based buffer overflow in GNU Tar 6933424 Various sfw manual pages need to be adjusted to use the new OpenSolaris package names. 6937764 upgrade OpenSSL to 0.9.8n (and fix CVE-2010-0740)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     1
#! /usr/bin/sh
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     2
#
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     3
# CDDL HEADER START
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     4
#
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     5
# The contents of this file are subject to the terms of the
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     6
# Common Development and Distribution License (the "License").
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     7
# You may not use this file except in compliance with the License.
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     8
#
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
     9
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    10
# or http://www.opensolaris.org/os/licensing.
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    11
# See the License for the specific language governing permissions
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    12
# and limitations under the License.
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    13
#
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    14
# When distributing Covered Code, include this CDDL HEADER in each
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    15
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    16
# If applicable, add the following below this CDDL HEADER, with the
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    17
# fields enclosed by brackets "[]" replaced with your own identifying
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    18
# information: Portions Copyright [yyyy] [name of copyright owner]
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    19
#
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    20
# CDDL HEADER END
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    21
#
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    22
#
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    23
# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    24
# Use is subject to license terms.
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    25
#
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    26
# ident	"@(#)install-sfw	1.3	09/09/21 SMI"
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    27
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    28
VERS=libidn-1.9
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    29
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    30
PREFIX=${ROOT}/usr
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    31
BINDIR=${PREFIX}/bin
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    32
DOCDIR=${PREFIX}/share/doc/idn
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    33
INCDIR=${PREFIX}/include/idn
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    34
LIBDIR=${PREFIX}/lib
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    35
PKGCONFIGDIR=${LIBDIR}/pkgconfig
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    36
LOCALEDIR=${PREFIX}/share/locale
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    37
JAVADIR=${PREFIX}/share/lib/idn
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    38
MAN1DIR=${PREFIX}/share/man/man1
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    39
MAN3DIR=${PREFIX}/share/man/man3
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    40
ROOTMAN1DIR=${MAN1DIR}
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    41
ROOTMAN3DIR=${MAN3DIR}
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    42
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    43
MANSCRIPT=../sunman-stability
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    44
. ${SRC}/tools/install.subr
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    45
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    46
cd ${VERS}
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    47
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    48
_install E src/.libs/idn ${BINDIR}/idn 0555
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    49
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    50
_install M doc/idn.1 ${MAN1DIR}/idn.1 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    51
_install M doc/man/idna_strerror.3 ${MAN3DIR}/idna_strerror.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    52
_install M doc/man/idna_to_ascii_4i.3 ${MAN3DIR}/idna_to_ascii_4i.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    53
_install M doc/man/idna_to_ascii_4z.3 ${MAN3DIR}/idna_to_ascii_4z.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    54
_install M doc/man/idna_to_ascii_8z.3 ${MAN3DIR}/idna_to_ascii_8z.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    55
_install M doc/man/idna_to_ascii_lz.3 ${MAN3DIR}/idna_to_ascii_lz.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    56
_install M doc/man/idna_to_unicode_44i.3 ${MAN3DIR}/idna_to_unicode_44i.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    57
_install M doc/man/idna_to_unicode_4z4z.3 ${MAN3DIR}/idna_to_unicode_4z4z.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    58
_install M doc/man/idna_to_unicode_8z4z.3 ${MAN3DIR}/idna_to_unicode_8z4z.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    59
_install M doc/man/idna_to_unicode_8z8z.3 ${MAN3DIR}/idna_to_unicode_8z8z.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    60
_install M doc/man/idna_to_unicode_8zlz.3 ${MAN3DIR}/idna_to_unicode_8zlz.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    61
_install M doc/man/idna_to_unicode_lzlz.3 ${MAN3DIR}/idna_to_unicode_lzlz.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    62
_install M doc/man/pr29_4.3 ${MAN3DIR}/pr29_4.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    63
_install M doc/man/pr29_4z.3 ${MAN3DIR}/pr29_4z.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    64
_install M doc/man/pr29_8z.3 ${MAN3DIR}/pr29_8z.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    65
_install M doc/man/pr29_strerror.3 ${MAN3DIR}/pr29_strerror.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    66
_install M doc/man/punycode_decode.3 ${MAN3DIR}/punycode_decode.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    67
_install M doc/man/punycode_encode.3 ${MAN3DIR}/punycode_encode.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    68
_install M doc/man/punycode_strerror.3 ${MAN3DIR}/punycode_strerror.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    69
_install M doc/man/stringprep.3 ${MAN3DIR}/stringprep.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    70
_install M doc/man/stringprep_4i.3 ${MAN3DIR}/stringprep_4i.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    71
_install M doc/man/stringprep_4zi.3 ${MAN3DIR}/stringprep_4zi.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    72
_install M doc/man/stringprep_check_version.3 ${MAN3DIR}/stringprep_check_version.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    73
_install M doc/man/stringprep_convert.3 ${MAN3DIR}/stringprep_convert.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    74
_install M doc/man/stringprep_locale_charset.3 ${MAN3DIR}/stringprep_locale_charset.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    75
_install M doc/man/stringprep_locale_to_utf8.3 ${MAN3DIR}/stringprep_locale_to_utf8.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    76
_install M doc/man/stringprep_profile.3 ${MAN3DIR}/stringprep_profile.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    77
_install M doc/man/stringprep_strerror.3 ${MAN3DIR}/stringprep_strerror.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    78
_install M doc/man/stringprep_ucs4_nfkc_normalize.3 ${MAN3DIR}/stringprep_ucs4_nfkc_normalize.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    79
_install M doc/man/stringprep_ucs4_to_utf8.3 ${MAN3DIR}/stringprep_ucs4_to_utf8.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    80
_install M doc/man/stringprep_unichar_to_utf8.3 ${MAN3DIR}/stringprep_unichar_to_utf8.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    81
_install M doc/man/stringprep_utf8_nfkc_normalize.3 ${MAN3DIR}/stringprep_utf8_nfkc_normalize.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    82
_install M doc/man/stringprep_utf8_to_locale.3 ${MAN3DIR}/stringprep_utf8_to_locale.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    83
_install M doc/man/stringprep_utf8_to_ucs4.3 ${MAN3DIR}/stringprep_utf8_to_ucs4.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    84
_install M doc/man/stringprep_utf8_to_unichar.3 ${MAN3DIR}/stringprep_utf8_to_unichar.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    85
_install M doc/man/tld_check_4.3 ${MAN3DIR}/tld_check_4.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    86
_install M doc/man/tld_check_4t.3 ${MAN3DIR}/tld_check_4t.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    87
_install M doc/man/tld_check_4tz.3 ${MAN3DIR}/tld_check_4tz.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    88
_install M doc/man/tld_check_4z.3 ${MAN3DIR}/tld_check_4z.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    89
_install M doc/man/tld_check_8z.3 ${MAN3DIR}/tld_check_8z.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    90
_install M doc/man/tld_check_lz.3 ${MAN3DIR}/tld_check_lz.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    91
_install M doc/man/tld_default_table.3 ${MAN3DIR}/tld_default_table.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    92
_install M doc/man/tld_get_4.3 ${MAN3DIR}/tld_get_4.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    93
_install M doc/man/tld_get_4z.3 ${MAN3DIR}/tld_get_4z.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    94
_install M doc/man/tld_get_table.3 ${MAN3DIR}/tld_get_table.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    95
_install M doc/man/tld_get_z.3 ${MAN3DIR}/tld_get_z.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    96
_install M doc/man/tld_strerror.3 ${MAN3DIR}/tld_strerror.3 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    97
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    98
_install N java/libidn-1.9.jar ${JAVADIR}/libidn-1.9.jar 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
    99
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   100
_install N doc/tld/ac.tld ${DOCDIR}/tld/ac.tld 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   101
_install N doc/tld/at.tld ${DOCDIR}/tld/at.tld 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   102
_install N doc/tld/biz.tld ${DOCDIR}/tld/biz.tld 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   103
_install N doc/tld/br.tld ${DOCDIR}/tld/br.tld 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   104
_install N doc/tld/ch.tld ${DOCDIR}/tld/ch.tld 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   105
_install N doc/tld/de.tld ${DOCDIR}/tld/de.tld 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   106
_install N doc/tld/dk.tld ${DOCDIR}/tld/dk.tld 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   107
_install N doc/tld/fr.tld ${DOCDIR}/tld/fr.tld 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   108
_install N doc/tld/hu.tld ${DOCDIR}/tld/hu.tld 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   109
_install N doc/tld/info.tld ${DOCDIR}/tld/info.tld 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   110
_install N doc/tld/io.tld ${DOCDIR}/tld/io.tld 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   111
_install N doc/tld/li.tld ${DOCDIR}/tld/li.tld 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   112
_install N doc/tld/no.tld ${DOCDIR}/tld/no.tld 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   113
_install N doc/tld/org.tld ${DOCDIR}/tld/org.tld 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   114
_install N doc/tld/pl.tld ${DOCDIR}/tld/pl.tld 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   115
_install N doc/tld/se.tld ${DOCDIR}/tld/se.tld 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   116
_install N doc/tld/sh.tld ${DOCDIR}/tld/sh.tld 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   117
_install N doc/tld/tm.tld ${DOCDIR}/tld/tm.tld 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   118
_install N doc/tld/templates/arabic_digits ${DOCDIR}/tld/templates/arabic_digits 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   119
_install N doc/tld/templates/arabic_letters ${DOCDIR}/tld/templates/arabic_letters 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   120
_install N doc/tld/templates/greek_standard ${DOCDIR}/tld/templates/greek_standard 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   121
_install N doc/tld/templates/hebrew_letters ${DOCDIR}/tld/templates/hebrew_letters 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   122
_install N doc/tld/templates/latin_1_supplement_letters ${DOCDIR}/tld/templates/latin_1_supplement_letters 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   123
_install N doc/tld/templates/latin_extended_a_letters ${DOCDIR}/tld/templates/latin_extended_a_letters 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   124
_install N doc/tld/templates/latin_extended_a_letters_icb ${DOCDIR}/tld/templates/latin_extended_a_letters_icb 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   125
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   126
_install N doc/java/gnu/inet/encoding/CombiningClass.html ${DOCDIR}/java/gnu/inet/encoding/CombiningClass.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   127
_install N doc/java/gnu/inet/encoding/Composition.html ${DOCDIR}/java/gnu/inet/encoding/Composition.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   128
_install N doc/java/gnu/inet/encoding/DecompositionKeys.html ${DOCDIR}/java/gnu/inet/encoding/DecompositionKeys.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   129
_install N doc/java/gnu/inet/encoding/DecompositionMappings.html ${DOCDIR}/java/gnu/inet/encoding/DecompositionMappings.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   130
_install N doc/java/gnu/inet/encoding/IDNA.html ${DOCDIR}/java/gnu/inet/encoding/IDNA.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   131
_install N doc/java/gnu/inet/encoding/IDNAException.html ${DOCDIR}/java/gnu/inet/encoding/IDNAException.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   132
_install N doc/java/gnu/inet/encoding/NFKC.html ${DOCDIR}/java/gnu/inet/encoding/NFKC.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   133
_install N doc/java/gnu/inet/encoding/Punycode.html ${DOCDIR}/java/gnu/inet/encoding/Punycode.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   134
_install N doc/java/gnu/inet/encoding/PunycodeException.html ${DOCDIR}/java/gnu/inet/encoding/PunycodeException.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   135
_install N doc/java/gnu/inet/encoding/RFC3454.html ${DOCDIR}/java/gnu/inet/encoding/RFC3454.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   136
_install N doc/java/gnu/inet/encoding/Stringprep.html ${DOCDIR}/java/gnu/inet/encoding/Stringprep.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   137
_install N doc/java/gnu/inet/encoding/StringprepException.html ${DOCDIR}/java/gnu/inet/encoding/StringprepException.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   138
_install N doc/java/gnu/inet/encoding/classes.html ${DOCDIR}/java/gnu/inet/encoding/classes.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   139
_install N doc/java/gnu/inet/encoding/classes.html ${DOCDIR}/java/gnu/inet/encoding/classes.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   140
_install N doc/java/gnu/inet/encoding/package-summary.html ${DOCDIR}/java/gnu/inet/encoding/package-summary.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   141
_install N doc/java/gnu/inet/encoding/tree.html ${DOCDIR}/java/gnu/inet/encoding/tree.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   142
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   143
_install N doc/java/resources/gjdoc.js ${DOCDIR}/java/resources/gjdoc.js 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   144
_install N doc/java/resources/gjdochtml-clean-color1.css ${DOCDIR}/java/resources/gjdochtml-clean-color1.css 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   145
_install N doc/java/resources/gjdochtml-clean-layout.css ${DOCDIR}/java/resources/gjdochtml-clean-layout.css 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   146
_install N doc/java/resources/inherit.png ${DOCDIR}/java/resources/inherit.png 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   147
_install N doc/java/about.html ${DOCDIR}/java/about.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   148
_install N doc/java/alphaindex.html ${DOCDIR}/java/alphaindex.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   149
_install N doc/java/deprecated.html  ${DOCDIR}/java/deprecated.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   150
_install N doc/java/index.html ${DOCDIR}/java/index.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   151
_install N doc/java/serialized-form.html ${DOCDIR}/java/serialized-form.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   152
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   153
_install N doc/libidn.html ${DOCDIR}/html/libidn.html 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   154
_install N doc/libidn-components.eps ${DOCDIR}/html/components.eps 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   155
_install N doc/components.fig ${DOCDIR}/html/components.fig 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   156
_install N doc/libidn-components.pdf ${DOCDIR}/html/components.pdf 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   157
_install N doc/libidn-components.png ${DOCDIR}/html/components.png 0444
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   158
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   159
_install N lib/stringprep.h ${INCDIR}/stringprep.h 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   160
_install N lib/idna.h ${INCDIR}/idna.h 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   161
_install N lib/punycode.h ${INCDIR}/punycode.h 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   162
_install N lib/idn-free.h ${INCDIR}/idn-free.h 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   163
_install N lib/pr29.h ${INCDIR}/pr29.h 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   164
_install N lib/tld.h ${INCDIR}/tld.h 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   165
_install N lib/idn-int.h ${INCDIR}/idn-int.h 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   166
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   167
_install D lib/.libs/libidn.so.11.5.38 ${LIBDIR}/libidn.so.11.5.38 0755
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   168
_install L libidn.so.11.5.38 ${LIBDIR}/libidn.so.11
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   169
_install L libidn.so.11.5.38 ${LIBDIR}/libidn.so
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   170
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   171
_install N ../llib-lidn ${LIBDIR}/llib-lidn 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   172
_install N llib-lidn.ln ${LIBDIR}/llib-lidn.ln 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   173
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   174
_install N libidn.pc ${PKGCONFIGDIR}/libidn.pc 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   175
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   176
_install N po/da.gmo ${LOCALEDIR}/da/LC_MESSAGES/libidn.mo 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   177
_install N po/de.gmo ${LOCALEDIR}/de/LC_MESSAGES/libidn.mo 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   178
_install N po/eo.gmo ${LOCALEDIR}/eo/LC_MESSAGES/libidn.mo 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   179
_install N po/fr.gmo ${LOCALEDIR}/fr/LC_MESSAGES/libidn.mo 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   180
_install N po/it.gmo ${LOCALEDIR}/it/LC_MESSAGES/libidn.mo 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   181
_install N po/ja.gmo ${LOCALEDIR}/ja/LC_MESSAGES/libidn.mo 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   182
_install N po/nl.gmo ${LOCALEDIR}/nl/LC_MESSAGES/libidn.mo 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   183
_install N po/pl.gmo ${LOCALEDIR}/pl/LC_MESSAGES/libidn.mo 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   184
_install N po/ro.gmo ${LOCALEDIR}/ro/LC_MESSAGES/libidn.mo 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   185
_install N po/rw.gmo ${LOCALEDIR}/rw/LC_MESSAGES/libidn.mo 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   186
_install N po/sr.gmo ${LOCALEDIR}/sr/LC_MESSAGES/libidn.mo 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   187
_install N po/vi.gmo ${LOCALEDIR}/vi/LC_MESSAGES/libidn.mo 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   188
_install N po/zh_CN.gmo ${LOCALEDIR}/zh_CN/LC_MESSAGES/libidn.mo 0644
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   189
b34509ac961f Import sfw repo b126
Cyril Plisko <cyril.plisko@grigale.com>
parents:
diff changeset
   190