[Astpp-commit] SF.net SVN: astpp:[2285] trunk/Makefile
Brought to you by:
darrenkw
From: <dar...@us...> - 2009-10-06 05:28:47
|
Revision: 2285 http://astpp.svn.sourceforge.net/astpp/?rev=2285&view=rev Author: darrenkw Date: 2009-10-06 05:28:39 +0000 (Tue, 06 Oct 2009) Log Message: ----------- Remove links to obsoleted files. Modified Paths: -------------- trunk/Makefile Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2009-10-06 05:02:59 UTC (rev 2284) +++ trunk/Makefile 2009-10-06 05:28:39 UTC (rev 2285) @@ -64,9 +64,7 @@ @echo "--------------------"; install_samples: - install -m 644 -o $(OWNER) -g $(GROUP) ./samples/sample.reseller-config.conf $(DESTDIR)$(ASTPPDIR)/sample.reseller-config.conf install -m 644 -o $(OWNER) -g $(GROUP) ./samples/sample.astpp-config.conf $(DESTDIR)$(ASTPPDIR)/astpp-config.conf - install -m 644 -o $(OWNER) -g $(GROUP) ./samples/sample.astpp-enh-config.conf $(DESTDIR)$(ASTPPDIR)/astpp-enh-config.conf install -m 644 -o $(OWNER) -g $(GROUP) ./samples/sample.astpp-dialplan.conf $(DESTDIR)$(ASTERISKDIR)/astpp-dialplan.conf install_php: @@ -124,7 +122,7 @@ perl -MCPAN -e "install Locale::Language"; perl -MCPAN -e "install DBI"; perl -MCPAN -e "install DBD::mysql"; - perl -MCPAN -e "install DBD::Pg"; +# perl -MCPAN -e "install DBD::Pg"; perl -MCPAN -e "install CGI"; perl -MCPAN -e "install Asterisk::AGI"; perl -MCPAN -e "install LWP::Simple"; @@ -140,9 +138,10 @@ perl -MCPAN -e "install HTML::Template::Expr"; perl -MCPAN -e "install DateTime::TimeZone"; perl -MCPAN -e "install DateTime"; -# perl -MCPAN -e "install POSIX"; -# perl -MCPAN -e "install Data::Dumper"; + cd modules/ASTPP && perl Makefile.PL && make && make install && cd ../../ + + install_instructions_print: @echo "------------------------------"; @echo "ASTPP install appears to be successfull."; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |