X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2FmISDNuser;h=c471c760730f19a2dd2b2b6273c22c968d2f429c;hb=b9f4c9f85f8072048cd835d5a0d913eeb926d2c5;hp=22183a6012d1a5821aed2b1550c487956c39e9eb;hpb=b29c22a433ed2e9bf6e6d0b3379210d7f4e32502;p=ipfire-2.x.git diff --git a/lfs/mISDNuser b/lfs/mISDNuser index 22183a6012..c471c76073 100644 --- a/lfs/mISDNuser +++ b/lfs/mISDNuser @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2010 IPFire Team # +# Copyright (C) 2007-2012 IPFire Team # # # # 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,8 +69,10 @@ $(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 + @rm -rf $(DIR_APP) @$(POSTBUILD)