]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Merge remote-tracking branch 'origin/thirteen' into thirteen
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 18 Oct 2012 19:45:54 +0000 (21:45 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 20 Oct 2012 08:58:25 +0000 (10:58 +0200)
1  2 
lfs/pakfire3
make.sh

diff --cc lfs/pakfire3
index 0dd8c53533c08144224941009633534b257c2426,1403a8101821f6b775ea024e8c8eb412653fdc1c..a0e19ddb2ad1c744569107bdbd485c0cd9b44d3c
  
  include Config
  
 -VER      = 0
 +VER        = 0.9.23
  
 -THISAPP    = pakfire3-deps
 +THISAPP    = pakfire-$(VER)
 +DL_FILE    = $(THISAPP).tar.gz
 +DL_FROM    = http://source.ipfire.org/releases/pakfire/
 +DIR_APP    = $(DIR_SRC)/$(THISAPP)
  TARGET     = $(DIR_INFO)/$(THISAPP)
 -PROG     = pakfire3-deps
 -PAK_VER    = 2
 -DEPS       = "intltool git make libsatsolver pycurl python-satsolver python-distutils python-distutils-extra python-lzma python-progressbar python-xattr sqlite urlgrabber"
 +PROG     = pakfire3
 +PAK_VER    = 1
- DEPS       = \
-       libsatsolver \
-       pycurl \
-       python-progressbar \
-       python-xattr \
-       sqlite \
-       urlgrabber
++DEPS       = "libsatsolver pycurl python-progressbar python-xattr sqlite urlgrabber"
 +
 +###############################################################################
 +# Top-level Rules
  ###############################################################################
  
 +objects = $(DL_FILE)
 +
 +$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 +
 +$(DL_FILE)_MD5 = 10e6dd51c917faa8bd2e7435495de211
 +
  install : $(TARGET)
  
 -check :
 +check : $(patsubst %,$(DIR_CHK)/%,$(objects))
  
 -download :
 +download :$(patsubst %,$(DIR_DL)/%,$(objects))
  
 -md5 :
 +md5 : $(subst %,%_MD5,$(objects))
  
+ dist: 
+       @$(PAK)
 +###############################################################################
 +# Downloading, checking, md5sum
 +###############################################################################
 +
 +$(patsubst %,$(DIR_CHK)/%,$(objects)) :
 +      @$(CHECK)
 +
 +$(patsubst %,$(DIR_DL)/%,$(objects)) :
 +      @$(LOAD)
 +
 +$(subst %,%_MD5,$(objects)) :
 +      @$(MD5)
 +
  ###############################################################################
  # Installation Details
  ###############################################################################
diff --cc make.sh
Simple merge