X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c3d057408613580da12a0d7c52b94f8864d9fa9b..01ce4cb6c05b9d2d05143d9b55111c344d8b6692:/package/keynote/Makefile diff --git a/package/keynote/Makefile b/package/keynote/Makefile index 8bec6e772..9fe38678d 100644 --- a/package/keynote/Makefile +++ b/package/keynote/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=keynote PKG_VERSION:=2.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ @@ -23,18 +23,23 @@ define Package/keynote CATEGORY:=Network DEPENDS:=@LINUX_2_6 +libopenssl TITLE:=Simple and flexible trust-management system - DESCRIPTION:=\ - KeyNote is a simple and flexible trust-management system designed to work \\\ - well for a variety of large- and small- scale Internet-based applications.\\\ - It provides a single, unified language for both local policies and \\\ - credentials. URL:=http://www1.cs.columbia.edu/~angelos/keynote.html endef +define Package/keynote/description + KeyNote is a simple and flexible trust-management system designed to work + well for a variety of large- and small- scale Internet-based applications. + It provides a single, unified language for both local policies and + credentials. +endef + CONFIGURE_ARGS += \ --enable-static \ --enable-shared +MAKE_FLAGS += \ + CFLAGS="$(TARGET_CFLAGS)" + define Build/InstallDev mkdir -p $(STAGING_DIR)/usr/include/keynote $(CP) $(PKG_BUILD_DIR)/{assertion,header,keynote,signature}.h $(STAGING_DIR)/usr/include/keynote/