projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add common functions for the new config file format
[openwrt.git]
/
openwrt
/
package
/
sipsak
/
Makefile
diff --git
a/openwrt/package/sipsak/Makefile
b/openwrt/package/sipsak/Makefile
index
6f849b7
..
c0dd1c1
100644
(file)
--- a/
openwrt/package/sipsak/Makefile
+++ b/
openwrt/package/sipsak/Makefile
@@
-3,9
+3,9
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=sipsak
include $(TOPDIR)/rules.mk
PKG_NAME:=sipsak
-PKG_VERSION:=0.9.
2
+PKG_VERSION:=0.9.
5
PKG_RELEASE:=1
PKG_RELEASE:=1
-PKG_MD5SUM:=
1e94400fdf851054dd226831f14a5e4d
+PKG_MD5SUM:=
5f6d8df044984061425fdbedea61a64e
PKG_SOURCE_URL:=http://download.berlios.de/sipsak/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://download.berlios.de/sipsak/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@
-61,6
+61,6
@@
$(PKG_BUILD_DIR)/.built:
$(IPKG_SIPSAK):
install -d -m0755 $(IDIR_SIPSAK)/usr/bin
$(IPKG_SIPSAK):
install -d -m0755 $(IDIR_SIPSAK)/usr/bin
-
cp -fpR
$(PKG_INSTALL_DIR)/usr/bin/sipsak $(IDIR_SIPSAK)/usr/bin/
+
$(CP)
$(PKG_INSTALL_DIR)/usr/bin/sipsak $(IDIR_SIPSAK)/usr/bin/
$(RSTRIP) $(IDIR_SIPSAK)
$(IPKG_BUILD) $(IDIR_SIPSAK) $(PACKAGE_DIR)
$(RSTRIP) $(IDIR_SIPSAK)
$(IPKG_BUILD) $(IDIR_SIPSAK) $(PACKAGE_DIR)
This page took
0.027611 seconds
and
4
git commands to generate.