projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add usb and mtd driver
[openwrt.git]
/
openwrt
/
package
/
sipsak
/
Makefile
diff --git
a/openwrt/package/sipsak/Makefile
b/openwrt/package/sipsak/Makefile
index
5adfc6a
..
0f0ed1f
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.
8.12
+PKG_VERSION:=0.
9.1
PKG_RELEASE:=1
PKG_RELEASE:=1
-PKG_MD5SUM:=
9740451fd72b5c7e6d85aa516ba5c19c
+PKG_MD5SUM:=
8e407f149da894791f823e4561598f5a
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
@@
-48,15
+48,15
@@
$(PKG_BUILD_DIR)/.configured:
--enable-shared \
--disable-static \
);
--enable-shared \
--disable-static \
);
- touch $
(PKG_BUILD_DIR)/.configured
+ touch $
@
$(PKG_BUILD_DIR)/.built:
$(PKG_BUILD_DIR)/.built:
-
$(MAKE) -C $(PKG_BUILD
_DIR)
+
rm -rf $(PKG_INSTALL
_DIR)
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
- install
- touch $
(PKG_BUILD_DIR)/.built
+
all
install
+ touch $
@
$(IPKG_SIPSAK):
install -d -m0755 $(IDIR_SIPSAK)/usr/bin
$(IPKG_SIPSAK):
install -d -m0755 $(IDIR_SIPSAK)/usr/bin
This page took
0.026615 seconds
and
4
git commands to generate.