projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix syslog-ng, remove libol dependency in ipkg/control since statically
[openwrt.git]
/
openwrt
/
package
/
elhttp
/
Makefile
diff --git
a/openwrt/package/elhttp/Makefile
b/openwrt/package/elhttp/Makefile
index
ceebe54
..
175f1db
100644
(file)
--- a/
openwrt/package/elhttp/Makefile
+++ b/
openwrt/package/elhttp/Makefile
@@
-1,3
+1,5
@@
+# $Id$
+
include $(TOPDIR)/rules.mk
PKG_NAME:=elhttp
include $(TOPDIR)/rules.mk
PKG_NAME:=elhttp
@@
-5,9
+7,10
@@
PKG_VERSION:=0.22
PKG_RELEASE:=1
PKG_MD5SUM:=b52f68c47f709e9fc9429250eb8f954c
PKG_RELEASE:=1
PKG_MD5SUM:=b52f68c47f709e9fc9429250eb8f954c
-PKG_SOURCE_URL:=http://www.cr0.net:8040/code/network/
+PKG_SOURCE_URL:=http://phadej.daug.net/files/ \
+ http://www.cr0.net:8040/code/network/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
-PKG_CAT:=
g
zcat
+PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
@@
-29,7
+32,7
@@
$(PKG_BUILD_DIR)/.built:
$(IPKG_ELHTTP):
mkdir -p $(IDIR_ELHTTP)
$(IPKG_ELHTTP):
mkdir -p $(IDIR_ELHTTP)
-
cp -fpR
$(PKG_INSTALL_DIR)/* $(IDIR_ELHTTP)/
+
$(CP)
$(PKG_INSTALL_DIR)/* $(IDIR_ELHTTP)/
$(RSTRIP) $(IDIR_ELHTTP)/
$(IPKG_BUILD) $(IDIR_ELHTTP) $(PACKAGE_DIR)
$(RSTRIP) $(IDIR_ELHTTP)/
$(IPKG_BUILD) $(IDIR_ELHTTP) $(PACKAGE_DIR)
This page took
0.026123 seconds
and
4
git commands to generate.