summaryrefslogtreecommitdiff
path: root/package/ssltunnel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/ssltunnel/Makefile')
-rw-r--r--package/ssltunnel/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/package/ssltunnel/Makefile b/package/ssltunnel/Makefile
deleted file mode 100644
index f23371ed8..000000000
--- a/package/ssltunnel/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include ${ADK_TOPDIR}/rules.mk
-
-PKG_NAME:= ssltunnel
-PKG_VERSION:= 1.18
-PKG_RELEASE:= 1
-PKG_HASH:= 1d2e4bbc935341775e7cc26dae980d6bdd5e8351f5a0cbf4d85363ac5d71081f
-PKG_DESCR:= ppp over ssl vpn tool
-PKG_SECTION:= net/security
-PKG_DEPENDS:= ppp libopenssl
-PKG_BUILDDEP:= ppp openssl
-PKG_SITES:= http://www.hsc.fr/ressources/outils/ssltunnel/download/
-
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-
-PKG_LIBC_DEPENDS:= uclibc-ng glibc
-
-include ${ADK_TOPDIR}/mk/package.mk
-
-$(eval $(call PKG_template,SSLTUNNEL,ssltunnel,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-CONFIGURE_ENV+= BUILD_CC="${TARGET_CC}"
-XAKE_FLAGS+= CCOPT="${TARGET_CFLAGS}" INCLS="-I. -I${STAGING_TARGET_DIR}/usr/include"
-
-ssltunnel-install:
- ${INSTALL_DIR} ${IDIR_SSLTUNNEL}/usr/bin
- ${INSTALL_DIR} ${IDIR_SSLTUNNEL}/usr/sbin
- ${INSTALL_DIR} ${IDIR_SSLTUNNEL}/usr/libexec
- ${INSTALL_BIN} ${WRKINST}/usr/bin/pppclient \
- ${IDIR_SSLTUNNEL}/usr/bin/
- ${INSTALL_BIN} ${WRKINST}/usr/sbin/pppwho \
- ${IDIR_SSLTUNNEL}/usr/sbin/
- ${INSTALL_BIN} ${WRKINST}/usr/libexec/pppserver \
- ${IDIR_SSLTUNNEL}/usr/libexec/
-
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk