]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/capi4k-utils
Geaendert:
[ipfire-2.x.git] / lfs / capi4k-utils
index 3fca1a20b458f2d063d3fae26cb6b12914e7e3fa..02c25872279521356a197dc3f9059f4a192e909c 100644 (file)
 # Makefiles are based on LFSMake, which is                                    #
 # Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
 #                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id: capi4k-utils,v 1.6.2.11 2005/03/15 17:46:33 gespinasse Exp $
-#                                                                             #
 ###############################################################################
 
 ###############################################################################
@@ -36,7 +30,7 @@ VER        = 2004-10-06
 
 THISAPP    = capi4k-utils-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = ftp://ftp.in-berlin.de/pub/capi4linux/OLD
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/capi4k-utils
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
@@ -90,5 +84,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP)/capi20 && make install
        PPPVER=`grep --max-count=1 VER $(DIR_SRC)/lfs/ppp | awk '{ print $$3 }'` && \
                 cd $(DIR_APP)/pppdcapiplugin && PPPVERSIONS="$$PPPVER" make && PPPVERSIONS="$$PPPVER" make install
+       cd $(DIR_APP)/capiinfo && ./configure
+       cd $(DIR_APP)/capiinfo && make
+       cd $(DIR_APP)/capiinfo && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)