From: Stefan Schantl Date: Sat, 10 Jan 2015 19:15:02 +0000 (+0100) Subject: sqlite: Move to IPFire core. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=024f02c1244290ceb60eedfe0fd04fd7526b0ad5;p=people%2Fms%2Fipfire-2.x.git sqlite: Move to IPFire core. sqlite is a runtime dependency of ddns >= 005. --- diff --git a/config/rootfiles/packages/sqlite b/config/rootfiles/common/sqlite similarity index 100% rename from config/rootfiles/packages/sqlite rename to config/rootfiles/common/sqlite diff --git a/lfs/sqlite b/lfs/sqlite index 5bc694a28b..119f2535d8 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -31,10 +31,6 @@ 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 @@ -67,9 +63,6 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) : $(subst %,%_MD5,$(objects)) : @$(MD5) -dist: - @$(PAK) - ############################################################################### # Installation Details ###############################################################################