# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= libwapcaplet VERSION= 0.4.3 KEYWORDS= textproc VARIANTS= standard SDESC[standard]= String internment library HOMEPAGE= https://www.netsurf-browser.org/projects/libwapcaplet/ CONTACT= Michael_Reim[kraileth@elderlinux.org] DOWNLOAD_GROUPS= main SITES[main]= https://download.netsurf-browser.org/libs/releases/ DISTFILE[1]= libwapcaplet-0.4.3-src.tar.gz:main DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= flex:primary:standard netsurf-buildsystem:single:standard USES= gmake LICENSE= MIT:single LICENSE_FILE= MIT:{{WRKSRC}}/COPYING LICENSE_SCHEME= solo FPC_EQUIVALENT= textproc/libwapcaplet MAKE_ENV= COMPONENT_TYPE="lib-shared" INSTALL_REQ_TOOLCHAIN= yes SOVERSION= 0.4.3 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwapcaplet.so.0.4.3 [FILE:266:descriptions/desc.single] LibWapcaplet is a string internment library, written in C. It provides reference counted string interment and rapid string comparison functionality. It was developed as part of the NetSurf project and is available for use by other software under the MIT licence. [FILE:108:distinfo] 9b2aa1dd6d6645f8e992b3697fdbd87f0c0e1da5721fa54ed29b484d13160c5c 31766 libwapcaplet-0.4.3-src.tar.gz [FILE:148:manifests/plist.single] include/libwapcaplet/libwapcaplet.h lib/ libwapcaplet.so libwapcaplet.so.%%SOMAJOR%% libwapcaplet.so.%%SOVERSION%% lib/pkgconfig/libwapcaplet.pc [FILE:466:patches/patch-Makefile] --- Makefile.orig 2020-05-24 18:16:11 UTC +++ Makefile @@ -21,7 +21,7 @@ TESTRUNNER = $(BUILDDIR)/test_testrunner # Toolchain flags WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \ -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \ - -Wmissing-declarations -Wnested-externs + -Wmissing-declarations -Wnested-externs -w # BeOS/Haiku standard library headers issue warnings ifneq ($(BUILD),i586-pc-haiku) WARNFLAGS := $(WARNFLAGS) -Werror