Change cyrus-sasl from package to common.

This commit is contained in:
Arne Fitzenreiter
2010-01-24 15:21:07 +01:00
parent b85445f64b
commit 6e725fc4f1
7 changed files with 13 additions and 8 deletions

View File

@@ -0,0 +1 @@
../../../common/cyrus-sasl

View File

@@ -32,6 +32,10 @@ extract_files
#
#Start services
#
#Delete cyrus-sasl metafiles
rm -f /opt/pakfire/db/installed/meta-cyrus-sasl
rm -f /opt/pakfire/db/meta/meta-cyrus-sasl
#
#Update Language cache
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"

View File

@@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/cups-$(VER)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = cups
PAK_VER = 3
PAK_VER = 4
DEPS = "ghostscript cyrus-sasl"
DEPS = "ghostscript"
###############################################################################
# Top-level Rules

View File

@@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = cyrus-imapd
PAK_VER = 1
PAK_VER = 2
DEPS = "cyrus-sasl"
DEPS = ""
###############################################################################
# Top-level Rules

View File

@@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = openldap
PAK_VER = 1
PAK_VER = 2
DEPS = "cyrus-sasl"
DEPS = ""
###############################################################################
# Top-level Rules

View File

@@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = samba
PAK_VER = 22
PAK_VER = 23
DEPS = "cups cyrus-sasl"
DEPS = "cups"
###############################################################################
# Top-level Rules