From 1d6f656fdd147cc88e087693692c935b439084de Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Sun, 15 May 2011 20:20:34 +0100 Subject: [PATCH] Add arch dependencies --- src/extras/Makefile.install | 62 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index f49a477..5d004f6 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -239,6 +239,63 @@ FEDORAS = \ python-simplejson \ readline-devel +PACMANS = \ + autoconf \ + automake \ + ejabberd \ + expat \ + gcc \ + gdbm \ + apache \ + less \ + libgcrypt \ + libmemcached \ + libtool \ + libxml2 \ + python-lxml \ + libxslt \ + make \ + memcached \ + mod_perl \ + ntp \ + perl-cache-memcached \ + perl-dbd-sqlite \ + # Abstract Search + perl-datetime-format-builder \ + perl-datetime-format-iso8601 \ + perl-datetime-format-mail \ + perl-datetime-set \ + perl-error \ + perl-freezethaw \ + perl-json-xs \ + perl-libwww \ + perl-log-log4perl \ + perl-module-build \ + perl-net-jabber \ + perl-net-server \ + perl-template-toolkit \ + perl-test-deep \ + perl-test-exception \ + perl-test-pod \ + perl-tie-ixhash \ + perl-xml-libxml \ + perl-xml-libxslt \ + perl-xml-simple \ + psmisc \ + # ??? Is this the right version, will it work? + python2 \ + python-dnspython \ + python-memcached \ + python-simplejson \ + readline + +ARCHAUR = \ + perl-file-find-rule \ + perl-rpc-xml \ + perl-sql-abstract-limit \ + perl-unix-syslog \ + perl-universal-require + DEB_APACHE_MODS = \ ssl @@ -257,6 +314,7 @@ EXTRA_DEBS_UBUNTU_LUCID = \ libmemcached-dev\ libxml-libxml-perl \ libxml-libxslt-perl + # generic CPAN modules: # * DateTime::Format::ISO8601 is packaged by both Debian Lenny and Ubuntu Intrepid @@ -432,6 +490,10 @@ install_centos_perl: for m in $(CENTOS_PERL_NOTEST); do perl -MCPAN -e "CPAN::Shell->notest('install', \"$$m\";"; done for m in $(CENTOS_PERL_LOCAL); do LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/lib perl -MCPAN -e "install \"$$m\";"; done +# ARCH +install_arch: + pacman -S install $(PACMANS) + # We need to add /usr/local/lib to the ldconfig list of directories on CentOS, # if it is not already there create_ld_local: -- 2.11.0