Ravenports generated: 17 Sep 2017 00:10
[ravenports.git] / bucket_93 / uchardet
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               uchardet
4 VERSION=                0.0.6
5 KEYWORDS=               textproc
6 VARIANTS=               standard
7 SDESC[standard]=        Universal charset detection
8 HOMEPAGE=               https://www.freedesktop.org/wiki/Software/uchardet/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            https://www.freedesktop.org/software/uchardet/releases/
13 DISTFILE[1]=            uchardet-0.0.6.tar.xz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 USES=                   cmake c++:single
21
22 FPC_EQUIVALENT=         textproc/uchardet
23
24 CMAKE_ARGS=             -DCMAKE_INSTALL_MANDIR:PATH={{MANPREFIX}}/man
25                         -DCMAKE_INSTALL_LIBDIR:STRING=lib
26
27 post-install:
28         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/uchardet
29         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libuchardet.so
30
31 [FILE:453:descriptions/desc.single]
32 uchardet is an encoding detection library, which takes a sequence
33 of bytes in an unknown character encoding without any additional
34 information, and attempts to determine the encoding of the text.
35 Returned encoding names are iconv-compatible.
36
37 It started as a C language binding of the original C++ implementation
38 of the universal charset detection library by Mozilla. It can now
39 detect more charsets, and more reliably than the original implementation.
40
41
42 [FILE:100:distinfo]
43 8351328cdfbcb2432e63938721dd781eb8c11ebc56e3a89d0f84576b96002c61       169192 uchardet-0.0.6.tar.xz
44
45
46 [FILE:172:manifests/plist.single]
47 bin/uchardet
48 include/uchardet/uchardet.h
49 lib/
50  libuchardet.a
51  libuchardet.so
52  libuchardet.so.0
53  libuchardet.so.0.0.6
54 lib/pkgconfig/uchardet.pc
55 share/man/man1/uchardet.1.gz
56