mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-15 21:43:00 +02:00
Updated igmpproxy to 0.1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
etc/igmpproxy.conf
|
||||
usr/local/bin/igmpproxy
|
||||
#usr/share/man/man5/igmpproxy.conf.5
|
||||
#usr/share/man/man8/igmpproxy.8
|
||||
usr/local/sbin/igmpproxy
|
||||
#usr/local/share/man/man5/igmpproxy.conf.5
|
||||
#usr/local/share/man/man8/igmpproxy.8
|
||||
|
||||
@@ -142,7 +142,7 @@
|
||||
* icecream-0.9.4.8
|
||||
* icegenerator-0.5.5-pre2
|
||||
* iftop-0.17
|
||||
* igmpproxy-src-0.1-beta2
|
||||
* igmpproxy-0.1
|
||||
* inetutils-1.4.2
|
||||
* ipaddr-1.2
|
||||
* iperf-2.0.4
|
||||
@@ -241,7 +241,7 @@
|
||||
* nfs-utils-1.1.1
|
||||
* nmap-4.76
|
||||
* noip_updater_v1.6
|
||||
* ntfs-3g-2009.2.1
|
||||
* ntfs-3g-2009.4.4
|
||||
* ntp-4.2.4p7
|
||||
* nut-2.4.1
|
||||
* ocaml-3.09.2
|
||||
@@ -274,6 +274,12 @@
|
||||
* procps-3.2.6
|
||||
* psmisc-22.2
|
||||
* qemu-0.10.5
|
||||
* r8101-1.013.00-kmod-2.6.27.31-ipfire
|
||||
* r8101-1.013.00-kmod-2.6.27.31-ipfire-xen
|
||||
* r8168-8.014.00-kmod-2.6.27.31-ipfire
|
||||
* r8168-8.014.00-kmod-2.6.27.31-ipfire-xen
|
||||
* r8169-6.011.00-kmod-2.6.27.31-ipfire
|
||||
* r8169-6.011.00-kmod-2.6.27.31-ipfire-xen
|
||||
* readline-5.1
|
||||
* reiser4progs-1.0.5
|
||||
* reiserfsprogs-3.6.19
|
||||
@@ -282,7 +288,7 @@
|
||||
* rssdler-0.4.0a
|
||||
* rsync-3.0.6
|
||||
* rtorrent-0.8.4
|
||||
* samba-3.3.8
|
||||
* samba-3.3.9
|
||||
* sane-1.0.19
|
||||
* screen-4.0.3
|
||||
* sdparm-1.01
|
||||
|
||||
@@ -24,15 +24,15 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.1-beta2
|
||||
VER = 0.1
|
||||
|
||||
THISAPP = igmpproxy-src-$(VER)
|
||||
THISAPP = igmpproxy-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = igmpproxy
|
||||
PAK_VER = 1
|
||||
PAK_VER = 2
|
||||
|
||||
DEPS = ""
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 2a5a59480f44d4b14077a6b5319e9940
|
||||
$(DL_FILE)_MD5 = c56f41ec195bc1fe016369bf74efc5a1
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -77,7 +77,8 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_SRC)/$(PROG)/src && make $(MAKETUNING)
|
||||
cd $(DIR_SRC)/$(PROG)/src && make install
|
||||
cd $(DIR_APP) && ./configure --sysconfdir=/etc
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user