openssl: update to 3.4.0
[openadk.git] / package / gatling / Makefile
blob356ea4c3a1aa4507842e4d14d3a5cf7dc324ba05
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${ADK_TOPDIR}/rules.mk
6 PKG_NAME:= gatling
7 PKG_VERSION:= 0.16
8 PKG_RELEASE:= 1
9 PKG_HASH:= 5f96438ee201d7f1f6c2e0849ff273b196bdc7493f29a719ce8ed08c8be6365b
10 PKG_DESCR:= small non-forking webserver
11 PKG_SECTION:= net/http
12 PKG_BUILDDEP:= libowfat
13 PKG_NEEDS:= iconv
14 PKG_URL:= https://www.fefe.de/gatling/
15 PKG_SITES:= https://www.fefe.de/gatling/
17 include ${ADK_TOPDIR}/mk/package.mk
19 $(eval $(call PKG_template,GATLING,gatling,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
21 CONFIG_STYLE:= manual
22 INSTALL_STYLE:= manual
24 MAKE_FILE:= GNUmakefile
25 ALL_TARGET:= gatling
26 XAKE_FLAGS+= CC='${TARGET_CC}' \
27 CFLAGS='${TARGET_CPPFLAGS} ${TARGET_CFLAGS}' \
28 ZLIB=0 DIET= prefix='${WRKINST}/usr'
30 do-install:
31 ${INSTALL_DIR} ${IDIR_GATLING}/usr/sbin
32 ${INSTALL_BIN} ${WRKBUILD}/gatling ${IDIR_GATLING}/usr/sbin/
34 include ${ADK_TOPDIR}/mk/pkg-bottom.mk