mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Hinzugefügt:
* Sane - Scanning * LibJPEG Geändert: * pwlib * xinetd git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@105 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -87,6 +87,7 @@
|
||||
* iputils-ss020927
|
||||
* isapnptools-1.26
|
||||
* isdn4k-utils.v3.2p1
|
||||
* jpegsrc.v6b
|
||||
* kbd-1.12
|
||||
* kudzu-0.99.50
|
||||
* less-382
|
||||
@@ -147,9 +148,12 @@
|
||||
* psmisc-21.4
|
||||
* pulsar-4.0.19
|
||||
* pwlib-ipfire1
|
||||
* pwlib-ipfire1
|
||||
* rp-pppoe-3.5
|
||||
* rrdtool-1.0.49
|
||||
* samba-3.0.22
|
||||
* sane-backends-1.0.17
|
||||
* sane-backends-1.0.17_1st
|
||||
* sed-4.0.9
|
||||
* setserial-2.17
|
||||
* shadow-4.0.4.1
|
||||
|
||||
82
lfs/libjpeg
Normal file
82
lfs/libjpeg
Normal file
@@ -0,0 +1,82 @@
|
||||
###############################################################################
|
||||
# This file is part of the IPCop Firewall. #
|
||||
# #
|
||||
# IPCop is free software; you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
# the Free Software Foundation; either version 2 of the License, or #
|
||||
# (at your option) any later version. #
|
||||
# #
|
||||
# IPCop is distributed in the hope that it will be useful, #
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||
# GNU General Public License for more details. #
|
||||
# #
|
||||
# You should have received a copy of the GNU General Public License #
|
||||
# along with IPCop; if not, write to the Free Software #
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
||||
# #
|
||||
# Makefiles are based on LFSMake, which is #
|
||||
# Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com> #
|
||||
# #
|
||||
###############################################################################
|
||||
|
||||
###############################################################################
|
||||
# Definitions
|
||||
###############################################################################
|
||||
|
||||
include Config
|
||||
|
||||
VER = v6b
|
||||
|
||||
THISAPP = jpegsrc.$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = ftp://ftp.uu.net/graphics/jpeg
|
||||
DIR_APP = $(DIR_SRC)/jpeg-6b
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
|
||||
objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = dbd5f3b47ed13132f04c685d608a7547
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
|
||||
|
||||
download :$(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
|
||||
md5 : $(subst %,%_MD5,$(objects))
|
||||
|
||||
dist:
|
||||
make-packages.sh libjpeg $(THISAPP)-ipfire-beta-1
|
||||
|
||||
###############################################################################
|
||||
# Downloading, checking, md5sum
|
||||
###############################################################################
|
||||
|
||||
$(patsubst %,$(DIR_CHK)/%,$(objects)) :
|
||||
@$(CHECK)
|
||||
|
||||
$(patsubst %,$(DIR_DL)/%,$(objects)) :
|
||||
@$(LOAD)
|
||||
|
||||
$(subst %,%_MD5,$(objects)) :
|
||||
@$(MD5)
|
||||
|
||||
###############################################################################
|
||||
# Installation Details
|
||||
###############################################################################
|
||||
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr --enable-static --enable-shared && \
|
||||
make
|
||||
cd $(DIR_APP) && make install
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
@@ -75,11 +75,9 @@ $(subst %,%_MD5,$(objects)) :
|
||||
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xfz $(DIR_DL)/$(DL_FILE)
|
||||
ln -sf -v $(DIR_SRC)/pwlib* $(DIR_APP)
|
||||
# mv -f $(DIR_SRC)/pwlib* $(DIR_SRC)/pwlib
|
||||
# mv -f /usr/include/ldap.h /
|
||||
rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xfz $(DIR_DL)/$(DL_FILE)
|
||||
if [ -f /usr/include/ldap.h ]; then mv -f /usr/include/ldap.h / ; fi
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr
|
||||
# mv -f /ldap.h /usr/include
|
||||
if [ -f /ldap.h ]; then mv -f /ldap.h /usr/include/ ; fi
|
||||
cd $(DIR_APP) && make opt && make install
|
||||
@$(POSTBUILD)
|
||||
|
||||
88
lfs/sane
Normal file
88
lfs/sane
Normal file
@@ -0,0 +1,88 @@
|
||||
###############################################################################
|
||||
# This file is part of the IPCop Firewall. #
|
||||
# #
|
||||
# IPCop is free software; you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
# the Free Software Foundation; either version 2 of the License, or #
|
||||
# (at your option) any later version. #
|
||||
# #
|
||||
# IPCop is distributed in the hope that it will be useful, #
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||
# GNU General Public License for more details. #
|
||||
# #
|
||||
# You should have received a copy of the GNU General Public License #
|
||||
# along with IPCop; if not, write to the Free Software #
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
||||
# #
|
||||
# Makefiles are based on LFSMake, which is #
|
||||
# Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com> #
|
||||
# #
|
||||
# Modifications by: #
|
||||
# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> #
|
||||
# - Modified Makefile for IPCop build #
|
||||
# #
|
||||
# $Id: ntp,v 1.6.2.3 2005/02/05 15:38:15 gespinasse Exp $
|
||||
# #
|
||||
###############################################################################
|
||||
|
||||
###############################################################################
|
||||
# Definitions
|
||||
###############################################################################
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.0.17
|
||||
|
||||
THISAPP = sane-backends-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = ftp://ftp.sane-project.org/pub/sane/$(THISAPP)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
|
||||
objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = b51c10da8a81a04e1bae88c9e6556df2
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
|
||||
|
||||
download :$(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
|
||||
md5 : $(subst %,%_MD5,$(objects))
|
||||
|
||||
dist:
|
||||
make-packages.sh sane $(THISAPP)-ipfire-beta-1
|
||||
|
||||
###############################################################################
|
||||
# Downloading, checking, md5sum
|
||||
###############################################################################
|
||||
|
||||
$(patsubst %,$(DIR_CHK)/%,$(objects)) :
|
||||
@$(CHECK)
|
||||
|
||||
$(patsubst %,$(DIR_DL)/%,$(objects)) :
|
||||
@$(LOAD)
|
||||
|
||||
$(subst %,%_MD5,$(objects)) :
|
||||
@$(MD5)
|
||||
|
||||
###############################################################################
|
||||
# Installation Details
|
||||
###############################################################################
|
||||
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc --disable-translations && \
|
||||
make
|
||||
cd $(DIR_APP) && make install
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
@@ -53,7 +53,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
md5 : $(subst %,%_MD5,$(objects))
|
||||
|
||||
dist:
|
||||
make-packages.sh xinetd $(THISAPP)
|
||||
make-packages.sh xinetd $(THISAPP)-ipfire-beta-1
|
||||
|
||||
###############################################################################
|
||||
# Downloading, checking, md5sum
|
||||
|
||||
6
make.sh
6
make.sh
@@ -646,6 +646,7 @@ buildipcop() {
|
||||
## Zuerst die Libs und dann die Programme. Ordnung muss sein!
|
||||
ipcopmake berkeley
|
||||
ipcopmake libtiff
|
||||
ipcopmake libjpeg
|
||||
ipcopmake libxml2
|
||||
ipcopmake spandsp
|
||||
ipcopmake lzo
|
||||
@@ -671,6 +672,7 @@ buildipcop() {
|
||||
ipcopmake openvpn
|
||||
ipcopmake asterisk
|
||||
ipcopmake edonkeyclc
|
||||
ipcopmake sane
|
||||
# wget http://www.guzu.net/linux/hddtemp.db && mv hddtemp.db $BASEDIR/build/etc/hddtemp.db
|
||||
# ipcopmake hddtemp
|
||||
# ipcopmake stunnel # Ausgeschaltet, weil wir es doch nicht nutzen
|
||||
@@ -759,8 +761,8 @@ buildpackages() {
|
||||
# packages-list.txt is ready to be displayed for wiki page
|
||||
|
||||
# Create ISO for CDRom and USB-superfloppy
|
||||
# ipcopmake cdrom
|
||||
# cp $LFS/install/images/{*.iso,*.tgz} $BASEDIR >> $LOGFILE 2>&1
|
||||
ipcopmake cdrom
|
||||
cp $LFS/install/images/{*.iso,*.tgz} $BASEDIR >> $LOGFILE 2>&1
|
||||
|
||||
# Build IPFire packages
|
||||
ipfiredist asterisk
|
||||
|
||||
0
src/paks/libjpeg/CONFFILES
Normal file
0
src/paks/libjpeg/CONFFILES
Normal file
19
src/paks/libjpeg/ROOTFILES
Normal file
19
src/paks/libjpeg/ROOTFILES
Normal file
@@ -0,0 +1,19 @@
|
||||
usr/bin/cjpeg
|
||||
usr/bin/djpeg
|
||||
usr/bin/jpegtran
|
||||
usr/bin/rdjpgcom
|
||||
usr/bin/wrjpgcom
|
||||
#usr/include/jconfig.h
|
||||
#usr/include/jerror.h
|
||||
#usr/include/jmorecfg.h
|
||||
#usr/include/jpeglib.h
|
||||
usr/lib/libjpeg.a
|
||||
usr/lib/libjpeg.la
|
||||
usr/lib/libjpeg.so
|
||||
usr/lib/libjpeg.so.62
|
||||
usr/lib/libjpeg.so.62.0.0
|
||||
#usr/share/man/man1/cjpeg.1
|
||||
#usr/share/man/man1/djpeg.1
|
||||
#usr/share/man/man1/jpegtran.1
|
||||
#usr/share/man/man1/rdjpgcom.1
|
||||
#usr/share/man/man1/wrjpgcom.1
|
||||
11
src/paks/libjpeg/install.sh
Normal file
11
src/paks/libjpeg/install.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
#################################################################
|
||||
# #
|
||||
# This file belongs to IPFire Firewall - GPLv2 - www.ipfire.org #
|
||||
# #
|
||||
#################################################################
|
||||
#
|
||||
# Extract the files
|
||||
tar xfz files.tgz -C /
|
||||
cp -f ROOTFILES /opt/pakfire/installed/ROOTFILES.$2
|
||||
10
src/paks/libjpeg/uninstall.sh
Normal file
10
src/paks/libjpeg/uninstall.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
#################################################################
|
||||
# #
|
||||
# This file belongs to IPFire Firewall - GPLv2 - www.ipfire.org #
|
||||
# #
|
||||
#################################################################
|
||||
#
|
||||
# Delete the files
|
||||
## Befehl fehlt noch
|
||||
rm -f /opt/pakfire/installed/ROOTFILES.$2
|
||||
0
src/paks/sane/CONFFILES
Normal file
0
src/paks/sane/CONFFILES
Normal file
0
src/paks/sane/ROOTFILES
Normal file
0
src/paks/sane/ROOTFILES
Normal file
11
src/paks/sane/install.sh
Normal file
11
src/paks/sane/install.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
#################################################################
|
||||
# #
|
||||
# This file belongs to IPFire Firewall - GPLv2 - www.ipfire.org #
|
||||
# #
|
||||
#################################################################
|
||||
#
|
||||
# Extract the files
|
||||
tar xfz files.tgz -C /
|
||||
cp -f ROOTFILES /opt/pakfire/installed/ROOTFILES.$2
|
||||
10
src/paks/sane/uninstall.sh
Normal file
10
src/paks/sane/uninstall.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
#################################################################
|
||||
# #
|
||||
# This file belongs to IPFire Firewall - GPLv2 - www.ipfire.org #
|
||||
# #
|
||||
#################################################################
|
||||
#
|
||||
# Delete the files
|
||||
## Befehl fehlt noch
|
||||
rm -f /opt/pakfire/installed/ROOTFILES.$2
|
||||
Reference in New Issue
Block a user