X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fxen;h=8e49dd248bb6d48f51d69b40aa9a19bca41bbcfd;hp=b01762371337c50c18a057d9a475bba110b9213c;hb=4203c53659ab2469f82b9bed25d5818189d8a03e;hpb=b05aa036615f331be22f995db54cc9bff9c341de diff --git a/lfs/xen b/lfs/xen index b017623713..8e49dd248b 100644 --- a/lfs/xen +++ b/lfs/xen @@ -31,6 +31,9 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +PROG = xen +PAK_VER = 1 +DEPS = "x11libs" ############################################################################### # Top-level Rules @@ -50,6 +53,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) +dist: + @$(PAK) + ############################################################################### # Downloading, checking, md5sum ###############################################################################