]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/mISDNuser
Merge remote-tracking branch 'origin/kernel-update' into glibc-update2
[people/teissler/ipfire-2.x.git] / lfs / mISDNuser
index 8cc26fd4157242060f384703e553593bbe532f2d..22183a6012d1a5821aed2b1550c487956c39e9eb 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2010  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,9 +24,9 @@
 
 include Config
 
-VER        = 54928dec57bc846f2c2186f3640e69a053cd3641
+VER        = 20100525
 
-THISAPP    = mISDNuser.git-$(VER)
+THISAPP    = mISDNuser-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 04d5252e89fba1e3e58ebb4285222d25
+$(DL_FILE)_MD5 = 8e9b507c3f576cefb857329f72e62318
 
 install : $(TARGET)
 
@@ -69,7 +69,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)/mISDNuser.git && make MISDNDIR=/usr/src/linux
-       cd $(DIR_SRC)/mISDNuser.git && make install MISDNDIR=/usr/src/linux
+       @rm -rf $(DIR_SRC)/mISDNuser && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       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)