X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3b42d8a75cdea08fc99a825e76079991a46ad298..6cce178336ae64d1990d3172b7539b1d8953cba1:/package/keynote/Makefile diff --git a/package/keynote/Makefile b/package/keynote/Makefile index 4df4e14ad..503528f5e 100644 --- a/package/keynote/Makefile +++ b/package/keynote/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=@SF/keynote +PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ PKG_MD5SUM:=b569066ac2ba1356c2112b118a7d74d0 PKG_CAT:=bzcat @@ -29,7 +29,7 @@ CATEGORY:=Network DEPENDS:=@LINUX_2_6 TITLE:=IPsec management tools DESCRIPTION:=IPsec management tools -URL:=http://keynote.sourceforge.net/ +URL:=http://www1.cs.columbia.edu/~angelos/keynote.html endef define Build/Configure @@ -48,12 +48,12 @@ define Package/keynote/install endef define Build/InstallDev - $(CP) $(PKG_BUILD_DIR)/*.h $(STAGING_DIR)/usr/include/ + $(CP) $(PKG_BUILD_DIR)/{assertion,header,keynote,signature}.h $(STAGING_DIR)/usr/include/ $(CP) $(PKG_BUILD_DIR)/libkeynote.a $(STAGING_DIR)/usr/lib/ endef define Build/UninstallDev - rm -rf $(STAGING_DIR)/usr/include/{assertion,getopt,header,keynote,signature}.h + rm -rf $(STAGING_DIR)/usr/include/{assertion,header,keynote,signature}.h endef $(eval $(call BuildPackage,keynote))