]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/mISDNuser
Forward Firewall: extended the customservices list
[people/teissler/ipfire-2.x.git] / lfs / mISDNuser
index 0347b06f7eb67766098c7ed4b43df9ea484ea2d1..4f4edd5aa865d65df3ce456c9cd6a0896eab2ef5 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# 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        #
 
 include Config
 
-VER        = 20090906
+VER        = 20121008
 
-THISAPP    = mISDNuser_$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+THISAPP    = mISDNuser-$(VER)
+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 = afc28383ac908eddd0219c5efb9b8178
+$(DL_FILE)_MD5 = 86dd2c68ef5b2fdff653f9f635771127
 
 install : $(TARGET)
 
@@ -69,7 +69,9 @@ $(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
        @$(POSTBUILD)