sqlite: Move to IPFire core.

sqlite is a runtime dependency of ddns >= 005.
This commit is contained in:
Stefan Schantl
2015-01-10 20:15:02 +01:00
parent e100d97b04
commit 024f02c124
2 changed files with 0 additions and 7 deletions

View 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
###############################################################################