File: libiconv.packages

package info (click to toggle)
yada 0.34
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,160 kB
  • ctags: 83
  • sloc: perl: 3,554; makefile: 26; sh: 12
file content (65 lines) | stat: -rw-r--r-- 2,282 bytes parent folder | download
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
Source: libiconv
Section: libs
Priority: important
Maintainer: Piotr Roszatycki <dexter@debian.org>
Standards-Version: 3.5.6
Upstream-Source: <URL:ftp://ftp.gnu.org/pub/gnu/libiconv/>
Home-Page: <URL:http://www.gnu.org/software/libiconv/>
Description: character set conversion library
Origin: Debian
Copyright: LGPL
 Copyright (C) 2000-2001 Free Software Foundation, Inc.
Major-Changes:
 None.
Build: sh
 ./configure --prefix=/usr --enable-static --enable-shared
 CC=gcc
 CFLAGS="-O2 -Wall"
 LDFLAGS=
 if [ "${DEB_BUILD_OPTIONS#*debug}" != "$DEB_BUILD_OPTIONS" ]; then
     CFLAGS="$CFLAGS -g"
 fi
 make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" CC="$CC"
Clean: sh
 make distclean || true

Package: libiconv
Architecture: any
Conflicts: libc6
Description: Character set conversion library.
 This library provides an iconv() implementation, for use on systems which
 don't have one, or whose implementation cannot convert from/to Unicode. 
Install: sh
 yada install -lib -into /lib lib/.libs/lib*.so.*.* libcharset/lib/.libs/lib*.so.*.*
 cp -a lib/.libs/lib*.so.? $ROOT/lib
 cp -a libcharset/lib/.libs/lib*.so.? $ROOT/lib
 yada install -lib -into /lib lib/libiconv_plug*.so
Contains-Libs: yes

Package: libiconv-dev
Architecture: any
Conflicts: libc6-dev
Description: Character set conversion library - development libraries.
 This library provides an iconv() implementation, for use on systems which
 don't have one, or whose implementation cannot convert from/to Unicode. 
 .
 Contains the symlinks, headers, and object files needed to compile
 and link programs which use the libiconv library.
Install: sh
 yada install -lib lib/.libs/lib*.a libcharset/lib/.libs/lib*.a
 yada install -data -into /usr/lib lib/.libs/lib*.la libcharset/lib/.libs/lib*.la
 ln -s /lib/$(basename $(echo lib/.libs/libiconv.so.*.*)) \
     $ROOT/usr/lib/libiconv.so
 ln -s /lib/$(basename $(echo libcharset/lib/.libs/libcharset.so.*.*)) \
     $ROOT/usr/lib/libcharset.so
 yada install -data -into /usr/include include/*.h libcharset/include/*.h
 yada install -man man/*.3

Package: iconv
Architecture: any
Conflicts: libc6
Description: Character set conversion.
 The iconv program converts text from one encoding to another encoding.
Install: sh
 yada install -bin src/.libs/iconv
 yada install -man man/*.1