X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8afb23270d23db6a033ba8fb77e1cf1a1d925a7c..9b6c0722c8f29ae83aa84633672500581321144a:/package/keynote/Makefile diff --git a/package/keynote/Makefile b/package/keynote/Makefile index 38f1f6901..5e2b3898b 100644 --- a/package/keynote/Makefile +++ b/package/keynote/Makefile @@ -4,7 +4,7 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: Makefile 4619 2006-08-22 09:50:02Z florian $ +# $Id$ include $(TOPDIR)/rules.mk @@ -35,16 +35,13 @@ define Package/keynote URL:=http://www1.cs.columbia.edu/~angelos/keynote.html endef -define Build/Configure - $(call Build/Configure/Default, \ - --enable-static \ - --enable-shared \ - ) -endef +CONFIGURE_ARGS += \ + --enable-static \ + --enable-shared define Build/Compile $(call Build/Compile/Default, \ - CFLAGS="\$$$$(EXTRA_CFLAGS) \$$$$(EXTRA_LDFLAGS)" \ + LIBS="$(EXTRA_LDFLAGS) -L. -lkeynote -lm -lcrypto" \ ) endef @@ -61,7 +58,7 @@ define Build/UninstallDev endef define Package/keynote/install - install -d -m0755 $(1)/usr/sbin + $(INSTALL_DIR) $(1)/usr/sbin $(CP) $(PKG_BUILD_DIR)/keynote $(1)/usr/sbin/ endef