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
:= e39c42d933242a8a6dd8600a0fa7f0a5ec8f066d10c4149d8e81a5c68fe4bbda
10 PKG_DESCR
:= point-to-point tunneling protocol client
13 PKG_KDEPENDS
:= ppp net-ipgre
14 PKG_SITES
:= ${MASTER_SITE_SOURCEFORGE
:=pptpclient
/}
16 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
18 include ${ADK_TOPDIR}/mk
/package.mk
20 $(eval
$(call PKG_template
,PPTP
,pptp
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
23 INSTALL_STYLE
:= manual
26 ${INSTALL_DIR} ${IDIR_PPTP}/sbin
27 ${INSTALL_DIR} ${IDIR_PPTP}/usr
/sbin
28 ${INSTALL_DIR} ${IDIR_PPTP}/etc
/ppp
29 ${INSTALL_BIN} .
/files
/ifup.pptp
${IDIR_PPTP}/sbin
/ifup.pptp
30 ${INSTALL_DATA} .
/files
/options.pptp
${IDIR_PPTP}/etc
/ppp
/
31 ${INSTALL_BIN} ${WRKBUILD}/pptp
${IDIR_PPTP}/usr
/sbin
/
33 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk