# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= libwapcaplet VERSION= 0.4.2 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.2-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 INVALID_RPATH= yes MAKE_ENV= COMPONENT_TYPE="lib-shared" INSTALL_REQ_TOOLCHAIN= yes SOVERSION= 0.4.2 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwapcaplet.so.0.4.2 [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] 063d248ab3f206808c414934a105f6cb6426e2f0baf3bdd20a712179ecfa5cba 31492 libwapcaplet-0.4.2-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 2018-08-21 22:28:17 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