X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fppp%2FMakefile;h=22937683d76d7facbd0cbecc1ad146f846df2439;hb=fbb46d4f1212b8520bd8e44c8bf87a301d741cf9;hp=b8b08d8610b0959e879a8a7db6197af9b204d03e;hpb=d62770f5492028d5543ac4fe2165d68dfbb31b63;p=openwrt-10.03%2F.git diff --git a/package/ppp/Makefile b/package/ppp/Makefile index b8b08d861..22937683d 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ppp PKG_VERSION:=2.4.3 -PKG_RELEASE:=8 +PKG_RELEASE:=10 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ @@ -121,6 +121,11 @@ define Build/Compile all install endef +define Build/InstallDev + $(INSTALL_DIR) $(1)/usr/include + $(CP) $(PKG_INSTALL_DIR)/usr/include/pppd $(1)/usr/include/ +endef + define Package/ppp/install $(INSTALL_DIR) $(1)/usr/lib/pppd/$(PKG_VERSION) $(INSTALL_DIR) $(1)/usr/sbin