librstp: Make an independent package

This commit is contained in:
Michael Tremer
2015-02-11 19:36:22 +01:00
parent dea158f2fc
commit 00f99775f4
3 changed files with 45 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = asterisk
PAK_VER = 13
DEPS = "sqlite"
DEPS = "libsrtp sqlite"
###############################################################################
# Top-level Rules

View File

@@ -30,6 +30,10 @@ DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = libsrtp
PAK_VER = 1
DEPS = ""
###############################################################################
# Top-level Rules