projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DIR if...
[openwrt.git]
/
package
/
keynote
/
Makefile
diff --git
a/package/keynote/Makefile
b/package/keynote/Makefile
index
264f163
..
30ff889
100644
(file)
--- a/
package/keynote/Makefile
+++ b/
package/keynote/Makefile
@@
-4,9
+4,10
@@
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# 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
include $(TOPDIR)/rules.mk
+include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=keynote
PKG_VERSION:=2.3
PKG_NAME:=keynote
PKG_VERSION:=2.3
@@
-17,10
+18,7
@@
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/
PKG_MD5SUM:=b569066ac2ba1356c2112b118a7d74d0
PKG_CAT:=bzcat
PKG_MD5SUM:=b569066ac2ba1356c2112b118a7d74d0
PKG_CAT:=bzcat
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
-include $(INCLUDE_DIR)/kernel.mk
define Package/keynote
SECTION:=net
define Package/keynote
SECTION:=net
@@
-35,12
+33,9
@@
define Package/keynote
URL:=http://www1.cs.columbia.edu/~angelos/keynote.html
endef
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, \
define Build/Compile
$(call Build/Compile/Default, \
This page took
0.025357 seconds
and
4
git commands to generate.