]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/libjpeg
Alle htdocs nach /srv/web verschoben...
[people/pmueller/ipfire-2.x.git] / lfs / libjpeg
index c242b65e7e3ae139b7cf9e6d332e126dd1a256cf..544df341da7b109f7ac1c2626fa791a44bc942a9 100644 (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
@@ -54,9 +54,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
-       @$(PAK)
-
 ###############################################################################
 # Downloading, checking, md5sum
 ###############################################################################
@@ -77,8 +74,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 $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)