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
5e2b389
..
30ff889
100644
(file)
--- a/
package/keynote/Makefile
+++ b/
package/keynote/Makefile
@@
-7,6
+7,7
@@
# $Id$
include $(TOPDIR)/rules.mk
# $Id$
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
This page took
0.024731 seconds
and
4
git commands to generate.