From: Arne Fitzenreiter Date: Mon, 9 May 2011 20:45:06 +0000 (+0200) Subject: libsatsolver: fix package build. X-Git-Tag: v2.9-core49~13^2 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=38b0ebbc9d8bb67c1a248192dea3b2b650e1291e libsatsolver: fix package build. --- diff --git a/lfs/libsatsolver b/lfs/libsatsolver index 619c4778cf..771430b6b4 100644 --- a/lfs/libsatsolver +++ b/lfs/libsatsolver @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2011 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -32,6 +32,10 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +PROG = libsatsolver +DEPS = "" +PAK_VER = 1 + ############################################################################### # Top-level Rules ############################################################################### @@ -50,6 +54,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects)) md5 : $(subst %,%_MD5,$(objects)) +dist : + @$(PAK) + ############################################################################### # Downloading, checking, md5sum ###############################################################################