Wieder einige Pakete zur ISO/Pakfire hinzugefuegt.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@748 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-08-09 12:34:47 +00:00
parent be91126feb
commit 5609904bde
38 changed files with 1175 additions and 46 deletions

View File

@@ -36,9 +36,9 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = asterisk
PAK_VER = 1
DESCDE = "Asterisk ist eine Telefonsoftware f<>r Linux."
DESCEN = "Asterisk is a Private Branch Exchange."
DEPS = "sox zaptel libpri"
DESCDE = "Asterisk ist eine Telefonsoftware f<>r Linux."
DESCEN = "Asterisk is a Private Branch Exchange."
DEPS = "sox zaptel libpri spandsp libmad"
###############################################################################
# Top-level Rules

View File

@@ -59,8 +59,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
tar -c -C / --files-from=/tmp/ROOTFILES \
-f /$(SNAME).tar --exclude='#*' --exclude='dev/pts/*' \
--exclude='proc/*' --exclude='usr/src/ccache/*' --exclude='usr/src/cache/*' \
--exclude='tmp/ROOTFILES'
--exclude='proc/*' --exclude='tmp/ROOTFILES'
rm -f /tmp/ROOTFILES
tar -x -C /tmp -f /$(SNAME).tar
rm -f /$(SNAME).tar

View File

@@ -33,6 +33,12 @@ DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = cftp
PAK_VER = 1
DESCDE = "Eine grafischer FTP-Client."
DESCEN = "A graphical ftp client."
DEPS = ""
###############################################################################
# Top-level Rules
@@ -53,7 +59,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
make-packages.sh cftp $(THISAPP)-ipfire-beta-1
$(PAK)
###############################################################################
# Downloading, checking, md5sum

View File

@@ -36,6 +36,10 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = fetchmail
PAK_VER = 1
DESCDE = "fetchmail kann Emails von entfernten Mailservern abholen."
DESCEN = "fetchmail fetches emails from remote servers."
DEPS = ""
###############################################################################
# Top-level Rules
###############################################################################
@@ -55,7 +59,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
@$(PAK)
$(PAK)
###############################################################################
# Downloading, checking, md5sum

View File

@@ -38,7 +38,7 @@ PAK_VER = 1
DESCDE = "Ein GNU mp3 server."
DESCEN = "A GNU mp3 server."
DEPS = ""
DEPS = "lame sox"
###############################################################################
# Top-level Rules

View File

@@ -34,7 +34,11 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = lame
PAK_VER = ipfire-beta1
PAK_VER = 1
DESCDE = "Ein Konsolen-MP3-Codec."
DESCEN = "A mp3 codec for console."
DEPS = "libmad"
###############################################################################
# Top-level Rules
@@ -55,7 +59,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
@$(PAK)
$(PAK)
###############################################################################
# Downloading, checking, md5sum

View File

@@ -36,6 +36,10 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = libmad
PAK_VER = 1
DESCDE = "Eine Musik-Bibliothek."
DESCEN = "A music library."
DEPS = ""
###############################################################################
# Top-level Rules
###############################################################################

View File

@@ -33,6 +33,12 @@ DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = libtiff
PAK_VER = 1
DESCDE = "libtiff ist eine Bibliothek für tiff-Bilder."
DESCEN = "libtiff is a library for tiff-images."
DEPS = ""
###############################################################################
# Top-level Rules
@@ -52,6 +58,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
$(PAK)
###############################################################################
# Downloading, checking, md5sum
###############################################################################

View File

@@ -34,7 +34,11 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = mldonkey
PAK_VER = ipfire-beta1
PAK_VER = 1
DESCDE = "Ein P2P-Client für viele Netze."
DESCEN = "A p2p client for multiple networks."
DEPS = ""
###############################################################################
# Top-level Rules
@@ -55,7 +59,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
@$(PAK)
$(PAK)
###############################################################################
# Downloading, checking, md5sum

View File

@@ -33,6 +33,12 @@ DL_FILE = $(THISAPP).tar.bz2
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/ncftp-$(VER)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = ncftp
PAK_VER = 1
DESCDE = "Ein Konsolen-FTP-Client."
DESCEN = "A ftp client for console."
DEPS = ""
###############################################################################
# Top-level Rules
@@ -53,7 +59,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
make-packages.sh ncftp $(THISAPP)-ipfire-beta-1
$(PAK)
###############################################################################
# Downloading, checking, md5sum

View File

@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = spamassassin
PAK_VER = ipfire-beta1
PAK_VER = 1
###############################################################################
# Top-level Rules

View File

@@ -33,6 +33,12 @@ DL_FILE = $(THISAPP).tgz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/spandsp-0.0.3
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = spandsp
PAK_VER = 1
DESCDE = "Ein Plugin zum Faxen mit Asterisk."
DESCEN = "A plugin for faxing with asterisk."
DEPS = "libtiff"
###############################################################################
# Top-level Rules
@@ -52,6 +58,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
$(PAK)
###############################################################################
# Downloading, checking, md5sum
###############################################################################

View File

@@ -33,6 +33,12 @@ DL_FILE = $(THISAPP).tgz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/stund
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = stund
PAK_VER = 1
DESCDE = "Ein stun-Server."
DESCEN = "A stun server."
DEPS = ""
###############################################################################
# Top-level Rules
@@ -52,6 +58,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
$(PAK)
###############################################################################
# Downloading, checking, md5sum
###############################################################################

View File

@@ -34,7 +34,11 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = tftp-hpa
PAK_VER = ipfire-beta1
PAK_VER = 1
DESCDE = "Ein tftp-Server."
DESCEN = "A tftp server."
DEPS = ""
###############################################################################
# Top-level Rules

View File

@@ -36,6 +36,10 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = webcyradm
PAK_VER = 1
DESCDE = "Ein in PHP geschriebenes Frontend für das Verwalten von Emailaccounts."
DESCEN = "A frontend for managing email accounts written in PHP."
DEPS = "cyrusimap postfix"
###############################################################################
# Top-level Rules
###############################################################################
@@ -57,7 +61,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
@$(PAK)
$(PAK)
###############################################################################
# Downloading, checking, md5sum