* Clamav aktualisiert
Hinzugefügt:
  * Sox und nötige Libs (libogg, libvorbis).
  * Asterisk-Paket


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@242 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-08-09 17:15:33 +00:00
parent bb89e92a47
commit 5ac2da9f10
19 changed files with 1135 additions and 622 deletions

View File

@@ -53,6 +53,7 @@
* cdrtools-2.01
* cftp-0.12
* clamav-0.88.3
* clamav-0.88.4
* coreutils-5.93
* cups-1.1.23-source
* cxacru-2003-10-05
@@ -99,6 +100,7 @@
* gmp-4.1.2
* gnump3d-2.9.8
* gnupg-1.4.2
* gnupg-1.4.5
* grep-2.5.1
* groff-1.19
* grub-0.95
@@ -128,12 +130,14 @@
* libcap-1.10
* libmng-1.0.9
* libnet-1.1.2.1
* libogg-1.1.3
* libpcap-0.8.3
* libpng-1.2.8
* libpri-1.2.3
* libsafe_2.0-16
* libtool-1.5.6
* libusb-0.1.7
* libvorbis-1.1.2
* libwww-perl-5.803
* libxml2-2.6.22
* linux-2.4.31
@@ -207,6 +211,7 @@
* slang-1.4.5-mini
* smartmontools-5.36
* snort-2.3.3
* sox-12.18.1
* spandsp-0.0.2pre25
* speedtouch-1.2
* squid-2.5.STABLE14

View File

@@ -43,17 +43,20 @@ PAK_VER = ipfire-beta1
objects = $(DL_FILE) \
app_rxfax.c \
app_txfax.c \
apps_Makefile.patch
apps_Makefile.patch \
asterisk-sounds-de-1.2.5.tar.gz
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
app_rxfax.c = $(URL_IPFIRE)/app_rxfax.c
app_txfax.c = $(URL_IPFIRE)/app_txfax.c
apps_Makefile.patch = $(URL_IPFIRE)/apps_Makefile.patch
asterisk-sounds-de-1.2.5.tar.gz = $(URL_IPFIRE)/asterisk-sounds-de-1.2.5.tar.gz
$(DL_FILE)_MD5 = d98fc3dc5ee8df691ca2b0bd309bb251
app_rxfax.c_MD5 = ab6983b51c412883545b36993d704999
app_txfax.c_MD5 = 8c8fcb263b76897022b4c28052a7b439
apps_Makefile.patch_MD5 = 6b0faa7a7cf8613962b17c23ee5a1583
asterisk-sounds-de-1.2.5.tar.gz_MD5 = 3793735c44de899dbacb8c192501aa14
install : $(TARGET)
@@ -94,5 +97,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && make all ASTETCDIR=/var/ipfire/asterisk
cd $(DIR_APP) && make install ASTETCDIR=/var/ipfire/asterisk
cd $(DIR_APP) && make samples ASTETCDIR=/var/ipfire/asterisk
tar xfz $(DIR_DL)/asterisk-sounds-de-1.2.5.tar.gz -C /var/lib/asterisk/sounds/
rm -f /var/lib/asterisk/sounds/README.txt
@rm -rf $(DIR_APP)
@$(POSTBUILD)

View File

@@ -26,7 +26,7 @@
include Config
VER = 0.88.3
VER = 0.88.4
THISAPP = clamav-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 330206089713e73a44afc7a4d6450225
$(DL_FILE)_MD5 = 7759784aa4506b314e6543e0f2a8587b
install : $(TARGET)

84
lfs/libogg Normal file
View File

@@ -0,0 +1,84 @@
###############################################################################
# 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 = 1.1.3
THISAPP = libogg-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = libogg
PAK_VER = ipfire-beta1
###############################################################################
# Top-level Rules
###############################################################################
objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = eaf7dc6ebbff30975de7527a80831585
install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
@$(PAK)
###############################################################################
# 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
cd $(DIR_APP) && make
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)
@$(POSTBUILD)

86
lfs/libvorbis Normal file
View File

@@ -0,0 +1,86 @@
###############################################################################
# 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 = 1.1.2
THISAPP = libvorbis-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = libvorbis
PAK_VER = ipfire-beta1
###############################################################################
# Top-level Rules
###############################################################################
objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 37847626b8e1b53ae79a34714c7b3211
install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
@$(PAK)
###############################################################################
# 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
cd $(DIR_APP) && make
#cd $(DIR_APP) && sed -i.bak -e 's/-mno-ieee-fp//' lib/Makefile
cd $(DIR_APP) && make install
cd $(DIR_APP) && install -v -m644 doc/Vorbis* /usr/share/doc/libvorbis-1.1.2
@rm -rf $(DIR_APP)
@$(POSTBUILD)

85
lfs/sox Normal file
View File

@@ -0,0 +1,85 @@
###############################################################################
# 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 = 12.18.1
THISAPP = sox-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = sox
PAK_VER = ipfire-beta1
###############################################################################
# Top-level Rules
###############################################################################
objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = b12507493d3c8571fa8b6e70a01d5438
install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
@$(PAK)
###############################################################################
# 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 --disable-alsa-dsp --disable-oss-dsp \
--disable-sun-audio --disable-mad
cd $(DIR_APP) && make
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)
@$(POSTBUILD)

View File

@@ -733,7 +733,10 @@ buildipcop() {
ipcopmake asterisk
ipcopmake mpg123
echo -ne "`date -u '+%b %e %T'`: Building ### MP3-Server ### \n" | tee -a $LOGFILE
ipcopmake libogg
ipcopmake libvorbis
ipcopmake lame
ipcopmake sox
ipcopmake gnump3d
echo -ne "`date -u '+%b %e %T'`: Building ### P2P-Clients ### \n" | tee -a $LOGFILE
ipcopmake applejuice
@@ -868,7 +871,7 @@ ipfirepackages() {
fi
ipfiredist amavisd
ipfiredist applejuice
# ipfiredist asterisk
ipfiredist asterisk
ipfiredist clamav
ipfiredist cups
ipfiredist cyrusimap
@@ -1170,8 +1173,8 @@ svn)
;;
commit|ci)
clear
$0 changelog
echo "Upload the changed files..."
#$0 changelog
#echo "Upload the changed files..."
sleep 1
svn commit
$0 svn up

View File

@@ -29,4 +29,4 @@ case "$1" in
;;
*)
echo -e "Usage: $0 (start|stop|restart|status)"
esac
esac

View File

@@ -37,7 +37,7 @@ start_daemon()
nicelevel="${2}"
shift 2
;;
-p)
-p)
pidfile="${2}"
shift 2
;;

File diff suppressed because it is too large Load Diff

86
src/paks/libogg/ROOTFILES Normal file
View File

@@ -0,0 +1,86 @@
#usr/include/ogg
#usr/include/ogg/config_types.h
#usr/include/ogg/ogg.h
#usr/include/ogg/os_types.h
#usr/lib/libogg.a
#usr/lib/libogg.la
usr/lib/libogg.so
usr/lib/libogg.so.0
usr/lib/libogg.so.0.5.3
#usr/lib/pkgconfig/ogg.pc
#usr/share/aclocal/ogg.m4
#usr/share/doc/libogg-1.1.3
#usr/share/doc/libogg-1.1.3/framing.html
#usr/share/doc/libogg-1.1.3/index.html
#usr/share/doc/libogg-1.1.3/ogg
#usr/share/doc/libogg-1.1.3/ogg-multiplex.html
#usr/share/doc/libogg-1.1.3/ogg/bitpacking.html
#usr/share/doc/libogg-1.1.3/ogg/datastructures.html
#usr/share/doc/libogg-1.1.3/ogg/decoding.html
#usr/share/doc/libogg-1.1.3/ogg/encoding.html
#usr/share/doc/libogg-1.1.3/ogg/general.html
#usr/share/doc/libogg-1.1.3/ogg/index.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_packet.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_packet_clear.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_page.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_page_bos.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_page_checksum_set.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_page_continued.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_page_eos.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_page_granulepos.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_page_packets.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_page_pageno.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_page_serialno.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_page_version.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_stream_clear.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_stream_destroy.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_stream_eos.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_stream_flush.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_stream_init.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_stream_packetin.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_stream_packetout.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_stream_packetpeek.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_stream_pagein.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_stream_pageout.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_stream_reset.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_stream_reset_serialno.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_stream_state.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_sync_buffer.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_sync_clear.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_sync_destroy.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_sync_init.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_sync_pageout.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_sync_pageseek.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_sync_reset.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_sync_state.html
#usr/share/doc/libogg-1.1.3/ogg/ogg_sync_wrote.html
#usr/share/doc/libogg-1.1.3/ogg/oggpack_adv.html
#usr/share/doc/libogg-1.1.3/ogg/oggpack_adv1.html
#usr/share/doc/libogg-1.1.3/ogg/oggpack_bits.html
#usr/share/doc/libogg-1.1.3/ogg/oggpack_buffer.html
#usr/share/doc/libogg-1.1.3/ogg/oggpack_bytes.html
#usr/share/doc/libogg-1.1.3/ogg/oggpack_get_buffer.html
#usr/share/doc/libogg-1.1.3/ogg/oggpack_look.html
#usr/share/doc/libogg-1.1.3/ogg/oggpack_look1.html
#usr/share/doc/libogg-1.1.3/ogg/oggpack_read.html
#usr/share/doc/libogg-1.1.3/ogg/oggpack_read1.html
#usr/share/doc/libogg-1.1.3/ogg/oggpack_readinit.html
#usr/share/doc/libogg-1.1.3/ogg/oggpack_reset.html
#usr/share/doc/libogg-1.1.3/ogg/oggpack_write.html
#usr/share/doc/libogg-1.1.3/ogg/oggpack_writealign.html
#usr/share/doc/libogg-1.1.3/ogg/oggpack_writeclear.html
#usr/share/doc/libogg-1.1.3/ogg/oggpack_writecopy.html
#usr/share/doc/libogg-1.1.3/ogg/oggpack_writeinit.html
#usr/share/doc/libogg-1.1.3/ogg/oggpack_writetrunc.html
#usr/share/doc/libogg-1.1.3/ogg/overview.html
#usr/share/doc/libogg-1.1.3/ogg/reference.html
#usr/share/doc/libogg-1.1.3/ogg/style.css
#usr/share/doc/libogg-1.1.3/ogg/vorbis_comment.html
#usr/share/doc/libogg-1.1.3/ogg/vorbis_info.html
#usr/share/doc/libogg-1.1.3/oggstream.html
#usr/share/doc/libogg-1.1.3/rfc3533.txt
#usr/share/doc/libogg-1.1.3/rfc3534.txt
#usr/share/doc/libogg-1.1.3/stream.png
#usr/share/doc/libogg-1.1.3/vorbisword2.png
#usr/share/doc/libogg-1.1.3/white-ogg.png
#usr/share/doc/libogg-1.1.3/white-xifish.png

View 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

View 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

View File

@@ -0,0 +1,130 @@
#usr/include/vorbis
#usr/include/vorbis/codec.h
#usr/include/vorbis/vorbisenc.h
#usr/include/vorbis/vorbisfile.h
#usr/lib/libvorbis.a
#usr/lib/libvorbis.la
usr/lib/libvorbis.so
usr/lib/libvorbis.so.0
usr/lib/libvorbis.so.0.3.1
#usr/lib/libvorbisenc.a
#usr/lib/libvorbisenc.la
usr/lib/libvorbisenc.so
usr/lib/libvorbisenc.so.2
usr/lib/libvorbisenc.so.2.0.2
#usr/lib/libvorbisfile.a
#usr/lib/libvorbisfile.la
usr/lib/libvorbisfile.so
usr/lib/libvorbisfile.so.3
usr/lib/libvorbisfile.so.3.1.1
#usr/lib/pkgconfig/vorbis.pc
#usr/lib/pkgconfig/vorbisenc.pc
#usr/lib/pkgconfig/vorbisfile.pc
#usr/share/aclocal/vorbis.m4
#usr/share/doc/libvorbis-1.1.2
#usr/share/doc/libvorbis-1.1.2/Vorbis_I_spec.html
#usr/share/doc/libvorbis-1.1.2/Vorbis_I_spec.pdf
#usr/share/doc/libvorbis-1.1.2/components.png
#usr/share/doc/libvorbis-1.1.2/draft-kerr-avt-vorbis-rtp-03.txt
#usr/share/doc/libvorbis-1.1.2/eightphase.png
#usr/share/doc/libvorbis-1.1.2/evenlsp.png
#usr/share/doc/libvorbis-1.1.2/floor1-1.png
#usr/share/doc/libvorbis-1.1.2/floor1-2.png
#usr/share/doc/libvorbis-1.1.2/floor1-3.png
#usr/share/doc/libvorbis-1.1.2/floor1-4.png
#usr/share/doc/libvorbis-1.1.2/floor1_inverse_dB_table.html
#usr/share/doc/libvorbis-1.1.2/floorval.png
#usr/share/doc/libvorbis-1.1.2/fourphase.png
#usr/share/doc/libvorbis-1.1.2/framing.html
#usr/share/doc/libvorbis-1.1.2/helper.html
#usr/share/doc/libvorbis-1.1.2/hufftree-under.png
#usr/share/doc/libvorbis-1.1.2/hufftree.png
#usr/share/doc/libvorbis-1.1.2/index.html
#usr/share/doc/libvorbis-1.1.2/lspmap.png
#usr/share/doc/libvorbis-1.1.2/oddlsp.png
#usr/share/doc/libvorbis-1.1.2/oggstream.html
#usr/share/doc/libvorbis-1.1.2/programming.html
#usr/share/doc/libvorbis-1.1.2/residue-pack.png
#usr/share/doc/libvorbis-1.1.2/residue2.png
#usr/share/doc/libvorbis-1.1.2/squarepolar.png
#usr/share/doc/libvorbis-1.1.2/stereo.html
#usr/share/doc/libvorbis-1.1.2/stream.png
#usr/share/doc/libvorbis-1.1.2/v-comment.html
#usr/share/doc/libvorbis-1.1.2/vorbis-clip.txt
#usr/share/doc/libvorbis-1.1.2/vorbis-errors.txt
#usr/share/doc/libvorbis-1.1.2/vorbis-fidelity.html
#usr/share/doc/libvorbis-1.1.2/vorbis.html
#usr/share/doc/libvorbis-1.1.2/vorbisenc
#usr/share/doc/libvorbis-1.1.2/vorbisenc/index.html
#usr/share/doc/libvorbis-1.1.2/vorbisenc/overview.html
#usr/share/doc/libvorbis-1.1.2/vorbisenc/reference.html
#usr/share/doc/libvorbis-1.1.2/vorbisenc/style.css
#usr/share/doc/libvorbis-1.1.2/vorbisenc/vorbis_encode_ctl.html
#usr/share/doc/libvorbis-1.1.2/vorbisenc/vorbis_encode_init.html
#usr/share/doc/libvorbis-1.1.2/vorbisenc/vorbis_encode_init_vbr.html
#usr/share/doc/libvorbis-1.1.2/vorbisenc/vorbis_info.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile
#usr/share/doc/libvorbis-1.1.2/vorbisfile/OggVorbis_File.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/callbacks.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/chaining_example_c.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/chainingexample.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/crosslap.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/datastructures.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/decoding.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/example.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/exampleindex.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/fileinfo.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/index.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/initialization.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_bitrate.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_bitrate_instant.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_callbacks.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_clear.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_comment.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_crosslap.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_info.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_open.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_open_callbacks.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_seek.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_seek_lap.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_seek_page.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_seek_page_lap.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_tell.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_pcm_total.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_raw_seek.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_raw_seek_lap.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_raw_tell.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_raw_total.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_read.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_read_float.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_seekable.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_serialnumber.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_streams.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_test.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_test_callbacks.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_test_open.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_seek.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_seek_lap.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_seek_page.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_seek_page_lap.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_tell.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/ov_time_total.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/overview.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/reference.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/return.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/seekexample.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/seeking.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/seeking_example_c.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/seeking_test_c.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/seekingexample.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/style.css
#usr/share/doc/libvorbis-1.1.2/vorbisfile/threads.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/vorbis_comment.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/vorbis_info.html
#usr/share/doc/libvorbis-1.1.2/vorbisfile/vorbisfile_example_c.html
#usr/share/doc/libvorbis-1.1.2/vorbisword2.png
#usr/share/doc/libvorbis-1.1.2/wait.png
#usr/share/doc/libvorbis-1.1.2/white-ogg.png
#usr/share/doc/libvorbis-1.1.2/white-xifish.png
#usr/share/doc/libvorbis-1.1.2/window1.png
#usr/share/doc/libvorbis-1.1.2/window2.png

View 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

View 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

5
src/paks/sox/ROOTFILES Normal file
View File

@@ -0,0 +1,5 @@
usr/bin/sox
usr/bin/soxmix
#usr/share/man/man1/sox.1
#usr/share/man/man1/soxexam.1
#usr/share/man/man1/soxmix.1

11
src/paks/sox/install.sh Normal file
View 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/sox/uninstall.sh Normal file
View 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