summaryrefslogtreecommitdiff
path: root/package/httping/Makefile
blob: c7b8e8b3f330fbca67613765360837308859c024 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.

include ${TOPDIR}/rules.mk

PKG_NAME:=		httping
PKG_VERSION:=		1.4.1
PKG_RELEASE:=		1
PKG_MD5SUM:=		bde1ff3c01343d2371d8f34fbf8a1d9a
PKG_DESCR:=		Httping is like 'ping' but for http-requests
PKG_SECTION:=		net
PKG_DEPENDS:=		libopenssl
PKG_BUILDDEP:=		openssl
PKG_SITES:=		http://www.vanheusden.com/httping/

DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tgz

include ${TOPDIR}/mk/package.mk

$(eval $(call PKG_template,HTTPING,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))

CONFIG_STYLE:=		manual
TARGET_CFLAGS+=		-D_GNU_SOURCE

post-install:
	${INSTALL_DIR} ${IDIR_HTTPING}/usr/bin
	${INSTALL_BIN} ${WRKINST}/usr/bin/httping ${IDIR_HTTPING}/usr/bin/

include ${TOPDIR}/mk/pkg-bottom.mk