X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0d52ac0f6a06a36bc0f0316b8593f1f8dc3a8a53..50140b4aa3b6b64cde763e1ac6c488a51dd9f9ae:/package/pptpd/Makefile diff --git a/package/pptpd/Makefile b/package/pptpd/Makefile index 5714e4d78..cd44864fd 100644 --- a/package/pptpd/Makefile +++ b/package/pptpd/Makefile @@ -1,13 +1,12 @@ -############################################################# -# -# ebtables -# -############################################################# +# $Id$ + include $(TOPDIR)/rules.mk PKG_NAME:=pptpd PKG_VERSION:=1.2.3 PKG_RELEASE:=1 +PKG_MD5SUM:=a521e40ca304b0c125cc25f9b9d03324 + PKG_SOURCE_URL:=@SF/poptop PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) @@ -16,7 +15,7 @@ PKG_IPK:=$(PACKAGE_DIR)/$(PKG_NAME)_$(PKG_VERSION)-$(PKG_RELEASE)_$(ARCH).ipk PKG_IPK_DIR:=$(PKG_BUILD_DIR)/ipkg $(DL_DIR)/$(PKG_SOURCE): - $(SCRIPT_DIR)/download.pl $(DL_DIR) $(PKG_SOURCE) x $(PKG_SOURCE_URL) + $(SCRIPT_DIR)/download.pl $(DL_DIR) $(PKG_SOURCE) $(PKG_MD5SUM) $(PKG_SOURCE_URL) $(PKG_BUILD_DIR)/.unpacked: $(DL_DIR)/$(PKG_SOURCE) $(PKG_CAT) $(DL_DIR)/$(PKG_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -