mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Hauptsächlich Quellenupdate. Apache - Bind - hddtemp - hdparm - lame
Ghostscript und CUPS aktiviert. Samba jetzt mit libcups-Support. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@112 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -35,6 +35,7 @@
|
|||||||
* ccache-2.3
|
* ccache-2.3
|
||||||
* cdrtools-2.01
|
* cdrtools-2.01
|
||||||
* coreutils-5.93
|
* coreutils-5.93
|
||||||
|
* cups-1.1.23-source
|
||||||
* cxacru-2003-10-05
|
* cxacru-2003-10-05
|
||||||
* cyrus-imapd-2.2.12
|
* cyrus-imapd-2.2.12
|
||||||
* cyrus-sasl-2.1.21
|
* cyrus-sasl-2.1.21
|
||||||
@@ -72,6 +73,7 @@
|
|||||||
* glib-2.9.6
|
* glib-2.9.6
|
||||||
* glibc-2.3.3-lfs-5.1
|
* glibc-2.3.3-lfs-5.1
|
||||||
* gmp-4.1.2
|
* gmp-4.1.2
|
||||||
|
* gnump3d-2.9.8
|
||||||
* gnupg-1.4.2
|
* gnupg-1.4.2
|
||||||
* grep-2.5.1
|
* grep-2.5.1
|
||||||
* groff-1.19
|
* groff-1.19
|
||||||
@@ -92,6 +94,7 @@
|
|||||||
* jpegsrc.v6b
|
* jpegsrc.v6b
|
||||||
* kbd-1.12
|
* kbd-1.12
|
||||||
* kudzu-0.99.50
|
* kudzu-0.99.50
|
||||||
|
* lame-3.96.1
|
||||||
* less-382
|
* less-382
|
||||||
* libcap-1.10
|
* libcap-1.10
|
||||||
* libnet-1.1.2.1
|
* libnet-1.1.2.1
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ VER = 1.3.34
|
|||||||
|
|
||||||
THISAPP = apache_$(VER)
|
THISAPP = apache_$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
DL_FILE = $(THISAPP).tar.gz
|
||||||
DL_FROM = http://www.apache.org/dist/httpd
|
DL_FROM = $(URL_IPCOP)
|
||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
|
|
||||||
|
|||||||
2
lfs/bind
2
lfs/bind
@@ -36,7 +36,7 @@ VER = 9.2.5
|
|||||||
|
|
||||||
THISAPP = bind-$(VER)
|
THISAPP = bind-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
DL_FILE = $(THISAPP).tar.gz
|
||||||
DL_FROM = ftp://ftp.isc.org/isc/bind9/$(VER)
|
DL_FROM = $(URL_IPFIRE)
|
||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ VER = 0.3-beta14
|
|||||||
|
|
||||||
THISAPP = hddtemp-$(VER)
|
THISAPP = hddtemp-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.bz2
|
DL_FILE = $(THISAPP).tar.bz2
|
||||||
DL_FROM = http://www.guzu.net/linux
|
DL_FROM = $(URL_IPFIRE)
|
||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
|
|
||||||
@@ -85,4 +85,4 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
|||||||
cd $(DIR_APP) && ./configure --with-db-path=/etc/hddtemp.db
|
cd $(DIR_APP) && ./configure --with-db-path=/etc/hddtemp.db
|
||||||
cd $(DIR_APP) && make && make install
|
cd $(DIR_APP) && make && make install
|
||||||
@rm -rf $(DIR_APP)
|
@rm -rf $(DIR_APP)
|
||||||
@$(POSTBUILD)
|
@$(POSTBUILD)
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ VER = 6.3
|
|||||||
|
|
||||||
THISAPP = hdparm-$(VER)
|
THISAPP = hdparm-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
DL_FILE = $(THISAPP).tar.gz
|
||||||
DL_FROM = http://www.ibiblio.org/pub/Linux/system/hardware
|
DL_FROM = $(URL_IPFIRE)
|
||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
|
|
||||||
|
|||||||
2
lfs/lame
2
lfs/lame
@@ -36,7 +36,7 @@ VER = 3.96.1
|
|||||||
|
|
||||||
THISAPP = lame-$(VER)
|
THISAPP = lame-$(VER)
|
||||||
DL_FILE = $(THISAPP).tar.gz
|
DL_FILE = $(THISAPP).tar.gz
|
||||||
DL_FROM = http://prdownloads.sourceforge.net/lame
|
DL_FROM = $(URL_SFNET)/lame
|
||||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||||
|
|
||||||
|
|||||||
6
make.sh
6
make.sh
@@ -659,6 +659,8 @@ buildipcop() {
|
|||||||
ipcopmake openldap
|
ipcopmake openldap
|
||||||
ipcopmake saslauthd PASS=2
|
ipcopmake saslauthd PASS=2
|
||||||
ipcopmake xinetd
|
ipcopmake xinetd
|
||||||
|
ipcopmake ghostscript
|
||||||
|
ipcopmake cups
|
||||||
ipcopmake samba
|
ipcopmake samba
|
||||||
ipcopmake sudo
|
ipcopmake sudo
|
||||||
ipcopmake mc
|
ipcopmake mc
|
||||||
@@ -675,8 +677,8 @@ buildipcop() {
|
|||||||
ipcopmake asterisk
|
ipcopmake asterisk
|
||||||
ipcopmake edonkeyclc
|
ipcopmake edonkeyclc
|
||||||
ipcopmake sane
|
ipcopmake sane
|
||||||
ipcopmake ghostscript
|
ipcopmake lame
|
||||||
ipcopmake cups
|
ipcopmake gnump3d
|
||||||
# wget http://www.guzu.net/linux/hddtemp.db && mv hddtemp.db $BASEDIR/build/etc/hddtemp.db
|
# wget http://www.guzu.net/linux/hddtemp.db && mv hddtemp.db $BASEDIR/build/etc/hddtemp.db
|
||||||
# ipcopmake hddtemp
|
# ipcopmake hddtemp
|
||||||
# ipcopmake stunnel # Ausgeschaltet, weil wir es doch nicht nutzen
|
# ipcopmake stunnel # Ausgeschaltet, weil wir es doch nicht nutzen
|
||||||
|
|||||||
Reference in New Issue
Block a user