mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 04:05:53 +02:00
mISDNuser: update to 20121008.
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
usr/bin/isdn_text2wireshark
|
||||
usr/bin/l1oipctrl
|
||||
usr/bin/misdn_E1test
|
||||
usr/bin/misdn_bridge
|
||||
usr/bin/misdn_info
|
||||
usr/bin/misdn_log
|
||||
#usr/etc
|
||||
#usr/etc/udev
|
||||
#usr/etc/udev/rules.d
|
||||
#usr/etc/udev/rules.d/45-misdn.rules
|
||||
#usr/include/mISDN
|
||||
#usr/include/mISDN/l3dss1.h
|
||||
#usr/include/mISDN/mISDNcompat.h
|
||||
@@ -13,13 +19,8 @@ usr/bin/misdn_log
|
||||
#usr/lib/libmisdn.a
|
||||
#usr/lib/libmisdn.la
|
||||
usr/lib/libmisdn.so
|
||||
usr/lib/libmisdn.so.0
|
||||
usr/lib/libmisdn.so.0.2.1
|
||||
#usr/lib/libsuppserv.a
|
||||
#usr/lib/libsuppserv.la
|
||||
usr/lib/libsuppserv.so
|
||||
usr/lib/libsuppserv.so.0
|
||||
usr/lib/libsuppserv.so.0.1.1
|
||||
usr/lib/libmisdn.so.1
|
||||
usr/lib/libmisdn.so.1.0.0
|
||||
usr/sbin/misdn_cleanl2
|
||||
usr/sbin/misdn_rename
|
||||
etc/rc.d/init.d/mISDN
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2010 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2012 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -24,10 +24,10 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 20100525
|
||||
VER = 20121008
|
||||
|
||||
THISAPP = mISDNuser-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 8e9b507c3f576cefb857329f72e62318
|
||||
$(DL_FILE)_MD5 = 86dd2c68ef5b2fdff653f9f635771127
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -69,7 +69,8 @@ $(subst %,%_MD5,$(objects)) :
|
||||
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_SRC)/mISDNuser && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
@rm -rf $(DIR_SRC)/mISDNuser && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_SRC)/mISDNuser && make
|
||||
cd $(DIR_SRC)/mISDNuser && ./configure --prefix=/usr --with-AF_ISDN=34
|
||||
cd $(DIR_SRC)/mISDNuser && make MISDNDIR=/usr/src/linux
|
||||
cd $(DIR_SRC)/mISDNuser && make install MISDNDIR=/usr/src/linux
|
||||
|
||||
Reference in New Issue
Block a user