Add arch dependencies
authorBen Webb <bjwebb67@googlemail.com>
Sun, 15 May 2011 19:20:34 +0000 (20:20 +0100)
committerBen Webb <bjwebb67@googlemail.com>
Tue, 24 May 2011 13:03:39 +0000 (14:03 +0100)
src/extras/Makefile.install

index f49a477..5d004f6 100644 (file)
@@ -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: