new (last?) attempt at standardizing Makefiles

SVN-Revision: 4855
This commit is contained in:
Nicolas Thill
2006-09-24 20:49:31 +00:00
parent 732b4932f1
commit 88b8c4eb63
51 changed files with 761 additions and 644 deletions

View File

@@ -12,12 +12,13 @@ PKG_NAME:=pptp
PKG_VERSION:=1.6.0
PKG_RELEASE:=3
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/pptpclient
PKG_MD5SUM:=9a706327fb9827541d7c86d48ceb9631
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
define Package/pptp