Updated libupnp to 1.6.6 and remove linux-igd

This commit is contained in:
Arne Fitzenreiter
2008-12-29 12:14:51 +01:00
parent a84c3a5a89
commit f92a56013f
4 changed files with 10 additions and 94 deletions

View File

@@ -24,10 +24,10 @@
include Config
VER = 1.3.1
VER = 1.6.6
THISAPP = libupnp-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FILE = $(THISAPP).tar.bz2
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 6646be5e31e58188e8f47c6ce64faa4c
$(DL_FILE)_MD5 = 8918dcf7428cd119d0c8275765ff2833
install : $(TARGET)
@@ -69,7 +69,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install