]> 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 99763ec00312eb8bff2993f1bd6ea29f951eed98..544df341da7b109f7ac1c2626fa791a44bc942a9 100644 (file)
@@ -30,9 +30,11 @@ 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
+PAK_VER    = ipfire-beta1
 
 ###############################################################################
 # Top-level Rules
@@ -52,9 +54,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
-       make-packages.sh libjpeg $(THISAPP)-ipfire-beta-1
-
 ###############################################################################
 # Downloading, checking, md5sum
 ###############################################################################
@@ -75,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)