2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
9 include $(TOPDIR
)/rules.mk
15 PKG_BUILD_DIR
:=$(BUILD_DIR
)/$(PKG_NAME
)-$(PKG_VERSION
)
16 PKG_SOURCE
:=$(PKG_NAME
)-$(PKG_VERSION
).
tar.gz
17 PKG_SOURCE_URL
:=@SF
/pptpclient
18 PKG_MD5SUM
:=9a706327fb9827541d7c86d48ceb9631
21 include $(INCLUDE_DIR
)/package.mk
26 TITLE
:=PPTP
(Point-to-Point Tunneling Protocol
) client
27 DESCRIPTION
:=A Point-to-Point Tunneling Protocol Client
28 URL
:=http
://pptpclient.sourceforge.net
/
31 define Package
/pptp
/install
32 install -d
-m0755
$(1)/etc
/ppp
33 install -m0644 .
/files
/options.pptp
$(1)/etc
/ppp
/
34 install -d
-m0755
$(1)/lib
/network
35 install -m0755 .
/files
/pptp.sh
$(1)/lib
/network
/
36 install -d
-m0755
$(1)/usr
/sbin
37 install -m0755
$(PKG_BUILD_DIR
)/pptp
$(1)/usr
/sbin
/
40 $(eval
$(call BuildPackage
,pptp
))