Hinzugefuegt:

* Nagios 2.5 mit Plugins
Programmupdate:
  * GD 2.0.20 --> 2.0.33


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@260 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-08-28 17:42:07 +00:00
parent 207cc1cf86
commit 2ae94d2d1e
9 changed files with 577 additions and 100 deletions

View File

@@ -30,7 +30,7 @@ VER = v6b
THISAPP = jpegsrc.$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = ftp://ftp.uu.net/graphics/jpeg
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/jpeg-6b
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = libjpeg
@@ -77,8 +77,8 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && ./configure --prefix=/usr --enable-static --enable-shared && \
make
cd $(DIR_APP) && ./configure --prefix=/usr --enable-static --enable-shared
cd $(DIR_APP) && make
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)
@$(POSTBUILD)