]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/pakfire3
Merge remote-tracking branch 'origin/next' into thirteen
[people/teissler/ipfire-2.x.git] / lfs / pakfire3
index 0dd8c53533c08144224941009633534b257c2426..a0e19ddb2ad1c744569107bdbd485c0cd9b44d3c 100644 (file)
@@ -33,13 +33,8 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 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
@@ -59,6 +54,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
+dist: 
+       @$(PAK)
+
 ###############################################################################
 # Downloading, checking, md5sum
 ###############################################################################