2 # Copyright (C) 2006-2012 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
14 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
15 PKG_SOURCE_URL
:=@SF
/pptpclient
16 PKG_MD5SUM
:=b47735ba5d6d37dfdbccb85afc044ede
18 include $(INCLUDE_DIR
)/package.mk
24 MAINTAINER
:=Jo-Philipp Wich
<xm@subsignal.org
>
25 URL
:=http
://pptpclient.sourceforge.net
/
26 DEPENDS
:=+ppp
+kmod-gre
+resolveip
29 define Package
/pptp
/description
30 This package contains a PPTP
(Point-to-Point Tunneling Protocol
) client.
33 define Package
/pptp
/conffiles
37 define Package
/pptp
/install
38 $(INSTALL_DIR
) $(1)/usr
/sbin
39 $(INSTALL_BIN
) $(PKG_BUILD_DIR
)/pptp
$(1)/usr
/sbin
/
40 $(INSTALL_DIR
) $(1)/etc
/ppp
41 $(INSTALL_DATA
) .
/files
/options.pptp
$(1)/etc
/ppp
/
42 $(INSTALL_DIR
) $(1)/lib
/network
43 $(INSTALL_BIN
) .
/files
/pptp.sh
$(1)/lib
/network
/
46 $(eval
$(call BuildPackage
,pptp
))