X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fsqlite;h=903bcb223ac6509ccf270deb9c799e9fbe5a4223;hp=d8aa0637e8a79be607c45617b826ff38a177e6be;hb=764a3f1ff2384f34c592c311f5435a24eb6a53c8;hpb=404094cecae3859212b51ed731cb2b8d82673d52 diff --git a/lfs/sqlite b/lfs/sqlite index d8aa0637e8..903bcb223a 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -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 # @@ -24,17 +24,13 @@ include Config -VER = 3.7.3 +VER = 3080704 -THISAPP = sqlite-$(VER) +THISAPP = sqlite-autoconf-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -PROG = sqlite -PAK_VER = 2 - -DEPS = "" ############################################################################### # Top-level Rules @@ -44,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5437978aae90350cf984993091e0d695 +$(DL_FILE)_MD5 = 33bb8db0038317ce1b0480ca1185c7ba install : $(TARGET) @@ -67,9 +63,6 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) : $(subst %,%_MD5,$(objects)) : @$(MD5) -dist: - @$(PAK) - ############################################################################### # Installation Details ###############################################################################