Ravenports generated: 16 Apr 2023 05:23
[ravenports.git] / bucket_6A / libwapcaplet
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               libwapcaplet
4 VERSION=                0.4.3
5 KEYWORDS=               textproc
6 VARIANTS=               standard
7 SDESC[standard]=        String internment library
8 HOMEPAGE=               https://www.netsurf-browser.org/projects/libwapcaplet/
9 CONTACT=                Michael_Reim[kraileth@elderlinux.org]
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            https://download.netsurf-browser.org/libs/releases/
13 DISTFILE[1]=            libwapcaplet-0.4.3-src.tar.gz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 BUILD_DEPENDS=          flex:primary:standard
21                         netsurf-buildsystem:single:standard
22
23 USES=                   gmake
24
25 LICENSE=                MIT:single
26 LICENSE_FILE=           MIT:{{WRKSRC}}/COPYING
27 LICENSE_SCHEME=         solo
28
29 FPC_EQUIVALENT=         textproc/libwapcaplet
30
31 MAKE_ENV=               COMPONENT_TYPE="lib-shared"
32
33 INSTALL_REQ_TOOLCHAIN=  yes
34 SOVERSION=              0.4.3
35
36 post-install:
37         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwapcaplet.so.0.4.3
38
39 [FILE:266:descriptions/desc.single]
40 LibWapcaplet is a string internment library, written in C. It provides 
41 reference counted string interment and rapid string comparison 
42 functionality. It was developed as part of the NetSurf project and is 
43 available for use by other software under the MIT licence.
44
45
46 [FILE:108:distinfo]
47 9b2aa1dd6d6645f8e992b3697fdbd87f0c0e1da5721fa54ed29b484d13160c5c        31766 libwapcaplet-0.4.3-src.tar.gz
48
49
50 [FILE:148:manifests/plist.single]
51 include/libwapcaplet/libwapcaplet.h
52 lib/
53  libwapcaplet.so
54  libwapcaplet.so.%%SOMAJOR%%
55  libwapcaplet.so.%%SOVERSION%%
56 lib/pkgconfig/libwapcaplet.pc
57
58
59 [FILE:466:patches/patch-Makefile]
60 --- Makefile.orig       2020-05-24 18:16:11 UTC
61 +++ Makefile
62 @@ -21,7 +21,7 @@ TESTRUNNER = $(BUILDDIR)/test_testrunner
63  # Toolchain flags
64  WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
65         -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
66 -       -Wmissing-declarations -Wnested-externs
67 +       -Wmissing-declarations -Wnested-externs -w
68  # BeOS/Haiku standard library headers issue warnings
69  ifneq ($(BUILD),i586-pc-haiku)
70    WARNFLAGS := $(WARNFLAGS) -Werror
71