]> git.ipfire.org Git - people/dweismueller/ipfire-2.x.git/commitdiff
sqlite: Move to IPFire core.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 10 Jan 2015 19:15:02 +0000 (20:15 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 10 Jan 2015 19:15:02 +0000 (20:15 +0100)
sqlite is a runtime dependency of ddns >= 005.

config/rootfiles/common/sqlite [moved from config/rootfiles/packages/sqlite with 100% similarity]
lfs/sqlite

index 5bc694a28b0c18fe40ebd18e93a72492f6469fa7..119f2535d8744ebbf8203620409e11b09bf01d55 100644 (file)
@@ -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
 ###############################################################################