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
9 PKG_HASH
:= 9e8e10a59d7619176f4b986e256f776097a364d1be012781ea52e08d04679156
10 PKG_DESCR
:= automatically restart ssh sessions and tunnels
11 PKG_SECTION
:= net
/security
12 PKG_DEPENDS
:= openssh-client
13 PKG_URL
:= http
://www.harding.motd.ca
/autossh
/
14 PKG_SITES
:= http
://www.harding.motd.ca
/autossh
/
16 DISTFILES
:= $(PKG_NAME
)-$(PKG_VERSION
).tgz
18 include $(ADK_TOPDIR
)/mk
/package.mk
20 $(eval
$(call PKG_template
,AUTOSSH
,autossh
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
22 CONFIGURE_ENV
+= ac_cv_func_malloc_0_nonnull
=yes \
23 ac_cv_func_realloc_0_nonnull
=yes
26 $(INSTALL_DIR
) $(IDIR_AUTOSSH
)/usr
/bin
27 $(INSTALL_BIN
) $(WRKBUILD
)/autossh
$(IDIR_AUTOSSH
)/usr
/bin
29 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk